/*----------------------------------------------------------------------
	styles generals
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #67675F;
	background: #182A33 url(../images/bg/body.png) repeat-x;
}

p, 
ul li,
input,
textarea,
select,
label{
	font-size: 1.2em;
}

p{
	padding-bottom: 1.2em;
}

p,
h2,
h3,
h4 {
	line-height: 120%;
	padding-bottom: .8em;
}

h2 {
	font-size: 1.8em;
}
.forms a{
	color: #147247;
}


h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color: #FFF;
}

.left{
	float: left;
}

.right{
	float: right;
}

.align_center{
	text-align:center;
}

.hidden {
	display: none;
}

hr,
.clear {
	display: block;
	height: 1px;
	border: 0;
	margin: 10px 0;
	clear: both;
}

.clear{
	clear: left;
	margin: 0;
	visibility: hidden;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

hr.separator{
	height: 1px;
	visibility: visible !important;
	border-top: 1px solid #E4E4D6;
	padding-bottom: 10px;
}

hr.splitter{
	height: 0;
	visibility: visible !important;
	border-top: 1px solid #FFF;
	margin: 0;
}

.messages{
	padding: 50px 0;
	text-align: center;
	font-size: 1.2em;
}

/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper{
	width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------------------------
	header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header{
	width:762px;
	margin:16px auto 0 auto;	
}

#header .inside{
	padding:0 10px;
	background:url(../images/bg/wrapper.png) repeat-y;
}

#header .top-left, 
#header .top-right,
#header .bottom-left,
#header .bottom-right{
	background-image:url(../images/boxes/box_wrapper.png);
}

#header .top-left{
	margin-right: 12px;
	height: 12px;
}

#header .top-right{
	margin-top: -12px; 
	margin-left: 12px; 
	background-position: 100% 0; 
	height: 12px;
}

/** logo **/
.logo{
	background:url(../images/pics/logo.png) no-repeat;
	width:330px;
	height:121px;
	margin-top:-8px;
}

.logo span{
	display:none;
}

.logo a{
	display: block;
	width:330px;
	height:121px;
	cursor: pointer;
}

#header .phone{
	color:#05567C;
	font-size:1.6em;
	font-weight:bold;
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/pics/phone.png) no-repeat 0 63px;
	padding:60px 26px 20px 35px;
}

/*----------------------------------------------------------------------
	navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#navigation{
	width:756px;
	margin:0 auto;
	background:url(../images/bg/menu.png) no-repeat -3px 28px;
}

#navigation ul{
	margin-top:12px;
	margin-left:4px;
}

#navigation ul li{
	float:left;
	padding:0 0 0 7px;
	margin:0 3px 0 0;
	background:url(../images/bullets/menu.png) no-repeat 0 6px;
}

#navigation ul li.first{
	background:none;
}

#navigation ul li a{
	color:#FFF;
	display:block;
	padding:8px 12px 20px 12px;
}

#navigation ul li a:hover{
	background:url(../images/buttons/menu.png) no-repeat 0 -10px;
	text-decoration:none;
}

#navigation ul li a.selected1{
	background:url(../images/buttons/menu.png) no-repeat 0 0;
	text-decoration:none;
}

#navigation ul li a.selected2{
	background:url(../images/buttons/menu.png) no-repeat -57px 0;
	text-decoration:none;
}

#navigation ul li a.selected3{
	background:url(../images/buttons/menu.png) no-repeat -300px 0;
	text-decoration:none;
}

#navigation ul li a.selected4{
	background:url(../images/buttons/menu.png) no-repeat -225px 0;
	text-decoration:none;
}

#navigation ul li a.selected5{
	background:url(../images/buttons/menu.png) no-repeat -299px 0;
	text-decoration:none;
}

#navigation ul li a.selected6{
	background:url(../images/buttons/menu.png) no-repeat -379px 0;
	text-decoration:none;
}

#navigation ul li a.selected7{
	background:url(../images/buttons/menu.png) no-repeat -496px 0;
	text-decoration:none;
}

#navigation ul li a.selected8{
	background:url(../images/buttons/menu.png) no-repeat -577px 0;
	text-decoration:none;
}

#navigation ul li a.home:hover{
	background-position:0 0;
}

#navigation ul li a.about:hover{
	background-position:-57px 0;
}

#navigation ul li a.providers:hover{
	background-position:-300px 0;
}

#navigation ul li a.services:hover{
	background-position:-225px 0;
}

#navigation ul li a.education:hover{
	background-position:-299px 0;
}

#navigation ul li a.polices:hover{
	background-position:-379px 0;
}

#navigation ul li a.insurance:hover{
	background-position:-496px 0;
}

#navigation ul li a.contact:hover{
	background-position:-577px 0;
}

/*----------------------------------------------------------------------
	content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content{
	width:762px;
	margin:0 auto;
}

#content .inside{
	padding:8px 19px;
	background:url(../images/bg/wrapper.png) repeat-y;
}

#content .top-left, 
#content .top-right,
#content .bottom-left,
#content .bottom-right{
	background-image:url(../images/boxes/box_wrapper.png);
}

#content .top-left{
	margin-right: 12px;
	height: 12px;
}

#content .top-right{
	margin-top: -12px; 
	margin-left: 12px; 
	background-position: 100% 0; 
	height: 12px;
}

#content .bottom-left{
	margin-right: 12px; 
	background-position: 0 -176px; 
	height: 12px;
}

#content .bottom-right{
	margin-top: -12px; 
	margin-left: 12px;	
	background-position: 100% -176px;
	height: 12px;
}

/* introduction */
.introduction{
	margin-bottom:10px;
}

.introduction .mask_banner{
	background:url(../images/boxes/mask_banner.png) no-repeat;
	width:724px;
	height:142px;
	position:relative;
	top:-142px;
	margin-bottom:-142px;
	z-index:1000;
}

/* main content */
.main_content{
	width:496px;
}

.main_content h1{
	color:#056A3D;
	font-size:2.2em;
	background:url(../images/bg/titles.png) no-repeat;
	padding:15px;
	margin-bottom:10px;
}

#content .main_inner .inside{
	padding:10px 15px;
	background-color:#FFF;
	background-image:none;
}

#content .main_inner .top-left, 
#content .main_inner .top-right,
#content .main_inner .bottom-left,
#content .main_inner .bottom-right{
	background-image:url(../images/boxes/box_content.png);
}

#content .main_inner .top-left{
	margin-right: 7px;
	height: 7px;
}

#content .main_inner .top-right{
	margin-top: -7px; 
	margin-left: 7px; 
	background-position: 100% 0; 
	height: 7px;
}

#content .main_inner .bottom-left{
	margin-right: 7px; 
	background-position: 0 -362px; 
	height: 7px;
}

#content .main_inner .bottom-right{
	margin-top: -7px; 
	margin-left: 7px;	
	background-position: 100% -362px;
	height: 7px;
}

.main_inner .photo{
	width:153px;
}

#content .mask_photo{
	background:url(../images/boxes/mask_photo.png) no-repeat;
	width:153px;
	height:132px;
	position:relative;
	top:-132px;
	margin-bottom:-132px;
	z-index:1000;
}

.main_inner .text{
	width:300px;
}

.section h2{
	color:#05567C;	
	background:url(../images/bg/subtitles.png) no-repeat;
	padding:10px;
	line-height:110%;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#content .main_inner .inside .box{
	margin-bottom:25px;
}

#content .main_inner .inside .box.last{
	margin-bottom:0;
}

#content .main_inner .inside .box .img_right{
	float:right;
	margin-left:20px;
}

/* sidebar */
.sidebar{
	width:216px;
}

#content .sidebar .inside{
	padding:0 7px;
	background-color:#05567C;
	background-image:none;
}

#content .sidebar .top-left, 
#content .sidebar .top-right,
#content .sidebar .bottom-left,
#content .sidebar .bottom-right{
	background-image:url(../images/boxes/box_sidebar.png);
}

#content .sidebar .top-left{
	margin-right: 7px;
	height: 7px;
}

#content .sidebar .top-right{
	margin-top: -7px; 
	margin-left: 7px; 
	background-position: 100% 0; 
	height: 7px;
}

#content .sidebar .bottom-left{
	margin-right: 7px; 
	background-position: 0 -335px; 
	height: 7px;
}

#content .sidebar .bottom-right{
	margin-top: -7px; 
	margin-left: 7px;	
	background-position: 100% -335px;
	height: 7px;
}

#content .sidebar.lightblue,
#content .sidebar.darkblue{
	width:202px;
	margin-bottom:7px;
}

#content .sidebar.last{
	margin-bottom:0;
}

#content .sidebar.darkblue .inside{
	padding:0 7px;
	background-color:#035E8A;
	background-image:none;
}

#content .sidebar.darkblue .top-left, 
#content .sidebar.darkblue .top-right,
#content .sidebar.darkblue .bottom-left,
#content .sidebar.darkblue .bottom-right{
	background-image:url(../images/boxes/box_darkblue.png);
}

#content .sidebar.lightblue .inside{
	padding:0 7px;
	background-color:#006CA5;
	background-image:none;
}

#content .sidebar.lightblue .top-left, 
#content .sidebar.lightblue .top-right,
#content .sidebar.lightblue .bottom-left,
#content .sidebar.lightblue .bottom-right{
	background-image:url(../images/boxes/box_lightblue.png);
}

#content .sidebar.lightblue .bottom-left,
#content .sidebar.darkblue .bottom-left{
	background-position: 0 -81px;
}

#content .sidebar.lightblue .bottom-right,
#content .sidebar.darkblue .bottom-right{
	background-position: 100% -81px;
}

.sidebar p{
	color:#FFF;
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	padding-left:40px;
	padding-bottom:0;
	font-weight:bold;
	font-size:1.6em;
}

.sidebar p span{
	color:#E4E4D6;
	font-size:.75em;
	letter-spacing:-0.018em;
	font-weight:normal;
}

.sidebar .location{
	background:url(../images/icons/home.png) no-repeat;
	line-height: 12px;
}

.sidebar .office{
	background:url(../images/icons/office.png) no-repeat;
	line-height: 12px;
}

.sidebar .map{
	background:url(../images/icons/map.png) no-repeat;
	padding-bottom:10px;
	padding-top:10px;
}

.sidebar .forms{
	background:url(../images/icons/forms.png) no-repeat;
	padding-bottom:7px;
	padding-top:7px;
}

.sidebar .request{
	background:url(../images/icons/request.png) no-repeat;
}

.sidebar .login{
	background:url(../images/icons/login.png) no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

/* content foot */
.nav_footer{
	text-align:center;
	margin-top:25px;
}

.nav_footer ul{
	padding:3px 0;
}

.nav_footer ul li{
	display:inline;
	font-weight:bold;
	padding:0 6px 0 4px;
	border-right:1px solid #05567C;
}

.nav_footer ul li.last{
	border-right:0;
}

.nav_footer ul li a{
	color:#05567C;
	text-decoration:none;
}

.nav_footer ul li a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------
	footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{
	width:755px;
	margin:0 auto;
	padding:20px 0 40px 0;
	text-align:center;
	color:#E4E4D6;
	font-size:1em;
	font-weight:bold;
}.content {
	float: left;
	width: 100%;
	height:325px;
	
}.content a{
	color: #147247;
}
.sidebar p a {
	color:#FFF;
}

