/*  
Theme Name: Emergency Response and Renewal
Version: 1.0
Author: (a)squaredstudio
Author URI: http://www.asquaredstudio.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,, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, 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;
}
body {
	background-color: #FBFBFB;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}




body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	background-color: #fff;

}




#preload {
	display: none;

}


h1{
	color: #0c102b;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 2px;
	font-style: normal;
	font-size: 22px;
	
	
}

h2{
	font-size: 18px;
	color:#810808; 
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 8px;
	font-style: italic;
}

h2 a {
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	padding-bottom: 2px;
	color: #2D5694;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #0c102b;
	margin-top: 12px;
	padding-bottom: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0b1c38;
}

h5 {
	color: #004285;
	font-size: 12px;

}

a {
	color: #810808;
	font-style: italic;	
	font-weight: bold;
	
}

a:hover{ color: #666; }

a:focus, a:active {
	outline: 0;
}

.button {
	float: left;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 10px;


}


.button a {
	background-color:#ec1c24;
	height: 45px;
	padding: 5px 18px;
	margin-right: 12px;
	border: solid 0px #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 45px;
}

.button a:hover {
	background-color: #666666;
	
}

.button_left {
	margin-top: 15px;
}

.button_left a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	background-color: #999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;	
	height: 32px;
	font-weight: bold;
	text-decoration: none;

}


.button_left a:hover {
	background-color: #2D5694;

}



.button_right {
	margin-top: 15px;
	float: right;
}

.button_right a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	background-color: #999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;	
	height: 32px;
	font-weight: bold;
	text-decoration: none;

}


.button_right a:hover {
	background-color: #77C0E1;

}

img {
	display: block;
}

a img{ border: 0; margin: 0; padding: 0;}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 10px 0 0; }

blockquote{
	height: 100%;
	font-size: 12px;
}

blockquote p{
	padding: 12px 0px 28px;
	margin: 12px 0px;
	border-bottom: solid 1px #ccc;
	
}

blockquote blockquote{

}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: url(images/bg_comment_bottom.gif) no-repeat;
}



small{
	font-size: 10px;
}

input, textarea{
	border: 1px solid #d2d2d2;
	background-color: #fff;
	color:#5a3434; 
	padding: 4px;
	margin-bottom: 8px;
	font-size: 13px;
	width: 250px
	

}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #d2d2d2;
	background-color: #fff;
	color:#5a3434; 
}



label {
	margin-top: 12px;
	padding-bottom: 6px;
	color: #333;
	

}




input[type=submit] {
	background-color:#76140C;
	padding: 5px 18px;
	margin-right: 12px;
	border: solid 0px #ffffff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	width: 130px;
	border: none;
	margin-left: 28px;


}

input[type=submit]:hover{
	background-color: #666666;
}




input#author, input#email, input#url{
	margin: 0 5px 0 0;
}




#header, #menu, #menu ul li, #menu ul li a, #pagetitle, .post, .entry, .browse, sidebar {
	text-align: left;
	vertical-align: top;
}



/* HEADER */

#header {
	height: 120px;
	margin: auto;
	background-image: url(images/background_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
	z-index: 10;
}

.header_top {
	width: 975px;
	margin: auto;
	color: #fff;
}


.social {
	width: 180px;
	float: left;

}
.google {
	width: 60px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.facebook {
	width: 100px;
	margin-top: 8px;
	margin-left: 0px;
	float: left;
	
}


.header_buttons {
	height: 29px;
	padding: 13px 0px 0px;
	margin: auto;
	color: #fff;
	width: 975px;
	font-size: 14px;
	text-align: right;
}

.header_buttons .text {width: 600px; float: right;}
.header_buttons .fbook {width: 190px; float: right; margin-top: -10px; margin-left: 14px;}


.header_middle {
	width: 975px;
	margin: auto;

}

.header_l {
	width: 380px;
	margin-top: -15px;
	margin-left: 10px;
	float: left; 
	position: absolute;
	z-index: 100;
	
}


.header_r {
	width: 610px;
	height: 45px;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	text-align: right;
	
}



.header_r img {
	float: right; 
	margin-right: 20px;
}

.header_h {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	
}


.navwrapper { background: url(images/background_nav.png) repeat-x; clear: both; height: 100px; }


.nav{
	width: 975px;
	margin: auto;	
	

}

.menu {width: 830px; float: right; border-left:1px solid #474747;}

.nav a {
	display: inline;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	


}

.nav a:hover {
	
}




.nav .current_page_item a {

	
}

.nav .current_page_ancestor a {
	
}


.nav ul  {
	display: inline;

	
}

.nav li  {
	list-style: none;
	display: inline;

	


}



.phone {
	width: 600px;
	float: right;
	margin-top: 22px;
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	text-align: right;
	position: relative; 
	left: 200px;


}

.phone a, .obar_social a {color: #ffffff !important;}

.number {color: #fff200; font-weight: bold;} 



/* HEADER */





/* SLIDER */


.sliderhome {
	height: 381px;
	margin: auto;
	background-image: url(images/background_homeslide.jpg);
	background-repeat: repeat-x;
	margin: -48px 0px 0px;	
	position: relative;
	line-height: 22px;
	z-index: 1;
	
}

.sliderhome h2 {
	padding-top: 10px;
	font-weight: bold;
	color: #a5050b !important;
}

.home_slidewrap {
	width: 975px;
	height: 250px;
	margin: auto;
	padding: 10px 0 0 0;
	
}

.home_slide {
	height: 250px;
	width: 975px;
	background-color: #cccccc;
	margin:auto;	
	position: absolute;
	

}





/*HOME STYLING */

.pagewrapper {
	height: 100%;
	overflow: hidden;
	background-color: #FBFBFB;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat-x;
}

.post_home {
	width: 935px;
	height: 100%;
	overflow: hidden;
	line-height: 22px;
	padding: 14px 20px;
	margin: auto;
	background-color: #fff;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	
}

.post_home ul {margin-left: 0px; margin-top: 13px; padding: 0;}
.post_home ul li {margin-left: 22px; padding: 0; list-style-image: url(images/home_check.jpg); line-height: 18px; margin-bottom: 12px; color: #153756; font-weight: bold; font-style: italic;}
.post_home li {margin: 0; padding: 0;}

.entry_home { }

.post_home img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post_home img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post_home img.aligncenter{
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 82px;
}




.home_phone {
	width: 860px;
	height: 100px;
	padding-left: 40px;
	background-image: url(images/background_phonenumbers.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	margin-top: 15px;
}

.home_phone_l {
	width: 150px;
	float: left; 
	margin-left: 50px;
	margin-top: 6px;
	padding-right: 28px;
	padding-top: 15px;
	color: #881515;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	
}


.home_phone_r {
	width: 180px;
	height: 65px;
	padding-top: 15px;
	margin-top: 6px;
	float: left;
	border-left: solid 2px #56abd4;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}


.home_quick {
	width: 975px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
	

}


.home_quick_l, .home_quick_c, .home_quick_r { text-align: center;}
.home_quick_l img, .home_quick_c img, .home_quick_r img {border: solid 2px #fff; margin-bottom: 8px;}
.home_quick_l .button, .home_quick_c .button, .home_quick_r .button {margin: 10px auto 0px; float: none !important;}



.home_quick_l {
	width: 275px;
	height: 100%;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 50px;
	padding-bottom: 35px;
	margin-right: 22px;
	float: left;
	background-image: url(images/home_quick_l.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
	border: solid 1px #b4b4b4;

}

.home_quick_c {
	width: 275px;
	height: 100%;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 50px;
	padding-bottom: 35px;
	float: left;
	background-image: url(images/home_quick_c.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
	border: solid 1px #b4b4b4;

}



.home_quick_r {
	width: 275px;
	height: 100%;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 50px;
	padding-bottom: 35px;
	float: right;
	background-image: url(images/home_quick_r.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f1f1f1;
	border: solid 1px #b4b4b4;

}



.home_mid {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	line-height: 22px;
	text-align: center;


}

.home_mid img {
	float: left;
	margin-right: 15px;
	
}


.home_left {
	width: 610px;
	height: 100%;
	float: left;
	margin-top: 20px;
}


.home_right {
	width: 290px;
	float: right;
	height: 280px;
	overflow: hidden;
	background-image: url(images/background_testimonial.jpg);
	background-repeat: no-repeat;	
	padding: 130px 15px 15px;
}

.home_bottomwrap  {
	border-top: solid 3px #6f0000;
	background-color: #282828;
}

.home_bottom {
	width: 975px;
	height: 300px;
	margin: auto;
	padding-top: 24px;
	color: #fff;
	line-height: 22px;
}

.home_bottom h1 {
	color: #fff;
	font-style: normal;
	padding-top: 22px;

}

.home_bottom .button {
	float: left;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 14px;


}


.home_bottom a {
	background-color:#000;
	height: 25px;
	padding: 5px 18px;
	margin-right: 12px;
	border: solid 0px #ffffff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 45px;
}

.home_bottom a:hover {
	background-color: #666666;
}



/*HOME STYLING */



/* BLOG STYLING */

.post_blog {
	width: 646px;
	height: 100%;
	float: left;
	line-height: 22px;
	font-size: 15px;
	border-bottom: solid 1px #cccccc;
	clear: both;
	padding-bottom: 10px;
	margin-top: 18px;
	margin-bottom: 12px;

}

.post_blog_two {
	width: 646px;
	height: 100%;
	float: right;
	line-height: 22px;
	border-bottom: solid 1px #cccccc;
	clear: both;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 8px;

}

.post_blog_two h2 {
	padding: 0px;
}

.thumbnail {
	float: left; 
	height: 165px;
	width: 165px;
	margin-right: 8px;
}

.thumbnail img {
	border: 2px solid #cccccc;

}

.post_content {
	width: 473px;
	height: 100%;
	float: left;
}


/* PAGE STYLING */


.sliderpage_wrapper {

	height: 260px;
	margin: auto;
	background-image: url(images/background_homeslide.jpg);
	background-repeat: repeat-x;
	margin: -48px auto 0px;	
	position: relative;
	
}

.page_slidewrap {
	width: 975px;
	height: 205px;
	margin: auto;
	padding-top: 10px;
}

.sliderpage {
	width: 975px;
	height: 205px;
	margin: auto;
	background-color: #ccc;
	text-align: left;
	line-height: 22px;
	position: absolute;
}

.sliderpage img {
	float: left;
	clear: both;
}

.sliderpage h2 {
	font-weight: bold;
	font-style: normal;


}




.page_mid_wrap {
	background-image: url(images/background_homemid.jpg);
	background-repeat: repeat-x;	
	border-bottom: solid 4px #c41230;
	height: 66px;
}

.page_mid {
	width: 975px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	text-align: left;
	border-left: solid 1px #9f4040;

}

.page_mid img {
	float: left;
	padding: 15px 35px;
	border-right: solid 1px #9f4040;
}


.page_inside {
	width: 975px;
	padding-right: 3px;
	height: 65px;
	margin: auto;
	background-image: url(images/background_pinside.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.pagers {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px;	
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.post {
	width: 610px;
	float: left;
	line-height: 22px;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: 30px;
	background-color: #fff;

}

.post img, .post_blog_two img  {
	

}

.post img.alignleft, .post_blog_two img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright, .post_blog_two img.alignright {
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.post ul, .post_blog_two ul {
	list-style-image: url(images/bullet.png);
	color: #A2241F;
	font-size: 12px;
	margin-top: 6px;	
	margin-left: 0px;
	padding: 0px;

}

.post ul li, .post_blog_two ul li {
	list-style-image: url(images/bullet.png);
	color: #A2241F;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 48px;
	

}

.post li, .post_blog_two li {
	list-style-image: url(images/bullet.png);
	color: #A2241F;
	font-size: 12px;
	margin-top: 6px;
}


.content{
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	clear:both;


}

.content_video {
	width: 320px;
	height: 247px;
	float: left;
	border: solid 3px #ccc;
	margin-top: 10px;
	margin-right: 14px;
}

.content_form {
	width: 400px;
	float: left;
}

.entry{}

.expand{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}


.postinfo{
	font-size: 11px;
	color: #999;
	padding-top: 4px;
	font-weight: bold;
	clear: both;
	float: left;
	width: 646px;
}


.postdate{ color: #999; }



.browse{
	line-height: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 0px;
	width: 646px;
	float: right;
	clear:both;
	text-align: left;
	
	
	
}


/* ====================
	SIDEBAR & OBAR 
=====================*/


.obar {
	width: 290px;
	line-height: 18px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	margin-top: 22px;
	border: solid 1px #ccc;
}

.obar a {
	color: #00478D;
	font-weight:normal;
	
}

.obar a:hover {
	color: #666;
	text-decoration: none;

}

.obar h2 {
	color: #fff;
	background: url(images/background_h2.jpg);
	width: 278px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-left: -14px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}





.obar ul, .obar_icon ul {
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0;
	list-style: none;
}

.obar li, .obar_icon li {
	list-style: none;
	padding-left: 14px;
	padding-right: 14px;
	line-height: 22px;
	
}

.obar ul li, .obar_icon ul li {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	
}

.obar ul li{
	padding: 0px 14px 0px 0px
	
}


.obar ul ul li{
	margin: 0;
	padding: 6px 0 3px;
	background: none;
}

.obar_social {
	width: 290px;
	height: 54px;
	padding: 11px 0px;
	background-color: #0055A5;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}

.obar_social img {
	float: left;
	margin-left: 14px;
}

.obar .menu {width: 200px !important; float: none!important; border: none !important;}

.obar .menu a {
	font-size: 13px;
	
	
}



/* FOOTER */

.footerwrapper {
	height: 234px;
	clear: both;
	text-align: left;
	background-image: url(images/background_footertop.jpg);
	background-repeat: repeat-x;
}


.footer_top {
	width: 975px;
	height: 70px;
	color: #ffffff;
	padding-top: 15px;

}

.footer_topl {
	float: left;
	width: 450px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
}


.footer_topr {
	float: right;
	width: 450px;
	font-size: 22px;
	text-align: right;
	
}

.ft { font-weight: bold; font-style: normal; font-size: 20px;}

.fp { color: #fff200; font-weight: bold; font-size: 30px;}

.footer_topr img { float: right; margin-left: 10px; margin-top: -5px;}


.footer {
	width: 975px;
	padding-top: 5px;
	margin: auto;
	color: #fff;

	
	
}

.footer_bottom {
	width: 975px;
	clear:both;
}

.footer_l {
	float: left;
	width: 400px;
	margin-top: 34px;
	text-align: left;
	line-height: 19px;
}

.footer_l img {float: left; margin-right: 10px;}


.footer_r {
	float: right;
	width: 500px;
	margin-top: 36px;
	text-align: right;

}

.footer img {
	display: inline;
	margin-right: 10px;

}

.footer a {
	color: #fff;
	font-style: normal;
	font-weight: normal;

}

.footer a:hover {
	text-decoration: none;

}

.footer_r ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	
}

.footer_r li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	
}

.footer_r li {
	margin: 0px;
	padding: 0px;
	display: inline; 
	list-style: none;
	

}


