@charset "utf-8";
/* CSS Layout and styling

Author:Jeff Linton
Last Updated:11/01/2011
*/


/*main element styling overwriting CSS reset*/

body{
	background:url(images/sandbg.jpg);
	background-repeat:repeat;
}
a:link, a:visited{
	border:none;
}

a:hover, a:active{
	color:#f5de00;
}

a, li, div, h1, h2, h3, h4, p, span, hr, label, abbr, input#submit, textarea, #phone1, #body-wrap{
	color:#FFF;
	font-family:'Arimo', Tahoma, Geneva, sans-serif;
	font-stretch:expanded;
	font-stretch:narrower;
}
h1{
	font-weight:bold;	
}
h2{
	font-family:'Arimo', Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:1.15em;
}
#body2 h2{
	font-family: 'Bowlby One SC', sans-serif;
}
#body2 ul{
	padding:10px;	
}
#body2 li{
	padding:10px 0 0 10px;	
}
#body2 li, #body2 ul{
	list-style:bullet;
}
.entry-content p{
    line-height:140%!important;
}
/*ID positioning and styling*/
#wrap{
	margin:0 auto;
	width:1012px;
}
#main-wrap{
	position:relative;
	width:1012px;
	
}
#body2 h1{
	text-align:center;
	font-size:1.75em;
	font-weight:bold;
	border-bottom:1px solid #A6CCDD;
	padding:0 0 13px 0;
	margin:0 0 17px 0;
}
#body2 p{
	padding:10px;
	line-height:110%;
}

#shadowleft{
	position:absolute;
	left:0px;
	width:5px;
	height:100%;
	background:url(images/body_shadow_lft.png);
	background-repeat:repeat-y;
}
#shadowright{
	position:absolute;
	right:0px;
	width:5px;
	height:100%;
	background:url(images/body_shadow_rt.png);
	background-repeat:repeat-y;
}


}
#phone1{
	position:absolute;
	width:300px;
	height:20px;
	top:5px;
	right:10px;
	text-align:right;
	font-size:1.2em;
}
#head-button {
     position: absolute;
     right: 0px;
     top: 157px;
     width: 275px;
    height:62px;
}

#head-button a h2 {
     border: medium none;
     font-size: 1em;
     font-weight: 600;
     padding: 10px 60px 0pt 10px;
     position: absolute;
     text-align: center;
	 font-family:'Arimo', Tahoma, Geneva, sans-serif;
	 line-height:1.25em;
}
.icon {
    position: absolute;
    right: 10px;
    top: 5px;
}
#head-button-edge{
    background:url(images/head_button_bg.png);
    width:17px;
    height:69px;
    position:absolute;
    top:157px;
    right:-17px;
}
/*Slideshow   */

.fadein { position:relative; height:332px; width:500px; }
.fadein img { position:absolute; left:0; top:0; }
.fadein{
	position:absolute;
	width:328px;
	height:219px;
	left:57px;
	top:17px;
}


#nav{
	
}
#top_nav{
	position:absolute;
	width:722px;
	height:24px;
	right:0px;
	bottom:0px;
}

#top_nav li{	
	float:left;
	font-size:1em;
}
#top_nav a{
	display:block;
	padding:0 23px 0 23px;
	font-family: 'Bowlby One SC', sans-serif;	
}
#top_nav a:link, #top_nav a:visited{
	color:#FFF;
}
#top_nav a:hover, #top_nav a:active{
	color:#f5de00;
}

#top_nav ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 17px;
    margin: 0;
    position: absolute;
    top: 20px;
    width: 109px;
    z-index: 99999;
}
#top_nav ul ul a {
    background: none repeat scroll 0 0 #175D9B;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 100px;
}
#top_nav ul li:hover > ul {
	display: block;
}




#trans{
	position:absolute;
	top:290px;
	left:5px;
	width:1002px;
	height:52px;
	background-image:url(images/trans_gradient.png);
	background-repeat:repeat-x;
}
#body-wrap{
	position:absolute;
	top:290px;
	width:1012px;
	background-image:url(images/main_bottombg.png);
	background-repeat:repeat-y;
}

#body2{
	padding:15px;
	width:688px;
	background-image:url(images/contentbg.png);
	background-repeat:repeat-y;
	float:left;
	margin:0 0 20px 289px;
	min-height:500px;
	
}
#location h2{
	padding:15px 10px 10px 10px;
	font-size:1.05em;
	color:#0c2472;
	font-weight:bold;
}
#location p{
	padding:0 0 0 10px;
	font-size:.905em;	
}
.locimg{
	position:absolute;
	bottom:6px;
	left:0px;
}
/* Helpful Links 

#helpful_links ul{
	padding:10px;	
}
#helpful_links li{
	padding:5px 0 0 10px;	
}
*/
#helpful_links{
	position:absolute;
	width:262px;
	top:214px;
	left:16px;
}
/*
#helpful_links hr{
	border-bottom-color:#308bc1;
}
*/
/* staff */

#float-left{
	float:left;
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;

}
/* FAQ styling */
.post-20 ol, #body2 ol{
	padding:10px 0 30px 40px;
	list-style:decimal;	
}
.post-20 li{
	padding:5px 0 0 5px;	
}
.faq h1{
	text-align:left!important;
	font-size:1.25em;
	margin:15px 0 0 0;
}
.post-20 p{
	padding-bottom:35px;	
}
.faq h1{
    margin:40px 0 10px 0!important;
}
/* footer elements and positioning */

#footer{
	position:absolute;
	width:1012px;
	height:80px;
	left:0px;
	bottom:-90px;
}
#footbox a img{
	float:right;
	margin:10 0 0 0;
}
#footbox a h2{
	padding:10px;
	font-size:1em;
	text-align:center;
	border:none;
}
#footbox1{
	left:7px;
}
#footbox2{
	left:346px;
}
#footbox3{
	right:7px;
}
#edge{
	position:absolute;
	width:4px;
	height:80px;
}
.blue{
	position:absolute;
	width:321px;
	height:80px;
	background-image:url(images/foot_bluebg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-weight:600;
}
.blue-ed-left{
	left:-4px;
	background-image:url(images/foot_blue_leftbg.png);
}
.blue-ed-right{
	right:-4px;
	background-image:url(images/foot_blue_rightbg.png);
}
.orange{
	position:absolute;
	width:321px;
	height:80px;
	background-image:url(images/foot_orangebg.png);
	background-repeat:repeat-x;
	font-weight:600;
}
.orange-ed-left{
	left:-4px;
	background-image:url(images/foot_orange_leftbg.png);	
}
.orange-ed-right{
	right:-4px;
	background-image:url(images/foot_orange_rightbg.png);	
}
.orange .icon{
	position:absolute;
	top:11px;
	right:25px;
}
.orange .text{
	position:absolute;
	top:15px;
	left:15px;
	width:230px;
	text-align:center;
	font-size:1.1em;
}
.blue h2{
	font-size:1em;
	position:absolute;
	top:15px;
}
.blue p{
	text-align:center;
	position:absolute;
	width:320px;
	bottom:0px;
	color:#5ba2ce;
	font-size:.7em;
}
.blue a{
	color:#5ba2ce;
}
.blue, .orange{
	line-height:140%;
}

/* Form CSS 
#contactform table{
	width:100%;
	min-height:550px;
	float:left;
	border-bottom:solid #FFF 1px;
	padding:15px 0 15px 0;
}
#contactform td{
	height:40px;
	padding:10px 0 0 90px;
}
input:focus, textarea:focus{
	border: 1px solid #de662a;	
}
label{
	vertical-align:text-top;
}
abbr{
	color:#FFF;
	vertical-align:middle;
	font-weight:bold;
	padding:0 5px 0 5px;
}
input, textarea{
	position:relative;
	background:url(images/bg-input-gradient.png) repeat-x 0 #FFF;
	background-position:top;
	border:1px solid #666;
	padding:5px;
	width:220px;
}
textarea{
	width:400px;
	margin-bottom:0px;
}
.form_head{
	text-align:center;
	width:750px;
	font-size:2em;
	margin:5px 0 3px 0;	
}

input#submit{
	font-size:1em;
	border:none;
	background:url(images/send.png) no-repeat 0 0;
	width:129px;
	height:32px;
	margin:0 auto;
	padding: 0px 0 0 0px;
	overflow:hidden;
	text-align:center;
}
.submit{
	margin-left:30px;
	height:50px;
	text-align:center;
}
input#submit, textarea{
	color:#000;	
}
*/

