@charset "utf-8";

body {
	font: 100.01% Calibri, Arial, Helvetica, sans-serif; color: #fff;
	background: #006 url(/images/layout_bg.jpg) 0 0 repeat-x fixed;
	margin: 0; padding: 0;
}

/* custom stuff */
:focus { -moz-outline-style: none; }

a { text-decoration: underline; }
a:link, a:visited { color: #00c; }
a:hover, a:active { color: #06c;	}
a img { border: none; }

td, th { vertical-align: top; }

h2 { font-size: 2.1em; font-weight: normal; line-height: 120%; margin: 1.5em 0 0.75em; color: #777; }
h2.first { margin-top: 20px; }
h3 { }

form { margin: 0; padding: 0; }

.clr { clear: both; font-size: 1px; line-height: 1px; height: 0; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clear { clear: both; }

.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.center { text-align: center; }
.img_caption { color: #999; font-style: italic; line-height: 120%; margin: 0; }

a.more { font-size: 80%; font-weight: bold; text-transform: uppercase; }
.important { color: #060; font-weight: bold; }
.error { color: #f00; }
.req { color: #c00; }
.highlight { background-color: #ff0; padding: 0 0.5em; }
.csm { color: #0066FF; font-weight: bold; }
.message {
	padding: 0.5em 1.5em; margin: 25px 0 1.5em 0; 
	color: #333;
	background: #CFEFCA none repeat scroll 0 0;
	border: 1px solid #c00;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; -border-radius: 7px;
}
.line { border-top: 1px solid #eee; margin: 1em 0 0 0; padding: 1em 0 0 0; font-size: 1px; line-height: 1px; }
.box_shadow {
	-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
	box-shadow: 0 2px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
}
.text_shadow { text-shadow: #000 0 2px 15px; }

#wrapper {
	background: #ddd; color: #333;
	margin: 1.5em auto; width: 954px;
	-moz-box-shadow: 0 3px 8px #000; -webkit-box-shadow: 0 3px 8px #000; box-shadow: 0 3px 8px #000;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
}

#header { position: relative; width: 954px; height: 297px; margin: 0 auto; position: relative; z-index: 100; overflow: hidden; }

h1 {
	font-size: 1em;
	width: 495px; height: 297px;
	overflow: hidden;
	padding: 30px 0 0 40px; margin: 0;
	background: transparent url(/images/header_bg.jpg) no-repeat 0 0;	
	font-weight: normal;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
}
h1 span { display: block; }
h1 .lg { font-size: 2.3em; color: #fff; margin-top: 0; margin-bottom: 0; margin-right: 0; line-height: 100%; }
h1 .sm { font-size: 1.6em; color: #abc; margin-top: 0.5em; margin-bottom: 0; margin-right: 0; line-height: 100%; }
.h01 { margin-left: 0; }
.h02, .h03 { margin-left: 20px; }
.h04, .h05 { margin-left: 40px; }

#banner-photos {
	position: absolute; top: 0; left: 535px;
	width: 420px; height: 297px; 
	z-index: 10; overflow: hidden;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
}


#content_outer { 	font-size: 1.2em; line-height: 135%; position: relative; z-index: 800; }

.footer_left, .footer_right { float: left; color: #888; }
.footer_left { width: 210px; padding: 0 20px 10px 20px; font-size: 0.8em; }
.footer_right { width: 630px; margin: 25px 0 15px 265px; }
.footer_right p { margin: 0 0 0.5em 0; }
.footer_right .addr { color: #555; font-size: 1.3em; line-height: 130%; }

/* CSS Document */

.tab_title { color: #444; cursor: pointer; }
.tab_title h3 { font-weight: normal; font-size: 1em; padding: 0.5em 1em; margin: 0 1px 0 0; border-bottom: 1px dotted #ccc; text-shadow: 0 1px 0 #fff; }
.tab_title h3:hover { background: #eee; }

/*class added to header when they are open*/
.tab_open { margin: 0 0 0 -12px; padding: 8px 0 0 0; background: transparent url(/images/fold-left.png) no-repeat 0 0; cursor: default; }
.tab_open h3, .tab_open h3:hover { background: transparent url(/images/menu_bg.png) repeat-y 0 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; cursor: default; }
.tab_menu { float: left; width: 250px; }
.tab_menu h2 { margin: 0 0 1.5em 0.6em; }
.tab_menu img { margin: 50px 0 0 20px; }
.tab_content {
	float: left; width: 634px; height: 19em;
	overflow: auto;
	padding: 20px 35px;
	margin: -20px 0 0 0;
	text-align: left;
	background: #fff;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
}
.tab_content h2 { color: #666; margin: 0; padding: 0 0 1em 0; font-size: 1.5em; font-style: italic; }
.tab_content blockquote {
	color: #333;
	border: none;
	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 1.7em;
}
.tab_content p { margin: 0 0 1em 0; padding: 0; width: auto; }

.tab_04 { font-size: 1.2em; }
.call_desc { margin: 1em 0 0.5em 3em !important; font-style: italic; }
.call_phone { font-size: 1.8em; font-weight: bold; margin: 0 0 1em 3em !important; white-space: nowrap; }