@charset "UTF-8";
*{
	padding:0;
	margin:0;
}
body {
	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;
	font-size: 75%;
	background-color: #CCCCCC;
}
a, a:hover, a:link, a:visited, a:active {
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
h1, h2, h3 {
	color: #003;
	margin-bottom: 10px;
	font-weight: normal;
}
h2, h3 {
	padding-top: 15px;
}
p {
	margin-bottom: 10px;
}
cite{
	display:block;
	text-align:right;
	margin-bottom: 10px;
	margin-top: -10px;
	clear:both;
	font-size:85%;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 117px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 62px;
}
#header h1 {
	font-weight: normal;
	color: #006;
	font-size: 1.5em;
	float:left;
}
#container #header h1 strong {
	font-size: 1.2em;
}
#nav{
	clear:left;
}
#nav ul {
	list-style-type: none;
	margin-top: 20px;
}
#nav li {
	float: left;
	padding-left: 0.6em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C00;
	padding-right: 4em;
	padding-top: 0.7em;
	padding-bottom: 0px;
	position:relative;
}
#nav li.padded{
	padding-bottom: 5px;
}
#nav ul ul {
	position: absolute;
	visibility:hidden;
	/*width:600px;*/
	clear:none;
	background-color:#fff;
	margin-top: 5px;
	top: 20px;
	left: -6px;
	border: #c00 solid 1px;
	width:140%;
}
#nav ul ul li a{
}
#nav ul li ul li{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space:nowrap;
	margin: 0px;
	text-align: left;
	float:left;
	list-style:none;
	width:100%;
	font-size: 90%;
	border-left: 5px #c00 solid;
}
#nav ul li ul li.padded{
}
#nav ul li ul li ul{
	background-color: #fff;
	left: 100%;
	top: -20%;/**/
	margin-left: -26px;
	_margin-left: 0px;
	width: auto;
}
#nav ul li ul li ul li{
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space:nowrap;
	margin: 0px;
	text-align: left;
	float:left;
	list-style:none;
	width:auto;
	font-size: 90%;
	border-left: 5px #c00 solid;
}

strong {
	clear: both;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 400px;
	#height: 400px;
	padding-top: 50px;
	padding-right: 82px;
	padding-bottom: 20px;
	padding-left: 62px;
	overflow: visible;
}
#mainContent img{
	margin-bottom: 20px;
	padding-right: 20px;
}
#mainContent ul,#mainContent ol{
	padding-left: 1.2em;
	margin-left:0.5em;
	margin-bottom: 10px;
}
#footer {
}
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt{
	float:right;
}
.fltlt{
	float:left;
}
.clearfloat{
	height:0;
	float:none;
	clear:both;
}
#mainContent textarea {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
}
