@charset "UTF-8";
/* CSS LAYOUT DIVS */

body {
	margin: 0px auto;
	padding:0px;
	background: url(../_images/css_bg.png) repeat-x top #FFFFFF;
	}
	
.contentwrapper {
	margin: 0px auto;
	padding: 0px;
	width:783px;
	height:auto;
	vertical-align:top;	
	}
	
.content {
	position:relative;
	float:left;
	padding: 0px 30px;
	width:723px;
	background: url(../_images/css_contentbg.gif) no-repeat top #FFFFFF;
	}
	
.col2-a {
	position:relative;
	float:left;
	width:330px;
	padding:0px 20px 0px 0px;
	}
	
.col2-b {
	position:relative;
	float:left;
	width:330px;
	padding:0px 20px 0px 0px;
	}


.col3-a {
	position:relative;
	float:left;
	width:221px;
	padding:0px 20px 0px 0px;
	}
	
.col3-b {
	position:relative;
	float:left;
	width:221px;
	padding:0px 20px 0px 0px;
	}
	
.col3-c {
	position:relative;
	float:left;
	width:221px;
	padding:0px 20px 0px 0px;
	}
	
.col3-ab {
	position:relative;
	float:left;
	width:462px;
	padding:0px 20px 0px 0px;
	}
	
.col3-bc {
	position:relative;
	float:left;
	width:462px;
	padding:0px 20px 0px 0px;
	}
	
.col3-abc {
	position:relative;
	float:left;
	width:703px;
	padding:0px 20px 0px 0px;
	}

#header {
	position: relative;
	float:left;
	width:723px;
	height:78px;
	}
	
#banner {
	position:relative;
	float:left;
	width:723px;
	height:239px;
	padding-bottom:20px;
	}

#subpagebanner {
	position:relative;
	float:left;
	width:723px;
	height:150px;
	padding-bottom:20px;	}

#footer {
	position:relative;
	float:left;
	width:723px;
	height:auto;
	background: url(../_images/css_footerbg.gif) repeat-x top #55626a;
	}

#footer p {
	font: 80% Arial, Helvetica, sans-serif;
	color:#999999;
	padding: 0px 20px 10px 20px;
	margin:0px 0px 10px 0px;
	}
	
#footer a {
	color:#CCCCCC;
	}	
	
#footer a:hover {
	color:#00CCFF;
	}
	
/* HOME PAGE OVERBOX */

.overbox {
	position:absolute;
	right:45px;
	top:130px;
	height:auto;
	width:230px;
	border: 2px solid #B8CFCC;
	background:#FFFFFF;
	z-index:75;
	}

.overboxcontent {
	margin:10px;
	width:188px;
	background:#F0F0F0;
	border:1px solid #E3E3E3;
	padding: 0px 10px 10px 10px;
	}
	
/* NAVIGATION */

#nav {
	font: normal 90% Georgia, "Times New Roman", Times, serif;
	background: url(../_images/css_navbg.gif) repeat-x bottom #CCCCCC;
	position:relative;
	float:left;
	width:723px;
	height:35px;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
	}

#nav li {
	float: left;
	margin: 0;
	}

#nav li a {
	/*background: url(background.gif) bottom left repeat-x;*/
	height: 35px;
	font-size:125%;
	line-height: 1.95em;
	float: left;
	width: 100px;
	display: block;
	border: 0;
	color: #000000;
	text-decoration: none;
	text-align: center;
	}

#nav li a:hover {
	background:url(../_images/css_navbg.gif) repeat-x top #666666;
	color:#FFFFFF;
	}
a, a:visited {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background:inherit;
	color:#6666FF;
	text-decoration:none;
	}
	
a:hover {
	color:#66CC66;
	text-decoration:underline;
	}

/* IMAGES */
	
.imgpushrt {
	margin:0px 10px 10px 0px;
	border: 1px solid #B8CFCC;
	}
	
.imggreyborder {
	border: 1px solid #B8CFCC;
	}
	
/* TEXT */

h1 {
	font: 175% Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font: normal 135% Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 0px 0px;

	}

h3 {
	font: small-caps bold 90% Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 0px 0px;
	}


p {
	font: 90% Arial, Helvetica, sans-serif;
	line-height: 1.40em;
	}

.content ul {
	list-style-image:url(../_images/css_ul.gif);
	line-height:125%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-left:15pt;
	}
	
.error{
	clear:both;
	padding: 1em;
	background:#EF5942;
	border: 2px #8C1000;
	font-size: .7em;
	font-weight: bolder; 
}

.error span{
	display: block;
	padding: 10px;
}	
