/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	line-height: 16px;
}
h1 {
	font-size: 20px;
	color: #08AE62;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #08AE62;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.heading1 {
	font-size: 20px;
	color: #08AE62;
	line-height: 32px;
}
.heading2 {
	font-size: 13px;
	font-weight: bold;
}
.clienttitles {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}

.aerobuttonmenu2{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	padding: 4px 0 4px 2px;
	font-weight: bold;
	font-size: 14px;
}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 700px;
	padding: 4px 0 4px 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CC99;
	margin-top: 18px;
}



.aerobuttonmenu a.aero, .aerobuttonmenu2 a.aero{ /*aero button CSS*/
background: transparent url('../images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px/23px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active, .aerobuttonmenu2 a.aero:link, .aerobuttonmenu2 a.aero:visited, .aerobuttonmenu2 a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span, .aerobuttonmenu2 a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover, .aerobuttonmenu2 a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span, .aerobuttonmenu2 a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.aerobuttonmenu .rightsection, .aerobuttonmenu2 .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a, .aerobuttonmenu2 .rightsection a{
color: #003300;
}
#header {
	clear: both;
	float: left;
	width: 860px;
	text-align: left;
	padding: 20px;
}
.callnow {
	font-size: 16px;
	font-weight: normal;
	color: #026537;
	padding-top: 6px;
}
div#container {
	background-color: #FFFFFF;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	background-image: url(../images/plugbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #026537;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #026537;
}
div#leftcolumn {
	width: 560px;
	margin-left: 20px;
	padding-top: 20px;
	clear: none;
	float: none;
}
#rightcolumn {
	float: right;
	width: 240px;
	padding-right: 40px;
	margin-top: 15px;
	clear: none;
	text-align: center;
	color: #666;
}
#rowcontainer {
	width: 900px;
	clear: both;
}
.greentext {
	color: #08AE62;
}
.boxedinfo {
	font-size: 14px;
	padding: 12px;
	border: 2px dotted #08AE62;
}

.boxes{
	overflow: hidden;
	width: 560px;
	font-size: 15px;
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 20px;
}
.boxestop{
	background: transparent url('../images/boxtop.gif') no-repeat top left;
	display: block;
	float: left;
	padding-top: 18px;
	width: 560px;
	margin: 0px;
}
.boxestop span{
	background: transparent url('../images/boxbot.gif') no-repeat bottom left;
	display: block;
	padding: 0px 25px 30px 20px;
}

.offersbox{
	overflow: hidden;
	width: 540px;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin-top: 12px;
	text-align: center;
}
.offerstop{
	background: transparent url(../images/offertop.gif) no-repeat left top;
	width: 540px;
	margin: 0px;
	height: 18px;
}
.offersbot{
	background: transparent url(../images/offerbot.gif) no-repeat left bottom;
	display: block;
	padding: 0px 25px 30px 20px;
}
.offersbot p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rowcontainer2 {
	width: 880px;
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 10px;
}
.greylink {
	color: #999999;
}
div#leftclients {
	width: 840px;
	margin-left: 20px;
	padding-top: 20px;
	float: none;
	z-index: 100;
	clear: none;
}
.pictureright {
	float: right;
}
.boxesclients {
	overflow: hidden;
	width: 560px;
	font-size: 15px;
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 20px;
	margin-left: 20px;
}
#clientnotes {
	padding: 5px 3px 5px 8px;
	float: right;
	width: 520px;
	border: 1px dotted #08AE62;
}
#clientnotes2 {
	padding: 5px 3px 5px 8px;
	float: left;
	width: 535px;
	border: 1px dotted #08AE62;
}
.greentitles {
	color: #08AE62;
	font-size: 12px;
	font-weight: bold;
}
#areascovered {
	padding: 5px 3px 5px 8px;
	float: right;
	width: 450px;
	border: 1px dotted #08AE62;
	margin-top: 20px;
}
.mceContentBody { background-color: #FFFFFF; text-align: left; } /*SnippetMaster editor bg color*/
.tablewhite td{
	background-color: #FFF;
}
.formbutton {
	font-size: 14px;
	font-weight: bold;
}
.clearer {
	display: block;
	font-size: 0px;
	clear: both;
	height: 0px;
}

