@charset "UTF-8";

/* Green By Design */
/* Created by Ben Preuss for Static Labs */
/* http://www.static-labs.com */

/* Structure Styles */
body, html {
	margin:0px;
	padding:0px;
	color:#414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
}

a:link { 
	color:#5eb300;
	text-decoration:none;
}

a:visited { 
	color:#5eb300;
	text-decoration:none;
}

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

a:active { 
	color:#5eb300;
	text-decoration:none;
}

#siteHolder {
	position:absolute;
	top:15px;
	width:710px;
	left:50%;
	margin-left:-355px;
}

#topBanner {
	position:relative;
	top:6px;
	width:710px;
	height:137px;
	background-image:url(images/structure/gbd_topBanner.jpg);
	background-repeat:no-repeat;
}

.topText {
	position:relative;
	width:460px;
	height:70px;
	left:222px;
	top:44px;
	color:#ffffff;
}

/* Naigation Styles */

#navigation {
	position:relative;
	width:710px;
	height:36px;
	top:9px;
}

a.homescroll {
	position:relative;
	float:left;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_home.jpg);
	text-decoration:none;
}

a:hover.homescroll {
	background-position: 0 -36px;
}

.homeactive {
	position:relative;
	float:left;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_home_active.jpg);
	text-decoration:none;
}

a.aboutscroll {
	position:relative;
	float:left;
	display:block;
	left:2px;
	width:176px;
	height:36px;
	background:url(images/structure/nav_about.jpg);
	text-decoration:none;
}

a:hover.aboutscroll {
	background-position: 0 -36px;
}

.aboutactive {
	position:relative;
	float:left;
	display:block;
	left:2px;
	width:176px;
	height:36px;
	background:url(images/structure/nav_about_active.jpg);
	text-decoration:none;
}

a.servicesscroll {
	position:relative;
	float:left;
	left:4px;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_services.jpg);
	text-decoration:none;
}

a:hover.servicesscroll {
	background-position: 0 -36px;
}

.servicesactive {
	position:relative;
	float:left;
	left:4px;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_services_active.jpg);
	text-decoration:none;
}

a.contactscroll {
	position:relative;
	float:left;
	left:6px;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_contact.jpg);
	text-decoration:none;
}

a:hover.contactscroll {
	background-position: 0 -36px;
}

.contactactive {
	position:relative;
	float:left;
	left:6px;
	display:block;
	width:176px;
	height:36px;
	background:url(images/structure/nav_contact_active.jpg);
	text-decoration:none;
}

/* General Content Styles */

.subBullet {
	position:relative;
	left:30px;
}

#contentHolder {
	position:relative;
	width:710px;
	top:12px;
}

#bgRepeat {
	position:relative;
	width:710px;
	top:-3px;
	background-image:url(images/structure/bgRepeat.jpg);
	background-repeat:repeat-y;
}

.bottomBorder {
	position:relative;
	top:-3px;
	width:710px;
}	

/* Home Styles */

#bgRepeatHome {
	position:relative;
	width:710px;
	top:-3px;
	background-image:url(images/home/bgRepeatHome.jpg);
	background-repeat:repeat-y;
}

#homeLeft {
	position:relative;
	width:311px;
}


