/* CSS Document */

/* COLOR PALLET
   GREEN - 96B129
   GRAY - 9B9B9B
   */
   
body{
	color:#6F6F6F;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	
}
.white{
	color:#FFFFFF;
}

/* LINK STYLES */
a{ /* Text links in page content */
	color:#96B129;
	background-image:url(../images/linkUnderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
a:hover{
	color:#000000;
	background-image:url(../images/linkUnderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
#header a{ /* To keep underline from being applied to navigation links */
	background-image:none;
}
#header a:hover{
	background-image:none;
}

/* MAIN CONTENT WRAPPER */
#mainContainer{
	margin-top:40px;
	width:885px;
	/* Margins to center Page */
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:100%;
	height:50px;
	margin-bottom:20px;
	
}
#header .logo{
	width:183px; /* -- width of logo -- */
	height:50px;
	margin-right:244px;
	float:left;
}

#header .nav{
	width: 457px;
	height: 50px;
    float:left;
}
/* Link Styles for Margins */
#header .nav .home{
	width:100px;
	height:100%;
	float:left;
	margin-left:5px;
}
#header .nav .about{
	width:100px;
	height:100%;
	float:left;
	margin-left:5px;
}
#header .nav .services{
	width:100px;
	height:100%;
	float:left;
	margin-left:20px;
}
#header .nav .contact{
	width:100px;
	height:100%;
	float:left;
	margin-left:20px;
}

/* LINK FOOTER */
#linkFooter{
	font-size:11px;
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
/* FOOOTER LINK STYLE */






