﻿/*------------------Base Styles-----------------------*/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #555;
	text-align: center;
	background-color: #041332;
	height: 100%;
}
#container
{
	width: 990px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(Images/leftCol_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}
.clear
{
	clear: both;
}
.errorMessage
{
	color: #ff0000;
	margin: 20px;
}



/*--------------------Header styles----------------------*/
#header
{
	width: 100%;
	height: 363px;
	background-image: url(Images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #041332;
	margin: 0;
	padding: 0;
}
.upperLinks
{
	float: right;
	margin: 0 0 -20px 0;
	padding: 20px 0 0 0;
	height: 60px;
	width: 100%;
}
.upperLinks ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.upperLinks li
{
	float: left;
	background-image: url(Images/upperLink_left.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	height: 25px;
}
.upperLinks a:link, .upperLinks a:visited
{
	float: left;
	display: block;
	background-image: url(Images/upperLink_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 10px 0 0;
	margin: 0 20px 0 0;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	height: 25px;
}
.upperLinks li:hover
{
	background-image: url(Images/upperLink_left_over.png);
}
.upperLinks li:hover a
{
	background-image: url(Images/upperLink_right_over.png);
}
#flashDiv
{
	clear: both;
	width: 990px;
	height: 303px;
}
img.flashDivLogo
{
	float: left;
}
#mySlideshow
{
	float: right;
	margin-right: 10px
}
#mySlideshow a img
{
	border: none;
}



/*--------------------Main Nav styles--------------------*/
#mainMenu
{
	clear: both;
	width: 100%;
	height: 101px;
	margin: 0;
	padding: 0;
	background-image: url(Images/main_menu_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#mainMenu ul
{
	float: right;
	margin: 0;
	padding: 45px;
	list-style: none;
}
#mainMenu li
{
	display: inline;
	float: left;
	margin-left: 40px;
}
#mainMenu a:link, #mainMenu a:visited
{
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 3px;
	margin: 0;
	color: #e6e6e6;
}
#mainMenu a:hover
{
	color: #fff;
	border-bottom: 2px solid #f26226;
}



/*------------------Left column styles---------------------*/
#leftCol
{
	float: left;
	width: 292px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(Images/leftCol_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #c6c6c6;
}
#leftCol a img
{
	border: none;
	margin-top: 200px;
}
div.leftNav
{
	width: 228px; 
	margin: 0 29px 0 33px;
	padding: 0;
}
div.leftNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #1a1a1a;
}
div.leftNav li
{
	border-bottom: 1px solid #1a1a1a;
	text-align: right;
}
div.leftNav li a:link, div.leftNav li a:visited
{
	display: block;
	padding: 11px 58px 11px 0;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background-image: url(Images/nav_arrow.png);
	background-position: 180px;
	background-repeat: no-repeat;
}
div.leftNav li a:hover
{
	background-color: #f26226;
	background-image: url(Images/nav_arrow.png);
	background-position: 180px;
	background-repeat: no-repeat;
}
div.leftNav li a:link span.switch, div.leftNav li a:visited span.switch
{
	color: #f26226;
}
div.leftNav li a:hover span.switch
{
	color: #000;
}



/*---------------Content styles----------------------*/
#contentWrapper
{
	height: 100%;
	background-image: url(Images/c6_square.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#content
{
	height: 100%;
	background-color: #fff;	
	margin: 0 30px 0 292px;
	padding: 20px 20px 80px 20px;
	border-top: 15px solid #376098;
}
.headline
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.subhead
{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin: 20px 0 10px 0;
}

#content a:link, #content a:visited
{
	color: #555;
}
#content a:hover
{
	color: #fff;
	background-color: #f26226;
	text-decoration: none;
}
/*
.pageTitle
{
	font-size: 15px;
	font-weight: bold;
	color: #f26226;
}
*/
/*
.pIntro, .bold
{
	font-weight: bold;
}
*/



/*-----------------Footer styles--------------------*/
#footer
{
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	height: 64px;
	background-image: url(Images/footer_bg.jpg);
	color: #fff;
}
#copy
{
	float: left;
	margin: 25px 0 0 292px;
}
#credit
{
	float: right;
	clear: none;
	text-align: right;
	margin: 25px 30px 0 0;
}
#credit a:link, #credit a:visited
{
	color: #fff;
}
#credit a:hover
{
	background-color: #f26226;
	text-decoration: none;
}



/*----------------Form Styles---------------------*/
.styledForm
{
	width: 300px;
	background-color: #c6c6c6;
	padding: 10px;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.styledForm div, .styledForm2 div, .styledForm3 div
{
	margin: 0;
	padding: 5px 0 0 0;
}
.styledForm label
{
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 3%;
}
.styledForm input, .styledForm2 input, .styledForm2 textarea, .styledForm3 input, .styledForm3 select
{
	border: 1px solid #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
.styledForm input:focus, .styledForm2 input:focus, .styledForm3 input:focus, .styledForm2 select:focus, .styledForm2 textarea:focus, .styledForm3 select:focus
{
	background-color: #fef1eb;
}
.styledForm2
{
	width: 608px;
	background-color: #c6c6c6;
	padding: 10px;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.styledForm2 label
{
	float: left;
	width: 45%;
	text-align: right;
	padding-right: 3%;
}
.styledForm3
{
	width: 608px;
	background-color: #c6c6c6;
	padding: 10px;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.styledForm3 label
{
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 3%;
}
.styledForm2 select
{
	width: 150px;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
.styledForm3 select
{
	width: 200px;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
.w55
{
	width: 55%;
}
.w45
{
	width: 45%;
}
.w70
{
	width: 70%;
}
input.btn
{
	width: 62px;
	height: 26px;
	background-image: url(Images/button.png);
	border: none;
	cursor: pointer;
	color: #fff;
}
input.btn:hover
{
	background: transparent url(Images/button.png) 0 -26px no-repeat;
}



.quoteBar
{
color:#fff;
background-color:orange;
height:20px;
width:80%;
border: solid 1px black;
padding: 2px 0 0 5px;
font-size:16px;
}

.w10
{
	width:10%;
}
.w30
{
	width:30%;
}
.w5
{
	width:5%;
}



/*----------stafflisting-------------*/
.staffDiv
{

	padding: 15px;
	background-color: #efefef;
 	border: 1px solid #eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.staffDiv img
{
	float: left;
	margin-right: 40px;
}
.staffInfo
{
	width: 150px;
	float: left;
	clear: none;
	margin-right: 40px;
}
.staffDivName
{	
	font-size: 12px;
	font-weight: bold;
}
.bio
{
	float: left;
	clear: none;
	width: 241px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px; 
}



/*----------------Admin Styles---------------------*/
#adminMenuHead
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	background-color: #000;
}
.note
{
  	font-size: 12px;
	color: #fff;
	text-align: left;
	padding: 0 40px;
}
.ContentSectionPageListHeaderRow td
{
	background-color: #555;
	padding: 5px;
	color: #fff;
}
.adminLink
{
  	margin: 20px 0;
}
.dgAdmin
{
	background-color: #fff;	
}
.dgAdmin td
{
	padding: 5px;
	border-collapse: collapse;
}
.dgAdminHeader td
{
	background-color: #555;
	color: #fff;
	border: 1px solid #a6a6a6;
	border-collapse: collapse;
}
.dgAdminAlt
{
	background-color: #fef1eb;
}

/*-------Showcase Photos------------*/
.photo
{
	float:left;
	margin: 10px;
	border:solid 1px #000; 
	z-index:1;
}
.photoContainer
{
	float:left;
	border:solid 1px #f26226;
	margin:10px 10px 25px 10px;
	padding:5px;
}
.photoTitle
{
	font-weight:bold;
	font-size:12px;
}
.photoDescription
{
	font-size:10px;
}
.clearLeft
{
	clear:left;
}

.picContainer
{
border:solid 1px #000;
}
