@charset "UTF-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
}


body {
	background-image: url(../images/bg_graphic.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #B3C1C1;
	margin-top:0px;
	behavior:url(../styles/csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}


a:link {
	color: #447272;
	text-decoration: underline;
	line-height: 18px;
}


a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

a:active {
	color: #447272;
	text-decoration: underline;
}

a:visited {
	color: #447272;
	text-decoration: underline;
}

h2 {

	font-size:16px;
}

img {
	border:0px;
}







/*    all content wrapper   */


#contentwrapper {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 0;
}




/*     header      */


#headerwrapper {
	width:740px;
	position:relative;
	z-index:3;
	background-image: url(../images/top_header.jpg);
	background-repeat: no-repeat;
	background-color: #243D42; 
	height: 35px;
	padding-top: 95px;
	padding-left: 210px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#headerright {
	width:710px;
	height: 36px;
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-left:20px;
	padding-top: 59px;
	float: left;
}

#headerleft {
	width:172px;
	height: 142px;
	position: absolute;
	float: left;
	background-repeat: no-repeat;
	top: 29px;
	z-index: 6;
	padding-left: 20px;
}

#loginwrapper{
	width:250px;
	height: 30px;
	position: relative;
	padding-left:700px;
	background-color: #3C6771;
	margin-top: 0px;
	margin-bottom: 0px;
}

#login {
	width:250px;
	height: 30px;
}

#login li {
	display: inline;	
}

#login a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: underline;
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

#login a:hover {
	text-decoration: underline;
	color:#66FFFF;
}


#login .lineright a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#login .bottomroundright a {
	background-image: url(../images/tab_round_right_black.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#login .bottomroundleft a {
	border-left-style: none;
	background-image: url(../images/tab_round_left_black.gif);
	background-repeat: no-repeat;
	background-position: left top;
}







/*     top nav horizontal      */



#topnav {
	width: 720px;
	float: left;
	font-size: 10px;
	z-index:4;
	height: 36px;
}


#topnav a {
	text-decoration: none;
	font-weight: bold;
	color:#447272;
	display: block;
	float: left;
	padding: 12px 10px 0px 12px;
	margin: 0px;
	height: 24px;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav a:visited {
	color:#447272;
}

#topnav ul {
	margin: 0px;
	padding: 0;
	z-index:3;
}

#topnav li {
	float: left;
	position: relative;
	list-style-type: none;
	height: 35px;
	color:#3C6771;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	border-bottom-width: 1px solid #999999;
	margin: 0px;
	display: block;
}


#topnav ul li ul {
	float:left;
	display: none;
	position: absolute;
	height: 0px;
	width: 700px;
	top: 36px;
	left: -130px;
	margin: 0px;
	z-index:5;
}

#topnav ul li ul li {
	z-index: 5;
	height:25px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#topnav ul li ul li a {
	padding:5px;
	font-size:9px;
	display:block;
}



#topnav ul li ul li:hover {
	background-color: #E9FFFB;	

}


#topnav ul li:hover ul, #topnav ul li ul:hover {
	display: block;

}

#topnav .nolineright {
	border-right: none;
}

#topnav .lineright {
	border-right: 1px solid #999999;
}


#topnav .nolineleft {
	border-left-style: none;
}

#topnav .roundright {
	background-image: url(../images/tab_round_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topnav .roundleft {
	border-left-style: none;
	background-image: url(../images/tab_round_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

li > ul {
	top: auto;
	left: auto;
	}




* html ul li ul {
	float: left;
	border-left: 0px;
}

* html ul li a { height: 1%; }

* html ul li { float: left; }


* html #topnav ul li ul {
	top: 36px;
	border-top: 1px solid #999999;
}






/*     top nav vertical     



#topnav {
	width: 720px;
	float: left;
	font-size: 10px;
	z-index:4;
	height: 36px;
}


#topnav a {
	text-decoration: none;
	font-weight: bold;
	color:#447272;
	display: block;
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 12px;
	margin: 0px;
	height: 23px;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav a:visited {
	color:#447272;
}

#topnav ul {
	margin: 0px;
	padding: 0;
	z-index:3;
}

#topnav li {
	float: left;
	position: relative;
	list-style-type: none;
	height: 35px;
	color:#3C6771;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}


#topnav ul li ul {
	
	display: none;
	position: absolute;
	height: 0px;
	width: 96px;
	top: 36px;
	left: -1px;
	margin: 0px;
	z-index:5;
}

#topnav ul li ul li {
		
	width:100%; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	z-index: 5;
	background-color: #FFFFFF;
}



#topnav ul li ul li:hover {
	background-color: #E9FFFB;	

}


#topnav ul li:hover ul, #topnav ul li ul:hover {
	display: block;

}

#topnav .nolineright {
	border-right: none;
}


#topnav .nolineleft {
	border-left-style: none;
}

#topnav .roundright {
	background-image: url(../images/tab_round_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topnav .roundleft {
	border-left-style: none;
	background-image: url(../images/tab_round_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

li > ul {
	top: auto;
	left: auto;
	}




* html ul li ul {
	float: left;
	border-left: 0px;
}

* html ul li a { height: 1%; }

* html ul li { float: left; }


*/






/*    chapter nav    */



#chapternav {
	width: 650px;
	float: left;
	position: relative;
	height: 30px;
	padding-top:10px;
	padding-bottom:10px;	
}

#chapternav li {
	display: inline;	
}

#chapternav a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(../images/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#chapternav a:hover {
	text-decoration: underline;
	color:#70BCBC;
}


#chapternav .lineright a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


#chapternav .highlight a {
	color:#63A5A5;
	background-image: url(../images/left_arrow_highlight.gif);
	background-repeat: no-repeat;
	background-position: left center;
}







/*   main content   */



#centercontentwrapper {
	width:925px;
	padding-left: 25px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	z-index: 0;
}

#chapterwrapper {
	width:900px;
	position: relative;
	float:left;s
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	z-index: 0;
}


#leftwrapper {
	width: 570px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	z-index:0;
	float:left;
	position: relative;
}



#rightwrapper {
	float: left;
	width: 353px;
	position: relative;
	background-color: #FFFFFF;
	z-index:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

#testimonialswrapper {
	float: left;
	width: 354px;
	position: relative;
	background-color: #FFFFFF;
	z-index:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#titlewrapper {
	float:left;
	width:250px;
	position:relative;
	z-index:0;
}

#titlewrapperlarge {
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	z-index:0;
	float:left;
	position: relative;
}

#lefttextblock {
	float:left;
	width:550px;
	position:relative;
	z-index:1;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
}

#lefttextblock ul {
		
}

#lefttextblock li {
	margin: 0 0 0 1em;
	list-style-position: outside;
	list-style-type: disc;
	float:none;
}


#smallhighlightwrapper {
	width: 260px;
	height: 120px;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #666666;
}


#smallhighlightimage {
	width: 120px;
	height: 120px;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}


#smallhighlighttext {
	width: 117px;
	float: left;
	position: relative;
	padding: 10px;
}


#largefeature {
	width: 550px;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#largefeaturelink {
	width: 155px;
	float: left;
	position: relative;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}

#smallbutton {
	width: 60px;
	float: left;
	position: relative;
	padding-top: 3px;

}



#chapterwrapper {
	width: 900px;
	float: left;
	position: relative;
	padding-top: 10px;
}



#newsheadline{
	width:310px;
	position:relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#newstext{
	width:310px;
	position:relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}



#downloadimage {
	width: 25px;
	height: 30px;
	position: relative;
	float:left;	
}

#downloadlink {
	padding-left: 10px;
	width: 490px;
	position: relative;
	float:left;
	vertical-align: middle;
	padding-top: 5px;
}

#downloadswrapper {
	width: 550px;
	position: relative;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;

}



/*    footer   */



#footerwrapper{
	width:950px;
	position: relative;
	padding-top: 30px;
	z-index: 0;
	clear: both;
	margin:0px auto;
}

#footer {
	width:600px;
	line-height:40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
}

#footerlogo {
	position:relative;
	width:400px;
	height: 34px;
	padding-top: 20px;
	margin:0px auto;
}

#footer ul {
	margin:0px;
	display:inline;
}

#footer li {
	display: inline;
	
}

#footer a {
	display:inline;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
}

#footer a:hover {
	text-decoration: underline;
	color:#447272;
}


#footer .lineright a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}




#bottomround {
	width:950px;
	position:relative;
	clear:both;
	z-index: 0;
}

