@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #111;
	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;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	border:solid;
	border-width:1px;
	border-color:#000;
	overflow: hidden;
}
#mainContent #textContainer {
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
}
#mainContent #textContainer p {
	margin: 12px;
	line-height: 22px;
	color: #444;
	font-size: 12px;
}
#mainContent #textContainer h1 {
	font-size: 18px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	padding: 0px;
	margin-top: 24px;
	margin-right: 12px;
	margin-bottom: 24px;
	margin-left: 12px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #header {
	text-align: center;
	background-color:#33393F;
	height: 124px;
	left: 0px;
	top: 0px;
	background-image: url(../media/frontname-2.gif);
	background-repeat: no-repeat;
	background-position: 235px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#ABBED1;
}
.oneColFixCtrHdr #footer {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background-color:#33393F;
	height: 25px;
	left: 0px;
	top: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.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-wrap {
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	font-size: 12px;
	margin-top: 100px;
	margin-bottom: 6px;
}
#menu-wrap ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:49%;
	text-align:center;
}
#menu-wrap ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#menu-wrap a {
	font-size: 13px;
	font-weight: normal;
	color:#777;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
	margin: 0px;
}
#menu-wrap a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu-wrap .menu-select a {
	color:#FFF;
}
#submenu-wrap {
	float: left;
	position: relative;
	left: 48%;
	display: block;
}
#submenu-wrap ul {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	left: -50%;
	}
#submenu-wrap ul li {
	float: left;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	line-height: 20px;
}
#submenu-wrap a {
	font-size: 12px;
	font-weight: normal;
	color:#222;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;
	margin: 0px;
}
#submenu-wrap a:hover, #submenu-wrap .menu-select a  {
	color: #FFF;
	text-decoration: none;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
}
#nav_bottom {
	float:left;
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
	color:#AAA;
}
#nav_bottom ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#nav_bottom ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#nav_bottom ul li a {
	color: #898989;
	display:block;
	margin:0 0 0 1px;
	padding:1px 10px;
	text-decoration:none;
	line-height:10px;
}
#nav_bottom ul li a:hover, #nav_bottom .menu-select a  {
	color:#fff;
}
