*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

html{
	background-image: url('../images/bg_bottom.jpg');
	background-position: left -5px;
	background-repeat: repeat;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/bg_top.jpg') left top repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/bg_container.png') left top repeat-y;
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#stripes{
	background: url('../images/stripes.gif') left top no-repeat;
	width: 816px;
	margin: 0 auto;
	padding: 0 27px 15px 27px;
}

#header
{
	float: right;
	margin: 27px 10px 0 0;
	background: url('../images/logo.gif') top left no-repeat;
	width: 243px;
	height: 92px;
	text-indent: -9999px;
}

#nav
{
	float: left;
	height: auto;
}
	#nav li /* NAVIGATION STYLE */
	{
		display: inline;
	}
		#nav a{
			color: #fff;
			float: left;
			display: block;
			width: 87px;
			height: 42px;
			padding: 76px 7px 0 5px;
			margin-right: 3px;
			text-decoration: none;
		}
		
		#nav a:hover{
			color: #fff;
			text-decoration: none;
		}
		
		#nav_home{
			background: url('../images/nav_home.jpg') top left no-repeat;
		}
		
		#nav_domestic{
			background: url('../images/nav_domestic.jpg') top left no-repeat;
		}
		
		#nav_commercial{
			background: url('../images/nav_commercial.jpg') top left no-repeat;
		}
		
		#nav_repairs{
			background: url('../images/nav_repairs.jpg') top left no-repeat;
		}
	
#slider{
	float: left;
	width: 806px;
	height: 243px;
	overflow: hidden;
	margin: 17px 0 25px 0;
}

#internal_nav{
	float: left;
	margin-bottom: 20px;
}
	#internal_nav ul{
		list-style: none;
	}
	#internal_nav li{
		background: #01578A;
		float: left;	
	}
	
	#internal_nav a{
		color: #fff;
		text-decoration: none;
		padding: 5px;
		display: block;
	}
	
	.domestic_nav{
		width: 250px;
		margin-right: 28px;
	}
	
	#domestic_last{
		width: 250px;
	}
	
	.commercial_nav{
		width: 185px;
		margin-right: 22px;
	}
	
	#commercial_last{
		width: 185px;
	}
	

#content
{
	float: left;
	width: 60%;
	height: auto;
}

	#content h2{
		color: #065c91;
		font-size: 1em;
		font-weight: 700;
	}

	#content p{
		font-size: 0.8125em;
		margin-bottom: 10px;
	}
	
	#content img{
		margin-bottom: 15px;
	}

#sidebar
{
	background: #c7c7c7;
	float: right;
	width: 293px;
	height: auto;
	padding-bottom: 11px;
	margin: 0 10px 10px;
}

	#sidebar h2{
		padding: 2px 15px;
		display: block;
		background: #065c91;
		color: #fff;
	}
	
	#sidebar p{
		font-size: 0.8125em;	
	}
	
	#sidebar ul{
		font-size: 0.8125em;
		list-style: none;
		margin-bottom: 5px;
	}
	
	#sidebar li{
		font-size: 0.8125em;
	}
	
	#sidebar a{
		color: #000;
	}

#sidebar_left{
	float: left;
	width: 143px;
	padding: 0 0 0 15px;
}

#sidebar_right{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #9f9f9f;
}

#logos{
	float: right;
	width: 310px;
}
	#logos img{
		margin-bottom: 10px;
	}

address{
	font-size: 0.6875em;
}

address strong{
	color: #065c91;
}

fieldset{
	border: 0;
}

input[type=text]
{
	border: 0;
	margin: 0 0 10px 15px;
	width: 260px;
	padding: 3px;
}

textarea
{
	border: 0;
	margin: 0 0 10px 15px;
	width: 260px;
	padding: 3px;
	height: 67px;
	font: 0.8125em Verdana, Arial, Helvetica, sans-serif;
}

input[type=submit]{
	margin: 0 0 10px 15px;
}