/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

body, html {
	color: #818285;
	font-size: 14px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}

a:link, a:visited { 
	color: #000;
	text-decoration: underline; }

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 3.4em;
	font-weight: bold;
	margin: 0;
	padding:20px 30px;
	color: #FFF;
	text-align:right;
	text-transform:uppercase;
	background-color:#ea7d1e;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0.9em 0 0.65em 0;
	color: #666;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	margin: 0.65em 0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.65em 0;
	color: #666;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0.65em 0;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0.65em 0;
}
.imgright {
	float: right;
	margin: 0 0 5px 15px;
}
.imgleft {
	float: left;
	margin: 0 15px 5px 0;
}
hr {
	color: #CCCCCC;
	margin: 20px 0;
	height:1px;
	border:0px solid;
	border-top:1px solid;
} 
p {
	margin: 0.65em 0 0.65em 0;
}
blockquote {
	text-align:center;
	color:#666;
	font-style:italic;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	padding:20px;
	margin:15px 0 15px 0;
}
.header {
	text-align:center;
	}
.wrapper {
	width: 992px;
	margin: 0 auto;
}
.content-wrapper {
	margin:0;
	padding:30px;
	display:block;
	background-color:#dcddde;
}
.content-wrapper ul {
	margin:0;
	padding:0;
}
.content-wrapper ul li {
	margin:0;
	padding:4px 0;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
}


/* COLUMNS */

.col1, .col2, .col3 {
	float: left;
	margin:0 30px 0 0;
	width: 290px;
}
.col3 {
	margin-right:0;
	text-align:right;
	color:#000;
}
.col3 img {
	margin:0 0 25px 0;
}
.col3 strong {
	font-size:28px;
}

.footer {
	color: #999;
	background-color:#FFF;
	padding: 30px;

}
