@charset "UTF-8";
body  {
	background-color: #8195A0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
#top {
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#container {
	width: 900px;
	text-align: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	height: 698px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
#container2 {
	width: 900px;
	text-align: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	height: 932px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#container3 {
	width: 900px;
	text-align: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	height: 1650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#container4 {
	width: 900px;
	text-align: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	height: 932px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
h1 {
	font-size: 0.95em;
	color: #D4CEAC;
	font-weight: lighter;
	line-height: 1.5em;
}
p {
	font-size: 0.7em;
	color: #D4CEAC;
	line-height: 1.4em;
	font-weight: lighter;
}
#norfolk {
	width: 684px;
	position: relative;
	left: 19px;
	top: 527px;
}
#text a:link, a:visited, a:hover{
	color: #FFF;
}
  a:link, a:visited {
	color: #425A66;
	font-size: 0.85em;
	text-decoration: none;
  }
a.current, #top a:hover{
	color: #FFFFFF;
	font-size: 0.85em;
	text-decoration: none;
  }
a img {
	text-decoration: none;
}
#header {
	background-image: url(../images/FBlogo.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 182px;
	width: 900px;
	background-position: -1px;
	background-color: #435966;
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #mainContent #Maintext h1 {
	text-align: right;
	font-size: 0.9em;
}
#container #mainContent #Maintext p {
	text-align: right;
	font-size: 0.8em;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	top: 0px;
	position: static;
	height: 516px;
	background-color: #D4D0AA;
	bottom: 0px;
}
#container #sidebar1 #rh image {
	position: relative;
	top: 0px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	top: 0px;
	position: relative;
	height: 751px;
	background-color: #D4D0AA;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	top: 0px;
	position: relative;
	height: 1463px;
	background-color: #D4D0AA;
}
#mainContent {
	height: 516px;
	width: 684px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;	
} 

#mainContent2 {
	height: 751px;
	width: 684px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #445965;
	
} 
#mainContent3 {
	height: 1463px;
	width: 684px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #445965;
}
#text   {
	width: 550px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 70px;
	height: 1453px;
}
#container #mainContent #Maintext {
	height: 249px;
	width: 388px;
	float: left;
	background-color: #435966;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #mainContent p {
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#footer {
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	height: 1px;
} 
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	height: 40px;
}
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight: normal;
	font-size: 1.2em;
}
#textlarge   {
	float: left;
	background-color: #435966;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 520px;
	width: 620px;
}
#norfolk {
	width: 680px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
#container #mainContent #basepics {
	height: 267px;
	width: 684px;
}
#map {
	height: 516px;
	width: 684px;
	position: absolute;
}
	
#map a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

#map a:hover {
	color:#999999;
	text-decoration:none;
font-weight:bold;
}
#container #mainContent2 #loungeLarge img {
	width: 683px;
}
 #mainContent2 a:hover, a.current,{
	color: #FFFFFF;
	font-size: 0.85em;
	text-decoration: none;
  }
caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1 em;
	letter-spacing: normal;
	font-weight: normal;
	color: #000;
}
#container3 #mainContent3 #text #calendar iframe {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
