
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	font-family: Arial, sans-serif;
	background: #F9F9F9;
}

.clear-float {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

#header {
	width: 100%;
	height: 136px;
	background: rgb(118,185,196);
}

#header .bar {
	width: 100%;
	background: rgb(0,111,130);
	color: #FFF;
	text-align: center;
	height: 35px;
	position: relative;
	z-index: 1;
}

#header .inner-bar {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header .bar .inner-bar .fb-like {
	position: absolute;
	right: 0;
	top: 7px;
}

#content {
	width: 940px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	background: #FFF;
}

#content #image-banner {
	width: 100%;
	height: 210px;
}

#inner-wrap {
	position: relative;
}

#content .content-area {
	width: 700px;
	padding: 10px 20px 130px 20px;
	float: right;
}

#content #access {
	width: 200px;
	float: left;
}

ul.menu li {
	display: block;
	margin: 2px 0;
}

ul.menu li a {
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	width: 190px;
	padding: 7px 0 7px 10px;
	background: rgb(0,111,130);
	letter-spacing: 0.08em;
	font-size: 0.9em;
}

ul.menu li a:hover {
	background: rgb(118,185,196);
}

ul.menu li.current-menu-item a {
	background: rgb(118,185,196);
}

ul.menu li.menu-special a {
	text-align: center;
	background: #FFF;
	color: rgb(0,111,130);
	font-size: 1.2em;
	padding: 12px 5px;
}

ul.menu li.menu-special a:hover {
	background: rgb(118,185,196);
	color: #FFF;
}

ul.menu li.menu-special a span.plusfont {
	font-size: 1.4em;
}

div.consult-add {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
}

div.page-navigation {
	width: 100%;
	position: relative;
	height: 30px;
	margin: 8px 0 0 0;
}

div.older-navigation, 
div.newer-navigation {
	position: absolute;
	max-width: 340px;
}

div.older-navigation {
	top: 0;
	left: 0;
}

div.newer-navigation {
	top: 0;
	right: 0;
}

div.older-navigation a, 
div.newer-navigation a {
	display: block;
	color: #FFF;
	background: rgb(0,111,130);
	text-decoration: none;
	padding: 3px 10px 3px 3px;
}

div.older-navigation a:hover, 
div.newer-navigation a:hover {
	color: rgb(0,111,130);
	background: #FFF;
}

label {
	display: inline-block;
	width: 210px;
	padding: 5px 0;
	
	zoom:1; *display: inline; _height: 30px;
}
	
legend {
	padding: 0 10px;
}

.content-area fieldset {
	border: 1px solid #434343;
	padding: 15px;
}

.content-area form input {
	padding: 3px;
	margin: 3px 0;
}

.content-area form input[type=submit] {
	width: 150px;
	padding: 5px;
	position: relative;
	left: 242px;
}
.mian_page_container{
 background: url(../images/page_background.jpg) no-repeat center top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom:6px;
  }