@charset "UTF-8";
/* CSS Document */


/****** General Styles ******/
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #4F98B9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
p {
	margin-top:0;
}
h1 {
font-size: 22px;
	color: #4F98B9;
	padding: 0px;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 0 10px;
	margin: 10px 0 0 0;
}
.green {
	color:#669933;
	font-weight: bold;
}
a {
	color:#4F98B9;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

#footer {
	padding: 20px 10px;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
#footer a {
	color:#333333;
	text-decoration:none;
	font-weight: normal;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight: normal;
}



/****** Home Styles ******/
#homeBody {
	background-image: url(../images/top_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	
}
#header {
	padding: 0;
	height: 100px;
	width: 780px;
	margin: 0;
}
#featured {
	width:780px;
	height:345px;
	margin:0;
	padding:0;
}
#nav {
	width:780px;
	margin:5px auto;
	padding:0;
	height: 25px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#nav ul li {
	display:inline;
	padding:0 10px;
	margin:0;
	font-size:12px;
	line-height: 25px;
}
#nav ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#nav ul li a:hover {
	text-decoration:none;
	color:#000000;
}
#mainContent {
	padding: 25px 0 0 40px;
	width: 740px;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.box {
	padding: 5px 15px 15px 5px;
	background-image: url(../images/box_bottom_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box p {
	padding: 5px;
	margin: 0;
}

.boxShadow {
	background-image: url(../images/box_right_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
	line-height: 16px;
	font-size: 10px;
	color: #666666;
}




/****** Second Level Styles ******/
#secondBody {
	background-image: url(../images/top_bkgrd_second.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#secondHeader {
	padding: 0;
	height: 60px;
	width: 780px;
	margin: 0;
}

#secondNav {
	width:780px;
	margin:5px auto;
	padding:0;
	height: 25px;
	
}
#secondNav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#secondNav ul li {
	display:inline;
	padding:0 10px;
	margin:0;
	font-size:12px;
	line-height: 20px;
}
#secondNav ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#secondNav ul li a:hover {
	text-decoration:none;
	color:#000000;
}
#secondNav ul li a.selected {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#secondNav ul li a.selected:hover {
	text-decoration:none;
	color:#000000;
}
#mainContentSecond {
	padding: 20px;
	width: 740px;
	background-color:#FFFFFF;
}
#mainContentAbout {
	padding: 20px;
	background-color:#FFFFFF;
	margin-right:230px;
	
}

#containerAbout {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/about_bkgrd.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}




#rightColumnAbout {
	background:#e5e5e5;
	float:right;
	width:220px;
}
.shadedSecondOdd {
	background-color: #ebebeb;
	padding: 20px;
	margin-right: -20px;
	margin-left: -20px;
}
.shadedSecondEven {
	background-color: #FFFFFF;
	padding: 20px;
	margin-right: -20px;
	margin-left: -20px;
}

img.left { 
	padding:0 20px 0 0;
	float: left;
}
img.right { 
	padding:0 0 0 20px;
	float: right;
}
.secondbox {
	padding: 5px;
}
.secondbox p {
	padding: 10px;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
}

.seconddboxShadow {
	background-image: url(../images/box_right_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 230px;
	float: right;
	margin: 0;
	background-color: #FFFFFF;
	line-height: 16px;
	font-size: 10px;
	color: #666666;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****** Form Styles ******/
label.preField {
	float: left;
	display: block; 
	min-width: 14em;	
	margin: 0;
	padding: 0 2px 0 0;
}
textarea, select {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
form .oneField {						
	display: block;
	padding: 2px 0;
	margin-bottom: 0.75em; 	
	width: 100%
}
.reqMark {							
	color: #F00;	
	font-size: xx-small;
	margin-left: 2px;
	}
	.errFld {							
	border: 1px solid #FBB;
	}
	.errMsg {							
	color: #CC3333 !important;
	display: block;
	}
	form .actions {
	margin: 20px 0 10px 14em;	
}
/* IE6 BUG FIXES ==================================================================== */
 /* IE Pick-a-boo bug fix */
* html form {
	height: 1%; 
}
/* Fixes IE 6 problem with fieldset+legend boundaries */
* html form fieldset {	
	position: relative; 
	margin-top: 1em;
	padding-top: 2em;
}
* html form fieldset legend {
	position: absolute; 
	top: -.5em; 
	left: .5em;
} 
/* Fix min-width support */
* html label.preField {
	width: 14em;

}
