body{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

a{ color: #00f; text-decoration: none; }
a:hover{ color: #999 }

#wrapper{ width: 800px; margin: 0 auto; }

#menu{ 
	padding: 0; 
	margin: 0 0 10px;
	border-top: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 3px solid;
}
#menu li{ display: inline; }
#menu li a{
	display: inline-block;
	padding: 5px 10px;
}
#menu li a:hover{
	background: #f9f9f9;
	color: #00f;
}

/********  CONTACT US  ********/
form{
	padding:0;
	margin:0;
}
#contact{
	border:1px solid #E5E5E5;
	background-color:#F8F8F8;
	padding:15px;
}

.contact-row{
	margin:0 0 10px 0;
}
.contact-header{
	font-size:13px;
	width:65px;
	float:left;
	text-align:right;
	margin-right:10px;
}
.contact-input input[type=text],
.contact-input textarea{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#DE7300;
	color:#0F2C3C;
	color:#324450;
	border:2px solid #E5E5E5;
	font-weight:normal;
	font-size:12px;
	background-color:#324450;
	background-color:#FFF;
	width:200px;
	padding:2px;
}
.contact-input textarea{
	height:100px;
	overflow:auto;
}
label{
	cursor:pointer;
}
.contact-input input[type=button],
.contact-input input[type=submit]{
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#324450;
	border:1px solid;
	border-left-color:#515E68;
	border-top-color:#515E68;
	border-right-color:#27353F;
	border-bottom-color:#27353F;
	cursor:pointer;
}

#contact-info{
	font-weight:normal;
	padding-top:15px;
}
#contact-info h4{
	font-weight:bold;
	color:#02283F;
	padding:0;
	margin:0;
	font-weight:bold;
}
#msg{
	margin-left:10px;
	font-weight:bold;
	font-size: 13px;
}

/********  /CONTACT US  ********/
