@charset "utf-8";
/* CSS Document */
body{
background-color:#e4e5e6;
border:0;
margin:0;
font-family : arial;
font-size:1em;
}
h1{
	font-size:120%;
	color:#287b40;}
h2{
	font-size:100%;
	color:#287b40;}
h3{
	font-size:90%;
	color:#287b40;}
p{
	font-size:80%;
	color:#666;}
li{
	font-size:80%;
	color:#666;}
.borderimg{
	border:solid 1px;
	border-color:#666;}
.error{
	color:#F00;
	font-size:80%;}
	
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/** top strap line in the header**/
#topstrap{
	float:right;
	color:#fff;
	height:20px;
	min-height:20px;
	max-height:20px;
	margin-right:25px;
}
#topstrap h1{
	font-size:60%;
	color:#fff;}
	
/**header area**/
#header{
	background-color:#fff;
	min-height:178px;
	height:178px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

#call{
	float:right;
	margin-top:100px;}
#flash{
padding-top:40px;	
padding-left:6px;
}
/**menu container - menu styles are in the menu css **/
#top-menu{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666666;
	height:35px;
	min-height:35px;
	padding-left:28px;
	
}

/**main container holds all three colulms**/
#main-container{
	margin:0;
	padding:0;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;
	width:968px;
	min-width:968px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	
	}

#main-container li{
	font-size:90%;}
#main-container li a{
	color:#287b40;}
	
#left-collum{
	margin-left:20px;
	width:180px;
	max-width:180px;
	min-height:200px;
	float:right;
	padding-left:0;
}
#middle-collum{
	margin-left:5px;
	width:460px;
	min-height:200px;
	float:right;
	margin-left:25px;
	margin-right:15px;
}
#contact-collum{
	margin-left:5px;
	width:660px;
	min-height:200px;
	float:right;
	margin-left:25px;
	margin-right:15px;
}
#right-collum{
	width:210px;
	min-height:200px;
	float:right;
	padding-right:30px;	
}
#right-collum h2{
	font-size:120%;
	color:#c57715;
}

/*right col form*/
#callback fieldset {margin:0; padding: 0; font-size:80%;
	color:#666;border:0;}

#callback label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
	width: 210px;			/* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
	text-align: left;
	display: block;
	padding: 2px 0;
	clear: left;
	
}
#callback label.longlabel {
	width:110px;
	clear:both;
}
#callback #confirm2 {
	width:50px;
	margin-left:120px;
	margin-top:-3em;
}
#callback input.text, #callback textarea, #callback select {
	margin-top: 0;
	margin-left:0;
	width:160px;
}
#callback input.text:focus, #callback textarea:focus, #callback select:focus {
}
#callback textarea, #callback input, #callback select {
	padding:2px;
	margin-top: 0;
	margin-left:0;
	width:160px;
	float:left;
}
#callback textarea {
	width:160px;
	margin:0;
}
#callback input.button {
	margin:10px 10px 0 0;
	padding:0;
	float:right;
	width:80px;
}

#footer{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666666;
  	min-height:45px;
	height:auto!important;
	height:45px; 
	padding-left:28px;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:0px;
	font-size:70%;
	
}
#footer a {
	color:#fff;
	text-decoration:none;}
#footer a:hover{
	color:#287b40;
}
#left-collum ul {
	list-style: none;
	margin: 10px 20px 0 10px;
	padding: 0;
	border: none;
	width:150px;
}
#left-collum li {
	border-bottom: 1px solid #287b40;
	margin: 0;
	padding:0;
	list-style: none;
	list-style-image: none;
	width:150px;
}
#left-collum h2{
	color:#287b40;
	padding: 5px;
	
}
#left-collum li a {
	display: block;
	padding: 5px;
	background-color:#ffffff;
	color: #287b40;
	text-decoration: none;
	margin:0;
	width: 150px;
}

#left-collum li a:hover {
	background-color:#509964;
	color: #fff;
	width:150px;
}
#left-collum li #active {
	background-color:#509964;
	color: #fff;
}
.error, .notice, .success {
	padding:.25em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	display:inherit;
	margin:0 0 -0.6em 0;/*padding: 0 0.25em;*/
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.small {
	font-size:.8em;
}
.large {
	font-size:1.2em;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatImgLeft {
	float:left;
	margin: 0.5em 10px 10px 0;
}
.floatImgRight {
	float:right;
	margin: 0.5em 0 10px 10px;
}
.blueText {
	color:#34628F;
}
.greyText {
	color:#666;
}
.blueBg {
	background-color:#34628F;
	color:#fff;
}
.greyBg {
	background-color:#666;
	color:#fff;
}
table {
	margin: 0.7em 15px 1.4em 15px;
	width:95%;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
table.noBorder {
	border:none;
}
th, thead td, .tableheader {
	font-weight:bold;
	background:#ccc;
}
th, td {
	padding:4px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
table.noBorder th, table.noBorder td {
	border:none;
	text-align:center;
}
td p {
	font-size:100%;
	margin:0;
}
.bullets {
	list-style-position: inside
}
.clear {
	clear:both;
}
.tableStripes {
}

table.list {border:none; margin:0px;}
table.list td {background-color:#D6F0DE; border:5px solid #ffffff; padding:10px; vertical-align:top;}
table.list td a {text-decoration:none; font-size:90%; color:#666666;}
table.list td a:link { color:#666666;}
table.list td a:visited { color:#666666;}
table.list td a:hover { color:#333333;}

#fLinks {
	position:relative;
	width:940px;
	margin: 10px auto;	
}
dt {
	font-weight:bold;
	padding-top:10px;
}
dd {
	margin: 0.5em 10px;
}
#footer dl {
    float: left;
    width: 204px;
	border-right:1px solid #999;
	padding: 0 3px;
	min-height:230px;
	height:auto !important;
	height:230px;
}
.dl p {
	margin: 0;
	padding:0;	
}

