@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.hide {
	display: none;
}
#clearboth {
	clear: both;
}

/*badge*/
#badge {
	position: absolute;
	right: 5px;
	top: 293px;
	z-index: 1;
}

/*header*/

#header_bk {
	background-color: #000033;
	width: 100%;
	height: 430px;
}


#header_content {
	width: 855px;
	background-color: #000033;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	z-index: 2;
}
#header_content .logo {
	background-image: url(../images/logo_hover.gif);
	background-repeat: no-repeat;
	height: 112px;
	width: 407px;
	float: left;
}
#header_content .mission {
	width: 420px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	float: left;
	margin-left: 13px;
	height: 99px;
	padding-top: 13px;
}

#header_content .mission h3 {
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #CCCCCC;
}
#header_content .contact_info {
	height: 124px;
	width: 855px;
	margin-top: 90px;
	margin-bottom: 73px;
}
#main_bk {
	background-color: #003366;
	width: 100%;
}
#main_content {
	width: 855px;
	background-image: url(../images/main_content_bk.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #003366;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
}

/*navbar*/
ul.nav_bar {
	list-style: none;
	width: 855px;
	padding-top: 60px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	}

.nav_bar li {
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
.nav_bar li.directions {
	background-image: url(../images/nav_directions_hover.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 242px;
	}
	
.nav_bar li.reviews {
	background-image: url(../images/nav_reviews_hover.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 237px;
	}
	
.nav_bar li.biography {
	background-image: url(../images/nav_bio_hover.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 237px;
	}

.nav_bar li.contact {
	background-image: url(../images/nav_contact_hover.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 138px;
	}



/*tabbed content box */
#main_content #left {
	width: 496px;
	padding-top: 50px;
	float: left;
	margin: 0px;
}

#tabbed_box_1 {
	width:496px;
}
.tabbed_box h2 {
	font-size:24px;
	color:#FF0000;
	margin-bottom:10px;
	font-weight: bold;
}

.tabbed_box h4 {
	font-size:18px;
	color:#FF0000;
	font-weight: bold;
}

.tabbed_area {
	border:1px solid #000033;
	background-color:#000033;
	padding:8px;
	font-size: 14px;
}

ul.tabs {
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
}
ul.tabs li {
	list-style:none;
	display:inline;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
ul.tabs li a {
	color:#CCCCCC;
	text-decoration:none;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #000033;
	background-repeat:repeat;
	background-position:bottom;
	background-color: #002051;
	margin: 0px;
	padding: 8px;
}
ul.tabs li a:hover {
	background-color:#001C47;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
ul.tabs li a.active {
	color:#FF0000;
	border:1px solid #464c54;
	border-bottom: 1px solid #ffffff;
	background-image:url(../images/light_grey_bk.gif);
	background-repeat:repeat;
	font-weight: bold;
}
.content {
	background-color:#ffffff;
	padding:20px;
	border:1px solid #464c54;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/light_grey_bk.gif);
	background-repeat:repeat;
	font-size: 18px;
}
#content_1 {
}
#content_2, #content_3, #content_4 {
	display: none;
}

#content_3 h2{
	padding-bottom: 5px;
}

#content_3 a:link {
	color: #FF0000;
	text-decoration: none;
}
#content_3 a:visited {
	text-decoration: none;
	color: #FF0000;
}
#content_3 a:hover {
	text-decoration: underline;
	color: #333333;
}
#content_3 a:active {
	text-decoration: none;
	color: #FF0000;
}

.content ul {
	margin:0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
.content ul li {
	font-size:13px;
	list-style-image: none;
	list-style-type: disc;
	margin: 0px;
}

.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}


/*right*/
#main_content #right {
	float: left;
	padding-top: 50px;
	padding-left: 22px;
	margin: 0px;
}
#right .office {
	width: 335px;
	margin: 0px;
	background-image: url(../images/righ_column_bk.gif);
	background-repeat: repeat;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}
#right .as_featured {
	width: 335px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	background-image: url(../images/righ_column_bk.gif);
	background-repeat: repeat;
	margin-top: 12px;
	margin-bottom: 12px;
}
#right .review_blurb {
	width: 335px;
}

#right h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/*footer*/
#footer_bk {
	width: 100%;
	background-image: url(../images/footer_bk.jpg);
	background-repeat: repeat;
	margin-top: 65px;
}
#footer_bk #footer_content {
	width: 855px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_bk #footer_content p {
	margin: 0px;
	padding: 5px;
	color: #00285B;
}


/*slideshow */

#slider img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

	#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	width: 436px;
		}
#slider {
	width: 436px;
}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:436px;
	height:198px;
	margin-bottom: 5px;
		}
	span#prevBtn{
	color: #FF0000;
}
	span#nextBtn{
	color: #FF0000;
}					

/* // Easy Slider */
#left h2 {
	margin: 0px;
	font-size: 24px;
	color: #FF0000;
}
#left #bio {
	font-size: 18px;
	color: #333333;
	background-color: #000033;
	padding-top: 1px;
	padding-bottom: 1px;
}


#left #bio a:link {
	color: #FF0000;
	text-decoration: none;
}
#left #bio a:visited {
	text-decoration: none;
	color: #FF0000;
}
#left #bio a:hover {
	text-decoration: underline;
	color: #333333;
}
#left #bio a:active {
	text-decoration: none;
	color: #FF0000;
}

#bio_content {
	background-image: url(../images/light_grey_bk.gif);
	background-repeat: repeat;
	margin: 10px;
	padding: 20px;
}

