/* 24 Hour Plumbers */

.acc
{
	display:none;
}
	
body, html
{
	margin: 10px auto;
	padding:0;
	background: #dfeefa url(../imgs/bgd.gif) 0 -10px repeat-x;
}

a
{
	color: #05acdd;
	text-decoration: underline;
	font-weight: bold;
	
}

a:hover
{
	color: #05acdd;
	text-decoration: none;
}

h1
{
	font: bold 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #b41e23;
	padding: 10px 5px 2px 0px;
	margin:0;
}

h2
{
	font: bold 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #333333;
	padding:10px 5px 2px 0px;
	margin:0;
}

h3
{
	font: bold 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
}

h4
{
	font: bold 14px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #c80705;
	padding: 10px 20px 5px 0px;
	margin:0;
}	


h5
{
	font: italic 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #1f3564;
	padding: 0 0 5px 0;
	margin:0;
}

h6
{
	font: normal 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #aaa;
	padding: 5px 20px 5px 0px;
	margin: 0 0px;	
	border-bottom: #aeaeae 1px dashed;
}

ul, ol, dl
{
	color: #333333;	
	padding: 10px 0 10px 30px;
	margin: 0;
}

li, dd
{
	font: normal 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #333333;
	
}

p
{
	font: normal 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #333;
	padding: 5px 20px 8px 0px;
	margin:0px ;
}

#divContainer 
{
	position:relative;
	margin: auto;
	height: 100%;
	width:940px;
	background: transparent url(../imgs/conbgd.gif) 0 0 repeat-y;
	display:block;
}



/* HEAD */

#divHead
{
	position:relative;
	width:940px;
	height:295px;
	background: transparent url(../imgs/24hp_head.jpg) 0px 0px no-repeat;	
}

/* MENU */

#divMenu
{
	position:relative;
	width:940px;
	height:40px;
	background: transparent url(../imgs/nav.gif) 0px 0px no-repeat;
	
}

#divMenu ul#global
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 40px;
}

#divMenu ul#global li
{
	list-style: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
}

ul#global li, ul#global a 
{
	height: 40px;
	display: block;	
}

#divMenu ul#global li a 
{
	text-indent: -90000px;
	text-decoration: none;
}

#home			{left: 51px; width: 72px;}
#about			{left: 141px; width: 75px;}
#rates			{left: 242px; width: 55px;}
#services		{left: 323px; width: 69px;}
#areas			{left: 421px; width: 108px;}


#home			a:hover	{background: transparent url(../imgs/nav.gif) -51px -40px no-repeat;}
#about			a:hover	{background: transparent url(../imgs/nav.gif) -141px -40px no-repeat;}
#rates			a:hover	{background: transparent url(../imgs/nav.gif) -242px -40px no-repeat;}
#services		a:hover	{background: transparent url(../imgs/nav.gif) -323px -40px no-repeat;}
#areas			a:hover	{background: transparent url(../imgs/nav.gif) -421px -40px no-repeat;}

#home			a.on	{background: transparent url(../imgs/nav.gif) -51px -40px no-repeat; cursor: default;}
#about			a.on	{background: transparent url(../imgs/nav.gif) -141px -40px no-repeat; cursor: default;}
#rates			a.on	{background: transparent url(../imgs/nav.gif) -242px -40px no-repeat; cursor: default;}
#services		a.on	{background: transparent url(../imgs/nav.gif) -323px -40px no-repeat; cursor: default;}
#areas			a.on	{background: transparent url(../imgs/nav.gif) -421px -40px no-repeat; cursor: default;}



/* MAIN */

#main
{
	position: relative;
	height: 100%;
	width:940px;
	padding:0;
	margin:0;
}

div.caption p { /* Caption text styles */
	font:normal 12px l;
	padding:5px;
	margin:0;
	color:#fff;
}

#clear
{
	clear:both;
}

#divContent
{
	position:relative;
	float:left;
	width:564px;
	padding:20px 0px 0px 50px;
	background:transparent;
}

#divImg
{
	position:relative;
	float:left;
	width:301px;
	padding:30px 5px 10px 20px;
	background: transparent;
}

#divImg h1
{
	font: bold 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #53b0ee;
	padding: 0px 0px 0px 0px;
	margin:0;
}

#divImg p
{
	font: normal 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #959595;
	padding: 0px 0px 0px 0px;
	margin:0;
}

span
{
	font: bold 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #b41e23;
}

.divImg2
{
	position:relative;
	background: #e6e1dd;
	width: 248px;
	padding: 20px 0px 10px 0px;
	background: transparent;
}

.divImg2 img
{
	position:relative;
	background: transparent;
	margin: 0 0 0 0;
	border: 1px #333 solid;	
}

.divImg3
{
	position:relative;
	background: #e6e1dd;
	width: 248px;
	padding: 25px 0px 10px 0px;
	background: transparent;
}

.divImg3 img
{
	position:relative;
	background: transparent;
	margin: 0 0 0 0;
	
}

.divImg4
{
	position:relative;
	float: left;
	width:110px;
	height: 100%;
	padding:10px 10px 0px 0px;
	background: #fff;
}

#divImg4 img
{
	position:relative;
	background: transparent;
}

/* FOOTER */

#divFoot
{
	position:relative;
	float: left;
	width:940px;
	height:82px;
	padding:0px 0px 0px 0px;
	background: transparent url(../imgs/24hp_foot.gif) 0px 0px no-repeat;
}

#divFoot h1
{
	font: normal 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	color: #bec1c7;
	float:left;
	padding:25px 0 0px 50px;
}

#divFoot p
{
	font: normal 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	color: #bec1c7;
	float: right;
	padding:25px 60px 10px 40px;
}

#divFoot a
{
	color: #00acdd;
	text-decoration: underline;
	font-style:normal;
}

#divFoot a:hover
{
	color: #00acdd;
	text-decoration: none;
}

.clear
{
	clear:both;
}

/* TABLE 
.table
{
	width:400px;
	table-layout: inherit;
	padding: 5px 5px;
	margin: 5px 0px 10px 0px;
}

.td1
{
	font: bold 13px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 1.5em;
	color: #333333;
	padding: 5px 5px;
	margin: 5px 0 ;
}

.td2
{
	font: normal 12px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #333333;
	padding: 1px 5px;
}

.td3
{
	font: bold 14px "Lucida Sans", "Lucida Sans Std", Verdana;
	line-height: 20px;
	color: #9c1400;
	text-align:left;
	padding:1px 5px; 
	
}

.td4
{
	font:12px "Lucida Sans", "Lucida Sans Std", Verdana;
	font-style:normal;
	line-height: 20px;
	color: #EFEFEF;
	padding: 5px 5px;	
}

Form

fieldset
{
font: normal 12px "Trebuchet MS", Verdana, Arial;
color:#333333;
padding: 20px 30px;
border: 1px solid #6e3719;
width: 200px

}

.input submit
{
color: #000;
padding: 20px 30px;
background: #dee4e9;
border: 2px outset #d7b9c9
}

label
{
width: 100px;
display: block;
}

#input field

{
float: left;
color: #333333;
background: #dee4e9;
border: 1px solid #6e3719;
}

*/
