﻿@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

.mainWrapper{
	max-width:857px;
	padding:0;
	margin:0 auto;
}

.top{
	background:url(../_img/ds/top.png) bottom center no-repeat; height:6px;	
}
.middle{
		background:url(../_img/ds/mid.png) repeat-y center;	
		padding:0;
		margin:0;
		padding-left:5px;
		padding-right:5px;
}

.mid2{
	background:url(../_img/bg-copy.jpg) repeat-x;	
	padding:0;
}
.mid2B{
	background:url(../_img/bg-copy.jpg) repeat-x;	
	margin:0;
	padding:10px;
}
.bottom{
		background:url(../_img/ds/bottom.png) no-repeat top center; height:6px;	
}
#nav{
	text-align:center;
	background:url(../_img/bg-nav1.jpg) repeat-x center;
	padding-top:10px;
	padding-bottom:10px;
} 
#nav a{
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#nav a:hover{text-decoration:underline;}
#copy{padding:10px;}
#callToAction{background:url(../_img/footer.png) no-repeat center top; position:relative; height:147px;}
#callToAction img{position:absolute; top:15px; right:15px;}

#callToAction2{
	background:url(../_img/footer2.jpg) no-repeat center top; position:relative; 
	padding:10px;
	padding-top:80px;
	*padding-top:60px;/*IE*/
	padding-bottom:50px;
	font-size:9px;
}
#callToAction2 td{padding:5px;}

#callToAction2 h1, #callToAction2 label{
	color:#fb9336; font-weight:bold;
}
#callToAction2 h1{padding:0; margin:0; font-size:18px;}
#callToAction2 label{font-size:14px;}
#callToAction2 label span{color:#0387c5; margin-left:10px;}

img{border:0;}
#logo{margin:10px; margin-left:20px;}

ul.checklist{
	list-style:url(../_img/checkmark.png);	
	margin:0;
	padding:0;
	padding-left:20px;
	
}
ul.checklist li{
		margin-bottom:5px;
		
}
h2{font-size:1.1em;}