@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic,400italic);
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
h1 {
	font-size: 25px;
	color: #102a75;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #102a75;
	border-right-color: #102a75;
	border-bottom-color: #102a75;
	border-left-color: #102a75;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight:700;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.padded {
	padding: 15px 25px;
}


.clear{	clear:both;}
.contact-heading {
	font-size: 13px;
	color: #faecdc;
	font-weight: bold;
}
.block{
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

body {
	background: url(../images/bg.jpg) repeat-x #102a75;
}
#wrapper {
	font-family: 'Droid Serif', serif;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	color: #333333;
}
#header {
	height: 85px;
	margin-bottom: 10px;
	padding-top: 20px;
}
#copyright {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	text-align:right;
}


#banner {
	width: 691px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
p {
	padding-bottom: 15px;
}

#logo {
	float: left;
	width: 513px;
}
#header #phone {
	float: right;
	width: 305px;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #faecdc;
	font-style: italic;
	text-align: right;
}
#header #phone .no-color {
	color: #FFF;
	font-weight: bold;
}


#left-nav {
	float: left;
	width: 249px;
	-moz-text-shadow:0 1px 1px #000;
	-webkit-text-shadow:0 1px 1px #000;
	-o-text-shadow:0 1px 1px #000;
	text-shadow:0 1px 1px #000;
}

#left-nav .nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-y;
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#left-nav ul{overflow:hidden;}
#left-nav ul:first-child {
	width: 230px;
	margin-left: 10px;
}
#left-nav ul li, #left-nav ul li img{margin:0 !important; padding:0 !important;}
#left-nav ul li ul li {
	background-image: none;
}
#left-nav ul li a {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	background-image: url(../images/nav-a-bg.png);
	padding: 7px 7px 7px 30px;
	background-repeat: no-repeat;
	margin:0;
}
#left-nav  ul li ul {padding-bottom: 2px;}
#left-nav ul li a:hover, #left-nav a.active {background-image: url(../images/nav-hover.png);}
#left-nav ul li li .active{background:none !important; -moz-box-shadow:none !important;-webkit-box-shadow:none !important;
-o-box-shadow:none !important;box-shadow:none !important; color:#fff; font-weight:700;}
li.divider{background:url(../images/left_nav_dividers.jpg) repeat-x; height:2px;}

#left-nav ul li a:hover{opacity:.9;}
#left-nav a.active{
	opacity: 1 !important;
	-moz-box-shadow:0px 1px 6px #000;
	-webkit-box-shadow:0px 1px 6px #000;
	-o-box-shadow:0px 1px 6px #000;
	-ms-box-shadow:0px 1px 6px #000;
	box-shadow:0px 1px 5px #000;
	
	position:relative;
	z-index:1000;
}
#left-nav ul li ul li a:hover{background-image:none; color:#102a75;}

#left-nav ul li ul li a {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	background-image: none;
	margin-left: 5px;
	padding:3px 3px 3px 25px;
}
#left-nav ul li ul li a:hover {
	background-image: none;
}
#contact-us{
	font-family: 'Droid Serif', serif;
	color: #FFF;
	font-size: 13px;
	margin-left: 30px;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 725px;
}
#content .top {
	background-image: url(../images/content-bg-top.png);
	width: 751px;
	height: 11px;
}
#content .main {
	background-image: url(../images/content-main-bg.png);
	background-repeat: repeat-y;
	width: 751px;
	line-height: 20px;
}
#content .main .padded{min-height:1117px;}
.cols .col {
	float: left;
	width: 33%;
}
.cols .col .text {
	width: 218px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col-img{height:175px;}


#content .bottom {
	background-image: url(../images/content-bg-bottom.png);
	height: 19px;
	width: 751px;
}

#left-nav .top {
	background-image: url(../images/nav-top.png);
	height: 9px;
	width: 249px;
}
#left-nav .bottom {
	background-image: url(../images/nav-bottom.png);
	height: 12px;
	width: 249px;
}

hr {
	border:none;
	border-bottom: 2px solid #102a75;
	margin:15px 0;
}


.bio{margin-top:20px;}
.bio h1{font-weight:700; font-size:20px;}
.bioPic, .bioText{float:left;}
.bio .bioPic{width:150px;}
.bio .bioText{width:550px;}
.bioPicCenter{align-items:center; width:450px; height:auto; margin:25px;}
.bioTextJustify{text-align:justify; margin: 25px;}

.subNav{
	padding-bottom:20px;
	border-bottom:1px solid #102a75;
	margin-bottom:15px;
}
.subNav a{
	font-size:14px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	padding:4px 8px;
	margin-right:5px;
	color:#404040;
	text-decoration:none;
}

.subNav a:hover{color:#102a75;}

#service_nav{line-height:1.75;}
#service_nav a{color:#666; text-decoration:none;}
#service_nav a:hover{color:#102a75; text-decoration:underline;}
#service_nav a.active{color:#000 !important; font-weight:bold; text-decoration:none !important;}
#service_nav ul, #service_nav li {margin: 0 !important;	margin-left: 2px !important;}

#content ul{margin-left:20px; margin-bottom:20px;}
#content ul li{margin-left:20px; list-style:disc;}

a.pdf{background:url(../images/pdf.gif) no-repeat 0 0; padding-left:20px;}

textarea{font-family: 'Droid Serif', serif; padding:5px; font-size:14px;}
.btn{padding:10px; font-size:14px;}


#slideshow {
    position:relative;
    height:376px;
	margin-bottom:20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.pull-left{float:left;}
.pull-right{float:right;}


img.pull-right{margin:0 0 20px 20px;}
img.pull-left{margin:0 20px 20px 0;}