@charset "utf-8";

/*
 * RESET
 */
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, font, 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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	/*behavior:url("http://www.malenoextremehome.com/_css/csshover.htc"); - IE6 HOVER FIX*/
}
img, div {
	/*behavior:url("http://www.malenoextremehome.com/_css/iepngfix.htc"); - IE6 PNG TRANSPARENCY FIX*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, div {  }
p {
	padding:5px 0;
	line-height:18px;
}
br, hr {
	clear:both;
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background: url(../_images/global_background.jpg) top center repeat-x #faf9f7;
	color:#666;
	font:normal 81.3% Arial, Helvetica, sans-serif;
}
h1 {
	color:#000;
	font:normal 200% Arial, Helvetica, sans-serif;
	line-height:42px;
}
h2 {
	color:#000;
	font:normal 150% Arial, Helvetica, sans-serif;
	line-height:36px;
}
#header {
	height:100px;
	margin:0 auto;
	width:960px;
	position: relative;
}
#logo {
	float:left;
}
#flag {
	background:url(../_images/global_flag.gif) no-repeat;
	color:#FFF;
	float:right;
	height:18px;
	padding:15px;
	text-align:center;
	width:188px;
}
#nav {
	margin:30px 0 0;
	position:absolute;
	right:0;
	top:50px;
}
#nav ul {
	margin:0 25px 0 0;
}
#nav li {
	display:inline;
}
#nav li a {
	color:#FFF;
	margin:0 2px;
	padding:10px 22px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav li a:hover {
	color:#2EB6D7;
}
#nav #menu-home .home a,

#nav #menu-services .services a,
#nav #menu-firerestoration .services a,
#nav #menu-waterrestoration .services a,
#nav #menu-moldrestoration .services a,
#nav #menu-windrestoration .services a,
#nav #menu-other .services a,

#nav #menu-casestudies .casestudies a,
#nav #menu-media .media a,
#nav #menu-contact .contact a,
#nav li a.selected {
	background:#333;
	color:#FFF;
}
.rule {
	background:url(../_images/rule.gif);
	height:12px;
	margin:20px auto;
	width:960px;
}
#home_container {
	background:url(../_images/home_background.jpg) top center no-repeat;
	height:327px;
	margin:0 auto;
	padding-left:13px;
	width:973px;
}
#container  {
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:3px solid #CCC;
	margin:10px auto;
	padding:10px;
	width:946px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#page_container  {
	background:url(../_images/bg_body.jpg) top left no-repeat #FFF;
	border:1px solid #CCC;
	border-bottom:3px solid #CCC;
	margin:10px auto;
	padding:10px;
	width:946px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#pod_container {
	margin:10px auto;
	width:960px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	.pod {
		float:left;
		margin:0 10px;
		padding:20px 10px;
		width:275px;
	}
	.pod ul {
		padding:10px 0;
	}
	.pod li {
		background:url(../_images/arrow.gif) left center no-repeat;
		margin-left:10px;
		padding-left:25px;
	}
	.pod li a {
		color:#666;
		line-height:24px;
		text-decoration:none;
	}
#orgs {
	clear:both;
	height:118px;
	margin:10px auto;
	width:880px;
}
	.chamber a {
		background:url(../_images/link_chamber.jpg);
		height:100px;
		float:left;
		width:137px;
		text-decoration: none;
	}
	.esba a {
		background:url(../_images/link_esba.jpg);
		height:100px;
		float:left;
		width:213px;
		text-decoration: none;
	}
	.dki a {
		background:url(../_images/link_dki.jpg);
		height:100px;
		float:left;
		width:169px;
		text-decoration: none;
	}
	.redcross a {
		background:url(../_images/link_redcross.jpg);
		height:100px;
		float:left;
		width:156px;
		text-decoration: none;
	}
	.zinsser a {
		background:url(../_images/link_zinsser.jpg);
		height:100px;
		float:left;
		width:200px;
		text-decoration: none;	
	}
	.chamber a:hover, .esba a:hover,  .dki a:hover, .redcross a:hover, .zinsser a:hover{
		background-position: bottom left;
	}
#sub_nav {
	padding:10px;
	float:left;
	width:280px;
}
#sub_nav ul {
}
#sub_nav li a:link, #sub_nav li a:visited  {
	color:#333;
	display:block;
	padding:10px;
	text-decoration:none;
}
#sub_nav li a:hover {
	background:#EAEAEA;
	color:#333;	
}
#sub_nav #sub_nav-services .services a,
#sub_nav #sub_nav-firerestoration .firerestoration a,
#sub_nav #sub_nav-waterrestoration .waterrestoration a,
#sub_nav #sub_nav-moldrestoration .moldrestoration a,
#sub_nav #sub_nav-windrestoration .windrestoration a,
#sub_nav #sub_nav-other .other a,
#sub_nav li a.selected {
	background:#b9b1a4;
	color:#FFF;
	font-weight:bold;
}
#content {
	border-left:1px solid #CCC;
	padding:10px 30px;
	float:left;
	width:580px;
}
#content img {
	border:4px solid #EAEAEA;
}
#content li {
	list-style:disc;
	line-height:18px;
	margin-left:25px;
}
#footer_container {
	background:#b9b1a4;
	border-top:1px solid #FFF;
	clear:both;
	display:block;
}
#footer {
	font:normal 84.6% Arial, Helvetica, sans-serif;
	padding:20px;
	margin:0 auto;
	width:920px;
}
#footer p {
	color:#FFF;
	line-height:14px;
}
.clear {
	clear:both;
	padding:5px;
}
.input {
	border:1px solid #CCC;
	color:#666;
	margin:3px 0;
	padding:4px;
	width:80%;
}
#quote-box-text div, #quote-author div {
 display: none;
}
.left {
	float:left;
	margin:0 10px 10px 0;
}
.right {
	float:right;
	margin:0 0 10px 10px;
}
#content.firefighter p br, #content p br {
	clear:left;
}
#albums ul, #albums ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#albums ul li h2 a {
	color:#000;
}
#albums ul li h2 a:hover {
	color:#2EB6D7;
}
