@charset "utf-8";
/* CSS Document */

ol, ul, li, p, h1, h2, a, p, img {
	margin:0px;
	padding:0px;
	outline:none;
	border-style:none;
	text-decoration:none;
	list-style:none;
}

.clear {
	clear:both;	
}

body {
	background-color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}

#topBar {
	background-color:#000;
	height:10px;
	margin:-10px -10px 0 -10px;
}

#bar1 {
	background-color:#F0F0F0;
	height:100px;
	margin:0 -10px;
}

#bar2 {
	background-color:#ccc;
	height:350px;
	margin:0 -10px;
}

#gradBG {
	background-image:url(../../images/gradBG.jpg);
	background-repeat:repeat-x;
	height:100px;
	margin:0 -10px;	
}

.bodyCont {
	background-color:#fff;
	margin:0 10px 10px 10px;
}

#cont {
	width:800px;
	margin:-560px auto 0 auto;
}

#topRow {
}

#nav {
	background-color:#000;
	width:480px;
	height:50px;
	float:right;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#nav ul {
	width:470px;
	margin:0 auto;
}

li.menuItems {
	float:left;
	padding:10px 19px;
	margin:15px 0px;
	font-size:12px;
	border-right:thin solid #999;
	cursor:pointer;
}

li.menuItems a {
	color:#fff;
}

li.menuItems ul {
	display:none;
	position:absolute;
	text-align:left;
	background-color:#000;
	border:thin solid #999;
}

li.menuItems ul li {
	font-weight:normal;
	float:none;
	background-color:#000;
	padding:8px 0;
	border-bottom:thin solid #999;
}

li.menuItems ul li a{
	margin:0 5px;
}

#contactRow {
	float:right;
	margin:20px 0 0;
}

#contactRowPhone {
	float:left;
	border-right:medium solid #333;
}

#contactRowPhone p{
	font-size:18px;
	height:20px;
	padding:0 20px 0;
}

#contactRowEmail p{
	font-size:18px;
	height:20px;
	padding:0 0 0 20px;
}

#contactRowEmail {
	float:left;
}

#contactRowEmail img {
	margin:4px 0 -4px	 0;	
}

#logo {
	float:left;	
	width:280px;
	height:100px;
	margin:20px 0 30px 10px;
}

#sideCol {
	width:200px;
	float:left;
	background-color:#E8E9EE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:20px 0 20px 0;
}

#sideColContact {
	width:174px;
	margin:10px auto;
}

#contactBG {
	padding:2px;
}

#conHolder {
	height:274px;
	overflow:visible;
}

.sideColHead {
	background-color:#333;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#sideColConForm {
	margin:0 auto;
	padding:10px 0;
	background-color:#F5F5F5;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-topLeft-radius:10px;
}

.input {
	margin:10px;
}

input, textarea {
	color:#999;	
	font-size:12px
}

#submitBtn {
	float:right;
	margin:0 20px 0;
}

.formError {
	width:164px;
	margin:5px auto -5px auto;
	text-align:center;
	color:#C20101;
	display:none;
}

.thankyou {
	padding:10px;
	background-color:#F5F5F5;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-topLeft-radius:10px;
}

.thankyouHeader {
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
}

.thankyouText {
	font-size:12px;
}

#sideColFeat {
	width:170px;
	margin:30px auto;
}

#sideColFeatCon {
	margin:0 auto;
	padding:10px 0 20px 0;
	background-color:#F5F5F5;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-topLeft-radius:10px;
}

#sideColFeatCon ul{
}
	
#sideColFeatCon li {
	font-size:12px;
	color:#333 /*#005180*/;
	position:relative;
	margin:10px;
}

#sideColFeatCon_header {
	background-color:#D6D6D6;
	margin:0 0 20px 0;
}

#sideColFeatCon_header p{
}

#sideColFeatCon .plus {
	background-image:url(../../images/plus.gif);
	background-repeat:no-repeat;
	float:left;
	width:10px;
	height:10px;
	margin:5px 15px 0 0;
}

#sideColFeatCon .minus {
	background-image:url(../../images/minus.gif);
	background-repeat:no-repeat;
	float:left;
	width:10px;
	height:10px;
	margin:5px 15px 0 0;
}

#sideColFeatCon .itemHeader {
	float:left;
	font-size:14px;
	width:120px;
}

#sideColFeatCon .itemHeader:hover{
	text-decoration:underline;
}

.leftPlus_details {
	font-size:12px;
	color:#000;
	margin:10px 0;
}

.leftPlus_backUp {
	float:right;
	color:#bd4524;
	font-size:10px;
	margin:15px 10px 0 0;
}

.leftPlus_backUp:hover {
	text-decoration:underline;	
}



#mBod {
	float:right;
	width:590px;
	padding:0 0 10px 0;
	background-color:#E8E9EE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 0 20px 0;
}

#breadCrumb {
	font-size:12px;
	margin:0px 0 0 0;
	padding:3px;
	text-align:right;
}

#breadCrumb a{
	color:#333;
}

.subjectHeader {
	background-color:#333;
	padding:5px 20px;
	color:#fff;
	font-size:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:10px 5px 0 5px;		
}

#footerMain {
	background-color:#333;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:40px 0;
	padding:10px;
}

.footerMainDivs {
	width:170px;
	height:160px;
	color:#fff;
	float:left;
	margin:10px;
}

.footerMainDivs ul{
}

.footerMainDivs li {
	list-style:none;
	font-size:16px;
}

.footerMainSeperator {
	background-color:#fff;
	height:160px;
	margin:0 8px;
}

.footerMainHeads {
	font-size:16px;
	margin:5px 0;
	font-weight:bold;
}

#footer {
	background-color:#ccc;
	margin:0px -10px -10px -10px;
}

#footerBod {
	margin:0 auto;
	width:800px;
	height:50px;
	padding:10px;
	padding-right:0px;
}

#footerState {
	float:left;
}	

#footerBod ul {
	float:right;
}

li.footerLinks {
	float:left;
	padding:0 10px;
	border-right:thin solid #333;
}

li.footerLinks a {
	color:#333;
}