@charset "utf-8";



body

{
	background: url(images/plumbing_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #9a1e22;
	font-family:"Arial", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size: 13px;
	text-align: left;
	color: #000000;
}
ul
{
	margin-top: 5px;
}
li 
{
	margin-bottom: .3em;
	list-style-image: url(images/li_drop.jpg);
}
a
{
	color: #852424;
}

a:hover
{
	color: #002990;
}

img.textimg
{
	margin: 10px;
	border-top: 1px solid #002695;
	border-bottom: 1px solid #010f40;
	border-right: 1px solid #002695;
	border-left: 1px solid #002695;
}


/* pages */
#header
{	
	width: 706px;
	height: 312px;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}

#header img
{
	display: inline;
}

/* buttons */
#topbuttons
{
	width: 706px; 
	height: 40px;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}


/* all pages */
#wraptext
{
	background-image: url(images/text_bg.jpg);
	background-repeat: repeat-y;
	width: 706px;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}

#textbtm
{
	width: 706px; 
	height: 17px;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: -2px auto 0px auto;
}

.dividesptop     /* to compensate for differences in browsers */
{
	height: 25px;
}

.dividesp     /* to compensate for differences in browsers */
{
	height: 15px;
}

/* text areas */
table.maintext
{
	width: 706px;
}

table.maintext td.lefttext
{
	width: 160px;
	background-image: url(images/vertical_line.jpg);
	background-position: right;
	background-repeat: repeat-y;
	padding: 0px 20px 0px 25px;
}

table.maintext td.righttext
{
	padding: 0px 20px 0px 25px;
}


/* font options */
h1 /* like headers on left side */
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

h2 /* like headers on right side */
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;

}

.emph
{
	color: #852424;
	font-size: 1.2em;
	font-weight: bold;
}


/* footer */
#footer
{
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 706px;
	left: auto;
	right: auto;
	padding: 0px;
	margin: 0px auto;
}

#footerdiv
{
	padding-top: 3px;
	text-align: center;
}




