/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font: 1em Verdana, Arial, Geneva, sans-serif;
	color:#333; 
	background-color:#333;
	}

h1 {
	font-size: 1.9em;
	text-align: left;
	line-height: 1.3em;
	color: #007161;
	margin-bottom: 24px;
   padding-top:12px;
	font-weight:normal;
	}


h2 {font-size:1.2em;
font-weight:bold;
padding-top:3px;
padding-bottom: 6px;}


p {
	font-size: 85%;
	padding-bottom:12px;
	}
	


	
	
#container {
	width: 800px;
	margin: 0px auto 0px auto;
  position:relative;
	}
	
	

#backgroundhome {
  background-repeat: no-repeat;
	background-position:top;
	background-image:url(img/homebackground.jpg);
	height: 715px;
	width: 800px;
}




		
	
#nav {
	position: absolute;
	left: 259px;
	width: 523px;
	height:36px;
	top: 444px;
	text-align:center;
	color:#5e7b75;
	font-size:80%;
	line-height:1.2em;
	background-image:url(img/navigationbackground.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}

#nav a {
	text-decoration:none;
	color: #fff;
	font-weight:bold;
}
		
#nav a:link, #nav a:visited {
	color: #fff;
	}

#nav a:hover {
	color: #ccc;
		}



#nav2 {
	position: absolute;
	left: 362px;
	top: 12px;
	text-align:right;
	color:#333;
	font-size:100%;
	width: 418px;
	font-weight:bold;
}


		
#nav2 a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
		
#nav2 a:link, #nav2 a:visited {
	color: #fff;
	}

#nav2 a:hover {
	color: #ccc;
	}


#newsletterhome {
	position: absolute;
	left: 35px;
	top:0px;
	background-image:url(img/newsletterhomebackground.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height:204px;
	width:209px;
	text-align:center;
	color:#FFFFFF;
	padding: 6px 12px 6px 12px;;
	font-size:.9em;
	line-height:1.2em;
}


#quote {
	position: absolute;
	left: 35px;
	width: 584px;
	top: 212px;
	text-align:right;
	color:#333;
	font-size:105%;
	font-weight:bold;
	line-height:1.3em;
}


#hire {position: absolute;
	left: 341px;
	width: 304px;
	top: 27px;
	text-align:right;
	color:#333;
	font-size:95%;
	font-weight:bold;
	line-height:1.3em
}


#hire a {
	font-weight:bold;
	color:#CC3300;
	text-decoration:underline;
}
		
#hire a:link, #hire a:visited {
	color:#CC3300;
	}

#hire a:hover {
	color: #5e7b75;
	}


#title {
	position: absolute;
	left: 436px;
	top: 413px;
	text-align:center;
	color:#333;
	line-height:1.3em;
	font-weight:bold;
	font-size:75%;
	width: 345px;
	height: 13px;
}



#main {
	position: absolute;
	left: 273px;
	width: 497px;
	top: 491px;
	text-align:left;
	color:#333;
	line-height:1.4em;
	height: 220px;
}



#main a {
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
}
		
#main a:link, #main a:visited {
	color:#CC3300;
	}

#main a:hover {
	color: #5e7b75;
	}


#footerhome {
text-align:left;
position:relative;
background-color:#5e7b76;
height:18px;
color:#FFFFFF;
padding: 12px;
font-size:80%;
font-weight:bold;
	}
	
#footerhome a {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}
		
#footerhome a:link, #footerhome a:visited {
	color: #fff;
	}

#footerhome a:hover {
	color: #ccc;
	}


#bottom {
text-align:left;
position:relative;
color:#FFFFFF;
font-size:70%;
padding-top:18px;
text-align:right;
height:30px;
	}
	
#bottom a {
	color: #fff;
	text-decoration:none;
}
		


.graybullet {color: #333333}

.greenbullet {color: #5e7b76}
