/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	background:#727878;
	text-align: center;
	margin:20px 0;
}
#wrapper {
	text-align: left;
	width:818px;
	margin: auto;
	background:url(images/wrapper-bg.jpg) repeat-y;
	
}
#handler {
margin:1px;
}

#header {
	padding:0 20px;
}

#logo {
	float:left;
	padding-top:10px
}

#phone {
	float:right;
	color:#d70400;
	font-size:32px;
	font-weight:bold;
	padding-bottom:5px
}

.banner {
text-align:center;
}

.content_wrapper {
	padding:0 20px 20px 20px;
	padding-bottom:0;
}
#left_column {
	width: 200px;
	float: right;
	background:#ccc;
}
#right_column {
	width: 560px;
	float: left;
}

#menu {
	background: #1a1a1a;
	color:#767676;
	padding:10px 0;
	margin:1px 9px;
	text-align:center;
}
#menu a{
color:#fff;
text-decoration:none;
padding:10px 68px;
font:bold 12px Arial, Helvetica, sans-serif;
border-right:1px solid #fff;
}
#menu a:hover{
color:#fff;
text-decoration: none;
background:#767676;
}

h1 {
	font:20px "Times New Roman", Times, serif;
	line-height:25px;
	color:#000;
}

.heading {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0;
}

.dividerH {
	float: none;
	height:15px;
}

p {
	line-height: 18px;
	font-size:13px;
}

.blocks {
	clear: both;
	font-size: 1px;
}

form{
margin:0;
padding-left:23px;
}

.input {
width: 150px;
margin-bottom:5px;
}

textarea{
width:150px;
height: 80px;
overflow:auto;
margin-bottom:10px;
} 

.label{
font: bold 11px Arial, Helvetica, sans-serif;
}

.red {
color:#ff0000;
font-size:26px;
font-weight:bold
}

.contact{
font-size:18px;
font-weight:bold;
}

#footer {
	border-top:4px solid #e5e5e5;
	font-size: 12px;
	color: #666;
	text-align:center;
	margin: 10px;
	padding-top:10px;
}