@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #003366;
	background-image: url(images/repeat_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #CFF;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	clear: left;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	clear: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
	font-style: italic;
	padding-left: 20px;
	margin-top: -16px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
	font-style: italic;
	padding-left: 20px;
	margin-top: 0px;
}
.title_case {
	font-size:1.1em;
}
.fulljustify {
	text-align: justify;	
}
#outside_container {
	background-image: url(images/body_bg.jpg);
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	text-align:left;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
#header {
	position: relative;
	height: 95px;
}
#header_box {
	float: left;
	left: 600px;
	top: 0px;	
}
#main_content {
	float: left;
	margin-left: 40px;
	padding: 5px;
	width: 910px;
	margin-top: 10px;
	background-color: #003366;
	background-image: url(images/content_bg-920.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
}
#content_column {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 510px;
	margin-top: 5px;
	background-color: #003366;
	margin-right: 10px;
}
#right_col {
	float: left;
	margin-left: 20px;
	padding: 0;
	width: 150px;
	margin-top: 5px;
	background-color: #003366;
}
#testimonial_col {
	float: left;
	margin-left: 0px;
	width: 198px;
	margin-top: 15px;
	border: 1px solid #7198B3;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0;
}
#testimonial_col h1 {
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}
#testimonial_col p {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCDD1;
}
.line {
	background-color: #7197B3;
	height: 1px;
	margin-bottom: 10px;
}
.sidebar {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #7197B3;
}
.sidebar h1 {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: -10px;
}
.sidebar h2 {
	font-size: 1em;
	text-transform: none;
	padding-left: 5px;
}

.sidebar ul li {
	font-size: 0.8em;
	margin-left: 8px;
}
.info_box_top {
	background-image: url(images/info_box_top.gif);
	clear: right;
	float: left;
	height: 40px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
}
.info_box_bottom {
	float: left;
	height: 100%;
	width: 100%;
	font-size: 0.8em;
	padding: 0px;
	background-color: #7198B3;
	background-image: url(images/info_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -5px;

}
.info_box_h1 {
	font-size: 1.1em;
	margin-top: -15px;
}
.info_box_bottom ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
.info_box_bottom li {
	display: block;
}
.info_box_bottom ul li a{
	font-size: 1.3em;
	display: block;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 135px;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-left: -2px;
	padding-left: 10px;
}
.info_box_bottom ul li a:hover, .info_box_bottom ul li a.current {
	color: #FFF;
	background-color: #FFAD2B;
}


#nav {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 100px;
	width: 860px;
	}
	
#navinner {
	float: left;
	}
	
#nav .fb_icon {
	float: right;	
}
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	display: inline;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: .8em;
	text-transform: uppercase;
	}
	
#nav li a {
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border: 0px solid #E0DFE3;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#nav li a:hover {
	color: #FFFFFF;
	background-color: #BFBFBF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(images/top_nav_hover.gif);	
	}
#nav li a:hover img {
	background-color:transparent;
	background-image: none;	
	}	
#nav li a.active {
	color: #FFFFFF;
	background-color: #666666;
	border: 0px solid #666666;
	}
	
/*
	Footer
*/
#footer {
	color:#CCC;
	font-size:0.8em;
	line-height:14px;
	padding: 10px;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
	margin-top: 10px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer span {
	display:block;
	float:left;
	width:250px;
}
#footer a {
	color:#FC3;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }
/*
	Drop Down Menu
*/








/*
	Left Side Menu
*/
#left_nav {
	float: left;
	width: 123px;
	padding: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#left_nav li {
	padding: 3px 0px 4px 36px;
	margin-bottom: 0px;
	margin-left: 0;
	list-style: none;
	background-color: #003;
	background-image: url(images/left_nav_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

* html #left_nav li { /* IE 5.x hack */
        padding-left: 20px;
        padding-left: 36px;
}

#left_nav a {
        color: #efeeed;
        text-decoration: none;
        font-weight: bold;
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
}
#left_nav a:hover {
	text-decoration:underline
}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

#footer_column {
	float: left;
	width: 920px;
	color: #FFF;
	font-size: 12px;
	height: 150px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}


form ol {
list-style: none;
}
form {}
form li {margin-bottom:20px;}
form li.form-action {float:right;}
form a {color:#fff;}
form label, form label.required {display:block;font:normal 12px "lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;color:#fff;margin-bottom:0.5em;}
form input.checkbox {vertical-align:middle;}
form input.textfield, textarea {
	padding:6px;
	border:1px solid #7198B3;
	color:#FFF;
	background-color: #003366;
	background-image: url(images/field_repeat_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
}
form input.textfield:focus, textarea:focus {
	-moz-box-shadow:#10536e 0px 0px 4px;
	box-shadow:0 0 4px #10536e;
	-webkit-box-shadow:0 0 4px #10536e;
	border:1px solid #10536e;
	background-color: #3b6187;
	background-image: url(images/field_repeat_x_selected.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
form textarea {
	line-height:1.5;
	height:180px;
	color:#FFF !important;
}
input.textfield.sm {width:88px;}
input.textfield.med {width:148px;}
input.textfield.lrg {width:228px;}
input.textfield.fl, textarea.fl {width:435px;}
select, select.required {
	border:1px solid #0e475e;
	color:#bad5de;
	padding:6px;
	background-color: #BAD5DE;
	background-repeat: repeat-x;
	background-position: left top;
}
form label.inset {color:#184759;}
form label.required-field:after {content:'*';color:#a12d1a;margin-left:1px;}
form label.error {position:absolute;left:-9999px;}
form button {background:#0b435a url(../img/form_bg_button.png) repeat-x left top;font:normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;border:1px solid #195c76;border-bottom:1px solid #013246;border-right:1px solid #013246;color:#bad5de;-moz-border-radius:3px 4px;-webkit-border-radius:3px 4px;border-radius:2px 3px;text-shadow:#013246 1px 1px 1px;display:block;height:29px;cursor:pointer;}
form button.primary {
	font:bold 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, sans-serif;
	border:none;
	border-bottom:1px solid #013246;
	border-right:1px solid #013246;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:2px;
	display:block;
	height:29px;
	cursor:pointer;
	background-color: #ED9A2F;
	background-repeat: repeat-x;
	background-position: left top;
}
form fieldset {margin-top:2em;}
form fieldset.structural {margin-top:0;}
form fieldset legend {display:block;background:transparent url(../img/sep_underline_center_shadow.png) no-repeat left bottom;padding-bottom:5px;margin-bottom:.5em;font-size:20px;/*color:#1e5a73;*/}
input.error, textarea.error, select.error, input.textfield.error, input.textfield.error:focus, textarea.error:focus, select.error:focus {border:1px solid #4d413c;color:#bad5de;}

.section {position:relative;}

.required {color:#da371c;}

#sign_type {
	clear: both;
	float: left;
	width: 500px;
	background-color: #036;
	border: 3px solid #FFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

#sign_right {
	float: right;
	padding: 5px;
}

#sign_left {
	float: left;
	padding: 5px;
	width: 260px;
	height: 100%;
}
.gradient_box {
	clear: both;
	float: left;
	width: 500px;
	background-color: #036;
	border: 3px solid #FFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.sign_right {
	float: right;
	padding: 5px;
}

.sign_left {
	float: left;
	padding: 5px;
	width: 260px;
	height: 100%;
}
.fulljustify {
	text-align:justify
}
.float_left {
	float: left;
}
.float_right {
	float:right;
}
.image_margin {
	margin:5px;
}
.item_bg {
	background-image: url(images/item_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.item_bg h1 {
	margin-top:0px;
}
.facebook_area {
	clear: both;
	float: left;
	width: 292px;
	background-color: #FFF;
	margin-top: 15px;
	margin-left: 50px;
}
.right_column {
	width: 376px;
	float: left;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: #036;
	width: 490px;
	padding: 0px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
	line-height: 70px;
}
#gallery ul img {
	border: 5px solid #FFF;
}
#gallery ul a:hover img {
	border: 5px solid #CCC;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}

