@charset "UTF-8";
.main-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.MainFont14Point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


a.nav:link {color: #00541c; text-decoration: underline; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 1em; }
a.nav:visited {color: #00541c; text-decoration: underline; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 1em; }
a.nav:hover {color: #4d4845; text-decoration: underline; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 1em; }
a.nav:active {color: #00541c; text-decoration: none; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 1em; }


/* -=-= get started button =-=- */
a.get-started {
	background:url(images/get-started-rev.jpg) no-repeat;
	width:307px;
	height:172px;
	display:block;
	text-decoration:none;
	outline:0 none;
	border:0 none;
	margin-bottom:5px;
}
a.get-started:hover {
	background:url(images/get-started-rev-on.jpg) no-repeat;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* -=-= navigation menu =-=- */
ul.nav,
ul.nav li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.nav {
	float:right;
}
ul.nav li {
	margin-right:1px;
	display:inline-block;
	background:#01541C;
	width:auto;
	float:left;
}
ul.nav li a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:5px 15px;
	font-size:13px;
	outline:0 none;
	border:0 none;
}
ul.nav li a:hover,
ul.nav li.active a {
	background:#fff;
	color:#000;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


#wrappercontact { 

width:500px;
margin:30px auto;


}



input, textarea { 
	padding: 2px;
	border: solid 1px #E5E5E5;

	color:#000;
	width: 220px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 21px; 
	color: #000; 
	}

.submit input {
	width: auto;
	padding: 10px 12px;
	background: #2b511e;
	font-size: 1.1em;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#form-div { 
background:url(../images/bg.png) repeat;
padding:20px;
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;

}
