body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}

html, body, #wrapper {
	min-height:100%;
	width:100%;
	height:100%;
	scrollbar-face-color: #003F73;
	scrollbar-track-color: #A5B5C6;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}

html>body, html>body #wrapper {
	height:auto;
}

#wrapper {
	position:absolute;
	top:0;
	left:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.blue{
	color: #000066;
}

.darkblue {
	color: #003c73;
}

.required {
	color:#FF0000;
}

.darkred {
	color: #7e1219;
}

.darkbrown {
	color:#6b4131;
}


.footer {
	font-size:11px;
}

.smallblack {
	font-size:12px;
	color:#000000;
}

.solution {
	font-size:small;
	color:#666666;
	display:block;
}

.clear {
	clear:both;
}

.image {
	display: inline;
	margin: 0px 0.5em 0.5em 0px;
	}


.textbox {
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	margin-bottom:1px;
}

.button {
	color:#003399;
	background-color:#CCCCCC;
	font-size:10px;
}

/* Format breadcrumb links */
#crumb {
	margin:0px 210px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #215152;
	line-height: 14px;
	margin-bottom:10px;
}

#crumb a:link, #crumb a:visited {
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
	font-size: 9px;
	color: #9c1a1e;
}

#crumb a:hover {
	font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
	font-size: 9px;
	color: #003399;
	text-decoration:underline;
}

/* end of breadcrumb links */

/* Header Information */

#header {
	height:67px;
	background-image:url(../media/design/homesaver_bg.gif);
	background-repeat:repeat-x;
}

#header .logo {
	width:312px;
	height:58px;
}

#header .search {
	width:30px;
	border:1px solid #ffffff;
	margin-right:30px;
	margin-top:0px;
}


/* Top of page links and search box */

#topcontent {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 75%;
	}
	
#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}
	
#topcontent .searchbox {
	position: absolute;
	right: 0px;
	top: 25px;
	margin: 0px;
	}
	
#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	font-size:10px;
	}
	
#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
	
#topcontent a:link, #topcontent a:visited {
	color:#003399;
}

#topcontent a:hover {
	color:#9c1a1e;
}
	


/* Leftside Navigation */
#leftside {
    display:none;	
}

#locatepro {
	margin-bottom:20px;
	background-image:url(../media/design/locate_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #5c6f90;
}

#locatepro .head {
	padding:3px;
	color:#9c1a1e;
	font-weight:bold;
	text-align:center;
}

#locatepro .locate {
	padding:10px 0px 10px 10px;
	color:#5c6f90;
	font-size:12px;
	font-weight:bold;
}

#terms {
	background-color:#a5b5c6;
	border:1px solid #003399;
}

#terms .head {
	text-align:center;
	color:#9c1a1e;
	background-color:#d6d6d6;
	font-weight:bold;
	border-bottom:1px solid #003399;
	padding:3px 0px 3px 0px;
}

#terms .defs {
	padding:4px;
}

/* middle Content */

#content 
{
	margin:0px 10% 0px 0px;
    margin-left:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8em;
}

#content h3 {
	font:150%;
	color:#9c1a1e;
	font-weight:bold;
	margin-top:0px;
	text-decoration:underline;
}

#content a:link {
	color:#003399;
	font-weight:bold;
}

#content a:visited {
	color:#7E1219;
	font-weight:bold;
}

#content a:hover {
	color:#5c6f90;
}

#content p {
	margin-top:0px;
	margin-bottom:30px;
}

#content .padded {
	padding:0px 15px 0px 15px;
}

#iconlegend {
	margin-top:0px;
	width:500px;
	display:block;
	font-size:10px;
	margin-bottom:10px;
	border:1px solid #000000;
}

#iconlegend .header {
	background-color:#cccccc;
	text-align:center;
	width:500px;
}

#iconlegend li {
	float:left;
	margin-right:6px;
	margin-bottom:10px;
}

#iconlegend img {
	display:block;
}

#dlrdetailhdr {
    display:none;
}

#dlrdetailhdr .rndtop {
	background:url(../media/design/RtRndCorner_blue.gif) no-repeat right top;
}

#dlrdetail {
	width:98%;
	border:1px solid #003c73;
	padding:0px .7% 0px 0px;
	background-image:url(../media/design/divide_line.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#leftdetail {
	float:left;
	width:46%;
	margin-left:.5%;
	margin-top:5px;
}

#rightdetail {
	float:left;
	width:47%;
	margin-left:5%;
	margin-top:5px;
}

#contactdlr {
	width:98%;
	padding:5px .7% 30px 0px;
	border-left:1px solid #003c73;
	border-right:1px solid #003c73;
	border-bottom:1px solid #003c73;
}

#contactform {
	width:83%;
	margin-top:5px;
	margin-left:40px;
	border:1px solid #000000;
	background-color:#eeeeee;
	padding-left:10px;
}

#contactform p {
	margin:0;
	padding:0;
	padding-top:5px;
}

#contactform p label {
	float:left;
	width:33%;
}
	

.row {
	clear:both;
	padding-top:5px;
}

.label {
	float:left;
	width:35%;
	text-align:right;
}

.formw {
	float:left;
	width:58%;
	text-align:left;
	margin-left:.5%;
}

#test {
	width:550px;
	border:1px solid #000000;
}

/* frontpage articles */
#articles a:link {
	color:#003399;
}

#articles .section {
	margin-bottom:15px;
}

#articles .headfont {
	font-size:14px;
	color:#003399;
}

/* end of frontpage articles */

/* individual articles */

#article {
    width:98.6%;
    border:1px solid #003399;
}

#article li {
    margin-bottom:1em;
}

#article .content {
    width:95%;
    padding:15px;
    float:left;
}

#icons 
{
    width:100px;
    margin-bottom:2px;
    margin-right:5px;
}


/* end of individual articles */

/* right content */

#rightside {
	display:none;
}

#locatepro2 {
	margin-bottom:20px;
	background-image:url(../media/design/locate_sweep.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #5c6f90;
	width:180px;
	text-align:left;
	height:70px;
}

#locatepro2 .head2 {
	padding:8px 3px 3px 5px;
	color:#9c1a1e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	width:96px;
}

#locatepro2 a:link, #locatepro2 a:visited {
	color:#9c1a1e;
	text-decoration:none;
}

#locatepro2 a:hover {
	text-decoration:underline;
	color:#666666;
}


/* Extras */

#glossary dt {
	color:#003399;
}

#glossary h4 {
	color:#003399;
	text-decoration:underline;
}

#phwrapper {
	background-color:#CCCCCC;
	width:300px;
	height:425px;
	padding-top:15px;
}

#phwrapper .phbusinfo {
	width:250px;
	margin-left:16px;
	padding:8px;
	border:1px solid #000000;
	background-color:#ffffff;
}

#phwrapper .phsurvey {
	width:250px;
	margin-left:16px;
	padding:8px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}

#footer {
	clear:both;
	width:100%;
	height:6em;
	background-color:#CCCCCC;
	color:#5c6f90;
	position:absolute;
	bottom:0;
	border-top:1px solid #5c6f90;
	text-align:justify;
}

#footer .copyright {
	float:left;
	margin-top:30px;
	padding-left:10px;
	color:#003399;
}

#footer .copyright a:link, #footer .copyright a:visited {
	color:#003399;
}

#footer .copyright a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer .products {
	float:right;
	width:584px;
}	
html>body #footer {
	position:fixed;
}

#contentfooter {
	width:92%;
	background-color:#dddddd;
	padding:15px;
	border:1px solid #003399;
	font-size:11px;
}
