/*  custom style */

#value-statement {
	float: right;
	width: 385px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	}

#header {
height:132px;
padding-top:0px;
}

#secnav li {
font-size:15px;
font-weight:bold;
}


/*  Images */
#top-out {
	background: url(custom/bg_top.gif) repeat-x 0 0;
}
#header {
	background: url(custom/bg_top_gradient.gif) no-repeat 60px 0;
}
#middle-out-top { /* Background - Middle Top */
	background: #181818 url(custom/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(custom/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(custom/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(custom/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(custom/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(custom/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(custom/bg_footer_gradient.jpg) no-repeat 0 0;
}

#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(custom/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(custom/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(custom/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}


/*  Colors */
a {
	color: #14349C;
}

h2,h3,h4,h5 { color: #14349C; }

#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #14349C;
}
#main-content .post h4.continue a,
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #14349C;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#main-content .post h4.continue a:hover {
	background: #607125;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #2D2D2D;
}


div.follow-icons {
	clear: both;
}

