/* general */
.bullet {
	margin:0 0 -2px 0;
}
/* header styles */
#header {
	height:160px;
	position:relative;
	background-color: #fff;
}
#logo {
	position:absolute;
	left:40px;
	top:2px;
}
/* menu styles */
#menu {
	position:absolute;
	left:10px;
	top:121px;
	width:848px;
	height:35px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	font-weight:bold;
}
#menu li a {
	height: 2em;
	line-height: 2em;
	float: left;
	padding:0 1em 0 1em;
	display: block;
	border-bottom: 1px solid #7cc04d;
	color: #7cc04d;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #7cc04d;
}
#menu li a:hover {
	border-bottom: 1px solid #00377d;
	color: #00377d;
}
#menu .left {
	border-left: 1px solid #7cc04d;
}
#menu .right {
	border-right: 1px solid #7cc04d;
}
/* log in box */
#loginbox {
	position:absolute;
	right:10px;
	top:8px;
	width:160px;
	height:81px;
	background-image:url(/website/images/layout/emailbg.jpg);
}
#loginbox input {
	width:80%;
	font-size: 0.95em;
	margin-top:4px;
}
#loginbox #formitems {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:0.95em;
	padding:4px 10px 5px 10px;
	margin-top:13px;
	position:relative;
}
#loginbox #formitems #submitbutton {
	position:absolute;
	width:19px;
	height:27px;
	right:9px;
	bottom:14px;
}
/* frontimage */
#frontimage {
	height:300px;
	position:relative;
	background-image:url(/website/images/layout/frontpic.jpg);
}
#fp1, #fp2, #fp3 {
	position:absolute;
	left:20px;
}
#fp1 {
	top:5px
}
#fp2 {
	top:95px
}
#fp3 {
	top:185px
}
/* content */
#contentbar {
	background-color:#fcfbf7;
	height: 350px;
	position:relative;
	border-bottom:1px #d9d9ce solid;
}
#callcenter {
	position:absolute;
	right:0px;
	bottom:0px;
}
#callcenter img {
	margin:0 0 0 0;
}
#ct1, #ct3, #ct2 {
	float:left;
}
#ct1, #ct3 {
	width:273px;
}
#ct2 {
	width:320px;
	border-left:#b3b3a5 dotted 1px;
	border-right:#b3b3a5 dotted 1px;
}
#ct1 .content {
	margin-left:20px;
	padding-right:10px;
}
#ct2 .content {
	margin-left:20px;
	padding-right:10px;
}
#ct3 .content {
	margin-left:20px;
	padding-right:10px;
}
.green {
	color:#7cc04d;
}
/* buttons */
/* rollover buttons */

#ro_button {
	height:25px;
	margin:0;
	padding:0 1em;
	width:35px;
}
div.ro_button_outer {
	float:left;
	height:35px;
	margin:0 3px 0 0;
	width:35px;
}
div.ro_button_outer a {
	color:#FFF;
	display:block;
	height:35px;
	line-height:1;
	margin:0;
	overflow:hidden;
	padding:0;
	text-decoration:none;
	width:35px;
}
div.ro_button_outer span {
	display:block;
	margin:0;
}
div.ro_button_outer a:hover {
	background-image:none;
}
div.ro_button_outer a:active {
	color:black;
}
.button_go {
	background:transparent url(/website/images/site/bt_go.png) no-repeat scroll 0 -35px;
}
.button_go a {
	background:transparent url(/website/images/site/bt_go.png) no-repeat scroll left top;
}
/* footer */
#footer {
	height:143px;
	background-image: url(/website/images/site/gradbg.png);
	background-repeat: repeat-x;
	padding-top:30px;
	text-align:center;
}
#footerlinks {
	text-align:center;
	font-size:0.95em;
	padding:20px 0 20px 0;
	background-color:#00377d;
	color:#FFFFFF;
}
#footerlinks a {
	color:#fff;
}
#footerlinks a:hover {
	color:#7cc04d;
}
#contentarea {
	/*border-top:1px #7cc04d solid;*/
	padding:10px;
	padding-right: 20px;
}
#columnright {
	float:right;
}
#columnleft {
	float:left;
	width:180px;
	background-color:#f0ede5;
	margin-right:10px;
	/*padding: 10px;*/
}
#columnmain {
	float:left;
	margin:0 10px 0px 0px;
	width:620px;
}
#columnmain2 {
	float:left;
	margin:0 10px 0px 0px;
	width:390px;
}
#columnright {
	margin-left:10px;
	width:200px;
	background-color:#F8F7F3;
	padding: 10px;
}
/* drop down menu */
#dmenu {
	position:relative;
	top:130px;
}
#jsddm {
	margin: 0;
	padding: 0
}
#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}
#jsddm li a {
	display: block;
	background: #fff;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid ##8EA344;
	width: 70px;
	color: #EAFFED;
	white-space: nowrap
}
#jsddm li a:hover {
	background: #00377d
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}
#jsddm li ul li {
	float: none;
	display: inline
}
#jsddm li ul li a {
	width: auto;
	background: #fff;
	color: ##8EA344
}
#jsddm li ul li a:hover {
	background: #8EA344;
}
#dmenu {
	position:absolute;
	top:104px;
	left: 20px;
	z-index: 10000;
}
#homepic {
	text-align:right;
}
#frontIcons {
	position:relative;
	height:310px;
	width:870px;
	background-image:url(/website/images_asap/icons.jpg)
}
#frontIcons h2 {
	margin-left:20px;
	font-size:1.2em;
	line-height:18px;
	color:#3c3c3c;
}
#frontIcons p {
	line-height:15px;
	margin-top:75px;
}
#i1, #i2, #i3, #i4, #i5 {
	width:137px;
	height:122px;
	position:absolute;
	top:18px;
}
#i6, #i7, #i8, #i9, #i10 {
	top:165px;
	width:139px;
	height:122px;
	position:absolute;
}
#frontIcons #i1, #i6 {
	left:55px;
}
#frontIcons #i2, #i7 {
	left:212px;
}
#frontIcons #i3, #i8 {
	left:369px;
}
#frontIcons #i4, #i9 {
	left:526px;
}
#frontIcons #i5, #i10 {
	left:683px;
}
.nomargin {
	margin-bottom:0px;
}
#columnleft li{
	list-style-type:none;
	padding: 0.5em;
	border-top:1px #b3b0a6 solid;
}
.ads {
background:#efefef;
border:#d6d2d2 solid 1px;
padding:10px;
}
.nomargin {
	margin-bottom:0px;
}
/* form stuff */
.formstyle {
	padding:10px;
	background-color:#F8F8F8;
	margin-bottom:15px;
}
.formstyle input  {
border: 3px solid rgb(208, 217, 224); 
padding: 4px; 
width: 204px; 
background-color: rgb(247, 249, 251);
margin-bottom:10px;

}
.formstyle p {
	margin:0px 0px 2px 0px;;
	font-size:1.3em
}
.formstyle fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  }
.formstyle label {
	float:left;
	width:50px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:normal;
	font-size:1.3em;	
  }
.formstyle legend {
	color:#72ac18;
}
.formstyle .btn {
	margin-left:10px;
	width:80px;
	padding:0px;
	  color:#fff; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#72ac18; 
	  border: 1px solid; 
	  border-color: #696 #363 #363 #696; 
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#72ac18',EndColorStr='#669916'); 
	} 