/*Navigation---------------------------------------------------------*/
.first {
	margin-left:20px;
}
.first a:hover {
	border-bottom:5px solid #dab483;
}
.second a:hover {
	border-bottom:5px solid #28190c;
}
.third a:hover {
	border-bottom:5px solid #799419;
}
.forth a:hover {
	border-bottom:5px solid #107a83;
}
.fifth a {
	border-bottom:5px solid #942924;
}
/* ----------------- Main content -------------------------------------------------------*/
#bottomcontenttop {
	width:900px;
	height:10px;
	background: url(../images/b_contenttop.jpg) no-repeat;
	margin-top:15px;
}
#bottomcontent {
	width:898px;
	height:430px;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
}
#bottomcontentbtm {
	width:900px;
	height:10px;
	background: url(../images/b_contentbtm.jpg) no-repeat;
}
.left {
	float: right;
	width: 400px;
	margin: 0 15px 5px 0;
	padding:10px;
}
.right {
	float: right;
	width: 400px;
	margin: 0 23px 5px 0;
	padding:10px;
}
#myInfo {
	margin-top: 20px;
}
#myInfo h1 {
	font-size: 150%;
}
#phone {
	margin-top:15px;
}
#myInfo p a {
	font-weight:normal;
	color:#555;
}
#myInfo p a:hover {
	color:#b55650;
}
#contactForm {
	margin-top:30px;
}
#formHe {
	background:url(../images/formHeaderBg.png) no-repeat;
	height:26px;
	width:140px;
	position:relative;
	margin-bottom:5px;
}
label {
	float:left;
	width:60px;
	text-align:right;
	padding-right:10px;
}
input {
	float:left;
	width: 200px;
	margin-bottom: 5px;
	color: #333;
	background: #F4F4F4;
	border: 1px solid #666;
}


textarea {
	float:left;
	color: #333;
	background: #F4F4F4;
	border: 1px solid #666;
}
.formBox, #formBtn {
	clear:both;
}
#btnSubmit {
	width:70px;
	background-color:#6d756a;
	color:#FFF;
	margin-top:5px;
	position:relative;
	left:261px;
}
#btnSubmit:hover {
	background-color:#bfa374;
	cursor:pointer;
}

iframe {
	margin-top:10px;
}

/*Error Message*/
.error {
	background-color: #FC3;
	margin: 5px;
	padding:5px;
	color:#F00;
	line-height:120%;
}



