@charset "utf-8";
#content {
	width: 870px;
	overflow: hidden;
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/common/container-alpha-bg.png);
}
#banner {
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 240px;
	width: 890px;
}
#content h1, h2 {
	font-size: 1.0em;
	color: #FFF;
	margin-top: 0px;
	font-weight: normal;
}
#content p {
	font-size: 0.8em;
	color: #FFFFFF;
}
#content a {
	font-size: 1.0em;
	color: #FF8800;
}
#content a:link, #content a:visited
{
	color: #FF8800;
}
#content a:hover {
	text-decoration: none;
	color: #777;
}
#content .left {
	float: left;
	width: 260px;
	margin-right: 15px;
	background-image:url(../images/contact-boxtops-bg.gif);
	background-repeat:repeat-x;
	background-color: #252525;
	padding: 10px;
	min-height: 260px;
	height: auto;
}
#content .center {
	float: left;
	width: 260px;
	margin-right: 15px;
	background-image:url(../images/contact-boxtops-bg.gif);
	background-repeat:repeat-x;
	background-color: #252525;
	padding: 10px;
	min-height: 260px;
	height: auto;
}
#content .right {
	float: right;
	width: 260px;
	background-image:url(../images/contact-boxtops-bg.gif);
	background-repeat:repeat-x;
	background-color: #252525;
	padding: 10px;
	min-height: 260px;
	height: auto;
}
#map {
	width: 260px;
	height: 180px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	padding: 3px;
	width: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	background-color: #222 !important; 
	border: 1px solid #777; 
	color: #FFFFFF;
}
textarea {
	padding: 3px;
	width: 155px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	background-color: #222; 
	border: 1px solid #777;
	color: #FFFFFF;
}
#send-button {
	padding: 0px;
	width: 81px;
	height: 26px;
	margin-left: 10px;
}

table {
	font-size: 0.8em; 
	color: #777;
}