/*-------------------------------------------------------
	Colors
-------------------------------------------------------*/

/*
	Dark Grey:		3e3837
	Light Grey:		736c6b
	Blue:			465e96
	Dark Blue:		243163
*/

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #736c6b;
	color: 3e3837;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	background: url(../images/layout/container-bg.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 980px;
}

#mast {
	background: url(../images/layout/mast-bg.jpg) no-repeat center bottom #736c6b;
	clear: both;
	float: left;
	height: 150px;
	padding-top: 0px;
	width: 980px;
}
	
#main-nav {
	background: url(../images/layout/main-nav.jpg) repeat-x;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	display: inline;
	float: left;
	height: 30px;
	margin: auto 10px;
	width: 960px;
}
	
#header {
	background: #ccc;
	border-bottom: 3px solid #fff;
	clear: both;
	display: inline;
	float: left;
	height: 225px;
	margin: auto 10px;
	width: 960px;
}
	
#wrapper {
	background: url(../images/layout/wrapper-bg.jpg) top repeat-x #fff;
	display: inline;
	float: left;
	margin: auto 10px;
	width: 960px;
	clear: both;
}

.supp-content {
	display: inline;
	float: left;
	height: auto;
	margin: 10px;
	width: 300px;
}
	
.main-content {
	display: inline;
	float: left;
	height: auto;
	margin: 10px;
	width: 620px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) no-repeat center -75px;
	clear: both;
	float: left;
	height: 100px;
	padding-top: 25px;
	text-align: center;
	width: 980px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 90%;
	color: #003366;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	margin: 7px auto 0 auto;
}

h2 {
	font-size: 150%;
	margin: 25px auto 25px auto;
	text-align: center;
}

h3 {
	font-size: 130%;
	margin: 15px auto 0 auto;
}

h4 {
	font-size: 120%;
	margin: 25px auto 0 auto;
}

p {
	line-height: 125%;
	margin: 8px auto 8px auto;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #003366;
}
	 
a:hover, a:active {
	color: #AC9C2B;
}

input, textarea {
	border: 1px solid #ccc;
}

dl {
	display: inline;
	width: 200px;
	margin-left: 40px;
	float: left;
}

dt {
	margin-top: 8px;
}

dd {
	margin: 3px 0;
}

blockquote {
	font-style: italic;
}


/*-------------------------------------------------------
	Mast
-------------------------------------------------------*/

.mast-left, .mast-right {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 15px auto;
}

.mast-left {
	float: left;
}

.mast-right {
	float: right;
}

.mast-right a:link, .mast-right a:visited {
	color: #fff;
	text-decoration: none;
}

.mast-home {
	float: left;
	clear: both;
	height: 125px;
	margin: auto 10px;
	text-indent: -999em;
	width: 960px;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li {
	float: left;
	position: relative;
}

#main-nav a {
	background: url(../images/layout/main-nav.jpg) repeat-x center top;
	border-left: 1px solid #736c6b;
	border-right: 1px solid #243163;
	color: #fff;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 24px;
	padding-right: 25px;
	text-decoration: none;
}

#main-nav li.first a {
	border-left: none;
	padding-left: 26px;
	padding-right: 25px;
}

#main-nav li.last a {
	border-right: none;
	padding-left: 26px;
	padding-right: 26px;
}
		
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* Safari 3.0 and Opera 9 Hack :( */
		#main-nav a {
			padding-left: 22px;
			padding-right: 23px;
		}
	}

#main-nav a:hover {
	background: url(../images/layout/main-nav.jpg) repeat-x center -30px;
}

#main-nav a:active, #main-nav a.down {
	background: url(../images/layout/main-nav.jpg) repeat-x center -60px;
	color: #3e3837;
	cursor: default;
}


/*-------------------------------------------------------
	Second Level
-------------------------------------------------------*/

#main-nav ul ul {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	float: left;
	margin: 0px;
	position: absolute;
	left: -1px;
	top: 100%;
	visibility: hidden;
	width: 280px;
}

#main-nav ul ul li {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 250px;
}

#main-nav ul ul li a {
	border-top: none;
	border-bottom: 1px solid #000;
	float: left;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	line-height: 100%;
	padding: 5px 15px;
	width: 250px;
}

#main-nav ul ul li a.down, #main-nav ul ul li a:active {
	background: #2c3539;
	border-top: none;
	border-bottom: 1px solid #000;
	color: #FFFFFF;
	cursor: default;
}

/* IE 6 & 7 Needs Inline Block */
#main-nav ul ul li a {
	display: inline-block;
} 

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer {
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#header img {
	border: 0;
	float: left;
}

.bio-details {
	width: 598px;
	height: 218px;
	margin: 10px 0;
	background: #f1f1f1;
	border: 1px solid #cccccc;
	clear: both;
	padding: 10px;
}

.bio-details ul {
	margin: 10px;
	clear: both;
}

.bio-details li {
	list-style: none;
}

.bio-details h4 {
	margin-top: 40px;
}

.bio-details img {
	border: 1px solid #cccccc;
	margin: 0 0 0 10px;
}

.float-r {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	padding: 4px;
	background: #f1f1f1;
}

.float-l {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	padding: 4px;
	background: #f1f1f1;
}

.no-border {
	border: none;
	padding: 0;
}

.border {
	float: right;
	margin: 10px 0 0 10px;
	border: 1px solid #cccccc;
	padding: 4px;
	background: #f1f1f1; 	
}

.top {
	margin-top: 10px;
}

#google-map {
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 0px;
	text-align: center;
	width: 260px;
}

#footer .dei-link {
	font-size: 12px;
}

#contact-info {
	margin: 10px 0 0 0;
	text-align: left;
}

.contact-wrappers {
	display: inline;
	float: left;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}

strong.label {
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 75px;
}

#rotate {
	float: left;
	height: 185px;
	width: 270px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	border: solid 1px #ccc;
	display: inline;
	float: left;
	height: 255px;
	margin: 10px;
	padding: 12px;
	text-align: left;
	width: 280px;
}

#contact-form label { 
	display: block;
	float: left; 
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 80px; 
}

#contact-form h2 {
	margin: 0px;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}