@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- 1. RESET --------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ===== mayerweb resetting css ===== v1.0 | 20080212 ==========*/

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- 2. GENERAL CLASSES ----------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div {
	zoom: 1;
}
.style4 {
	padding-top: 5px;
}
a {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external {
	padding: 0px 12px 0px 0;
	background: url(images/padded/external_link_up_blue.png) top right no-repeat;
}
a.external:hover {
	background: url(images/padded/external_link_up_red.png) top right no-repeat;
}
a:visited{
  font-weight: 100;
}
li p, li a, li h1, li h2, li h3, li h4{
	padding: 0;
}
address{
	color: #000;
}
.clearfloat {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.leftcol, .rightcol {
	overflow: hidden;
	width: 45%;
}
.leftcol {float: left; margin-right: 5%;}
.rightcol {float: left;}
.email{
	margin-left: 2em;
	font-style: italic;
}
.smallprint {font-size: .625em; text-align: justify;}
#content ,
#cities {
	text-align: left;
	line-height: 1.35em;
}

#content ul ,
#cities ul {
	list-style: square;
}

#content ul ul,
#cities ul ul {
 list-style-type: disc;
}

#content ul ul ul,
#cities ul ul ul {
 list-style-type: none;
}

#content ul li,
#cities ul li {
	margin-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content ul li ul li {
	margin-left: 0;
	padding-left: 0;
}
label{
 font-size: 80%;
 font-weight: bold;
 color: #334d55;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 120%;
}
#content h1,
#cities h1 {margin: 10px 0 20px}

#content h2,
#cities h2 {
 font-size: 114%;
 color: #FE0000;
 margin-bottom: 10px;
 margin-top: 30px;
}

#content h3,
#cities h3 {
 font-size: 114%;
 color: #FE0000;
 margin-top: 56px;
 margin-bottom: 10px;
}

#content p,
#cities p {
	padding: 10px 0 10px 0;
	margin: 0;
}
#content ul,
#cities ul {
	padding: 0 0 5px 0;
	margin: 0;
}
#content td,
#cities td {
	height: auto;
	vertical-align: top;
	padding: 5px;
}

a, #citylist a {
	text-decoration: underline;
}

a:hover, #citylist a:hover {
	text-decoration: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- 3. BODY & PAGE --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(images/menu_bg.png) #ffffff repeat-x 0 125px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#body_container {
	width: 1020px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 10px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- HEADER --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	margin: 0;
	padding: 0;
}
#top {
	height: 105px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
#ribbon {
	height: 25px;
	overflow: hidden;
	margin-top: 1px;
}
#ribbon strong {
	background: url(images/ribbon.png) no-repeat;
	line-height: 22px;
	padding-left: 15px;
	padding-top: 25px;
	display: block;
}
#header a {text-decoration: none;}
#header a:hover {text-decoration: underline;}
#logo {
	margin: 0;
	padding: 0;
	height: 60px;
	background: url(images/logo.png) no-repeat;
	overflow: hidden;
}
#logo h1, #logo h3 {
	margin-top: 60px;
}

#toplinks {
	overflow: hidden;
	padding: 10px;
}
#toplinks ul li {
	display: block;
	float: right;
}

#sub_buttons {
	text-align:left;
	margin-right: 10px;
	overflow: hidden;
}
#phone_number {
	font-size: 24px;
	font-weight: bold;
	float: right;
	width: 49%;
	text-align: right;
}
#free_stuff{
	float: left;
	width: 49%;
	text-align: center;
}

#buttons_holder {
	width: 394px;
	float: right;
}
#buttons {
	height: 46px;
	overflow: hidden;
	z-index: 9998;
	padding: 0;
}
#buttons ul li {
	display: inline;
}
#buttons ul li a {
	float: left;
	width: auto;
	height: 0;
	padding-top: 46px;
	overflow: hidden;
}
#buttons li a {
	background-image: url(images/request_buttons.png);
	background-repeat: no-repeat;
}
#buttons ul li.request_service a { width: 195px; background-position: 0px -2px;}
#buttons ul li.request_quote a { width: 195px; background-position: -195px -2px; }

#buttons ul li.request_service a:hover { background-position: 0px -52px;}
#buttons ul li.request_quote a:hover { background-position: -195px -52px; }


/* Main Menu*/
#mainmenu{
	overflow: hidden;
	width: 100%;
	height: 38px;
	margin: 0;
	z-index: 9998;
	padding: 0;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu ul.links {
	margin-right: 10px;
	}
#mainmenu ul.links li a {
	float: right;
	margin: 2px 0 2px 10px;
}
#mainmenu ul li {
	display: inline;
}
#mainmenu ul.tabs li a {
	float: left;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
}
#mainmenu ul.tabs li a {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
#mainmenu ul li.linkzero a { width: 1px; background-position: -1px 0px;}
/*#mainmenu ul li.linkzero a { width: 102px; background-position: -1px 0px;}
#mainmenu ul li.linkone a { width: 101px; background-position: -103px 0px;}*/
#mainmenu ul li.linktwo a { width: 100px; background-position: -203px 0px; }
#mainmenu ul li.linkthree a { width: 101px; background-position: -303px 0px; }
#mainmenu ul li.linkfour a { width: 100px; background-position: -404px 0px; }
#mainmenu ul li.linkfive a { width: 101px; background-position: -504px 0px; }
#mainmenu ul li.linksix a { width: 102px; background-position: -605px 0px; }

#mainmenu ul li.linkzero a:hover { background-position: -1px -40px;}
#mainmenu ul li.linkone a:hover { background-position: -103px -40px;}
#mainmenu ul li.linktwo a:hover { background-position: -203px -40px; }
#mainmenu ul li.linkthree a:hover { background-position: -303px -40px; }
#mainmenu ul li.linkfour a:hover { background-position: -404px -40px; }
#mainmenu ul li.linkfive a:hover { background-position: -504px -40px; }
#mainmenu ul li.linksix a:hover { background-position: -605px -40px; }

#mainmenu ul li.linkzero a:active { background-position: -1px -40px;}
#mainmenu ul li.linkone a:active { background-position: -103px -40px;}
#mainmenu ul li.linktwo a:active { background-position: -203px -40px; }
#mainmenu ul li.linkthree a:active { background-position: -303px -40px; }
#mainmenu ul li.linkfour a:active { background-position: -404px -40px; }
#mainmenu ul li.linkfive a:active { background-position: -504px -40px; }
#mainmenu ul li.linksix a:active { background-position: -605px -40px; }

#pagezero #mainmenu ul li.linkzero a { background-position: -1px -40px;}
#pageone #mainmenu ul li.linkone a { background-position: -103px -40px;}
#pagetwo #mainmenu ul li.linktwo a { background-position: -203px -40px; }
#pagethree #mainmenu ul li.linkthree a { background-position: -303px -40px; }
#pagefour #mainmenu ul li.linkfour a { background-position: -404px -40px; }
#pagefive #mainmenu ul li.linkfive a { background-position: -504px -40px; }
#pagesix #mainmenu ul li.linksix a { background-position: -605px -40px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- Main Content --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content,
#cities {
	padding: 0;
	margin: 0 20px;
	width: 580px;
	overflow: hidden;
	float: left;
}
h1.fancy {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:normal;
	line-height:1.25em;
	text-align:center;
	font-weight:lighter;
}
#content h2.headline,
#cities h2.headline {
	font-size: 200%;
	line-height: 1.2;
	color: #000;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- Left Sidebar --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#navBar{
	float: left;
	width: 191px;
	margin: 10px 0 10px 0;
	color: black;
	text-align: left;
	line-height: 1;
}
#navBar h3.top {
	background: #cecece url(images/sidebar_top.png) no-repeat;
	padding: 10px 5px 10px 7px;
	border: 0;
}
#login .inputdiv{
	margin-top: 10px;
	margin-left: 10px;
}
.inputdiv input.text, .inpudiv input.password {
}
.inputdiv label {
	margin: 2px 0 2px 2px;
	display: block;
}
#login .buttonwrap {
	height: 30px;
	overflow: hidden;
	margin: 10px 0 0 13px;
}
#login .buttonwrap input:hover {
	position: relative;
	top: -30px;
}
#login_details {
	padding-bottom:3px;
	padding-left:0;
	padding-right:2px;
	padding-top:0;
	text-align:left;
}
#request_login {
	padding: 10px 3px 5px 12px;
	text-align: left;
}
#request_login a:hover {text-decoration: underline;}
#search a.external {
	background: none;
}
li.search {
	float: right;
	padding: 6px 0 0 0;
	}
#menubottom {
	background: #fff url(images/sidebar_bottom.png) no-repeat;
	padding: 5px;
	border: 0;
}
#navBar a {
	font-size: 80%;
	text-decoration: none;
}
#navBar h3 {
	padding: 10px 5px;
	background: #cecece url(images/sidebar_header_bg.png) repeat-x;
	border: thin #cecece solid;
}
#navBar h3 a {
	color: black;
	font-weight: bold;
}
#navBar ul, #login {
	display: block;
	background: #cecece url(images/sidebar_main_bg.png) repeat-x;
	border: thin #cecece solid;
}
#login {
	background: #cecece url(images/sidebar_main_bg_2s.png) repeat-x 0 -5px;
}
#navBar ul li {
	list-style-type: none;
	padding: 2px 2px 2px 0px;
	margin-left: 5px;
	border-bottom: thin #A4A4A4 solid;
}
#navBar ul li a {
	padding: 2px 2px 2px 15px;
	background: url(images/bullet.png) left center no-repeat;
	display: block;
}
#navBar ul li a:hover {
	padding-left: 11px;
	margin-left: 4px;
}

#navBar ul li ul {
	display: block;
	background: none;
	border: 0;
}
#navBar ul li ul li {
	border: 0;
	margin-left: 15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- Right Sidebar --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#headlines{
	float: right;
	width: 191px;
	margin: 10px 10px 10px 0;
}
#testimonials {
	background: url(images/testimonials_box.png) no-repeat;
	height: 400px;
	padding: 10px;
	overflow: hidden;
}
#testimonials h2 {
	padding: 0 0 15px 0;
	font-weight: bold;
}
#testimonials p {
	margin-top: 20px;
	line-height: 1.2;
}
#testimonials p strong {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}
headlines td {
	vertical-align: baseline;
	text-align: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*---------------------------------------------- FOOTER --------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	clear: both;
	margin: 5px 0;
	overflow: hidden;
	border: 0;
	font-size: 80%;
}
#footer_links {
	margin: 10px 0;
	}
