@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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: Arial, Helvetica, sans-serif;
	background-color: #b2b3b6;
	background-image:url(images/main.gif);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;
	background-color: #e8f1f0;
	background-image: url(images/top-bg.jpg);
	height: 160px;
	width: 950px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	background-color: #8098A1;
	text-align: center;
}

.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;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* MENU */

#menubutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 60px;
	margin-left:30px;
	width:720px;
	float:left;
	position: absolute;
	font-weight:bold;
}

#menubutton li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menubutton ul {
	margin: 2px;
	padding: 2px;
	}

#menubutton a {
	color:#34647f;
	display: block;
	padding:6px;
	text-decoration: none;
	float:left;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#menubutton a:hover {
	color: #ffffff;
	display: block;
	padding:6px;
	text-decoration: none;
	float:left;
	background-color: #34647f;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* ABOUT */

#aboutbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 480px;
	width: 290px;
	overflow: hidden;
	position: absolute;
	top: 140px;
	padding-left: 35px;
}

#aboutbox h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	font-stretch:condensed;
	color: #336666;
}

#aboutbox ul li{
	padding-bottom:5px;
	color: #000000;
}

/* LAYOUT */

#layoutbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}

#layoutbox h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:lighter;
	font-stretch:condensed;
	color: #336666;
}

#layoutbox h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-stretch:condensed;
	color: #336666;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}

#layoutbox ul li{
	padding-bottom:5px;
	color: #000000;
}

/* LAYOUT */

#accbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 530px;
	width: 255px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	padding-left: 680px;
	visibility: visible;
}

#accbox h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:lighter;
	font-stretch:condensed;
	color: #336666;
}

#accbox ul li{
	padding-bottom:5px;
	color: #000000;
}

/* LAYOUT */

#locbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
	width: 330px;	
}

#locbox h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:lighter;
	font-stretch:condensed;
	color: #336666;
}

#locbox ul li{
	padding-bottom:5px;
	color: #000000;
}

.tabletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	border-bottom:1px #000000 solid;
}


/* LAYOUT */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	font-stretch:condensed;
	color: #000000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	font-stretch:condensed;
	color:#EBA52B;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-stretch:condensed;
	color:#699DB3;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	color: #000000;	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #4F819A;	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	
}
