

/* common.css
/  Main styles for 24-7
/  Author: Grant Bunyan
/  ====================  */



/* reset browser default styles */

html
{color:#052b33;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{margin:0;padding:0;}

table
{border-collapse:collapse;border-spacing:0;}

fieldset,img
{border:0;}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{font-style:inherit;font-weight:inherit;}

del,ins
{text-decoration:none;}

li
{list-style:none;}

caption,th
{text-align:left;}

h1,h2,h3,h4,h5,h6
{font-size:100%;font-weight:normal;}

q:before,q:after
{content:'';}

abbr,acronym
{border:0;font-variant:normal;}

sup
{vertical-align:baseline;}

sub
{vertical-align:baseline;}

legend
{color:#000;}

input,button,textarea,select,optgroup,option
{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select
{*font-size:100%;}





/* shared classes */

a {
	color: #f26b08;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

strong {
	font-weight: bold;
	}


/* layout */

html {
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #111847;
	background: #111847 url(../images/html-bg.png) repeat-x left top;	
	}

body {
	padding-top: 20px;
	color: #5a6195;
	}

h1 {
	background: transparent url(../images/h1-fadeout.png) repeat-y right top;
	display: inline;
	padding-right: 60px;
	width: auto;
	}
h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	}

.clear {
	clear: both;
	}

.width-set {
	width: 870px;
	margin: 0 auto;
	}

#hr {
	border-bottom: 1px solid #3f488e;
	font-size: 0px;
	line-height: 0px;
	}

#topbar {
	background-color: white;
	position: relative;
	padding-top: 10px;
	height: 108px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-top-left: 5px;
	border-radius-top-right: 5px;
	}
	
#content strong {
	font-size: 110%;
	}
	
#logo {
	margin-left: 8px;
	}
	
#water-drop {
	position: absolute;
	right: 26px;
	top: -20px;
	}
	
ul#navigation {
	list-style-type: none;
	position: absolute;
	right: 18px;
	bottom: 0;
	}
	
ul#navigation li {
	float: left;
	width: auto;
	height: 40px;
	padding: 5px 15px;
	background: url(../images/bg-nav-div.png) no-repeat right bottom;
	}
ul#navigation li.last {
	background: none;
	}
	
ul#navigation li a {
	color: #111847;
	}
ul#navigation li a:hover, ul#navigation li.selected a {	
	color: #f26b08;
	text-decoration: none;
	}

	
#nav-tier2 {
	background: white url(../images/bg-tier2-nav.png) repeat-x left center;
	white-space: nowrap;
	height: 30px;
	}
#nav-tier2 a {
	text-decoration: none;
	}
#nav-tier2 h2, #nav-tier2 ul {
	float: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}
#nav-tier2 h2 {
	background: url(../images/bg-tier2-nav-services.png) no-repeat right center;
	padding: 3px 12px 7px 20px;
	color: white;
	}
#nav-tier2 h2 span {
	float: left;
	display: inline-block;
	padding: 0.4em auto;
	border-top: 3px solid #8d92b1;
	}
#nav-tier2 ul li {
	float: left;
	margin-left: 8px;
	padding: 3px 8px 7px 8px;
	-webkit-border-radius: 3px;
	}
#nav-tier2 ul li.selected {
	background: url(../images/bg-tier2-nav-lit.png) repeat-x center center;
	}
#nav-tier2 ul li a {
	display: inline-block;
	padding: 0.4em auto;
	border-top: 3px solid white;
	}
#nav-tier2 ul li.selected a {
	color: white;
	border-top: 3px solid #f5b487;
	}




#main {
	background: #eaecfb url(../images/templ-bg-page.png) no-repeat center bottom;
	min-height: 600px;
	}
	


	
#content {
	padding: 20px;
	}
	
#content p {
	font-size: 90%;
	margin-bottom: 1.2em;
	}
	
#content strong {
	font-family: Futura, Impact, sans-serif;
	font-weight: bold;
	color: #f26b08;
	}
	
#content h1,h2 {
	font-size: 1.8em;
	color: #202969;
	}
	
#content h2.sub-head {
	font-size: 1.3em;
	color: #ee6908;
	margin-bottom: 1em;
	}

#content blockquote {
	background: url(../images/quo-open.png) no-repeat left top;
	margin-left: -20px;
	padding: 14px 25px 0 45px;
	font-size: 1.5em;
	}
#content blockquote p {
	background: url(../images/quo-close.png) no-repeat right bottom;
	margin-right: -25px;
	padding-right: 35px;
	padding-bottom: 14px;
	}	


#content dl {
	width: 305px;
	float: left;
	padding: 0 0 0.5em 0;
	}
#content dt {
	float: left;
	display: inline;
	width: 100px;
	padding-right: 5px;
	}
#content dd {
	float: right;
	width: 200px;
	padding-bottom: 0.5em
	}
#content dd span {
	display: inline-block;
	width: 70px;
	}
	
.colm-l {
display: inline;
	float: left;
	width: 346px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	}
.colm-l .inner {
	padding: 20px;
	}

.colm-l ol, .colm-l ul  {
	margin-top: 0.6em;
	}
.colm-l li  {
	margin-bottom: 1em;
	}


/* Specific themed lists */


.colm-l.dark-blue {
	background: transparent url(../images/blue-dark-bg.png) repeat;
	color: #c3deec;
	font-weight: regular;
	}
.colm-l.dark-blue li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-bottom: 0.2em;
	background-color: transparent;
	background-position: -4px top;
	background-repeat: no-repeat;
	}
	
.rsn-price {
	background-image: url(../images/icons/competitive-prices.png);
	}
.rsn-weather {
	background-image: url(../images/icons/whatever-weather.png);
	}	
.rsn-courtesy {
	background-image: url(../images/icons/courtesy-call.png);
	}
.rsn-notify {
	background-image: url(../images/icons/notification-arrive.png);
	}
.rsn-vetted {
	background-image: url(../images/icons/security-vetted.png);
	}
.rsn-uniformed {
	background-image: url(../images/icons/uniformed.png);
	}
.rsn-checks {
	background-image: url(../images/icons/spot-checks.png);
	}
.rsn-insured {
	background-image: url(../images/icons/fully-insured.png);
	}
.rsn-payment {
	background-image: url(../images/icons/payment-type.png);
	}
.rsn-100gu {
	background-image: url(../images/icons/one-hundred-percent.png);
	}


.colm-l.light-blue li {
	position: relative;
	margin-left: 28px;
	list-style-type: none;
	}
.colm-l.light-blue {
	background: transparent url(../images/blue-light-bg.png) repeat;
	color: #202969;
	font-weight: bold;
	}
.colm-l.light-blue dl {
	font-size: 90%;
	}
.colm-l.light-blue dl dd {
	font-weight: normal;
	}
.colm-l.light-blue ol li span {
	display: inline-block;
	position: absolute;
	left: -28px;
	width: 21px;
	height: 26px;
	}
	
.num-001 {
	background: url(../images/num-list-001.png) no-repeat left top;
	}
.num-002 {
	background: url(../images/num-list-002.png) no-repeat left top;
	}
.num-003 {
	background: url(../images/num-list-003.png) no-repeat left top;
	}
.num-004 {
	background: url(../images/num-list-004.png) no-repeat left top;
	}	



.colm-l.light-blue ul.gloss-style {
	margin: 0 auto;
	width: 276px;
	}

.colm-l.light-blue ul.gloss-style li {
	position: static;
	margin-left: 0;
	margin-bottom: 0px;
	width: 125px;
	float: left;
	display: inline;
	margin-right: 26px;
	}
.colm-l.light-blue ul.gloss-style li.even {
	margin-right: 0;
	}

.colm-l.light-blue ul.gloss-style li h3 {
	background: #1c2460 url(../images/hm-feat-hlite.png) no-repeat left top;
	text-transform: none;
	color: white;
	font-weight: bold;
	padding: 11px 5px 6px;
	line-height: 17px;
	min-height: 35px;
	margin-bottom: 0;
	}
.colm-l.light-blue ul.gloss-style li h3 a {
	color: white;
	text-decoration: none;
	}
.colm-l.light-blue ul.gloss-style li a.arrow {
	padding-left: 10px;
	background: url(../images/blue-light-arrow.png) no-repeat left center;
	color: #202969;
	}
	
.colm-l.light-blue ul.gloss-style li img {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottomleft-radius: 3px;
	-moz-border-bottomright-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.colm-l.light-blue ul.gloss-style li p {
	font-size: 0.9em;
	line-height: 1.2em;
	}
.colm-l.light-blue ul.gloss-style li h3 {
	font-size: 1em;
	}


	
.colm-r {
	margin-left: 382px;
	padding-right: 15px;
	background: transparent url(../images/templ-dots-top.png) no-repeat right 1em;
	position: relative;
	}
.colm-r ul {
	margin-bottom: 1.6em;
	}
.colm-r ul li {
	margin-bottom: 0.8em;
	}
.colm-r .mediabox {
 	float: left;
	margin-right: 26px;
	position: relative;
	display: inline;
	height: 1%;
	margin-bottom: 1em;
	background-color: #c3deec;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.colm-r .mediabox.before {
	background-image: url(../media/window-before.jpg);
	}
.colm-r .mediabox.during {
	background-image: url(../media/window-during.jpg);
	}
.colm-r .mediabox.after {
	background-image: url(../media/window-after.jpg);
	}
.colm-r #roofclear .mediabox, .colm-r #windowclean .mediabox {
	height: 90px;
	}
.colm-r #roofclear .mediabox.before {
	background-image: url(../media/roof-before.jpg);
	}
.colm-r #roofclear .mediabox.after {
	background-image: url(../media/roof-after.jpg);
	}
.colm-r .mediabox span.play {
	display: block;
	background: url(../images/play-button-0.png) no-repeat center center;
	width: 183px;
	height: 147px;
	}
.colm-r .mediabox span.play:hover {
	background-image: url(../images/play-button-1.png);
	}
#content .colm-r .mediabox p.title-box {
	margin-bottom: 0;
	display: block;
	background-color: #e9670a;
	position: absolute:
	bottom: 20px;
	padding: 0.4em 0.5em;
	color: white;
	}
.colm-r .mediabox#vidbox-gutter-1 {
	background: url(../media/video/gutters-before-still.jpg) no-repeat left top;
	}
.colm-r .mediabox#vidbox-gutter-2 {
	background: url(../media/video/gutters-after-still.jpg) no-repeat left top;
	}

div.vid-enclose {
	height: 190px;
	}



div.pic-enclose {
	height: 140px;
	}
div.pic-enclose .mediabox {
	margin-right: 19px;
	}
.colm-r div.pic-enclose .mediabox span.play {
	background: none;
	width: 124px;
	height: 58px;
	}
#content .colm-r .pic-enclose .mediabox p.title-box {
	position: relative;
	margin-top: 10px;
	padding: 0.4em 0.5em;
	color: white;
	bottom: -30px;
	}


#address-details {
	cell-padding: 10;
	}

#sitemap li ul {
	margin-left: 10px;
	font-size: 85%;
	}

#footer {
	background: url(../images/bg-footer-slice-1px.png) repeat-y left top;
	height: 25px;
	padding-top: 8px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}

img#hm-tel {
	font-size: 0;
	line-height: 0;
	}

ul#footer-nav {
	float: left;
	width: 35%;
	display: inline;
	margin-left: 20px;
	}
ul#footer-nav li {
	display: inline;
	margin-right: 10px;
	}
ul#footer-nav li.selected a {
	color: white;
	}

#footer p {
	float: right;
	text-align: right;
	width: 55%;
	margin-right: 20px;
	color: #7681ae;
	}
	
#drop-01 {
	position: absolute;
	z-index: 99;
	width: 88px;
	height: 88px;
	top: 130px;
	margin-left: -40px;
	}
#drop-02 {
	position: absolute;
	width: 98px;
	height: 67px;
	z-index: 99;
	margin-left: 440px;
	top: 260px;
	}


.button {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 60px;
	display: inline-block;
	border: 2px solid #e9670a;
	padding: 5px;
	background: #1f2866 url(../images/btn-bg-slice.png) repeat-x left center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.button a {
	color: white;
	display: block;
	border-top: 3px solid #898eae;
	padding: 10px 20px 10px 30px;
	}


