/* CSS Style sheet for North Ormesby Working Mens Club - 2009 */
/* CSS copyright Teesside Media Works */

/* Permanent Styles -  Site */

html { height:100% }
form { margin:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
p:first-child { margin-top:0px }
table { empty-cells:hide }

/* End Permanent Styles -  Site */

/* STYLE FOR PAGE STRUCTURE layers */

#PageDiv {
	position:relative;
	margin: auto;
	width:990px;
	height:100%;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(inc/grnd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%
	margin: 0px;
}

#container {
	border: 1px solid #fff;
	border-width:0px 1px 1px 1px;
}

#navigation {
	border: 1px solid #fff;
	border-width:0px 1px 0px 0px;
}

/* navigation */

#navigation ul {
	font-family: Tahoma;
	font-size: 14px;
	color : #ffffff;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 190px;
	}

#navigation li {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #fff;
	border-width:1px 0px 0px 0px;
	}

#navigation li a {
	display: block;
	background-color:#003399;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	}	

#navigation li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px 5px 5px 10px;
	}	

/* END OF Navigation */

/* Styles for text */

#navigation .address {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 5px;
}
#navigation .address a {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}

#navigation .address a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	}
#content .contenttxt {
	margin: 10px;
	}
#content .contenttxt a:link, #content .contenttxt a:visited {
	color: #FFFF33;
	text-decoration: none;
	font-weight: bold;
	}
#content .contenttxth1 {
	font-size: 15px;
	font-weight: bold;
	}
#content .contenttxth1a {
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	}

/* Styles for news page */
#news {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
#newscontainer {
	margin: 5px;
	}
#newstitle {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	color: #FFFF33;
	border: 1px dashed #fff;
	border-width:1px 0px 1px 0px;
	}
#newsdate {
	font-size: 12px;
	margin: 5px;
	color: #FFFFFF;
	}
#newsmore a:link, #newsmore a:visited {
	font-size: 12px;
	float: right;
	margin: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #fff;
	border-width:1px 0px 1px 0px;
	}
#newsmore a:hover {
	color: #FFFF33;
	}
#newsfillertop {
	line-height: 5px;
	margin: 5px;
	}
#newsfillertbot {
	line-height: 15px;
	margin: 5px;
	}
/* Styles for gallery page */
#showgallery {
	margin-top: 15px;
	margin-left: 95px;
	}
#showtimeline {
	margin-top: 15px;
	margin-left: 100px;
	}
#content .gallerytext {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	}




