@charset "utf-8";
/* CSS Document */

body {
	background-color:#336633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.3em;
	margin-top:0px;
}

.table {
background-color:#ffffff;
background-image:url(../images/headerBG.jpg);
background-repeat:no-repeat;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* Headers */

h1 {font-size:140%; font-weight:normal;}
h2 {font-size:130%; font-weight:normal;}
h3 {font-size:120%; font-weight:normal;}
h4 {font-size:110%; font-weight:normal;}

/* Font Color */

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.yellow {
color:#FFFF00;
}

.maroon {
	color:#CC0000;
}

.white {
	color:#ffffff;
}

/* Font Styles */


/* Graphics */

#commercial1 {
	float:right;
	width:277px;
	margin:4px;
}

#commercial2 {
	float:right;
	width:202px;
	margin:4px;
}

#resProgram {
	float:left;
	width:330px;
}

	#resProgram a {
	color:#FFFF00;
}

#contactCrew {
	float:right;
	width:352px;
	margin:5px;
}

#contactCrew2 {
	float:right;
	width:352px;
	margin:5px;
	padding-top:75px;
}

#fleet {
	width:377px;
	float:right;
	margin:5px;
}

#fleet2 {
	width:352px;
	float:right;
	margin:5px;
}

#logo {
	width:119px;
	float:left;
	margin: 0px 10px 10px 0px;
}

#reidentialGraphic01 {
	width:302px;
	float:right;
	margin:5px;
}

/* Menus */

#mainMenu {
	width:100%;
	/*height:40px;*/
	clear:both;
	font-size:110%;
	margin-top:20px;
}

	#mainMenuBG {
		width:700px;
		height:25px;
		padding-top:10px;
		background-color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#0033CC;
	}
	
	#mainMenuBG a {
		color:#0033CC;
		text-decoration:none;
	}
	
	#mainMenuBG a:hover {
		color:#ff0000;
		text-decoration:underline;
	}

#footer {
	width:865px;
	height:74px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 5px 0px 5px;
	font-size:80%;
	color:#FFFFFF;
	background-image:url(../images/Tree-bottom3.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #666666;
}
	#footer a {
		color:#ffffff;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#FFFF00;
		text-decoration:underline;
	}


/* Div's */
#Content {
	width:875px;
	margin-left:auto;
	margin-right:auto;
}

#pageHeader {
	width:100%;
	clear:both;
	height:372px;
	/*background-image:url(../images/header06.jpg);
	background-repeat:no-repeat;*/
	border-bottom:1px solid #666666;
}

#pageContent {
	width:865px;
	clear:both;
	margin:10px 5px 10px 5px;
	padding:0px 0px 15px 0px;
	/*background-image:url(../images/whiteBG.gif);
	background-repeat:repeat;*/
}

#hpColumnRight {
	float:right;
	width:200px;
	height:440px;
	padding:0px;
	/*border:2px solid #000000;
	/*background-color:#004D1A;*/
	font-family:arial;
	margin-top:15px;
	margin-left:5px;
	background-image:url(../images/rghtColmnBG.gif);
	background-repeat:no-repeat;
}

#hpColumnLeft {
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin-top:15px;
}

#hpVideoText {
	width:100%;
	padding-bottom:5px;
}

#hpVideo {
	float:right;
	width:320px;
	margin:5px;
}

#commercialPageContent {
	float:left;
	width:645px;
	margin-top:5px;
}

#clients {
	line-height:1.5em;
	font-size:120%;
}

#resPage01 {
	float:right;
	width:150px;
	margin:5px;
	padding:4px;
	border:2px solid #cc0000;
}

#contactForm {
	width:100%;
	clear:both;
	padding-top:25px;
}