/* Getting the new tags to behave */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}

div {
	font-family: 'Droid Sans';
}
#section1 { background: url("/v2/images/section1-bg.gif") repeat-x scroll 0 0 #00273A; height: 100px}
#section1 .col1 {
    float: left;
}
#section1 .col2 {
    float: right;
}

.section-3 {
    background: url("/v2/images/section3-bg.png") repeat-x scroll 0 0 #03649E;
    height: 379px;
    width: 100%;
}

.section3-wrap {
    background: url("/v2/images/section3-splash.jpg") no-repeat scroll 50% 0 transparent;
    width: 100%;
}

.section3-wrap2 {
    background: url("/v2/images/section3-shadow.png") repeat-x scroll 0 0 transparent;
    height: 379px;
    width: 100%;
}

.logo_wrapper { padding-top: 5px;}

.logo1 {
	padding: 3px 0 0 9px;
	line-height: 24px;
	color: #ddd;
	font-family: 'Droid Sans', sans-serif; font-size:32px;
}
.logo2 {

	padding-left: 10px;
	line-height: 24px;
	color: #ddd;
	font-family: 'Droid Sans', sans-serif; font-size:12px;
}

#featureList  li{
	line-height: 24px;
	color: #111;
	font-family: 'Droid Sans' ,sans-serif; font-size:18px;
	margin: 5px 0 5px 5px;
	padding: 5px;
	border: 1px #aaa solid;
}