/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

body {
	background: #FFFFFF url(../images/mainbgstrip2.gif) repeat-x center 32px;
	color: #000000;
	font-size: 80%;
	padding: 0px 0 40px 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =Containers
--------------------------------------------------------------------------------*/

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 20px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_9 {
	display: inline;
	float: left;
}

.leftcol {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 201px;
}
.container_16 .leftcol img {
	border: 0px;
}

.rightcol {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 759px;
	background-image: url(../images/maincolbg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.grid_4,
.grid_13 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}


.grid_3 {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}


.container_16 .grid_4 {
	width: 220px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.container_16 .grid_4 img {
	border: 0px;
}


.container_16 .grid_16 {
	width: 945px;
	height: 208px;
	text-align: right; 
	display: inline;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.container_16 .grid_16 img {
	border: 0px;
}


#topnav {
	height: 24px;
	width: 706px;
	float: right;
	padding-right: 6px;
	font-size: 85%;
	color: #98b004;
	padding-top: 8px;
	background-image: url(../images/topnavshadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
}

#topnav a:link {
	color: #666666;
	text-decoration: none;	
}

#topnav a:visited {
	color: #666666;
	text-decoration: none;
}

#topnav a:hover { 
	color: #98b004;
	text-decoration: underline;
}

#topnav .size1 {
	font-size: 80%;
}

#topnav .size3 {
	font-size: 120%;
}

.full {
	display: none;
}

.textonly {
	display: inline-block;
}

#leftnav {
	width: 160px;
}

#leftnav img {
	border: 0px;
}

#leftnav_text {
	display: none;
}

#addressbox {
	text-align: right;
	font-size: 100%;
	color: #4a4a4a;
	padding-top: 60px;
	line-height: 130%;
}

#addressboxprint {
	display: none;
}


.green {
	color: #98b004;
}

.black {
	color: #000000;
}


/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/


.container_16 .grid_3 {
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.container_16 .grid_9 {
	width: 494px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../images/vertline.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 120%;
}

.container_16 .grid_9 a {
	font-weight: bold;
}

.container_16 .grid_9 p {
	line-height: 130%;
}


.container_16 .grid_9 p span {
	color: #98b004;
}

.container_16 .grid_9 table p span {
	color: #98b004;
}

.container_16 .grid_9 li {
	color: #98b004;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 0px;
}

.container_16 .grid_9 li span{
	color: #4a4a4a;
	padding-left: 0px;
}

#submenu {
	padding-top: 15px;
}

#submenu li {
	color:#4a4a4a;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	padding-bottom: 15px;
	padding-left: 0px;
}


.container_16 .grid_9 img {
	border: 0px;
}


.container_16 .grid_13 {
	width: 960px;
	height: 246px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
}


#rightfeature {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

#rightfeature p {
	font-size: 100%;
	color: #4a4a4a;
	line-height: 130%;	
}

#rightfeature li {
	font-size: 100%;
}

#rightfeature2 {

}

#rightfeature2 p {
	font-size: 100%;
	color: #4a4a4a;
	line-height: 130%;	
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#fontsize {
	font-weight: bold;
	
}

.imagefloatright {
	float:right;
	padding-left: 10px;
}

.imagefloatleft {
	float:left;
	padding-right: 10px;
}

#back {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
	width: 100%;
	text-align: right;

}

#back a:link {
	text-decoration: none;
}

#back a:visited {
	text-decoration: none;
}

#back a:hover {
	text-decoration: none;
}

#footer_left {
	float: left;
	padding-left: 29px;
	font-size: 90%;
	color: #98b004;
	font-weight: bold;
	padding-top: 206px;
}

#footer_left a:link {
	color: #808080;
	text-decoration: none;	
}

#footer_left a:visited {
	color: #808080;
	text-decoration: none;
}

#footer_left a:hover { 
	color: #98b004;
	text-decoration: underline;
}


#footer_right {
	padding-top: 170px;
	float: right;
	font-size: 85%;
	color: #666666;
	padding-right: 26px;
}

#top_images {
	padding: 0px;
	margin: 0px;
}

/*---------------------------------------------------*/

#client_testimonials {
	background-image:url(../images/test_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#565C65;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 18px;
	padding-bottom: 25px;
	width: 215px;
	float: right;
	padding-top: 0px;
	margin-bottom: 25px;
}
#client_testimonials p {
	padding-left: 15px;
	padding-right: 15px;
}

#printlogo {
	display: none;
}
