@charset "utf-8";
/* CSS Document */

body {
background: url(images/background.jpg);
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
}

#header {
background: url(images/header_background.jpg) repeat-x;
height: 143px;
}

#container {
width: 851px;
margin: auto;
}

#head {
width: 851px;
margin: auto;
background: white;
}

#content {
background: url(images/body_bg.jpg) repeat-y;
padding: 20px 50px 20px 50px;
}

#footer {
width: 851px;
margin: auto;
background: url(images/body_bottom.jpg) no-repeat bottom;
height: 68px;
text-align: center;
font-size: 10px;
}

#nav {
margin-top: 10px;
height: 30px;
}

#headtop {
height: 86px;
}

.clear {
clear: both;
}

.logo {
float: left;
width: 443px;
height: 86px;
}

.phone {
float: right;
width: 250px;
height: 86px;
padding-right: 0px;
text-align: right;
}

.header_left {
width: 60px;
background: url(images/head_left.jpg) no-repeat;
height: 143px;
}

.header_right {
width: 50px;
background: url(images/head_right.jpg) no-repeat;
height: 143px;
}

a {
color: black;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.twelve {
font-size: 12px;
}

.eleven {
font-size: 11px;
}

.fifteen {
font-size: 15px;
}

h1, h2, h3, h4, h5 {
margin: 0px;
color: #c31f21;
}

h1 {
font-size: 26px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}

.col1 {
width: 350px;
float: left;
}

.col2 {
width: 350px;
float: right;
}

/* form stuff */

.submit {
	margin-left: 95px;
	margin-top: 15px;
	width: 157px;
	border: none;
	background: none;
	cursor: pointer;
	color: #520D0F;
	font-size: 14px;
	height: 28px;
	background:   url("images/bg-sub.gif") no-repeat left top;
}
.form-block {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.line {
	float: left;
	width: 100%;
	margin-top: 4px;
}
.form-block LABEL {
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
	width: 85px;
	text-align: right;
}
.input {
	float: left;
	width: 158px;
	height: 25px;
	background:   url("images/input.gif") no-repeat left top;
}
.input INPUT {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	border: none;
	background: none;
	width: 145px;
}

.com-block {
	float: left;
	width: 158px;
	height: 75px;
	background:   url("images/bg-com.gif") no-repeat left top;
}

.com-block TEXTAREA {
	float: left;
	margin-left: 5px;
	width: 140px;
	margin-top: 3px;
	border: none;
	height: 70px;
	background: none;
}
.line P {
	text-align: center;
	color: #999999;
	font-size: 10px;
	margin-right: 20px;
}


/* normal stuff */

.brave {
font-size: 11px;
text-align: center;
margin-bottom: 10px;
}

.midpage {
margin-left: 20px;
margin-top: 20px;
}

.col1 {
margin-left: 20px;
width: 360px;
}

.red2 {
font-size: 16px;
letter-spacing: 2px;
color: red;
font-weight: bold;
}

.floatit {
float:right;
padding: 5px 5px 5px 10px;
}