/*
THEME NAME: Injury Lawyer News
THEME URI: http://injurylawyer-news.com/
DESCRIPTION: Wordpress theme for Injury Lawyer News
VERSION: 2.00
AUTHOR: Sound Strategies, Inc
AUTHOR URI: http://www.soundst.com/
*/
@CHARSET "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
footer {
	min-width:980px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/***/

/**
 * Main Styles
 */

a{
	text-decoration: none;
}
.wrapper{
	/*padding-top: 130px;*/
	min-width:980px;
}
.container{
	width: 978px;
	margin: 0 auto;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.clear{
	clear: both;
}
strong{
	font-weight: bold;
}
.mobile{
	display: none;
}

/**
 * Header area
 */
header{
	width: 100%;
	min-width:980px;
	height: 130px;
	background: #FFF;
	/*position: fixed;*/
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
}
/* nav section */
nav.top{
	background: #1168A6;
	height: 60px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
nav.top ul.menu{
	background: url('images/top-nav-rect.png') right no-repeat;
	height: 60px;
	float: left;
}
/* top */
nav.top li{
	float: left;
	padding: 0 22px 0 0;
	height: 60px;
	background: url('images/top-nav-rect.png') left no-repeat;
	position: relative;
}
nav.top li.parent>a{
	padding: 22px 20px 13px 22px;
	background: url('images/icon-nav-arrowdown.png') right 25px no-repeat;
}
nav.top li a{
	padding: 22px 0 13px 22px;
	display: block;
	height: 25px;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}
nav.top li:hover,
nav.top li.current_page_parent,
nav.top li.current_page_item{
	background: #08C;
}
.error404 nav.top li.current_page_parent{
	background: url('images/top-nav-rect.png') left no-repeat;
}
nav.top li:hover a{
	color: #ffffe0;
}
nav.top li.parent:hover > ul.sub-menu{
	display: block;
}
/* 2nd lvl */
nav.top li ul.sub-menu {
	position: absolute;
	z-index: 9999;
	float: left;
	border: 1px solid #E5E5E5;
	display: none;
	left: 0;
	top: 60px;
	width: 400px;
	border-top: none;
	background: #08C;
	padding: 10px;
	font-size: 12px;
}
nav.top li ul.sub-menu li {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 49px;
	background: #08C;
}
nav.top li ul.sub-menu li:hover,
nav.top li ul.sub-menu li.parent:hover{
	background: #1A94D1;

}
nav.top li ul.sub-menu li:hover a,
nav.top li ul.sub-menu li.parent:hover a{
	color: #ffffe0;
}
nav.top li ul.sub-menu li.parent {

}
nav.top li ul.sub-menu li.parent a{
	background: url('images/top-nav-arrowright.png') 180px 20px no-repeat;
	width: 100%;
	display: block;
	padding: 18px 22px 0 24px;
}
nav.top li ul.sub-menu li a{
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	padding: 18px 22px 0 24px;
	display: block;
	height: 31px;
}
nav.top li ul li:hover > ul.sub-menu{
	display: block;
}
/* 3rd lvl */
nav.top li li > ul.sub-menu {
	top:-1px;
	left: 190px;
	border-bottom: none;
	border-right: none;
	width: 210px;
	border-left: none;
	padding: 0;
	padding-left: 10px;
}
nav.top li li > ul.sub-menu li{
	background: #08C;
}
nav.top li li > ul.sub-menu li:last-child{
	border-bottom: none;
}
nav.top li li > ul.sub-menu li:hover{
	background: #1A94D1;
}
nav.top li ul.sub-menu li.parent ul.sub-menu a{
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	background: none;
}
nav.top li ul.sub-menu li.parent ul.sub-menu li:hover a{
	color: #ffffe0;
}/* end nav section */
header #searchform{
	padding: 14px 0 0 0;
	background: url('images/top-nav-rect.png') left no-repeat;
	height: 46px;
}
header #searchform input[type="search"],
header #searchform .ie-search{
	border: none;
	outline: none;
	-webkit-appearance: textfield;
	background: #FFF;
	width: 146px;
	height: 32px;
	padding: 0 12px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
header #searchform input[type="search"]:focus,
header #searchform .ie-search:focus{
	background-color: white;
	background-image: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
header #searchform input[type="submit"]{
	width: 16px;
	margin: 0 0 0 10px;
	padding: 0;
	height: 32px;
	border: none;
	cursor: pointer;
	background: transparent;
	text-indent: -10000em;
	text-transform: capitalize;
	background: url('images/submit-search.png') right center no-repeat;
	float: right;
}
header .logo{
	padding: 3px 0;
}
header .phone{
	float: right;
	color: #aca286;
	text-align: right;
	font-size: 15px;
	padding: 14px 0;
}
header .phone .call{
	color: #de7451;
	font-size: 21px;
	font-weight: bold;
	padding-top: 10px;
}
/**
 * Footer area
 */
footer #sign-up{
	height: 183px;
	background: #5586b1;
	padding: 57px 0 0 0;
}
footer #sign-up h2.title,
footer #sign-up div.title{
	text-align: center;
	background: url('images/sign-up-h-back.jpg') center repeat-x;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 39px;
}
footer #sign-up h2.title span,
footer #sign-up div.title span{
	background: #5586b1;
	padding: 0 17px;
}

.send_form {
	margin: 0 auto;
	display: block;
	width: 476px;
}
.send_form .submit {
	float: none;
}
.hidden {
	display: none;
}
#email_,
footer #sign-up input[type="email"],
footer #sign-up .email-field{
	width: 300px;
	height: 51px;
	float: left;
	background: url(images/home-email-back.png) no-repeat top;
	font-size: 18px;
	font-weight: bold;
	-webkit-appearance: textfield;
	padding: 0 18px;
	border: none;
	outline: none;
	margin: 0;
}
footer #sign-up input[type="email"]:-ms-input-placeholder,
footer #sign-up .email-field:-ms-input-placeholder{
	color: rgb(169, 169, 169);
}
footer #sign-up input[type="submit"]{
	width: 140px;
	height: 52px;
	float: left;
	background: url(images/home-send-back.png) no-repeat top;
	font-size: 19px;
	line-height: 27px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
footer #sign-up .wpcf7{
	width: 476px;
	margin: auto;
}
footer #sign-up div.wpcf7-validation-errors {
	border: 2px solid #395E7E;
	margin: 0;
}
footer #sign-up .wpcf7-not-valid-tip{
	display: none!important;
}
footer .footer-top{
	height: 260px;
	background: #395e7e url(images/footer-top-back.gif) repeat-x top;
	padding: 60px 0 0 0;
}
footer .main{
	width: 672px;
	color: #FFF;
	margin-right: 84px;
}
footer .description{
	font-size: 14px;
	line-height: 22px;
}
footer .description .title{
	font-size: 18px;
	padding-bottom: 14px;
	font-weight: bold;
}
footer #menu-footer-top-links{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 56px;
}
footer #menu-footer-top-links li{
	float: left;
	padding-right: 23px;
}
footer #menu-footer-top-links li:last-child{
	padding-right: 0;
}
footer #menu-footer-top-links li a{
	color: #FFF;
}
footer #menu-footer-top-links li a:hover{
	color: #efe8cf;
}
footer .social-area{
	color: #FFF;
}
footer .social-area .title{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 22px;
}
footer .social-area ul.social li{
	float: left;
	margin-right: 15px;
}
footer .social-area ul.social li:last-child{
	margin-right: 0;
}
footer .social-area .copy-place{
	padding-top: 160px;
	font-size: 13px;
}
footer .social-area .copy-place a{
	color: #FFF;
}
footer .social-area .copy-place a:hover{
	color: #efe8cf;
}
footer .footer-bottom{
	height: 60px;
	background: #172638;
	color: #f6f6f2;
	font-size: 12px;
	text-transform: uppercase;
}
footer .footer-bottom a{
	color: #f6f6f2;
}
footer .footer-bottom a:hover{
	text-decoration: underline;
}
footer .footer-bottom .copyright{
	float: left;
	padding-top: 24px;
}
footer .footer-bottom .copyright .textwidget{
	float: left;
}
footer .footer-bottom .copyright .menu-footer-links-container{
	float: left;
	margin-left: 8px;
}
footer .footer-bottom .copyright .menu-footer-links-container li{
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	background: url(images/foot-bottom-divider-new.jpg) no-repeat right;
}
/*footer .footer-bottom .copyright .menu-footer-links-container li:first-child{
	background: none;
	padding-left: 0;
}*/
/**
 * Front Page
 */
.home, .page, .single,
.blog, .archive, .search{
	font-family: Arial, Helvetica, sans-serif;
}
/* hero area */
.home #hero .container{
	height: 320px;
	position: relative;
}
.home #hero .hero-content{
	position: absolute;
	top: 91px;
	left: 0px;
	color: #205a87;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
.home #hero h1,
.home #hero strong{
	font-size: 30px;
	color: #de7451;
	font-weight: normal;
}
/* lawsuits area */
.home #lawsuits{
	height: 310px;
	background: #5586b2;
	color: #FFF;
	padding: 51px 0 58px 0;
}
.home #lawsuits h2.title{
	text-align: center;
	background: url('images/lawsuit-h-back.jpg') center repeat-x;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 28px;
}
.home #lawsuits h2.title span{
	background: #5586b2;
	padding: 0 17px;
}
.home #lawsuits li{
	height: 110px;
	float: left;
	width: 194px;
	background: url('images/lawsuit-h-back.jpg') right repeat-y;
	font-size: 15px;
	line-height: 23px;
	padding: 0 26px 0 32px;
}
.home #lawsuits li.first-in-line{
	width: 219px;
	padding: 0 18px 0 0;
}
.home #lawsuits li.last-in-line{
	background: none;
	width: 207px;
	padding: 0 0 0 30px;
}
.home #lawsuits li h2{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	padding-bottom: 10px;
}
.home #lawsuits li.second-line{
	height: 134px;
}
.home #lawsuits li.second-line h2{
	padding-top: 31px;
}
.home #lawsuits li a{
	color: #FFF;
}
.home #lawsuits li a:hover{
	color: #efe8cf;
}
.home #lawsuits li p{
	color: #eae8e1;
}
/* consumer alerts area */
.home #consumeralerts{
	padding: 43px 0 50px 0;
	background: #FFF;
}
.home #consumeralerts h2.title{
	text-align: center;
	background: url('images/consumeralerts-h-back.jpg') center repeat-x;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #aca286;
	margin-bottom: 1px;
}
.home #consumeralerts h2.title span{
	background: #FFF;
	padding: 0 17px;
}
.home #consumeralerts .one_post{
	width: 475px;
	float: left;
	margin: 38px 28px 0 0;
}
.home #consumeralerts .even{
	margin: 38px 0 0 0;
}
.home #consumeralerts .one_post h3,
.home #consumeralerts .one_post h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #395e7e;
}
.home #consumeralerts .one_post img{
	float: left;
	margin-right: 28px;
	margin-bottom: 10px;
}
.home #consumeralerts .one_post h3 a,
.home #consumeralerts .one_post h2 a{
	color: #395e7e;
}
.home #consumeralerts .one_post h3 a:hover,
.home #consumeralerts .one_post h2 a:hover{
	color: #5586b2;
	text-decoration: underline;
}
.home #consumeralerts .one_post .default{
	width: 138px;
	height: 122px;
	background: #eae8e1;
	margin-right: 28px;
}
.home #consumeralerts .one_post p{
	color: #7f7865;
	font-size: 15px;
	line-height: 23px;
}
.home #consumeralerts .one_post p a{
	color: #4c7fac;
}
.home #consumeralerts .one_post p a:hover{
	text-decoration: underline;
}
/* recent-news area */
.home #recent-news,
.page #recent-news{
	background: #f9f9f7  url(images/home-recent-new-b.gif) repeat-x top;
	padding: 42px 0 0 0;
	height: 272px;
}
.home #recent-news h2.title,
.page #recent-news h2.title{
	text-align: center;
	background: url('images/consumeralerts-h-back.jpg') center repeat-x;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #aca286;
	margin-bottom: 28px;
}
.home #recent-news h2.title span,
.page #recent-news h2.title span{
	background: #f9f9f7;
	padding: 0 17px;
}
.home #recent-news .one_post,
.page #recent-news .one_post{
	width: 475px;
	height: 60px;
	float: left;
	margin: 20px 28px 0 0;
}
.home #recent-news .even,
.page #recent-news .even{
	margin: 20px 0 0 0;
}
.home #recent-news .one_post .date,
.page #recent-news .one_post .date{
	width: 54px;
	height: 50px;
	background: url(images/home-date-back.jpg) no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 11px;
	text-transform: uppercase;
	color: #ac9157;
	padding-top: 10px;
	text-shadow: 0 1px 0 #FFF;
	margin-right: 30px;
}
.home #recent-news .one_post .date .day,
.page #recent-news .one_post .date .day{
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
}
.home #recent-news .one_post .category,
.page #recent-news .one_post .category{
	color: #5687b2;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 4px;
}
.home #recent-news .one_post h2,
.page #recent-news .one_post h2{
	font-size: 18px;
	line-height: 24px;
}
.home #recent-news .one_post h2 a,
.page #recent-news .one_post h2 a{
	color: #395e7e;
}
.home #recent-news .one_post h2 a:hover,
.page #recent-news .one_post h2 a:hover{
	color: #5687b2;
	text-decoration: underline;
}
/**
 * Sidebar main CSS
 */
.sidebar{
	width: 278px;
}
.sidebar span.widgetheading{
	display: block;
	height: 33px;
	background: #df7653;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 18px 0 0 22px;
	text-shadow: 0 1px 0 #c86a4b;
}
.special-template div.widgetheading {
	display:none;
}
.sidebar .side-form .textwidget{
	margin-bottom: 45px;
}
.sidebar section{
	padding: 18px 22px 18px 22px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	background: #fcf5ee;
}
.sidebar section h3{
	color: #395e7e;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.sidebar section p{
	color: #4d7fac;
	font-size: 16px;
	line-height: 19px;
}
.sidebar section .call{
	color: #de7552;
	font-weight: bold;
	font-size: 17px;
	padding: 11px 0 0 0;
}
.sidebar section .call span{
	font-size: 13px;
	font-weight: normal;
}
.sidebar section form{
	font-size: 14px;
	padding: 9px 0 0 0;
	color: #aca286;
}
.sidebar section form label,
.sidebar section form label strong{
	color: #aca286;
	font-size: 15px;
	line-height: 18px;
	display: block;
	font-weight: normal;
	padding-right: 3px;
}
.sidebar section form label.error{
	color: red;
	font-size: 11px;
	padding-bottom: 5px;
}
.sidebar section form .select-wrapper{
	width: 234px;
	height: 33px;
	overflow: hidden;
	background: url(images/sidebar-form-select.jpg) no-repeat;
	margin: 10px 0 8px;
}
.sidebar section form .select-wrapper select{
	background: transparent;
	width: 222px;
	height: 33px;
	padding: 0 0 0 12px;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	color: #aca286;
	font-size: 14px;
}
.sidebar section form input[type="text"]{
	width: 202px;
	height: 33px;
	padding: 0 16px 0 16px;
	margin: 0 0 8px 0;
	border: 0;
	outline: 0;
	background: #FFF;
	color: #aca286;
	font-size: 14px;
}
.sidebar section form input[type="text"].error{
	color: red;
}
.sidebar section form input[type="text"]::-webkit-input-placeholder,
.sidebar section form textarea::-webkit-input-placeholder{
	color: #aca286;
}
.sidebar section form input[type="text"]:-moz-placeholder,
.sidebar section form textarea:-moz-placeholder{ /* Firefox 18- */
	color: #aca286;
}
.sidebar section form input[type="text"]::-moz-placeholder,
.sidebar section form textarea::-moz-placeholder{  /* Firefox 19+ */
	color: #aca286;
}
.sidebar section form input[type="text"]:-ms-input-placeholder,
.sidebar section form textarea:-ms-input-placeholder{
	color: #aca286;
}
.sidebar section form textarea{
	width: 202px;
	height: 90px;
	padding: 8px 16px 0 16px;
	margin: 0;
	border: 0;
	outline: 0;
	resize: none;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aca286;
}
 .sidebar .math-d{
	float: right;
	width: 102px;
	padding-top: 10px;
	color: #939392;
}
 .sidebar section form input[type="text"].wpcf7-mathcaptcha {
	margin-top: 8px;
	width: 20px;
}
.sidebar section form button[type="submit"],
.sidebar section form input[type="submit"]{
	width: 234px;
	height: 45px;
	margin: 12px 0 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #FFF;
	background: #5687b2;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #4979a0;
	cursor: pointer;
}
.sidebar section form span.wpcf7-not-valid-tip {
	margin: -8px 0 8px 0;
	font-size: 14px;
}
.sidebar section form div.wpcf7-response-output {
	margin: 1em 0 0 0;
}
.sidebar section .disclaimer p{
	font-size: 13px;
	line-height: 18px;
	color: #aca185;
	padding: 15px 0 0 0;
}
.sidebar section img.lock{
	display: none;
}
.sidebar .news span.widgetheading{
	background: #5687b2;
	text-shadow: 0 1px 0 #4979a0;
	text-transform: capitalize;
}
.sidebar .news ul{
	padding: 12px 22px 27px 20px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.sidebar .news ul li{
	font-size: 13px;
	text-align: right;
	height: 15px;
	color: #395e7e;
	padding: 13px 0 5px 0;
}
.sidebar .news ul li a,
.page #main-content .sidebar .news ul li a{
	color: #4d7fac;
	font-size: 15px;
	float: left;
}
.sidebar .news ul li a:hover,
.page #main-content .sidebar .news ul li a:hover{
	color: #395e7e;
	text-decoration: underline;
}
/**
 * Breadcrumbs main CSS
 */
.page-template-table-php #main-content a{
	color: #08c;
}
#breadcrumbs,
.page-template-about-php .wrapper #breadcrumbs,
.page-template-table-php .wrapper #breadcrumbs{
	height: 26px;
	background: #f8f8f6;
	padding-top: 11px;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ccc5b0;
}
#breadcrumbs a{
	color: #74a9d7;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
#breadcrumbs .label{
	float: left;
	font-size: 16px;
	color: #4e80ac;
	margin-right: 18px;
	font-weight: bold;
}
/**
 * Pagination main CSS
 */
.wp-pagenavi{
	font-size: 16px;
	height: 27px;
	color: #5687b2;
	padding: 59px 0 56px 0;
}
.wp-pagenavi a,
.wp-pagenavi span{
	line-height: 27px;
	text-transform: uppercase;
	color: #5687b2;
	display: block;
	float: left;
}
.wp-pagenavi .previouspostslink{
	padding: 0 0 0 19px;
	background: url(images/page-list-arrow-left.png) no-repeat left;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current{
	width: 25px;
	margin-left: 13px;
	text-align: center;
	background: url(images/pagination-back.png) no-repeat;
}
.wp-pagenavi a.page:hover{
	background: url(images/pagination-back-hover.png) no-repeat;
}
.wp-pagenavi .nextpostslink{
	padding: 0 19px 0 13px;
	background: url(images/page-list-arrow.png) no-repeat right;
}
/**
 * Internal Page
 */
.page #breadcrumbs{
	height: 24px;
}
.page #page-menu{
	background: #eae8e1;
}
.logged-in #page-menu.fixed{
	top: 28px;
}
#page-menu.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
}
#page-menu ul.menu{
	background: url(images/page-nav-rect.png) no-repeat left;
	height: 40px;
}
/* top */
#page-menu ul.menu li{
	float: left;
	background: url(images/page-nav-rect.png) no-repeat right;
	font-size: 12px;
	height: 40px;
	position: relative;
	text-transform: uppercase;
	padding: 0 18px 0 0;
}
#page-menu ul.menu li:hover{
	background: #5586B1;
	box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
#page-menu ul.menu li.parent>a{
	padding-right: 15px;
	background: url(images/page-nav-arrow.png) no-repeat right 17px;
	cursor: default;
}
#page-menu ul.menu li a{
	color: #89816b;
	display: block;
	height: 26px;
	padding: 14px 0 0 16px;
}
#page-menu ul.menu li.current a{
	font-weight: bold;
}
#page-menu ul.menu li:hover a{
	color: #FFF;
	font-weight: bold;
	background: none;
}
/* 2nd lvl */
#page-menu ul.menu li.right ul.sub-menu{
	right: 0;
	left: auto;
}
#page-menu ul.menu li ul.sub-menu {
	position: absolute;
	z-index: 9999;
	float: left;
	display: none;
	left: 0;
	top: 40px;
	width: 234px;
	border-bottom: none;
	background: #5586B1;
	padding: 9px 13px 13px;
}
#page-menu ul.menu li ul.sub-menu li.parent>a{
	cursor: pointer;
}
#page-menu ul.menu li ul.sub-menu li {
	margin: 0;
	padding: 0;
	width: 232px;
	height: auto;
	background: #5586B1;
	font-size: 12px;
}
#page-menu ul.menu li ul.sub-menu li a{
	font-weight: normal;
	display: block;
	padding: 7px 18px 7px 16px;
	height: auto;
}
#page-menu ul.menu li ul.sub-menu li.current-menu-item,
#page-menu ul.menu li ul.sub-menu li:hover{
	box-shadow: none;
	background: #769ec0;
}
#page-menu ul.menu li ul.sub-menu li:hover a{
	color: #DDD;
}
/* 3rd level */
#page-menu ul.menu li ul.sub-menu li ul.sub-menu{
	display: block;
	position: static;
	width: 221px;
}
#page-menu ul.menu li ul.sub-menu li ul.sub-menu li{
	width: 219px;
}
/**/
.page #main-content{
	padding: 38px 0 46px;
}
.page .content{
	width: 674px;
	font-size: 15px;
}
.page .content a:hover,
.single .content a:hover,
.page-template-about-php #main-about-content a:hover{
	text-decoration: underline;
}
.page .content h1,
.single .content h1,
.page .content h2,
.single .content h2{
	font-size: 22px;
	font-weight: bold;
	color: #4d7fac;
}
.page .content h1,
.page .content h2{
	padding: 13px 0 11px 0;
}
.page .content h1,
.single .content h1,
.page-template-about-php h1,
.page-template-health-php h1,
.page .content h2.title,
.single .content h2.title,
.page-template-about-php h2.title,
.page-template-health-php h2.title{
	font-size: 28px;
	font-weight: bold;
	color: #395e7e;
}
.page .content h1,
.page .content h2.title{
	padding: 0 0 12px 0;
}
.page .content .inner p,
.single .content .inner p{
	line-height: 24px;
	color: #6c6759;
}
.page .content .inner p{
	padding-bottom: 8px;
}
.page .content h3,
.single .content h3,
.page-template-about-php .inner h3{
	font-size: 22px;
	color: #497fac;
}
.page .content h3,
.page-template-about-php .inner h3{
	padding: 21px 0 11px;
}
.page .content h4.listTitle,
.single .content h4.listTitle{
	color: #FFF;
	background: #88abc9;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 30px 10px 15px;
	margin-top: 21px;
}
.page .content .inner ul,
.single .content .inner ul,
.page .content .inner ol,
.single .content .inner ol{
	background: #eef3f7;
	padding: 1px 30px 30px 46px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.page .content .inner ul,
.single .content .inner ul{
	list-style-image: url(images/page-list-arrow.png);
}
.page .content .inner ol,
.single .content .inner ol{
	list-style-type: decimal;
}
.page .content .inner ul li,
.single .content .inner ul li,
.page .content .inner ol li,
.single .content .inner ol li{
	color: #395e7e;
	padding-top: 12px;
}
.page .content img.alignleft,
.single .content img.alignleft{
	padding: 8px 10px 0 0;
}
.page .content img.alignright,
.single .content img.alignright{
	padding: 8px 0 0 10px;
}
.page .content .aligncenter,
.single .content .aligncenter{
	text-align: center;
}
.page time,
.single time.last-modified{
	color: #aca286;
	display: block;
}
.page time{
	padding: 19px 0 15px;
	font-size: 13px;
}
.page #closingBar{
	padding-top: 10px;
	height: 39px;
}
.page .resources,
.single .resources{
	background: #eef3f7;
	width: 628px;
	font-size: 13px;
	color: #395e7e;
	font-weight: bold;
	word-wrap:break-word;
}
.page .resources{
	padding: 15px 30px 15px 16px;
}
.page .resources h2,
.single .resources h2{
	font-size: 13px;
	font-weight: bold;
	color: #395e7e;
	padding: 0 0 3px 0;
	cursor: pointer;
}
.page .resources ul,
.single .resources ul{
	display: none;
}
.page .resources li,
.single .resources li{
	line-height: 18px;
}
.page .resources li{
	padding-top: 11px;
}
.page .resources li a,
.single .resources li a{
	font-weight: normal;
	color: #4e80ac;
}
.page .resources li a:hover,
.single .resources li a:hover{
	text-decoration: underline;
	color: #4e80ac;
}
/**
 * Single Post Page
 */
.single .evaluation-image{
	padding: 18px 0 0 0;
}
.single .content,
.single .sidebar{
	padding-top: 22px;
}
.single #main-content{
	padding: 0 0 51px 0;
}
.single .content a,
#main-content a,
.page-template-about-php #main-about-content a{
	color: #5687b2;
}
.single .post-info,
.blog article .post-info,
.archive article .post-info,
.search article .post-info{
	font-size: 13px;
	color: #aca286;
}
.single .post-info{
	padding: 11px 0 0 0;
}
.single .post-info time,
.blog article .post-info time,
.archive article .post-info time,
.search article .post-info time{
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding: 0 11px 0 0;
}
.single .post-info .author,
.blog article .post-info .author,
.archive article .post-info .author,
.search article .post-info .author{
	float: left;
	background: url(images/post-info-divider.gif) no-repeat right;
	padding: 0 6px 0 0;
}
.single .post-info .category,
.blog article .post-info .category,
.archive article .post-info .category,
.search article .post-info .category{
	float: left;
	text-transform: uppercase;
	padding: 0 0 0 6px;
}
.single .content{
	width: 671px;
	font-size: 15px;
}
.single .content .inner{
	padding: 17px 0 0 0;
}
.single .content .inner p{
	padding-bottom: 12px;
}
.single .content h1,
.single .content h2.title{
	padding: 0;
}
.single .content h2{
	padding: 23px 0 13px 0;
}
.single .content .inner h3{
	padding: 23px 0 13px;
}
.single time.last-modified{
	padding-top: 12px;
	font-size: 15px;
}
.single #closingBar{
	padding-top: 13px;
	height: 45px;
}
.single .resources{
	padding: 12px 30px 8px 16px;
}
.single .resources ul{
	padding-bottom: 10px;
}
.single .resources li{
	padding-top: 9px;
	line-height: 19px;
}
/**
 * Blog Page (Archive, Category etc)
 */
.blog .content,
.archive .content,
.search .content{
	width: 671px;
}
.blog .content h2,
.archive .content h2,
.search .content h2{
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding: 0 0 11px 0;
}
.blog .content h2 a,
.archive .content h2 a,
.search .content h2 a{
	color: #395e7e;
}
.blog .content h2 a:hover,
.archive .content h2 a:hover,
.search .content h2 a:hover{
	text-decoration: underline;
}
.blog .content article,
.archive .content article,
.search .content article{
	padding: 27px 0 0 0;
}
.blog article .wp-post-image,
.archive article .wp-post-image,
.search article .wp-post-image{
	margin-right: 30px;
}
.blog article .post-info,
.archive article .post-info,
.search article .post-info{
	padding: 0;
	height: 32px;
}
.blog article a,
.archive article a,
.search article a{
	color: #5687b2;
}
.blog article .excerpt,
.archive article .excerpt,
.search article .excerpt{
	font-size: 15px;
	line-height: 24px;
	color: #6e6959;
}
.blog article .excerpt a,
.archive article .excerpt a,
.search article .excerpt a{
	color: #255e88;
}
.blog .sidebar,
.archive .sidebar,
.search .sidebar{
	padding: 27px 0 56px 0;
}
.blog .post-info a:hover,
.archive .post-info a:hover,
.blog a.read-more:hover,
.archive a.read-more:hover{
	text-decoration: underline;
}
/**
 * Author Page
 */
.author .content,
.author .sidebar{
	padding-top: 41px;
}
.author #breadcrumbs{
	padding-top: 13px;
}
#authorinfo img.alignleft{
	margin-right: 30px;
	width: 130px;
}
#authorinfo h2{
	color: #395E7E;
	padding-bottom: 5px;
}
#authorinfo p{
	font-size: 15px;
	line-height: 24px;
	color: #6E6959;
}
#authorlinks{
	margin: 26px 0 6px 0;
}
#authorlinks ul{
	border-top: 1px solid #d4d0c1;
	border-bottom: 1px solid #d4d0c1;
	height: 36px;
	padding-top: 13px;
}
#authorlinks ul li{
	float: left;
	margin: 0 18px 0 0;
}
#authorlinks ul li:first-child{
	margin: 0 18px 0 3px;
}
#authorlinks ul li.mail{
	padding-top: 1px;
}
/**
 * About Page
 */
/* banner area */
.page-template-about-php #hero .container,
.page-template-health-php #hero .container{
	height: 348px;
	position: relative;
}
.page-template-about-php #hero .hero-content,
.page-template-health-php #hero .hero-content{
	position: absolute;
	top: 88px;
	left: 0px;
	color: #FFF;
	font-size: 30px;
	line-height: 43px;
	font-weight: bold;
}
.page-template-about-php #hero h1,
.page-template-health-php #hero h1{
	font-size: 34px;
}
.page-template-about-php #hero .hero-right-image{
	padding: 23px 0 0 0;
}
.page-template-about-php .inner,
.page-template-health-php .inner,
.page-template-health-php #health-alerts{
	font-size: 15px;
	line-height: 24px;
	color: #6d6859;
}
.page-template-about-php .inner{
	width: 726px;
	padding: 53px 0 81px 0;
}
.page-template-about-php .inner h1,
.page-template-health-php .inner h1,
.page-template-about-php .inner h2.title,
.page-template-health-php .inner h2.title{
	line-height: 28px;
}
.page-template-about-php .inner p{
	padding: 10px 0 2px 0;
}
.page-template-about-php .about-contact{
	width: 206px;
	background: #f4f3f0;
	margin: 57px 0 0 0;
	padding: 23px 0 20px 16px;
	color: #7f7865;
}
.page-template-about-php .about-contact .title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 1px 0;
}
.page-template-about-php .about-contact p{
	padding: 18px 0 0 0;
	font-size: 15px;
	line-height: 18px;
}
.page-template-about-php #can-help{
	background: #5586b1;
	padding: 63px 0 60px 0;
	color: #FFF;
}
.page-template-about-php #can-help h1,
.page-template-about-php #can-help h2.title{
	text-align: center;
	background: url('images/sign-up-h-back.jpg') center repeat-x;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 3px;
}
.page-template-about-php #can-help h1 span,
.page-template-about-php #can-help h2.title span{
	background: #5586b1;
	padding: 0 17px;
}
.page-template-about-php #can-help .one-help{
	width: 396px;
	margin: 42px 0 0 24px;
	padding: 0 0 0 54px;
	background: url(images/help-item-back.png) no-repeat top left;
	font-size: 15px;
	line-height: 22px;
}
.page-template-about-php #can-help .even{
	margin: 42px 0 0 54px;
}
.page-template-about-php #can-help .one-help h3{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 9px 0;
}
.page-template-about-php #need-help{
	height: 73px;
	background: #88abc9;
	color: #FFF;
}
.page-template-about-php #need-help .help-info{
	padding: 14px 0 0 28px;
	font-size: 15px;
}
.page-template-about-php #need-help .help-info h3{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 6px;
}
.page-template-about-php #need-help .call{
	padding: 18px 46px 0 0;
	font-size: 35px;
	font-weight: bold;
}
.page-template-about-php #need-help .call span{
	font-size: 22px;
	font-weight: normal;
}
.page-template-about-php #staff{
	padding: 73px 0 11px 0;
}
.page-template-about-php #staff h1,
.page-template-about-php #staff h2.title{
	font-size: 22px;
	color: #4d7fac;
	padding-bottom: 46px;
	text-align: center;
}
.page-template-about-php #staff .one-user{
	width: 259px;
	margin: 0 100px 45px 0;
}
.page-template-about-php #staff .one-user img{
	max-width: 200px;
}
.page-template-about-php #staff .right-user{
	margin-right: 0;
}
.page-template-about-php #staff h3{
	font-size: 22px;
	color: #4d7fac;
	padding: 17px 0 9px 0;
	text-align: center;
}
.page-template-about-php #staff .persons_title{
	color: #9b9b99;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
}
.page-template-about-php #staff p{
	color: #6d6859;
	font-size: 15px;
	line-height: 24px;
}
/**
 * Table Static Page
 */
.page-template-table-php #main-content{
	padding: 30px 0 46px;
}
.page-template-table-php .content{
	width: 978px;
	font-size: 15px;
}
.page-template-table-php .content h1,
.page-template-table-php .content h2.title{
	padding: 0 0 18px 0;
}
.page-template-table-php .content .inner p{
	padding-bottom: 12px;
}
.page-template-table-php .content h3{
	font-weight: bold;
	padding: 7px 0 12px;
}
.page-template-table-php .one_table{
	background: #f8fafb;
	margin: 18px 0 41px 0;
	padding: 0 0 46px 0;
}
.page-template-table-php .one_table .headline{
	height: 60px;
	background: #88abc9;
	padding: 0;
	margin-bottom: 28px;
}
.page-template-table-php .one_table .headline h3{
	color: white;
	padding: 20px 0 12px;
}
.page-template-table-php .one_table .headline img.alignleft{
	padding: 0 11px 0 0;
}
.page-template-table-php .one_table .description{
	width: 370px;
	font-size: 14px;
	color: #395e7e;
	padding: 0 64px 0 20px;
}
.page-template-table-php .one_table .description h4{
	padding-bottom: 16px;
}
.page-template-table-php .one_table .description p{
	line-height: 22px;
	font-size: 14px;
}
.page-template-table-php .one_table .list-of-links{
	width: 507px;
	padding: 0 13px 0 0;
}
.page-template-table-php .one_table .list-of-links ul{
	float: left;
	width: 84px;
	margin-right: 5px;
	font-size: 14px;
}
.page-template-table-php .one_table .list-of-links ul li{
	margin-bottom: 17px;
}
.page-template-table-php .under-table{
	padding: 0 0 41px 0;
}
.page-template-table-php .under-table h3{
	text-align: center;
}
.page-template-table-php .under-table p{
	line-height: 24px;
	color: #6c6759;
	text-align: center;
}
.page-template-table-php time{
	padding-top: 0;
}
/**
 * Landing Page
 */
.page-template-landing-php #main-content{
	padding: 30px 0 46px;
	height: auto;
}
.page-template-landing-php #main-content .description{
	color: white;
	width: 600px;
	min-height: 386px;
}
.page-template-landing-php .description h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 10px;
}
.page-template-landing-php .description p{
	font-size: 14px;
	line-height: 21px;
}
.page-template-landing-php .description ul{
	list-style-image: url(images/landing-list-image.png);
	list-style-position: inside;
	padding: 14px 0;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
}
.page-template-landing-php .description ul li{
	padding: 8px 0;
}
.page-template-landing-php .description .cta{
	font-size: 17px;
	float: left;
	padding: 10px 10px;
	background: #4B9600;
	background: -moz-linear-gradient(top, #4B9600 7%, #2B5600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#4B9600), color-stop(100%,#2B5600));
	background: -webkit-linear-gradient(top, #4B9600 7%,#2B5600 100%);
	background: -o-linear-gradient(top, #4B9600 7%,#2B5600 100%);
	background: -ms-linear-gradient(top, #4B9600 7%,#2B5600 100%);
	background: linear-gradient(to bottom, #4B9600 7%,#2B5600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b9600', endColorstr='#2b5600',GradientType=0 );
	text-shadow: -1px 1px 0 #2B5700;
}
.page-template-landing-php .description .cta span{
	display: inline;
	font-size: 1.3em;
}
.page-template-landing-php .description .cta .action{
	color: #FFF8BC;
}
.page-template-landing-php .description .cta .phone{
	color: white;
	font-weight: bold;
}
.page-template-landing-php .reviewform{
	width: 260px;
	padding: 17px 21px 20px;
	background: #1168a6;
	border-radius: 4px;
	color: #FFF;
	margin: 5px 0 0 0;
}
.page-template-landing-php .reviewform label{
	font-size: 14px;
}
.page-template-landing-php .reviewform label.error{
	font-size: 13px;
}
.page-template-landing-php .reviewform input[type="text"]{
	border: none;
	outline: none;
	width: 246px;
	height: 30px;
	background: url(images/landing-form-input.png) no-repeat;
	padding: 0 7px;
	margin: 10px 0 12px;
}
.page-template-landing-php .reviewform input[type="text"].error{
	color: red;
}
.page-template-landing-php .reviewform textarea{
	border: none;
	outline: none;
	width: 246px;
	height: 50px;
	background: url(images/landing-form-textarea.png) no-repeat;
	padding: 5px 7px;
	margin: 9px 0 17px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}
.page-template-landing-php .reviewform button[type="submit"]{
	border: none;
	outline: none;
	text-indent: -9000px;
	width: 260px;
	height: 55px;
	background: url(images/landing-form-submit.png) no-repeat center;
	cursor: pointer;
}
.page-template-landing-php #keypoints{
	padding: 43px 0 83px;
}
.page-template-landing-php #keypoints ul li{
	float: left;
	width: 300px;
	background: url(images/landing-small-back.jpg) right 36px repeat-x;
	margin-left: 39px;
}
.page-template-landing-php #keypoints ul li:first-child{
	margin-left: 0;
}
.page-template-landing-php #keypoints ul li h3{
	padding: 97px 0 12px 0;
	background: url(images/landing-center-small.png) no-repeat center top;
	color: #395E7E;
	font-weight: bold;
}
.page-template-landing-php #keypoints ul li:first-child h3{
	background: url(images/landing-left-small.png) no-repeat center top;
}
.page-template-landing-php #keypoints ul li:last-child h3{
	background: url(images/landing-right-small.png) no-repeat center top;
}
.page-template-landing-php #keypoints ul li p{
	color: #6C6759;
	font-size: 15px;
	line-height: 21px;
}
.page-template-landing-php .select-wrapper{
	width: 260px;
	height: 30px;
	overflow: hidden;
	background: url(images/landing-form-select.png) no-repeat;
	margin: 10px 0 12px;
}
.page-template-landing-php .select-wrapper select{
	background: transparent;
	width: 258px;
	height: 30px;
	padding: 0 0 0 2px;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	color: grey;
}
/**
 * Health Page
 */
.page-template-health-php #hero .hero-right-image{
	padding: 75px 10px 0 0;
}
.page-template-health-php .inner{
	padding: 63px 0 65px 0;
}
.page-template-health-php .inner h1,
.page-template-health-php .inner h2.title{
	padding-bottom: 11px;
}
.page-template-health-php .inner ul{
	padding: 36px 0 0 0;
}
.page-template-health-php .inner ul li{
	float: left;
	width: 225px;
	margin-left: 26px;
	text-align: center;
	position: relative;
}
.page-template-health-php .inner ul li:first-child{
	margin-left: 0;
}
.page-template-health-php .inner ul li h2{
	font-size: 22px;
	color: #4d7fac;
	padding: 17px 0 10px 0;
}
.page-template-health-php .inner ul li p{
	text-align: left;
}
.page-template-health-php #patient-advocacy{
	background: #5586b1;
	padding: 41px 0 61px 0;
	color: #FFF;
}
.page-template-health-php #patient-advocacy h1,
.page-template-health-php #patient-advocacy h2.title{
	text-align: center;
	background: url('images/sign-up-h-back.jpg') center repeat-x;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 3px;
	margin-bottom: 61px;
}
.page-template-health-php #patient-advocacy h1 span,
.page-template-health-php #patient-advocacy h2.title span{
	background: #5586b1;
	padding: 0 17px;
}
.page-template-health-php #patient-advocacy .advocacy{
	width: 420px;
	margin-right: 30px;
	padding: 0 0 0 54px;
	background: url(images/patient-advocacy-q.png) left 3px no-repeat;
	font-size: 18px;
	line-height: 27px;
}
.page-template-health-php #patient-advocacy .advocacy span{
	font-size: 15px;
}
.page-template-health-php #patient-advocacy .even{
	margin-right: 0;
}
.page-template-health-php #health-alerts{
	padding: 65px 0 26px 0;
}
.page-template-health-php #health-alerts h1,
.page-template-health-php #health-alerts h2.title{
	padding-bottom: 13px;
}
.page-template-health-php #health-alerts p.description{
	padding-bottom: 35px;
}
.page-template-health-php #health-alerts .alert{
	width: 222px;
	margin-right: 30px;
	text-align: center;
	padding-bottom: 44px;
	position: relative;
	overflow: hidden;
}
.page-template-health-php #health-alerts .alert .mask,
.page-template-health-php .inner ul li .mask{
	width: 222px;
	height: 225px;
	background: url(images/health-mask.png) top center no-repeat;
	position: absolute;
	top: 0;
}
.page-template-health-php #health-alerts .alert .img,
.page-template-health-php .inner ul li .img{
	width: 222px;
	height: 209px;
	overflow: hidden;
}
.page-template-health-php #health-alerts .last{
	margin-right: 0;
}
.page-template-health-php #health-alerts .alert h3{
	font-size: 22px;
	color: #4d7fac;
	padding: 17px 0 10px 0;
}
.page-template-health-php #health-alerts .alert p{
	text-align: left;
}
/**
 * 404 Page
 */
.error404 .inner{
	padding-top: 30px;
	font-size: 18px;
	color: #6f6f6d;
	line-height: 25px;
}
.error404 .inner a{
	color: #3d8dc5;
}
.error404 .inner a:hover{
	text-decoration: underline;
}
.social-area{
	margin-top: 15px;
	padding: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	height: auto;
}
.page .social-area{
	margin-top: 0;
	margin-bottom: 15px;
}
.social-area ul #Facebook_Counter{
	margin-left: 19px;
}



