@charset "utf-8";
#footer{
	background:#000;
	padding:10px;
	color:#fff;
	position:relative;
	width:880px;
}
#facebook{
	float:right;
	text-align:right;
}
#facebook span{
	position:absolute;
	bottom:16px;
	right: 40px;
}
#local_resources{
	float:left;
}
#local_resources a{
	position:absolute;
	bottom:16px;
	left: 40px;
}
#footer a{
	color:#9db0f2;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}
#footer a:active{
	color:#9db0f2;
}
#footer a:visited{
	color:#9db0f2;
}
#footer a:hover{
	color: #FFF;
}

p{
	line-height:1.5;
}

.headings_14dkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #24346F;
}
.lg_blue{
	font-size:24px;
	color:#24346F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.italic_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #24346F;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #24346F;
}
.white_12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.white_16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_12normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.white_14normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
body {
	background-image: url(images/site_bg.jpg);
}
.blue_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #24346F;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #24346F;
	text-decoration: underline;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #24346F;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #24346F;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066cc;
	text-decoration: underline;
}


a.testimonial_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9db0f2;
	text-decoration: underline;
}


a.testimonial_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9db0f2;
	text-decoration: underline;
}

a.testimonial_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9db0f2;
	text-decoration: underline;
}

a.testimonial_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: underline;
}
#nav_container{
	width:900px;
	padding:0;
	margin:0;
	position:relative;
}
#nav_container ul{
	padding:0;
	margin:0;
}
#nav_container li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
}
#nav_container ul ul{
	display:none;
	background:#0a3076;
	color:#fff;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#nav_container ul ul a{
	text-decoration:none;
	color:#FFF;
	display:block;
	width:140px;
	padding:6px 10px 6px 10px;
	font-weight:normal;
	
}
#nav_container ul ul a:hover{
	background:#9db0f2;
}
#nav_container ul ul a.last, #nav_container ul ul a.last:hover{
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#nav_containter ul li.top_nav {
	float:left;
	height:46px;
	position:relative;
}
#nav_container ul li:hover ul{
	display:block;
	position:absolute;
	top:100%;
	left:0;
}

li.top_nav a.home{
	display:block;
	width:127px;
	height:46px;
	background:url(images/up_home.jpg) no-repeat #FFF;
	text-indent:-9999px;
}
li.top_nav a.home:hover{
	background:url(images/over_home.jpg) no-repeat #FFF;
}
li.top_nav a.about{
	display:block;
	width:70px;
	height:46px;
	background:url(images/up_about.jpg) no-repeat #FFF;
	text-indent:-9999px;
}
li.top_nav a.about:hover{
	background:url(images/over_about.jpg) no-repeat #FFF;
}
li.top_nav a.gallery{
	display:block;
	width:119px;
	height:46px;
	background:url(images/up_photo_gallery.jpg) no-repeat #FFF;
	text-indent:-9999px;
}
li.top_nav a.gallery:hover{
	background:url(images/over_photo_gallery.jpg) no-repeat #FFF;
}
li.top_nav a.services{
	display:block;
	width:77px;
	height:46px;
	background:url(images/up_services.jpg) no-repeat #FFF;
	text-indent:-9999px;
}
li.top_nav a.services:hover{
	background:url(images/over_services.jpg) no-repeat #FFF;
}
li.top_nav a.contact{
	display:block;
	width:235px;
	height:46px;
	background:url(images/up_contact.jpg) no-repeat #FFF;
	text-indent:-9999px;
}
li.top_nav a.contact:hover{
	background:url(images/over_contact.jpg) no-repeat #FFF;
}
span.nav_last{
	display:block;
	width:272px;
	height:46px;
	background:url(images/nav_right.jpg) no-repeat #fff;
}
div.CollapsiblePanelContent p{
	font-size: 14px;
	font-weight: bold;
	color: #24346F;
}
a[href^="mailto"] { color: #24346F; }
.fltleft{
	float:left;
	margin-right:8px;
}
.fltright{
	float:right;
	margin-left:8px;
}
.clear{
	clear:both;
}

/* Clearfix */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .group { height: 1%; }

/*IE7 */
.group { min-height: 1px; }

a.amber:hover{
	color:#900;
}
