/*CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	text-align: left;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	background-image: url(images/siteBg.gif);
	background-repeat:repeat;
	color: #333333;
	font-size: 12px;
}
h1 {
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#486b85;
	margin-bottom: 5px;
}
h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 2px;
	color:#646464;
	margin-top:15px;
	
}
ul, ol {
	margin-left: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:15px;
	margin-bottom:15px;
}
li {
	margin-top: 5px;
	font-size:12px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	margin-bottom: 15px;
}
.tagline {
	font-size:20px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style: italic;
	margin-left: 70px;
}

h1.alt {
	font-size:18px;
	font-family:Georgia, Times New Roman, Times, serif;
	text-indent:-9000px;
}

#header2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
a.clickhome {
	position: absolute;
	width: 500px;
	height: 85px;
	text-indent: -1000em;
}
#header2 .home a {
	top: 60px;
	left: 17px;
}

/*------- Div Styles ------- */

#container {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/siteBg.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 9px 0 9px;
	text-align: left;
	background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}
#header {
	width: inherit;
	margin: 0;
	background:url(images/headerBg.jpg) no-repeat;
	height: 295px;
	position: relative;
}
#header2 {
	width: inherit;
	margin: 0;
	background:url(images/header2.jpg) no-repeat;
	height: 133px;
	position: relative;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
#rightCol {
	margin: 40px 5px 0px 0px;
	float: right;
	width: 160px;
	padding: 0px 10px 0px 0px;
}
#mainContent {
	margin: 40px 200px 0px 250px;
	padding: 20px 10px 15px 10px;
}


#mainContent2 {
	width: 650px;
	margin: 40px 0px 0px 250px;
	padding: 20px 10px 15px 10px;
}

#leftCol {
	margin: 20px 0px 0px 10px;
	float: left;
	width: 200px;
	padding: 0px 10px 15px 10px;
}

#box {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box2 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box3 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box4 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box5 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box6 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

#box7 {
display: none;
background-color:#edf2f5;
padding:3px 10px;
margin-bottom:10px;
}

/*------- End Div Styles ------- */





/*------- Horizontal Nav ------- */
#nav {
	background:url(images/navBg.gif);
	background-repeat: no-repeat;
	width: 960px;
	height:31px;
	float:left;
}
#nav ul {
	margin: 0px 0px 00px 40px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 31px;
	font-size: 14px;
	text-align: center;
}
*html #nav ul {
	margin: 0px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 31px;
	font-size: 14px;
	text-align: center;
}
#nav:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	color: #fff;
	padding: 6px 40px 5px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
	text-decoration:underline;
}
#nav ul li a:hover, .solidblockmenu li {
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:14px;
}
#nav a.current:link {
	color: #fff;
	text-decoration:none;
	}
#nav a.current:visited {
	color: #fff;
	text-decoration:none;
}
#nav a.current:hover {
	color: #fff;
	text-decoration:underline;
}
#nav a.current:active {
	color: #fff;
	text-decoration:none;
}
/* ------- End Horizontal Nav -------- */





/*------- Testimonials ------- */

#listticker {
	height:150px;
	width:400px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 10px 14px 10px;
	background-color: #edf2f5;
}
#listticker li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
#listticker li {
	height:150px;
	padding:5px;
	list-style:none;
}
#listticker a {
	color:#000000;
 margin-bottom:
}
#listticker .testQuote {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-style:italic;
	margin-bottom:4px;
	font-size:14px;
	line-height:20px;
	color:#333;
}
#listticker .testName {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin:10px 0px 0px 20px;
	color:#666;
}
#listticker img {
	float:left;
	margin-right:14px;
	padding:4px;
	border:solid 1px #DEDEDE;
}
/* ------- End Testimonials -------- */


#footer {
	width: 960px;
	background-image: url(images/footerBg.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding: 0 9px 0 9px;
	clear: both;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px;
	text-align: right;
	padding-top: 30px;
}
A:link {
	text-decoration: underline;
	color:#486b85;
}
A:visited {
	text-decoration: underline;
	color:#486b85;
}
A:active {
	text-decoration: underline;
	color:#486b85;
}
A:hover {
	text-decoration: underline;
	color:#486b85;
}


.rollover a {
display:block;
width: 180px;
padding:10px 10px 10px 7px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#333;
background: url("images/rollover.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -40px;
color: #fff;
}
.rollover a:active {
background-position: 0 -80px;
color:#fff;
}


/* form styles */
#form {
	color: #333;
	border:0px;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
#form p {
	margin-left:10px;
	margin-top:8px;
	margin-bottom: 8px;
	margin-right:8px;
	padding-right:0;
}
#form ol {
	margin-left:10px;
	margin-top:12px;
	font-weight:normal;
	margin-left:30px;
	margin-bottom:0;
	padding-bottom:0;
}
#form ol li {
	line-height: 1.3em;
}
#form blockquote {
	margin-left:20px;
	font-size:11px;
	margin-top:8px;
	font-weight:normal;
}
/*#form p input { margin-left:0px;  margin-bottom:0; padding-bottom:0; margin-top:0px;}
label { font-weight:bold; margin-top:5px;   text-align:right; display:block; position:relative; float:left;}
input { border: solid 1px #ccc; background: #fcfcff; color:#444; margin-bottom:5px; padding:2px; height:15px; vertical-align: top; margin-right:0; padding-right:0; margin-left:0;  }*/


/* Fieldset Styles */
fieldset {
	color: #333;
	border:none;
	background: #ffffff;
	width: 90%;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #606060;
	margin: 2px 5px 0 0;
	width: 160px;
	text-align: right;
	display: block;
	position: relative;
	float: left;
}
label.radio {
	width: 15px;
	text-align:left;
}
label.check {
	width: 150px;
}
.checkbox {
	width: 20px;
	margin: 1px 12px 0px 20px;
	float:left;
}
.checkbox2 {
	width: 20px;
	margin: 1px 3px 0px 3px;
	float:left;
}
label.checkbox {
	width:440px;
	margin-top:0;
	padding-top:0px;
	text-align:left;
	margin-left: 52px;
	float:none;
	font-weight:normal;
}
input {
	width: 300px;
	margin-bottom: 5px;
	margin-left: 7px;
}

select {
	width: 150px;
	margin-bottom: 5px;
	margin-left: 7px;
}


textarea {
	width: 300px;
	margin-bottom: 5px;
	margin-left: 7px;
	height:100px;
}
input.formInputButton {
	color: #333;
	width: 170px;
}
.team {
	margin-left: 205px;
	color:#333;
	margin-bottom:5px;
}
.form {
	color: #333;
	margin-top: 9px;
	margin-bottom: 11px;
	line-height:1.3em;
}



