/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

body
{
	color: #000000;
	font-size: 85%;
	padding: 0px 0 40px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}


a:link {
	color: #0000ff;
	text-decoration: underline;	
}

a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover { 
	color: #98b004;
	text-decoration: underline;
}


/* =Containers
--------------------------------------------------------------------------------*/

.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 20px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/


.grid_3,
.grid_4,
.grid_9,
.grid_13 {
	display: inline;
	float: left;
}


.container_16 .grid_4 {
	width: 220px;
	padding-top: 17px;
	padding-bottom: 10px;
	margin-bottom: 20px;

}


#topnav {
	height: 24px;
	font-size: 85%;
	color: #7ab603;
	padding-top: 8px;
	background-image: none;
}

#topnav a:link {
	color: #0000ff;
	text-decoration: underline;	
}

#topnav a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#topnav a:hover { 
	color: #98b004;
	text-decoration: underline;
}

#topnav .size1 {
	font-size: 80%;
}

#topnav .size3 {
	font-size: 120%;
}

.full {
	display: inline;
}

.textonly {
	display: none;	
}

#leftnav_text {
	width: 160px;
	text-align: right;
	display: block;
}

#leftnav_text a {
	font-size: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#leftnav {
	display: none;
}


#addressbox {
	text-align: right;
	font-size: 85%;
	color: #000000;
	padding-top: 60px;
	line-height: 130%;
}

#addressbox strong {
	font-weight: bold;
}

#addressboxprint {
	display: none;
}


.green {
	color: #98b004;
}

.black {
	color: #000000;
}

img {
	display: none;
}


/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 478px;
	border-left: #000000 dotted 1px;
	border-right: #000000 dotted 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: none;
}

#container_16 .grid_9 a:link {
	color: #0000ff;
	text-decoration: underline;	
}

#container_16 .grid_9 a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#container_16 .grid_9 a:hover { 
	color: #98b004;
	text-decoration: underline;
}


.container_16 .grid_9 p {
	line-height: 130%;
}


.container_16 .grid_13 {
	width: 960px;
	font-size: 85%;
	border-top: dotted 1px #000000;
	background-image: none;
	vertical-align: top;
}

#footer_right {
	float: right;
	font-size: 85%;
	color: #000000;
	padding-top: 0px;
}

#footer_left {
	float: left;
	font-size: 90%;
	color: #98b004;
	font-weight: bold;
	padding-top: 32px;
}

.rightcol {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 759px;
	background-image: none;
}

#rightfeature {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

#rightfeature p {
	font-size: 85%;
	color: #000000;
	line-height: 130%;	
}

#rightfeature a:link {
	color: #0000ff;
	text-decoration: underline;	
}

#rightfeature a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#rightfeature a:hover { 
	color: #98b004;
	text-decoration: underline;
}


/* =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;
}


/*---------------------------------------------------*/
#client_testimonials {
	background-image: none; 
	color:#565C65;
	font-size: 90%;
	line-height: 18px;
	padding-bottom: 25px;
	width: 215px;
	float: right;
	padding-top: 0px;
	margin-bottom: 25px;
}
#client_testimonials p {
	padding-left: 0px;
	padding-right: 0px;
}
