/*-----------------------------------------------------------------
____________________________________________________________________

Author - Mike Hancock
____________________________________________________________________

-------------------------------------------------------------------
=reset (dont change this)
-----------------------------------------------------------------------------------------*/

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, TBODY, TFOOT, THEAD, TH
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
OL, UL
{
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}

BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
	content: none;
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
A IMG
{
	border: none;
}
ABBR, ACRONYM
{
	border-bottom-width: 0;
}
STRONG
{
	font-weight: bold;
}
EM
{
	font-style: italic;
}
/*=common
-----------------------------------------------------------------------------------------*/
BODY
{
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper{
	width: 962px;
	font: 13px/1.6 Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
.clearfix
{
	display: block;
	clear: both;
}

/*=Header and Nav
-----------------------------------------------------------------------------------------*/
#header H2
{
	background-image: url(../images/restore-marble-tile-grout.png);
	display: block;
	height: 130px;
	width: 324px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -9999px;
}
#header
{
	background-image: url(../images/quotetop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 164px;
	margin-top: 0px;
}
/*-- start navigation--*/
UL#navigation
{
	background-image: url(../images/topnav-bg.png);
	/*[disabled]height:38px;*/
	position: relative;
	z-index: 30;
	margin-top: 0px;
	width: 739px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#navigation LI .first
{
	background-image: url(../images/topnav-left.gif);
	padding-left: 35px;
	background-repeat: no-repeat;
}
UL#navigation LI
{
	float: left;
	list-style: none;
	display: inline;
	margin: 0 0 0 0px;
	padding: 0;
}
UL#navigation LI A
{
	color: #FFF;
	line-height: 38px;
	text-shadow: 0 1px 0 #8A2E0F !important;
	font-size: 9pt;
	text-decoration: none;
	height: 38px;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	width: auto;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BF360F;
	text-transform: uppercase;
}
UL#navigation LI A:hover
{
	color: #FFF;
	background-color: #FE6F46;
}
UL#navigation LI A:active
{
	color: #000;
	text-shadow: 0 1px 0 #FFF !important;
	background-color: #FFF;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

UL#navigation LI A IMG
{
	padding-top: 14px;
}

/*--second-level--*/
UL#navigation LI.hover, UL#navigation LI:hover
{
	position: relative;
}
UL#navigation LI.hover UL.second-level, UL#navigation LI:hover UL.second-level
{
	display: block;
}
UL#navigation UL.second-level
{
	position: absolute;
	top: 38px;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	display: none;
	background-color: #7A2B14;
}

UL#navigation UL.second-level LI
{
	width: 200px;
	margin: 0;
}
UL#navigation UL.second-level A, UL#navigation UL.second-level A:link, UL#navigation UL.second-level A:visited
{
	display: block;
	float: none;
	width: 163px;
	border-top: 1px solid #D23B0F;
	border-right: 0;
	padding: 0px 10px 0px 27px;
	background: none;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #FEFEFE;
	font-size: 11px;
}

UL#navigation UL.second-level LI.hover A, UL#navigation UL.second-level LI:hover A, UL#navigation UL.second-level A:hover
{
	color: #FFFFFF;
	background: #D63F14;
}
.quotebutton
{
	width: 223px;
	margin: 0;
	padding: 0;
	float: right;
}
/*-- end navigation--
=Main Content Area
-----------------------------------------------------------------------------------------*/
#mainbody
{
	background-image: url(../images/contentbg2dark.png);
	background-repeat: repeat-y;
	margin-bottom: -8px;
}

#mainbody #left_column
{
	float: left;
	background-image: url(../images/contentbg1dark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 717px;
	min-height: 477px;
	color: #FFFFFF;
}
h1 {
	font-size: 24pt;
	font-family: Georgia;
	font-style: italic;
	color: #EDE3AF;
}
DIV#left_column A
{
	color: #FEE5A3;
}

#mainbody #right_column
{
	float: right;
	background-image: url(../images/15yearseal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 245px;
	padding-top: 264px;
	margin: 0px;
}

#footsie
{
	clear: both;
	background-image: url(../images/footbg-leftdark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	position: relative;
}
#footsie #associations {
	width: 640px;
	margin-left: 36px;
	color: #F96;
	font-size: 9pt;
	padding-top: 70px;
	line-height: 29px;
}
#footsie #associations a {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
}
#footsie #associations a:hover {
	text-decoration: underline;
}


#right_column #clientslogin {
	background-image: url(../images/client-loginbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 48px;
	padding-left: 70px;
	padding-bottom: 20px;
}
#right_column #clientslogin .text{
	margin-bottom: 9px;
	width: 150px;
}
#right_column #testimonials {
	background-image: url(../images/testimonialsbg.gif);
	background-repeat: repeat-y;
	padding-top: 18px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
}

#testimonials p em {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
#contentbox {
	font-size: 12px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
}
a   {
	color: #700;
}
p  {
	padding-bottom: 13px;
}
.contentboxh1  {
	padding-top: 10px;
	padding-bottom: 20px;
}


.redtext {
	color: #FFF;
}
#header h1 {
	color: #FFF;
	float: right;
	clear: right;
	font-size: 24px;
}
#whitecontentbox
{
	font-size: 12px;
	padding-top: 20px;
	background-color: #393A3C;
	width: 717px;
	margin-bottom: -16px;
}
#whitecontentbox H1
{
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 26px;
	padding-left: 30px;
	color: #EDE3AF;
}
#whitecontentbox #services
{
	list-style-type: none;
	margin-left: 30px;
}
#services LI
{
	width: 190px;
	height: 170px;
	float: left;
	line-height: 18px;
	font-size: 12px;
	margin-left: 36px;
}
DIV#whitecontentbox UL#services LI.first
{
	margin-left: 0;
}
#services li h2    {
	color: #FFFFFF;
	line-height: 27px;
	padding-bottom: 5px;
	font-size: 13px;
	background-image: url(../images/underlinedark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	margin-top: 5px;
}
#services li h2 a {
	text-decoration: none;
	color: #FFF;
}
#testimonials p a {
	color: #700;
	font-size: 12px;
}
#footlinks {
	font-size: 11px;
	color: #575757;
	padding-left: 25px;
}
#footlinks span a {
	color: #666;
	margin-right: 5px;
	margin-left: 5px;
}
#footlinks span {
	padding-left: 506px;
}
DIV#left_column DIV#content
{
	padding-left: 30px;
	padding-top: 33px;
	padding-right: 20px;
	padding-bottom: 20px;
}

DIV#content H1
{
	margin-bottom: 15px;
}

#left_column #content H2
{
	font-size: 12.8pt;
	color: #F6D379;
}
DIV#left_column #content LI
{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 1.2em;
}
#left_column DIV#content UL
{
	margin-bottom: 13px;
}

.forms{
	background-color:#FFF !important;
	border:#CCC 1px solid !important;
	padding:2px;
}

.content-images{
	float:right;
	margin-left: 20px;
}


.image_border{
	border: 3px solid #F0DAB5;
	margin-left: 20px;
	margin-bottom: 20px;
}

.phone_no{
	font-size: 18pt;
	font-family: Georgia;
	font-style: italic;
	color: #EDE3AF;
	margin-top:-15px;
}
