body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input:focus, textarea:focus {
    background-color:#DBEBF9;
}
a img {
	border: 0px;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #2a84c3;
	margin: 15px 0 17px 0;
}
h2, h2 a {
	font-family: Arial;
	font-size: 16px;
	color: #333;
}
h3 {
	font-family: Arial;
	font-size: 13px;
	color: #333;
	margin: 5px 0;
}
ul {
  list-style-type: none;	
  padding-left:40px;
}
li {
	background-image: url('../images/bullet_gray_sq.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0 0 10px;
}
#header {
	/*height: 64px; Height of top section*/
	background-image: url('../images/header_background.jpg');
	margin: 5px 0 10px 0;
}
#leftheader {
	background-image: url('../images/header_left_edge.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height: 64px;
}
#rightheader {
	background-image: url('../images/header_right_edge.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 64px;
	text-align: right;
	padding-top: 23px;
}
#maincontainer {
	width: 975px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
}
#contentwrapper {
	float: left;
	width: 100%;
}
#footer {
	border-top: 1px #DDD solid;
	font-size: 10px;
	clear: left;
	width: 100%;
	text-align: center;
	color: gray;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
#leftcontent {
	float: left;
	width: 725px;
}
#rightcontent {
	float: right;
	width: 230px;
}
#phoneDiv {
	padding: 2px 0 0 6px;
	margin: 0 0 8px 0;
}
#navLogoSpan {
	margin: 7px 0 0 25px;
}
#navigationSpan, .navInactive, .navActive, .navEnd {
	font-size: 15px;
	font-weight: bold;
	color: #2a84c3;
	border-right: 1px silver solid;
	padding: 3px 20px;
	text-decoration: none;
}
#navigationSpan a:hover {
	color: #f8941d;
}
.navActive {
	color: #f8941d;
}
.navEnd {
	border: 0;
}
.stepsDiv {
	background-image: url('../images/step_body.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin: 35px 15px 0 0;
	width: 169px;
	height: 211px;
	position: relative;
}
.stepsDiv ul {
	color: gray;
	margin: 7px 10px 0 -25px;
}
.stepsDiv li {
	color: #2a84c3;
	font-size: 12px;
	margin: 0 0 0 0;
}
.stepNum {
	margin: -28px 0 0 0;
	padding: 0 0 0 48px;
}
.stepTitle {
	font-size: 14px;
	font-weight: bold;
	color: #2a84c3;
	text-align: center;
	margin: -6px 0 0 0;
}
.stepCopy {
	font-size: 11px;
	margin: 4px 5px 0 13px;
	color: gray;
	height: 45px;
}
.stepMore {
	text-align: right;
	vertical-align: bottom;
	padding: 0 10px;
	margin: 0 10px;
	position: absolute;
	bottom: 4px;
	left: 90px;
}
.stepMore a {
	color: gray;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.sideButtonDiv {
	text-align: center;
}
.sidebarBlockDiv, .sidebarFullDiv {
	background-image: url('../images/sidebar_block.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 192px;
	padding: 30px 10px;
	margin: 31px 0 0 0;
}
#contentDiv {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}
.sidebarFullDiv {
	background-image: url('../images/sidebar_background.jpg');
	min-height: 330px;
	margin: 15px 0;
}
.sidebarHeading, .sidebarHeading a {
	color: gray;
	text-align: center;
	text-decoration: none;
	padding:0 0 8px 0;
}
#graphicDiv {
	padding-left: 1px;
	padding-top: 3px;
}
.h2Num {
	font-size: 16px;
	font-weight: bold;
}
.contactboxDiv{
  background-image: url('../images/con_box.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 219px;
	top: 0px;
	left: 6px;
	height: 39px;
	text-align: center;
	position: relative;
}
.contactCopy {
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-align: left;
	vertical-align: bottom;
	padding: 11px 10px 10px 24px;
	margin: 3px 10px;
}
.contactCopy a
{
color: gray;
text-decoration: none;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
input, select, textarea {
  border:1px solid #DADADA;
  margin-bottom:6px;
}
.submit {
  background: no-repeat url('..//images/submit_box.jpg');
}
.submitHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #2A84C3;
	text-align: left;
	font-weight:bold;
	vertical-align: bottom;
	padding: 7px 0 0 24px;
	margin: 0 10px;
}