
* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 100% "trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	width: 900px;
	display: table;
	margin: 0 auto;
	background:url(../images/bg-body.jpg) repeat;
	margin-top:10px;
}

input, textarea {
	font: 110%/150% Arial, Helvetica, sans-serif;
}

p {
	margin-bottom:14px;
}

img {
	border: none;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	background-color: #CCCCCC;
	height: 1px;
	margin-bottom:12px;
}

ul {
	list-style: disc;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}

ul li {
	padding: 0;
	margin-bottom: 5px;
}

ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

ol li {
	padding: 0;
}

ol p {
	color: #333333;
}

/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font-size: 1.2em;
	line-height:1.2em;
	padding: 5px 0 5px 0;
	color: #e21c23;
	border-bottom:3px solid #ddd;
	border-top:5px solid #ddd;
	margin-left: 250px;
	margin-bottom:20px;
}

/* header
---------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height:100px;
	margin: 0 auto;
	position: relative;
	border-bottom:5px solid #999999;
}

#header_logo {
	overflow:hidden;
}

#header_nav {
	float: right;
	padding-top: 58px;
	width: auto;
	margin: 0;
}

#logo {
	padding-bottom:10px;
}

/* banner
---------------------------------------------------------------------------------*/
#banner {
	height: 400px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* content wrap
---------------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0;
}

#top {
	height: 100%;
}

#content-wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 0 0;
}

#content {
	width: 400px;
	float: left;
	position: relative;
	padding: 0 0 20px 10px;
}

#page_header {
	padding:10px 0 10px 0;
}

#page_header h1{
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	color: #e21c23;
	border-bottom:5px solid #ddd;
	border-top:5px solid #ddd;
}

.readmore {
	padding-bottom: 10px;
	margin-right: 0;
}

.readmore a {
	color: #333333;
	text-align:right;
}

#backtotop {
	margin: 0;
	padding: 0;
	text-align: right;
	clear: both;
}

#backtotop a {
	color: #333333;
	font-size: 11px;
}

#spacer {
	margin: 0;
	height: 1px;
	clear: both;
}

/* sidebar
---------------------------------------------------------------------------------*/
#sidebar {
	width: 290px;
	float: right;
	padding-right: 10px;
	position: relative;
}

/* sub content wrap
---------------------------------------------------------------------------------*/
#subcontent {
	font-size:1em;
	width: 650px;
	float: right;
	position: relative;
	padding: 0 0 20px 5px;
}

#subcontent h1, h2 {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	color: #e21c23;
	border-bottom:5px solid #ddd;
	border-top:5px solid #ddd;
}


/* sub sidebar
---------------------------------------------------------------------------------*/
#subsidebar {
	float: left;
	background-color:#fff;
	width:230px;
	font-size:0.9em;
}

/* sub content FULL wrap
---------------------------------------------------------------------------------*/
#subcontent_full {
	width: 100%;
	float: right;
	position: relative;
	padding: 0 0 20px 5px;
}

#subcontent_full h1, h2 {
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	color: #e21c23;
	border-bottom:5px solid #ddd;
	border-top:5px solid #ddd;
}


/* footer
---------------------------------------------------------------------------------*/
#footer {
	background-color:#FFF;
	clear: both;
	width:100%;
	border-top:2px dotted #ccc;
	overflow:hidden;
}

#footer-wrap {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

/* copyright */
#copyright {
	font-size: 80%;
	color: #333333;
	clear: both;
	padding: 20px 0;
	text-align:right;
}

#copyright a {
	color: #999999;
}

/* contactForm
------------------------------------------------------------ */
.contact {
	position: relative;
	clear: both;
}

#contactform {
	margin-bottom: 15px;
	width: 280px;
}

#contactform p {
	padding: 0 0 10px 0px;
}

#contactform label {
	color: #333333;
	width: 80px;
}

#contactform input {
	width: 230px;
	background: #EDEDED;
	padding: 5px;
	border: none;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
}

#contactform textarea {
	width: 470px;
	height: 160px;
	background: #EDEDED;
	border: 1px dashed #ccc;
	padding: 2px 0 2px 7px;
	font-size: 12px;
}

#contactform .submitbutton {
	width: 120px;
	height: 34px;
	padding: 0;
	border: none;
	margin-left: 0px;
	background: #EDEDED;
	color: #333;
	margin-left: 360px;
	font-size: 12px;
	font-weight: bold;
}

#contactform .submitbutton:hover {
	color: #000000;
}

#contactform #usermessage {
	font-size: 110%;
	margin: 0px 0px 5px 0px;
	color: #FF9900;
}

#contactform .error {
	border: 1px solid #FF9900;
}

#contactform .failure {
	color:#FF9900;
}

#contactform .success {
	color:#669900;
}

#contactform .required {
	color: #999999;
	padding-left: 5px;
}

#contactform textarea:focus, #contactform input[type="text"]:focus {
	border-color: #999;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */