/* General
====================================================================== */
html {
	background: #182B39 ;
}	

body {
	min-width: 955px;
	color: #3F3F3F;
	font-size: .8em;
	line-height: 1.7em;
}

body, input, select, textarea { font-family: "Trebuchet MS", Trebuchet, arial, sans-serif; }

code, kbd, pre { font-family: "Courier New", Courier, monospace; }


h1 {
	font-size: 182%;
	color: #333333;
	margin-bottom: 10px;
}

h2 {
	font-size: 150%;
	color: #3E546B;
	margin-bottom: 10px;
}

h3 {
	font-size: 138.5%;
	color: #3E546B;
	margin-bottom: 10px;
}

h4 {
	font-size: 123.1%;
	color: #3E546B;
	margin-bottom: 10px;
	font-weight: bold;
}

h5 {
	font-size: 123.1%;
	color: #3E546B;
	margin-bottom: 10px;
}

h6 {
	font-size: 100%;
	color: #3E546B;
	margin-bottom: 10px;
	font-weight: bold;
}

address {
	margin-bottom: 10px;
}

blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
	color: #3D536B;
}

dl {
	margin-left: 30px;
	margin-bottom: 20px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 15px;
	line-height: 170%;
}

q {
	font-style: italic;
}

strong {
	font-weight: bold;
}

tt {
	font-family: monospace;
}


ol {
	margin-bottom: 20px;
}

ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
}

ul {
	margin-bottom: 20px;
}

ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 2px;
}

a:link,
a:visited {
	color: #144dac;
}

a:hover { color: #739E1F; }

a:active { color: #2765B0 }	
	
	

	
	
/* Header
====================================================================== */

#header_wrapper {
	width: 100%;
	/*background: #5A779E url('../_images/header_shadow_bg.png') repeat-x bottom center;	*/
}

#header_inner_wrapper {
	width: 100%;
	/*background:  url('../_images/header_bg.png') repeat-x top center;	*/
}

#header {
	position: relative;
	width: 955px;
	margin: 0 auto;
}

#logo {
	margin: 20px;
}

#tagline {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 297px;
	height: 17px;
	background: url('../_images/tagline.gif') no-repeat;
}

#images {
	width: 460px;
	height: 145px;
}

body #images {
	margin: -45px 20px 0 0;	
	float: right;
	background: url('../_images/blank_photo.png') no-repeat top center;
}	

#images img {
	position: relative;
	top: 18px;
	left: 20px;
}

body.Home #photo {
	margin: -35px 0 0 20px;
	width: 909px;
	height: 265px;
	background: url('../_images/temp_flash.png') no-repeat;
}	

body #photo {
	margin: -35px 0 0 20px;
	width: 909px;
	background: url('../_images/h1_bg.png') repeat-x 0 47px;
}	

#mepfa {
	float:left;
	margin: 17px 0 0 20px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}

	
/* Navigation
====================================================================== */

#nav {
	float: right;
	margin: 17px 20px 0 0;
	font-size: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
	font-weight: bold;
}

#nav li {
	float: left;
	margin-left: 25px;
	padding-top: 7px;
	display: block;
}

#nav li a {
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a {
	color: #ffffff;
}

#nav li a:link,
#nav li a:visited {
	color: #aaaaaa;
}

#nav li a:hover,
#nav li a:active {
	color: #FFFF00;
}

	
/* SubNavigation
====================================================================== */
#subnav {
	float: left;
	line-height: 1.2em;
	width: 200px;
	/*background: url('../_images/subnav_border.png') repeat-y top right;*/
}

#subnav li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#subnav li a {
	text-transform: uppercase;
}

#subnav li img {
	display: none;
	margin: 0 0 0 5px;
}

#subnav li.Current img {
	display: inline;
}

#subnav li.Current a:link,
#subnav li.Current a:visited,
#subnav li.Current:hover a,
#subnav li.Current:active a {
	color: #333333;
}

#subnav li a:link,
#subnav li a:visited {
	color: #144dac;
}

#subnav li a:hover,
#subnav li a:active {
	color: #739E1F;
}	

.address {
	font-size: 1em;
	line-height: 1.4em;
}

/* Home Page Box Navigation
====================================================================== */	
#hp_box_nav {
	background: url('../_images/dividers.gif') repeat-y 287px 0;
}

#hp_box_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hp_box_nav div {
	width: 260px;
	float: left;
}

#hp_box_nav div#center {
	margin: 0px 67px 0 67px;
}

#hp_box_nav div.ClearBoth {
	width: auto;
	float: none;
}

#hp_box_nav h2 {
	color: #182A3A;
	margin-left: 15px;
	text-transform: uppercase;
}

#hp_box_nav ul {
	margin-left: 15px;
	line-height: 1.75em;
}

#hp_box_nav li a:link,
#hp_box_nav li a:visited {
	color: #094EAB;
}

#hp_box_nav li a:hover,
#hp_box_nav li a:active {
	color: #749F23;
}

	
	
/* Content
====================================================================== */	
#content_wrapper {
	width: 100%;
	background: #fafafa url('../_images/content_bg.png') repeat-x top center;		
}

#content {
	width: 915px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

#page_content {
	margin-left: 245px;
}

p img,
img.Left,
img.Right {
margin: 5px 15px 15px 15px;
border: 2px solid #DDD;
}

img.Left,
p img[align="left"] {
margin-left: 0;
}

img.Right,
p img[align="right"] {
margin-right: 0;
}

/* Contact
====================================================================== */		

#general_contact_info {
	padding: 0px 15px;
	width: 250px;
	float: left;
	background: #E8EEFA;
}

#page_content form {
	padding-top: 2px;
	margin: 0 auto;
}

#general_contact_info address {
	border: 1px solid #C6CCD6;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
}	
/* Footer
====================================================================== */
#footer_wrapper {
	height: 50px;
	width: 100%;
	background: #182B39 url('../_images/footer_bg.png') repeat-x top center;		
}

#footer {
	width: 915px;
	margin: 0 auto;
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: .9em;
}


#footer a:link,
#footer a:visited {
	color: #aaaaaa;
}

#footer a:hover {
	color: #FFFF00;
}

#footer a:hover span { color: #a8d936; }

#footer a:active { color: #fff }

/* Miscellaneous
====================================================================== */
.integra {
	display: none;
}	