body {
	font-family: arial,helvetica;
	color: #58595B;
	font-size: 12px;
}

.wrap-container {
	float: left;
	width: 300px;
	margin: 12px 60px 20px 0;
}

a {
	color: #808080;
	text-decoration: none;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#form { padding-top:23px;}
#form .form { height:42px;}
#form label { display:block;}
#form input {width:290px; padding:1px 3px 1px 3px; background:#fff; border-top:2px solid #7d7d7d; border-left:2px solid #7d7d7d; border-bottom:1px solid #cad2d5;  border-right:1px solid #cad2d5;}
#form textarea { width:290px; height:80px; overflow:auto; background:#fff; border-top:2px solid #7d7d7d; border-left:2px solid #7d7d7d; border-bottom:1px solid #cad2d5;  border-right:1px solid #cad2d5; padding:1px 3px 0 3px; margin-bottom:22px;}
#form .link { float:right; margin-left:12px;}

#form .error label { color: red; }
#form .error input,
#form .error textarea { border-color: red; }


h1 { text-transform:uppercase; font-size:30px; line-height:1.2em; letter-spacing:-2px; color:#000;}
h2 { color:#989898; font-size:29px; line-height:1.2em; text-align:center; padding:28px 62px 0 73px; margin-bottom:25px;}
h3 { font-size:30px; color:#000; line-height:1.2em; padding:10px 0; position:relative; margin-bottom:8px;}
h4 { font-size:1em; margin-bottom:18px; color:#000; line-height:1.75em;}
h5 { font-size:1em; color:#000; line-height:1.75em;}
h5 a { color:#000; text-decoration:none;}
h5 a:hover { text-decoration:underline;}
.p1 { margin-bottom:15px; width:296px; line-height: 18px;}
.phone { float:right; }

.noshow { display: none; }
.clear { clear: both; }