body{
	behavior: url("csshover3.htc");	
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#CFECFF;
	margin: 0 auto;
	padding: 0 0;
	background-color: #0c4580;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/****************** clear focus rectangle ******************/

:focus {
-moz-outline-style: none;
}

/****************** general links ******************/

a {
	color:#4bb0f6;
	text-decoration:none;
	cursor: pointer;
}

a:hover{
	color:#fff;
}

/****************** containers ******************/

#primary_container {
	margin: 73px auto 0;
	width: 802px;
	background-image: url(../images/primaryContainerBg.gif);
	background-repeat: repeat-y;
	background-position: 0 100px;
}

#container {
	margin: 73px auto 0;
	width: 802px;
	min-height:428px;
	height:auto !important;
	height:428px;
	background: url(../images/containerBg.jpg) top left no-repeat;
	overflow: visible;
}

/****************** header ******************/

#header {
	height: 98px;
	width: 980px;
	position: absolute;
	margin-top: 1px;
	margin-left: -54px;
}

#header h1 {
	margin: 0 0;
	padding: 0 0 0 70px;
}

#header h1 a {
	width: 495px;
	height: 98px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(../images/dwcLogo2.png) top left no-repeat;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #0C4580;
}

/****************** hero ******************/

#hero {
	margin-left: 510px;
	margin-top: -65px;
	width: 375px;
	height: 348px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(../images/hero.png) top left no-repeat;
	position: absolute;
	z-index:999;
}

/****************** content ******************/

#content {
	padding: 140px 20px 0 60px;
	margin-bottom: 10px;
	overflow: visible;
}

#content p {
	font-size: 14px;
	padding: 3px 10px 10px 10px;
}
	#content p.title {
	margin-top: 0px;
	margin-bottom: 25px;
	}

#content h3 {
	font-size: 22px;
	padding: 3px 10px 10px 10px;
	margin: 0 0;
}
	#content h3.title {
	color: #EDC973;
	}
	#content h3.titlewithprice {
	color: #EDC973;
	float: left;
	}
	#content h3.titleprice {
	color: #EDC973;
	float: right;
	padding-right: 25px;
	}

#content h4 {
	font-size: 20px;
	padding: 3px 10px 10px 10px;
	margin: 0 0;
}

#content h5 {
	font-size: 22px;
	padding: 0 0 5px 0;
	font-weight: normal;
	margin: 0 0;
}

#content ul {
	
}

#content ul li {
	font-size: 18px;
	list-style: disc;
	margin-left: 10px;
	padding: 3px 10px 10px 10px;
}

	#content ul li.noBullet {
		list-style: none;
		margin-left: 0 !important;
	}

	#content ul li.check {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 35px;
	background: url(../images/checkmarkglass.png) no-repeat left top;
	margin-bottom: 5px;
	}

	#content ul li.arrow {
		list-style: none;
		margin-left: 0 !important;
		padding-left: 30px;
		background: url(../images/arrow.png) top left no-repeat;
	}

#content li ul {
	margin: 0 0;
	padding: 0 0;
}

#content li ul li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 5px;
}

#content li ul li.answer {
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
	padding-top: 8px;
}
.answer strong {
	color: #ffce9e;
}
.answer a {
	color: #FFB76F;
	text-decoration: none;
}
.answer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#content li ul li ul {
	
}
#content #formblock {
	margin-left: -40px;
}

tr {
	vertical-align: top;
}



label {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
}
#comments {
	float: left;
	margin: 3px 0px 6px 0px;
	padding: 0px;
}

.spreaderrow td {
	width: 72px;

}

.formheader td {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FD7C00;
}

.labelrow td {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.holerow td   {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.chex td   {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
input.chex     {
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}
.chex label    {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
/****************** buttons ******************/

p.Btns {
	position: relative;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

/****************** footer ******************/

#container_footer {
	margin: 0 auto;
	width: 802px;
	min-height:32px;
	height:auto !important;
	height:32px;
	background: url(../images/containerFooter.gif) top left no-repeat;
}

#footer {
	margin: 10px auto 0;
	width: 802px;
}

#footer p {
	color: #4bb0f6;
	font-size: 10px;
	margin: 4px 0px 0px 0px;
}

/****************** copyright ******************/

#footer p.copyright {
	float: left;
	padding-left: 10px;
	line-height: 10px;
}

/****************** site by skreeman ******************/

#footer p.sitebyskreeman {
	float: right;
	padding-right: 20px;
	margin-right: 10px;
	background: url(../images/skreeman.png) no-repeat right bottom;
	overflow: visible;
	line-height: 10px;
}

#footer p.sitebyskreeman a {
	color:#4bb0f6;
	text-decoration:none;
	line-height: 10px;
}

#footer p.sitebyskreeman a:hover{
	color:#fff;
}

/****************** footer menu ******************/

#footer p.menu {
	clear: both;
	text-align: center;
}
/****************** JEFF ADD ******************/

.Btns #buttnext img {
	background: url(../images/btnNext.png) no-repeat left top;
	height: 40px;
	width: 125px;
}
.Btns #buttnext img:hover {
	background: url(../images/btnNext-over.png) no-repeat left top;
	height: 40px;
	width: 125px;
}
.Btns #buttback img {
	background: url(../images/btnBack.png) no-repeat left top;
	height: 40px;
	width: 125px;
}
.Btns #buttback img:hover {
	background: url(../images/btnBack-over.png) no-repeat left top;
	height: 40px;
	width: 125px;
}
.Btns #buttreg img {
	background: url(../images/btnRegister.png) no-repeat left top;
	height: 40px;
	width: 207px;
}
.Btns #buttreg img:hover {
	background: url(../images/btnRegister-over.png) no-repeat left top;
	height: 40px;
	width: 207px;
}
#buttsubmit  {
	background: url(../images/btnSubmit.png) no-repeat left top;
	height: 40px;
	width: 136px;
	background-color: transparent;
	border: 0;
	position: relative;
	left: 90px;
}
#buttsubmit:hover  {
	background: url(../images/btnSubmit-over.png) no-repeat left top;
	height: 40px;
	width: 136px;
}
#buttdw img {
	background: url(../images/btnDW.png) no-repeat left top;
	height: 40px;
	width: 207px;
}
#buttdw img:hover {
	background: url(../images/btnDW-over.png) no-repeat left top;
	height: 40px;
	width: 207px;
}
#glint0215 {
	background-color: transparent;
	background: url(../images/glint0215.gif) left top no-repeat;
	height: 40px;
	width: 40px;
	position: relative;
	left: -115px;
	top: -8px;
}
#glint0215dw {
	background-color: transparent;
	background: url(../images/glint0215.gif) left top no-repeat;
	height: 40px;
	width: 40px;
	position: relative;
	left: -197px;
	top: -8px;
}
#stretcher50 {
	height: 50px;
}

#stretcher250 {
	height: 250px;
}
#stretcher500 {
	height: 500px;
}
.lonelytextblock {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.lonelytextblock p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.lonelytextblock a {
	color: #FFC68C;
	text-decoration: none;
}
.lonelytextblock a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearit {
	clear: both;
}
hr {
	height: 3px;
	width: 720px;
	padding: 0px;
	margin: 0px 0px 20px -20px;
	background-color: #0D4580;
	border: 0px;
}
.mailer {
	background: url(../images/mailer.gif) no-repeat left top;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	height: 13px;
	width: 210px;
	display: block;
}
.mailer:hover {
	background-image: url(../images/mailer-over.gif);
}
.Btns #ccs {
	float: left;
}

