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

body {
	margin:0;
	background: #EEEEEE;
	border:0;
	font:Georgia, "Times New Roman", Times, serif;
}
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
html[xmlns] .clearfix {
display:block;
}
* html .clearfix {
height:1%;
}
#wrapper
{
	min-height:100%;
	position: relative:
}

#header {
background:#36393d none repeat scroll 0 0;
border-bottom:5px solid #FFFFFF;
padding:0 0 15px;
height:140px;
}

#branding {
	margin: 0 auto;
	width:960px;
}

#logo {
	background-image: url(../images/logo_03.png);
	width: 326px;
	height:44px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.sitedescription {
color:#ffffff;
display:block;
font-size:22px;
font-weight:bold;
line-height:1em;
margin-left:10px;
padding:5px 0 0;
clear:left;}
#pagetitle {
background-color:#ffffff;
width:300px;
height:40px;
left:0;
margin:60px auto auto;
text-align:center;
line-height: 40px;
font-size: 22px;
font-weight:bold;
}
#content {
	margin:40px auto;
	width:960px;
}
#step1 {
	margin-left: 10px;
	float: left;
	width: 270px;
	height: 245px;
}
#step2 {
	margin-left: 66px;
	float: left;
	width: 270px;
	height: 245px;
}
#step3 {
	margin-left: 66px;
	float: left;
	width: 270px;
	height: 245px;
}
.stepcaption {
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	font-weight: bold;
	font-size:18px;
	color:#666;
}
#leftcontent{
	width: 650px;
	height: 400px;
	margin-top: 40px;
	margin-left: 10px;
	float:left;
}
.contenthead {
	color: #000;
	font-size: 22px;
}
.contentbullets{
	color: #666;
	font-size: 18px;
	line-height: 2em;
}
.contentbullets li {
	margin-left: 20px;
	padding-left: 20px;
}
#rightcontent{
	width: 290px;
	height: 400px;
	margin-top: 40px;
	margin-right: 10px;
	float:left;
	text-align:right;
}
#footer {
background:#36393d none repeat scroll 0 0;
border-top:5px solid #FFFFFF;
padding:15px 0 0;
height:25px;
clear:left;
}
#footerlinks {
width: 960px;
margin: 0 auto;
line-height: 10px;
font-size: 12px;
color:#CCC;
text-align:right;
}
a {
color: #666;
text-decoration: none;
border-bottom: 1px dotted #666;
}
.img {
border: none;
}