/*****  Header stuff ****/
body{
	width: auto;
	background: #FFFFFF;
}

h2{
	font-size: 20pt;
}

h4{
	font-size: 0.9em;
}

#container{
	width: 833px;
	margin: 0 auto;
}


#logoDiv{
	margin: 25px 0 10px 25px;
}

#logo{
	float: left;
	background: url('../img/divider-logo.jpg') right no-repeat;
	padding-right: 5px;
	margin-right: 10px;
}

#slogan{
	float: left;
	margin-top: 10px;
}

#header, #header img {
	margin: 0;
	padding: 0;
	display: block;
}


/********  Nav Bar ***********/

#navLeftShadow{
	float: left;
}

#navDiv{
	height: 42px;
	width: 833px;
	background-color: #CFD6E6;
}

#navRightShadow{
	float: left;
}

#navDiv,
#navDiv #nav,
#navDiv #nav li{
	margin: 0px;
	padding: 0px;
	position: relative;
}


#nav {
	float: left;
	width: 800px;
	border-top:2px solid #535271;
	border-bottom:2px solid #535271;
}

#nav li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	background: url(../img/menu_bg.jpg) repeat 0 0;
	height: 38px !important;
	overflow: hidden;
}

#nav li:hover,
#nav li:active{
	background-position: -80px 130px;
}

#nav li a{
	text-decoration: none;
	text-indent: 0px !important;
	padding-top: 8px;
	color: #FFCE0A;
	font-size: 14pt;
	display: block;
	font-weight: bold;
	outline: none;

	
}
.menu_divider_right{
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.menu_divider_left{
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*****  Content  **********/

#contentTop, #contentTop img {
	display: block;
}

#content{
	position: relative;
}

#contentLeft{
	background: url('../img/content_left.jpg') repeat-y;
	height: 100%;
	width: 24px;
	position: absolute;
	left: 0px;
	display: block;
}

#contentBodyContainer{
	width: 100%;
	background-color: #F0F0E2;
	display: block;
}

#contentBody{
	width: 740px;
	margin: 0 30px 0 30px;
	color: #3E3F44;
	display: block;
	padding: 10px;
}

	#contentBody *{
		margin: 0px;
	}
	
	#contentBody p,
	#contentBody h1,
	#contentBody h2,
	#contentBody h3,
	#contentBody h4{
		padding: 5px;
	}
	
	#contentBody p{
		font-size: 0.8em;
	}
	
	#contentBody a,
	#contentBody a:link,
	#contentBody a:visited,
	#contentBody a:hover{
		text-decoration: none;
		color: #2D3FBB;
	}
	
	#contentBody a:hover{
		text-decoration: underline;
	}

#contentRight{
	background: url('../img/content_right.jpg') repeat-y;
	height: 100%;
	width: 23px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
}

#footer {
	background: url('../img/footer.jpg') no-repeat;
	width: 791px;
	height: 32px;
	text-align: center;
	padding: 17px 21px;
	font-size: 9pt;
	color: #FFEF12;
}


/*** Page Content Specific ***/

div.leftCol{
	float: left;
	width: 60%;
}

div.rightCol{
	float: right;
	width: 40%;
}

div.centerCol{
	width: 60%;
	margin: 0 auto !important;
	text-align: left;
}

.center{
	text-align: center;
}

.indent{
	margin-left: 15px !important;
}

.blue{
	color: #2D3FBB;
}

/**** index ****/

#services-list{
	list-style: none;
	list-style-position: inside;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
}

#services-list li {
	background: url(/img/arrow.gif) center left no-repeat; 
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}


/**** Bios  ****/

div.bio{
	padding: 10px;
}


/***** Services *****/

div.service{
	padding: 10px;
}

/***** Random *****/

div.videoRow{
	padding: 15px 0px 0px 50px;

}

div.videoRow .leftCol{
	float:left;
	width: 50%;
}

div.videoRow .rightCol{
	float: right;
	width: 50%;
}


/****  Contact *****/

div.error{
	font-weight: bold;
	color: #FF0000;
}

#contactForm{
	padding: 20px 0px 20px 50px;	
}

	#contactForm div.formItem{
		margin: 10px 0;
	}
	
		#contactForm div.formItem p{
			margin-left: -20px;
		}
	
		#contactForm div.formItem label{
			width: 5em;
			font-size: 0.8em;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: block
		}
		
			#contactForm div.formItem label.required{
				color: #FF0000;
			}
			
		#contactForm div.formItem input,
		#contactForm div.formItem textarea{
			border:1px solid #433D7D;
			color: #3E3F44;
			padding: 2px 5px;
		}
		
		#contactForm div.formItem input:hover,
		#contactForm div.formItem input:focus,
		#contactForm div.formItem textarea:hover,
		#contactForm div.formItem textarea:focus{
			background-color: #6B81EE;
			color: #FFED02;
		}
		
		
		#contactForm div.formSubmit{
			text-align: right;
			margin-right: 15px;
		}
		
		#contactForm #contactInfo{
			padding: 20px 0 0 65px;
		}
			#contactForm #contactInfo p{
				text-align: justify;
				color: #433D7D;
				font-size: 0.9em;
			}
