/* CSS Document */

.clear {
	clear: both;
	}
.floatright {
	float: right;
	}
.floatleft {
	float: left;
	}
.marginleft {
	margin-left: 1em;
	}
.marginright {
	margin-right: 1em;
	}
.margin {
	margin-right: 1em;
	margin-left: 1em;
	}	
.greyborder {
	border: 1px solid #C5C4C2;
	padding: 2px;
	}
.textright {
	text-align: right;
	}
.textleft {	
	text-align: left;
	}
.textcenter {
	text-align: center;
	}
.center {
	margin-left: auto;
	margin-right: auto;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
body {
	font-size: 62.8%;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	}
p, ul, ol, table, form, dl {
	font-size: 1.3em;
	}
ul ul, ol ol {
	font-size: 1em;
	}
p {
	line-height: 1.4em;
	margin: 1em 1.2em 1em 1.6em;
	}
h1 {
	color: #2F4E72;
	font-size: 2.8em;
	margin: 0.3em 0.5em 0.5em 0.65em;
	}
h2 {
	color: #2F4E72;
	font-size: 1.9em;
	margin: 1.1em 0.8em -0.4em 1em;
	}
h3 {
	color: #2F4E72;
	font-size: 1.4em;
	margin: 1em 1em 1em 1.4em;
	}	
div#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	}
	
div#info {
	float: right;
	background-color: transparent;
	color: #FFF;
	padding-left: 4px;
	background-image: url(../images/topnavbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 30px;
	}
div#info p {
	padding: 0.3em 1em 0.5em 1em;
	margin: 0;
	background-color: #63BC46;
	}
div#info a {
	color: #2F4E72;
	}
div#info a:hover {
	text-decoration: none;
	}
div#info p span.greenbarhider {
	color:#63bc46; 
	}
div#header {
	background-color: #FFF;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
img#logo {
	margin: 1.3em 2em 2.5em 2em;
	}
	
/* Navigation styles */	
div#nav {
	height: 67px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	}
div#nav ul {
	list-style: none;
	margin-left: 5px;
	}
div#nav ul li {
	float: left;
	}
div#nav ul li a {
	display: block;
	color: #2F4E72;
	text-decoration: none;
	padding: 22px 19px 15px 19px;
	font-size: 1em;
	}
div#nav ul li a:hover {
	color: #FFF;
	background-image: url(../images/navactivebg.gif);
	background-repeat: repeat-x;
	}
/* on tab styles*/
div#nav ul li#on {
	background-image: url(../images/navonbg.gif);
	background-repeat: no-repeat;
	}
div#nav ul li#on a {
	padding-bottom: 29px;
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
div#nav ul li#on a:hover {
	color: #63BC46;
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}

div#slogan {
	height: 112px;
	background-image: url(../images/sloganbg.gif);
	background-repeat: repeat-x;
	background-color: #63BC46;
	clear: left;
	}
div#slogan img#sloganimg {
	margin-left: 193px;
	}

div#news a, div#content a {
	font-weight: bold;
	color: #2F4E72;
	border-bottom: 1px solid #63BC46;
	text-decoration: none;
	}
div#news a:hover, div#content a:hover {
	color: #fff;
	background-color: #2F4E72;
	}
div#news {
	width: 190px;
	float: left;
	min-height: 100px;
	}
div#news div blockquote {
	background-image: url(../images/newsquote.gif);
	background-repeat: no-repeat;
	margin-left: 1.6em;
	}
div#news div blockquote p {	
	font-style: italic;
	}
div#news div p.right {
	text-align: right;
	}

/* Subnav styles*/
div#news ul {
	list-style: none;
	margin: 0.5em;
	}	
div#news ul li {
	border-bottom: 1px solid #C5C4C2;
	}
div#news ul li a {
	display: block;
	padding: 0.6em 0.6em 0.6em 1.8em;
	text-decoration: none;
	border: 0;
	background-image: url(../images/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	}
div#news ul li a:hover {
	background-color: #E4E4E4;
	color: #2F4E71;
	}
		
div#content {
	width: 600px;
	float: right;
	min-height: 300px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
div#content ul {
	margin: 1em 1em 1em 3.8em;
	list-style: circle;
	}
div#content ul li {
	padding: 0.2em;
	}
div#content ol {
	margin: 1em 1em 1em 3.8em;
	list-style-type: decimal;
	}
div#content ol.lower-roman {
	list-style-type: lower-roman;
	}	
div#content ol li {
	padding: 0.2em;
	}

div#footer {
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #C5C4C2;
	text-align: center;
	color: #2A4B76;
	padding: 0.5em;
	}
div#footer a {
	color: #2F4E72;
	}
div#footer a:hover {
	text-decoration: none;
	}
div#footer img.footimg {
	margin: 0 1.5em;
	}
div.white {
	background-color: #FFF;
	clear: both;
	height: 18px;
	}
div#content div.ladder {
	width: 190px;
	float: left;
	position: relative;
	left: 20px;
	}
div#content div.ladder h3 {
	text-align: center;
	width: 170px;
	margin: 1em 0;
	}
div#content div.laddertop {
	background-image: url(../images/laddertop.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 62px;
	}
div#content div.rung {
	background-color: #2D4C70;
	color: #FFF;
	background-image: url(../images/rungbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 29px;
	width: 170px;
	}
div#content div.rung p {
	margin: 0;
	text-align: center;
	padding: 0.3em 0;
	}
div#content div.rung p a {
 	color: #FFF;
 	background: #2d4c70;
	text-decoration: none;
	}
div#content div.rung p a:hover {
	color: #2d4c70; 
	background: #fff;
	text-decoration: none;
	}	
div#content div.ladderbottom{
	background-image: url(../images/ladderbottom.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 33px;
	}
div#content div.non-ladder { clear: both; }
		
div#content table { margin: 1.5em auto 0; padding: 0; width: 90%; text-align:center; font-size:0.75em; }
div#content table li { text-align:left; }
/* Sitemap */
ul#sitemap {
	}
ul#sitemap h3 {
	margin: -0.8em 0 -0.2em 2em;
	font-size: 1em;
	}

textarea, .inputblock {display:block}
input.button { margin: 10px 0; }
div#content_form p { font-size: 1em;}
div#content_form h2 {font-size: 19px; margin: 5px 0;}
div#content_form div {line-height: 1.4em; margin: 1em 1.2em 1em 1.6em;}
			
div#content table#availability { width: 100%; text-align:center; font-size:0.75em; }
div#content table#availability th { font-size: 1em; font-weight: bold; text-align: center; color: #369; }
div#content table#availability th, #content table#availability td { border: 1px solid #ccc; width: 11%; padding: 0 4px; }
#content table#availability td input { margin: 4px 0; vertical-align: middle; }