* { margin: 0; padding: 0;}

html,body { 
	
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height: 1.5em;
	text-align:justify;
	background-color:#fff;
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    overflow-x: hidden;
	height:auto;}
	
.top_logo{
	margin:0 auto;
	text-align:center;}
	
.site_wrap{
	width:1000px;
	margin:0 auto;
	}	

.to_front{
	position:relative;
	z-index:9999;}

.clearBoth {
	clear:both;
	margin:0;
	padding:0;}


#page-wrap {
	width:100%;
	xmargin: 0 auto;}

.generalWidth {
	width:1000px;
	margin: 0 auto;}

#banner-div {
	padding:9px;}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin: 0;}

h2{
	margin-bottom:5px;}	
	
p {
	color:#333;
	margin: 0px 0 0px 0px;}	

a {
	color:#0e8835;
	text-decoration:none;}
	
a:hover {
	color:#1e7951;}	

a, img {
    border:none;
}

.contact_head{
	padding:40px 0 1px 40px;
	background-color:#fff;
	}
	
	
	
.map_wrap{
	margin:0 auto;
	text-align:center;
	padding:0;
	}
	
.credit {
	width:1000px;
	height:75px;
	background-image:url(../images/services_credit.png);
	overflow:hidden;}
	
.credit img {
	margin: 22px 10px 0 0;
	float:right;}
	
.last_img{
	padding-right:20px;}
	
.powered{
	padding-top:10px;
	font-size:14px;
	float:right;}
	
.copy{
	padding-top:10px;
	font-size:14px;
	float:left;}


	
.content_wrap{
	background-image:url(../images/content_background.png);
	background-repeat:repeat;
	}	

.content_wrap p{
	margin: 10px 0 20px 20px;}	
	
.red{
	color:#e41b13;}
	
.blue{
	color:#0c4da2;}	
							
/*form elements
--------------------------------------------------------*/

textarea {
	height:50px;
	padding:20px;
	margin-bottom:20px;
	overflow:auto;
}
	
.formSecWrap {
	float: right;
	margin-left:20px;
	width:400px;
}
.formSecWrap2 {
	float:left;
	margin-left: 50px;
	margin-top: 10px;
	width:350px;
}
.contact{
	width:250px;
	float:left;
	margin-left:198px;}
	
	
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #666;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 4px 4px;
    width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 7px #fff;
}

.formWrap label{
	z-index:999;
	margin: 0 0 2px 0;
}
.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
	float: right;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #0e8835; 
	border: none;
	padding: 4px 12px;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 5px 10px 0;
	line-height: 21px;
	-webkit-appearance: none;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #1e7951;  
}