/* CSS Document */

/*------------------------------------
Basic Style Sheet

version: 1.1
author:		Affinity Web Design
e-mail:		webdesign@affinity.com
website:	www.valueweb.com

Template # 68

--------------------------------------*/

/*Universal Selector Styles*/
* {
	margin:0;
	padding:0;
	}

/*Body Styles*/		
body {
	background:#b8d8ff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	outline:none;
	}

/*Main Container Styles*/		
#mainContainer {
	width:753px;
	margin:12px auto;
	}

/*Header Styles*/	
#header {
	width:753px;
	}
	
#header img {
	float:right;
	}
	
#mainNav {
	float:left;
	width:196px;
	background:#c2d05a;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}
	
#mainNav ul {
	list-style:none;
	margin-left:16px;
	}
	
#mainNav ul li {
	background:url(../images/mainNav-bullet.jpg) no-repeat left center;
	padding:12px 0 12px 20px;
	
	}
	
#mainNav ul li a {
	color:#fff;
	text-decoration:none;
	}
	
#mainNav ul li a:hover {
	color:#0863ac;
	}
	
#mainNav h1 {
	font-size:12px;
	background:url(../images/h1-bg.gif) repeat-x top left;
	padding:10px 16px;
	color:#000;
	text-transform:uppercase;
	}
	
#mainNav form {
	background:url(../images/mainNav-formbg.jpg) no-repeat top left #0661aa;
	color:#000;
	text-transform:uppercase;
	padding:20px 18px 10px 16px;
	}

* html #mainNav form {
	padding:17px 18px 7px 16px;
	}
	
html* #mainNav form {
	padding:17px 18px 7px 16px;
	}
	
#mainNav form p {
	padding-bottom:9px;
	}
	
#mainNav form p input {
	margin-top:4px;
	}


/*Content Wrapper Styles*/	
#contentWrapper {
	
	}
	
#contentWrapper h1 {
	background:url(../images/h1-bg.gif) repeat-x top left;
	padding:10px 16px;
	color:#000;
	font-size:16px;
	}

/*Main Content Styles*/	
#mainContent {
	float:right;
	width:535px;
	background:#fff;
	padding-top:10px;
	}
	
#mainContentTxt {
	width:510px;
	margin:0 auto;
	}
	
#mainContent h2 {
	font-size:1.2em;
	font-family:tahoma, Arial, Verdana;
	padding-top:10px;
	font-weight:normal;
	}
	
#mainContent p {
	border-bottom:dashed #999 1px;
	padding:5px 0 5px 0;
	font-size:.8em;
	line-height:1.2em;
	}
	
#mainContent p.home {
	margin-bottom:214px;
	}
	
#mainContent p.contact {
	margin-bottom:337px;
	}
	
#mainContent p.mission {
	margin-bottom:73px;
	}
	
#mainContent a {
	color:#000;
	}
	
#mainContent img {
	margin:2px;
	}
	
#mainContent img.right {
	float:right;
	padding:0 0 5px 10px;
	}
	
/*Side Content Styles*/	
#sideContent {
	width:217px;
	background:url(../images/sideContent-bg.jpg) no-repeat top left #ffcc03;
	float:left;
	}
	
#sideContentTxt {
	width:203px;
	margin:0 auto;
	}
	
#sideContent h5 {
	padding-top:5px;
	color:#0863ac;
	}
	
#sideContent p {
	font-size:.8em;
	}
	
#sideContent a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
	
#sideContent p {
	padding:5px 0;
	}
	
#sideContent p label em {
	font-size:.7em;
	}
	
#bottomLinks {
	background:url(../images/bottomlinks-bg.gif) repeat-x top left;
	list-style:none;
	padding:10px 0;
	font-size:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	margin-top:10px;
	vertical-align:bottom;
	}
	
#bottomLinks li {
	display:inline;
	}
	
#bottomLinks li a {
	color:#fff;
	text-decoration:none;
	}
	
#bottomLinks li a:hover {
	color:#000;
	}
	
#bottomLinks li span {
	padding:0 12px;
	}


/*Footer Styles*/	
#footer {
	clear:both;
	font-size:.8em;
	text-align:center;
	padding:5px 0;
	}

/*Various Classes*/	
.clear {
	clear:both;
	}
	
.formError {
	color:#0863ac;
	font-size:.9em;
	}
