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

/* This colors the background */
body {
	background-color: #3a4009;
	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
/* DO NOT EDIT: This keeps the size and style of the wrapper */
#wrapper {
	/*width: 680px;*/
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #3a4009;
	}
	
/* DO NOT EDIT: This maintains the size and styles of the header div */
#header {
	height: 144px;
	background-color: #3a4009;
	}

/* DO NOT EDIT: This styles the topNav div */
#topNav {
	background-color: #3a4009;
	height: 38px;
	width: auto;
	margin-top: 106px;
	float:left;
	}

/* This styles the g2 div */
#g2 {
	background-color: #3a4009;
	/*width: 144px;*/
	width: 159px;
	height: 144px;
	float: right;
	}
	
/* This styles the right navigation bar */
#rightNav {
	background-color: #3a4009;
	width: 144px;
	height: 144px;
	float: right;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	}
	

/*changes indent of right navigation*/
#rightNav ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
	}
	
#rightNav img {
	padding-left: 15px;
	}

	
/* This styles the content div */
#content {
	width: 436px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
	}
	
.title {
	color: #798420;
	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	}
	
.title2 {
	color: #798420;
	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
#content p {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 22px;
	}
	
/* This spaces the images inside content evenly */	
#content img.gallery {
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
#content a, a:visited, a:focus {
	color: #798420;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}

.gsquared {
	font-weight: bold;
	}
	


/* This styles and positions the lists on "our clients" alphabetical and industrial pages */		
#alpha, #industry {
	width:auto;
	height: auto;
	padding-top: 20px;
	}
	
.alphaLink, .industryLink {
	color: #798420;
	}

#cListL, #cListR {
	width: 210px;
	height: auto;
	}	
	
#cListL ul li {
	list-style-type: none;
	background-image: url(../images/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .6em;
	margin: 0;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 160%;
	}

#cListR ul li {
	list-style-type: none;
	background-image: url(../images/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .6em;
	margin: 0;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 160%;
	}

#cListL {
	background-color: #FFFFFF;
	float: left;
	}
	
#cListR {
	background-color: #FFFFFF;
	float: right;
	}
	
.listTitle {
	color: #798420;
	font-size: 14pt;
	}

/* DO NOT EDIT: this styles the footer */
#footer {
	width: 536px;
	height: auto;
	background-color: #3a4009;
	font-size: 7pt;
	color: #FFFFFF;
	clear: both;
	}

/* This positions the copyright on the bottom lef t*/	
#copyright {
	width: 180px;
	height: 60px;
	float: left;
	}
	
/* This changes the color of the copyright on the bottom left */
#copyright p {
	color: #bbc282;
	padding-top: 10px;
	}
	
/* This positions the contact info on the bottom right */
#contactInfo {
	width: auto;
	padding-top: 10px;
	height: 60px;
	float: right;
	}