@charset "UTF-8";
body  {
	font-family:"Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#4c5b52;
	
}


ul{
list-style-type:none;
padding:0px;
margin-left:0px;
}

ol{
list-style-type: disc;

}

.error {
	color:#f57b20;
}

.subP {

	width: 760px;

}

a.link:link {
	color: #f57b20;
	text-decoration:none;

}

a.link:active {
	color: #f57b20;
	text-decoration:none;
}

a.link:visited {
	color: #f57b20;
	text-decoration:none;
}

a.link:hover {
	color: #9fa2a0;
	text-decoration:none;
}



a.footer:link {
	color: #9fa2a0;
	text-decoration:none;
}

a.footer:active {
	color: #9fa2a0;
	text-decoration:none;
}

a.footer:visited {
	color: #9fa2a0;
	text-decoration:none;
}

a.footer:hover {
	color: #4c5b52;
	text-decoration:none;
}


a.top:link {
	color: #9fa2a0;
	text-decoration:none;
}

a.top:active {
	color: #9fa2a0;
	text-decoration:none;
}

a.top:visited {
	color: #9fa2a0;
	text-decoration:none;
}

a.top:hover {
	color: #4c5b52;
	text-decoration:none;
}



a.register:link {
	color: #f57b20;
	text-decoration:none;

}

a.register:active {
	color: #f57b20;
	text-decoration:none;
}

a.register:visited {
	color: #f57b20;
	text-decoration:none;
}

a.register:hover {
	color: #4c5b52;
	text-decoration:none;
}



a.note:link {
	color: #4c5b52;
	text-decoration:none;
}

a.note:active {
	color: #4c5b52;
	text-decoration:none;
}

a.note:visited {
	color: #4c5b52;
	text-decoration:none;
}

a.note:hover {
	color: #f57b20;
	text-decoration:none;
}



a.dpspp:link {
	color: #4c5b52;
	text-decoration:none;
}

a.dpspp:active {
	color: #4c5b52;
	text-decoration:none;
}

a.dpspp:visited {
	color: #4c5b52;
	text-decoration:none;
}

a.dpspp:hover {
	color: #cf1e00;
	text-decoration:none;
}



#topNavLinks{
	width: 950px; 
	clear:right; 
	text-align:right;
	font-size:14px;

}


.siteHolder #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*overflow:hidden;*/
	
} 
.siteHolder #header { 
	background: #FFFFFF; 
	padding: 27px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 55px;
}
 
.siteHolder h1 {
	font-family:Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight:normal;
	line-height:normal;
	display:block;
	margin:0 0 5px 0;
}

.siteHolder h1 hWidth{
width:325px;

}

.siteHolder h2{
	font-family:Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	line-height:normal;
	display:block;
	color: #f57b20;
}

.siteHolder h3{
	font-family:Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	display:block;
	line-height:normal;
	margin-bottom:-12px;
}
	
.siteHolder #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 475px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	height: 280px;
	
}
.siteHolder #rightColumn { 
	float: right; 
	width: 450px;
	line-height:1.5em;
	height: 280px;
	
} 

.siteHolder #content { 
	float: right; 
	width: 825px;
	line-height:1.5em;
	margin-left:0px;
	background-color:#FFFFFF;
} 

.siteHolder #pageMenuHolder{
	float: left; 
	width: 70px;
	margin-right: 55px;
	font-size:14px;	

} 

.siteHolder #footer { 
	font-size: 11px;
	color:#9fa2a0;
	margin-top: 10px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
} 

.siteHolder #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.linkspacer{
	padding-right: 8px;
}

/*.fltrt {  this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px;
}*/
/*.fltlft {  this class can be used to float an element left in your page
	float: left;
	margin-right: 8px;
} */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#iconsholder{
	margin-top: 20px;
	width: 950px; 
	float:left;
	color:#9fa2a0; 
	overflow: hidden;
}

.homeIcon{
	width: 120px; 
	height: 160px; 
	float:left;
	margin-right: 80px;
	overflow:hidden;
}

.lastHomeIcon{
	width: 120px; 
	height: 160px; 
	float:left;
	margin-right: 0px;
}

.iconPosHome{
	width: 120px;
	float:left;
	margin-bottom:5px;
}

.iconLabel{
	width: 120px;
	display:block;
	margin-bottom: 5px;
	font-size:14px;
	color:#4c5b52;
	float:left;
}

.iconDesc{
float:left;

}

.iconPosPage{
	float:left;
	margin-bottom: 20px;
}

#backBtnHolder{
	width:375px; 
	height: 57px; 
	padding-top: 25px; 
	float:left;
}

#backIconPos{
	float:right;
}

.backLink{
	float:right;  
	margin-top: 24px; 
	margin-right: 23px; 
	font-size:14px; 
	color:#9fa2a0;
	letter-spacing:-0.005em
}

.bigButton{
 width: 123px; 
 height: 55px; 
 float:left; 
 padding-top:55px; 
 padding-left:15px; 
 padding-right: 15px;
 color:#FFFFFF; 
 font-size:14px;
 text-decoration:none;
 cursor: pointer;
}

#choose{
background-image:url(../images/choose-1.gif);

}

#apply{
background-image:url(../images/apply-1.gif);

}

#getit{
background-image:url(../images/getit-1.gif);

}

#support{
background-image:url(../images/support-1.gif);

}

.floatleft{
float:left;

}

.floatright{
float:right;

}

.formLine{
width: 820px; /* this was set at 850px but had to change for IE6*/
float:left;
margin-bottom:10px;
}

.application{
width: 363px;
clear: left;
}



.dropdown{
width: 368px;
clear: left;
}

.nb{
	font-size: 10px;
	line-height:1.2em
}

.format{
	line-height:2em;
	float:left;
	width: 200px;
}

.checkboxtext{
	margin-left: 65px;
	height: 40px;
	display:block;
	
}

.checkboxtextShort{
	margin-left: 14px;
	/*height: 40px;*/
	display:block;
	position:relative;
	width: 150px;
	float:left;
	background-color:#FFFFFF;
}

.vertAlignLabel{
margin-top: 7px;
}

.fieldLabel{
	width: 313px;
	float:left;
}

.fieldLabel2{
	width: 280px;
	float:left;
}

.fieldLabel3{
	width: 309px;
	float:left;
}

.fieldLabel4{
	width: 288px;
	float:left;
}

.fieldLabel5{
	width: 343px;
	float:left;
}

#saveform{
	float:right; 
	margin-top: 7px;
}

#pageNum1{
	margin-top: 10px; 
	float:left; 
	color:#4c5b52; 
}

#pageNum2{
	margin-top: 10px; 
	margin-left: 205px; 
	float:left; 
	color:#4c5b52;
}

#nextButton{
	margin-top:-8px;
	float:right;
	margin-right:40px;
	width:163px;
}


#subLeftColumn{
	width:375px; 
	float:left;
}

#subRightColumn{
	float:left; 
	width: 335px; 
	margin-left: 40px;
	}
	
.price{
font-size: 23px;

}

.blogPic{
width: 400px;
height: 300px;
border: 5px solid #CCCCCC;
}

.pspace{
height: 1px;
}

#gallerytopspace{
	height: 12px;	
	
}

#galleryLarge{
	margin-top: 7px;
	background-color:#999999;
	width: 535px;
	height: 365px;
	float:left;
	margin-right: 14px;
}

.thumb{
	margin-top: 7px; 
	margin-left: 9px; 
	float:left;
	width: 60px;
	height: 55px;
	background-color:#666666;
}

.thumbRow{
	float:left;
}


#formButtons{
	margin-top: 20px;
}

#dpsLogo{
	width:163px; 
	float:left;
	margin-left: 10px;
	position:relative;
}

#dpsPrivacyPolicy{
	float:left; 0px; 
	margin-top: 0px;
	width:153px;
	text-align:right;
	position:relative;
}
