/* bottom grey	#E2E2E2 */
/* teal			#308190 */
/* top grey 	#2B2B2B */
/* clicked link #A09F9E */


body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #fff;
}

#pholio{
	background-color: #2B2B2B;
	padding: 0 0 0 100px;
}		

#site_container{
	width:100%;	
	background-color: #fff;
}

#header{
	width:100%;
	height:320px;
	padding: 0 0 0 100px;
	background-image: url('../images/top_background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#logo_container{
	height:288px;
	width:126px;
	background-image: url('../images/vg_logo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}

#services_container{
	margin: 0 0 0 60px;
	width:600px;
	height:176px;
	float: left;
}

#services_container dl{
	margin: 10px 30px 0 0;
	padding: 0;
	float: left;
}

#services_container dl dt{
	margin: 0 0 5px 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

#services_container dl dd{
	margin: 0 0 8px 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #FFF;
}

#top_navigation{
	margin: 8px 0px 0px 0px;
	width:100%;
	height:32px;
}

#top_navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_navigation li{
	float: left;
	margin: 0 50px 0 0;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}


#top_navigation li a{
	color: #2B2B2B;
}

#top_navigation li a:hover{
	color: #2B2B2B;
}

#content{
	width:650px;
	padding: 0 0 40px 100px;
}

#content p{
	color: #2B2B2B;
	line-height: 20px;
	margin-bottom: 20px;
}

#footer{
	padding: 10px 0px 40px 100px;
	width:100%;	
	background-image: url('../images/footer_background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#copyright{
	font-size: 9px;
	color: #2B2B2B;
}

#credits{
	font-size: 11px;
	color: #2B2B2B;
}

#credits a{
	font-size: 12px;
	color: #2B2B2B;
}

h1#error_msg{
	color:red;
}

h1{
	color:#308190;
}

#contact_form{
	background-color: #2B2B2B;
	font-size: 12px;
	color: #DDD;
}

#contact_form p{
	font-size: 12px;
	color: #DDD;
}

input, textarea{
	background-color: #E2E2E2;
}



.clearer{
	clear: left;
	line-height: 0;
	height: 0;
	font-size: 0;
}

