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

body {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}


#content .bottom table { color: #242525; font-weight:900; font-size: 1.2em; }


#menu a {
	color: #cfcfcf;
	font-size: 16px;
	text-decoration: none;
	font-weight: 900;
	margin-right: 10px;
	margin-left: 10px;
}

#menu a:hover { color: #e53730; }

#content .inner table tr td form label {
	width: 12em;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 1em;
	margin-bottom: 10px;
	color: #6f6f70;
	font-weight: 900;
}
#content .inner table tr td form input, #content .inner table tr td form textarea{
	float: left;
	font-size: 1em;
}
br.clr {
	clear: both;
	margin-bottom: 10px;
}
input, select {
	background: url(../images/input_bg.png);
	border-style: none;
	border-width: 0px;
	width: 193px;
	height: 19px;
	padding:4px;
	padding-top: 6px;
	margin-bottom: 5px;
	color: #282828;
	font-weight: 900;
	
}

select option { text-align: right;} 

select.small {
	background: url(../images/input_small.png);
	width: 67px;
}

input.error, select.error {
	background: url(../images/input_error.png);
}

select { height: 30px; font-weight: 100;width: 200px;}
#content .inner table tr td #contactForm {
	width: 394px;
	background: #FACD2A url(../images/gradient_fill.jpg) repeat-x left top;
	border: 2px solid #E53730;
}
h2 {
	color: #6f6f70;
	font-size: 2em;
}
#content .inner table tr td form .clr {
	border-bottom: 1px dashed #6F6F70;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #6F6F70;
	border-right-color: #6F6F70;
	border-left-color: #6F6F70;
}
textarea {
	background: url(../images/textarea_bg.png);
	padding: 5px;
	height: 115px;
	width: 191px;
	border: 0px none;
	margin-bottom: 5px;
}

textarea.error {
	background: url(../images/textarea_error.png);
}

#content .bottom .address {
	color: #FFF;
	margin-top: 30px;
	font-size: 15px;
}
h2 span {
	color: #e43830;
	font-style: italic;
}
.module {
	background: url(../images/module.jpg) no-repeat center center;
	height: 336px;
	width: 260px;
	margin-right: 20px;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #6F6F70;
	padding-top: 7px;
}
strong {
	color: #484848;
}
.module p {
	text-align: left;
	font-size: 1.2em;
	font-weight: 900;
}
.module h3 {
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	padding-top: 5px;
}
ul {
	padding: 10px;
	font-size: 14px;
}
.module ul {
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	list-style: none;
}
.module ul li {
	margin-bottom: 5px;
	text-align: left;
}
.module h2 span {
	font-size: 0.9em;
}
h2 {
	text-align: left;
	margin: 2px;
	padding: 2px;
	color: #f82126;
	margin-bottom: 1em;
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 0.6em;
}

h3 {
	color: #6F6F70;
	font-weight: 900;
	font-size: 1.3em;
}


.grey { color: #a5a4a4; }
.darkGrey {color: #333333; }

.error { color: #f82126; }


a {
	color: #b4181c;
}

.module.green { background:url(../images/blue_module.jpg) no-repeat top center; }
.module.green h3 { color: white; }

body {
	background: #e53730;
	margin: 0px;
	padding: 0px;
	text-align: center;
}