/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

body {
	color: #000000;
	font-size: 12pt;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

/* =Containers
--------------------------------------------------------------------------------*/

.container_16 {
	width: 700px;
	padding-bottom: 20px;
}


h1
{
	font-size: 18pt;
	color:#b5cc28;


}

h2
{
	font-size: 16pt;
	color:#b5cc28;

}

h3
{
	font-size: 14pt;
	color:#b5cc28;

}

/* =Grid >> Global
--------------------------------------------------------------------------------*/


.container_16 .grid_4 {
	float: left;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.container_16 .grid_4 img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.container_16 .grid_8 {
	width: 460px;
}


.container_16 .grid_12 {
	width: 700px;
}


#topnav {
	display: none;
}

#leftnav_text {
	display: none;
}

#leftnav {
	display: none;
}

.grid_16 {
	display: none;
}

.logobar {
	display: none;
}

#addressbox {
	display: none;
}

#addressboxprint {
	float: left;
	font-size: 85%;
	color: #000000;
	line-height: 130%;
	clear: both;
}



/* =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 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.container_16 .grid_9 p {
	line-height: 130%;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
display: none;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

#rightfeature {
	padding-left: 16px;
	padding-right: 16px;
}

#rightfeature p {
	font-size: 85%;
	color: #000000;
	line-height: 130%;	
}

#rightboxes {
	display: none;
}


/* =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;
}


#fontsize {
	font-weight: bold;
	
}

.imagefloatright {
	float: right;
	padding-left: 10px;
}

.imagefloatleft {
	float: left;
	padding-right: 10px;
}


/*---------------------------------------------------*/


.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
  visibility : hidden !important;
  background-color: #FFFFFF;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
  background-color: #FFFFFF;
}


#headerbox {
	display: none;
}

.logo {
	display: none;
}

#printlogo {
	display: block;
}

#client_testimonials {
	width: 100%;
}

#client_testimonials img {
	display: none;
}

#back {
	display: none;
}