body
{
	margin:				0px 0px 0px 12px;
	padding:			0px;
	
	background-color:	white;
	
	background-image:	url(/images/bg_stripe.gif);
	background-repeat:	repeat-y;
}

#gnav
{
	position:			absolute;
	top:				33px;
	left:				558px;
	z-index:			50;
	white-space:		nowrap;
}

table#body
{
	width:				770px;
}

col#left
{
	width:				140px;
}

col#content
{

}


td#left
{
	width:		110px;
	padding:	25px 10px 50px 20px;
}

td#content
{
	padding:	25px 40px 0px 20px;
}

#right
{
	float:				right;
	width:				150px;
	margin-left:		20px;
	background-color:	rgb(238,238,238);
	border-top:			5px solid rgb(255,221,51);
	padding:			5px 10px 20px;

	line-height:		1.2em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(0,34,85);
}

#right h2
{
	margin:				8px 0em 0.5em;
	line-height:		1.2em;
	font-family:		arial,sans serif;
	font-size:			1.4em;
	font-weight:		bold;
}

#right li,#right ul
{
	margin:				0em;
	margin-left:		1em;
}

#right li
{
	margin-bottom:		0.5em;
}

#footer
{
	clear:				both;
	margin:				50px 20px 20px;
	line-height:		1.8em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				rgb(136,136,136);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:			none;
}

/* Used so that the the formatter doesn't turn the site to shit */
p
{
	margin:				0px;
}

/*	Hidden elements	*/
.hdn
{
	display:			none;
}

td
{
	vertical-align:		top;
	padding:			0px;
}

img
{
	border:				0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	font-weight:		normal;
	text-decoration:	none;
	color:				rgb(136,136,136);
}

#footer a:hover
{
	color:				rgb(68,102,170);
}

/*	used for the dividing line | between nav items	*/
.divider
{
	padding:			0em 1em;
}


table.contractor-services
{
	border-top:			1px solid rgb(204,204,204);
}
table.contractor-services td
{
	vertical-align:		top;
	padding:			3px 10px 3px 0px;
	border-bottom:		1px solid rgb(204,204,204);
	font-family:		verdana,sans serif;
	font-size:			0.65em;
	line-height:		1.2em;
	color:				rgb(0,34,85);
}

/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/
h1
{
	margin:				0px;
	padding:			0.5em 0em;

	font-family:		times new roman,times,serif;
	font-weight:		normal;
	font-size:			1.5em;
	color:				rgb(0,34,87);
}

h2
{
	margin:				1.0em 20px 0px 0px;
	font-weight:		bold;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.80em;
	color:				rgb(0,34,85);
}

/*	h4 - h6 used for navigation, h3 not currently used	*/
h3,h4,h5,h6
{
	display:			inline;
	margin:				0px;
	font-size:			1.0em;
}

.bodytext
{
	margin:				0px 20px 0px 0px;
	line-height:		2.0em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(0,34,85);
}

.bodytext2
{
	margin:				0px 20px 0px 0px;
	line-height:		1.3em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(0,34,85);
}

.kidsart-caption
{
	font-family:		verdana,arial,sans serif;
	font-size:			0.70em;
	color:				rgb(0,34,85);
}

a
{
	font-weight:		bold;
	text-decoration:	none;
	color:				rgb(0,34,85);
}

a:hover
{
	color:				rgb(68,102,170);
}


img.yborder
{
	border:				2px solid rgb(255,221,51);
}

div.parts
{
	position:			absolute;
	visibility:			hidden;
	
	width:				250px;
	
	border:				1px solid black;
	background-color:	rgb(255,255,204);

	background-image:	url(/images/bg_stripe.gif);
	background-repeat:	repeat-y;

	padding:			10px 15px 10px 30px;

	line-height:		1.8em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.68em;
	color:				rgb(0,34,85);

}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	clear:				both;
	width:				auto;
	height:				27px;
	border-bottom:		1px solid white;
	background-color:	rgb(0,34,85);
	padding-left:		11px;
	white-space:		nowrap;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock,
ul.about-bill,
ul.suppliers,
ul.ccmenu
{
	/*	Do not modify	----------------------------*/
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
	display:			none;
	
	/*	Customizeable options	--------------------*/
	width:				177px;
	border-bottom:		none;
	background-color:	rgb(34,68,136);
}

ul.submenublock,
ul.about-bill,
ul.suppliers,
ul.ccmenu
{
	margin-top:			1px;
	border-top:			1px solid rgb(85,119,204);
	padding:			3px 0px;
	background-color:	rgb(68,102,170);
}

/*	custom menu sizing	*/
ul.about-bill,
ul.suppliers
{
	width:	300px;
}

ul.ccmenu
{
	width:	240px;
}

/*	Do not modify	*/
ul.menublock li,
ul.submenublock li,
ul.about-bill li,
ul.suppliers,
ul.ccmenu li
{
	display:			inline;
}

ul.menublock a
{
	display:			block;
	width:				auto;
	height:				29px;
	border-top:			1px solid rgb(85,119,204);
	padding:			0px 12px;
	line-height:		29px;
	white-space:		nowrap;
	background-color:	rgb(34,68,136);
	font-family:		verdana, arial;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	color:				white;
}

ul.submenublock a,
ul.about-bill a,
ul.suppliers a,
ul.ccmenu a
{
	display:			block;
	width:				auto;
	height:				24px;
	border:				none;
	padding:			0px 10px;
	line-height:		24px;
	white-space:		nowrap;
	background-color:	rgb(68,102,170);
	font-family:		verdana, arial;
	font-weight:		normal;
	font-size:			10px;
	text-decoration:	none;
	color:				white;
}

.menublock a:hover
{
	background-color:	rgb(68,102,170);
	color:				white;
}

.submenublock a:hover
{
	color:				white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

a.sidenav-top
{
	display:				block;
	padding:				0.5em 0em 1.0em;
	margin-bottom:			0.6em;
	border-bottom:			1px solid rgb(153,153,153);
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.65em;
	text-decoration:		none;
	color:					rgb(68,68,68);
}

ul#sidenav a
{
	display:				block;
	padding:				0.7em 0em;
	line-height:			1.1em;
	font-family:			verdana,arial,sans serif;
	font-weight:			normal;
	font-size:				0.65em;
	text-decoration:		none;
	color:					rgb(68,68,68);
}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active,
ul#sidenav a:hover
{
	color:					rgb(68,102,187);
}


form#findcontractor
{
	padding:				20px;
	background-color:		rgb(238,238,238);
}

form#findcontractor td
{
	padding:				0px 5px 5px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidebar nav
/*-------------------------------------------------------------------------------------------------------*/
#right ul
{
	margin-top:				10px;
	margin-left:			0px;
	padding-left:			10px;
}
