body, #html, html { width:100%; height:100%; margin:0px; padding:0px;
}


/* the following used for images that require transparency

-ms-filter: "progid XImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid XImageTransform.Microsoft.Alpha(Opacity=75);
*/

/* ============== All RED Headers ========= */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:rgb(167,30,40);
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

h3 {
	font-size: 1em;
}

p {
	font-size:.9em;
}
/* ====================== top nav  ======================= */

#top_container {
	background:  rgb(208,207,181) url('../images/usd_bg.jpg') repeat fixed;
	height:375px;
	width:100%;
	padding-top:10px;
}

#logo_header {
	width:900px;
	height:78px;
	margin:0px auto;
	margin-bottom:0px;
}

#topNav_container {
	height:44px;
	width:100%;
	text-align:left;
	background: rgb(230,229,209) url(../images/usd_topnav_bg.jpg);
	padding-top:2px;
}

#headerNav_container{
	width:900px;
	margin:0px auto;
	line-height:36px;
}

#headerNav_container a {
	display:inline-block;
	padding: 0 10px 0 10px;
	margin:0px;
}

.navOff {
	
	font-family:Helvetica,Arial, _sans;
	font-weight:bold;
	text-transform:uppercase;
	font-size: .75em;
	color:rgb(57,57,48);
	text-decoration:none;
	}

.navOn {
	background-color:rgb(167,30,40);
	font-family:Helvetica,Arial, _sans;
	font-weight:bold;
	text-transform:uppercase;
	font-size: .75em;
	color:rgb(255,255,255);
	text-decoration:none;
}

#headerNav_container div, #footerNav_container div{
	padding-left:0px;
	text-transform:lowercase;
	display:inline;
	}

#headerNav_container a:hover {
	background-color:rgb(167,30,40);
	color:#fff;
}

#headerNav_container span	{
	font-family:Helvetica, Arial, _sans;

	color:white;
	
	padding:0px;
	margin: 0 -5px 0 -5px;
}


/* ====================== header banner images ==========================*/

#header_bannerContainer {
	height:207px;
	width:900px;
	margin:0px auto;
	background:rgb(167,30,40) url(../images/usd_headbanner_bg.jpg) repeat-x;
	margin-top:15px;
}

/* ====================== header banner images ======================= */

#container_header_images {
	width:900px;
	#padding-bottom:0px;
	clear:both; 
	padding:8px;
}

.box1, .box_last {
	width: 199px;
	height:171px;
	display:inline-block;
	overflow:hidden;
	margin-left:15px;
	#margin-left:18px;
	margin-top:8px;
}

/* the following can be used as hover states on the header images if desired 
.box1:hover, .box_last:hover {
	background: url('images/choose_hoverimage.png') no-repeat;
	}

.box1 img:hover, .box_last img:hover {display:hidden;
	opacity:.45;
	filter: alpha(opacity=45);
	}
*/

/* ============= Body Only ==================*/

#mainBody_Container {
	width:100%;
	background-color:#fff;
	clear:both;
	padding-bottom:50px;
	padding-top:10px;
}

#bodyContainer {
	width:900px;
	margin:0px auto;
	margin-top:15px;
	font-family:Helvetica, Arial, _sans;
	color:rgb(25,25,25);
	background-color:fff;
}

/* =============== columns / left and right for index page ================*/
#leftCol_index {
	width: 540px;
	#width: 500px;
	float:left;
	}

#leftCol_index p {
	line-height:130%;
}

#index_programs_list {
	font-size:1em;
	color:rgb(167,30,40);
}

#index_programs_list p {
	line-height:10px;
}

#righCol_index {
	float:right;
	width:323px;
	height:290px;
	background:#fff url(../images/usd_index_rightCol_graphic.png) no-repeat;
	display:block;
	cursor: pointer;
}

#rightCol_CalltoAction {
	width:300px;
	height:118px;
	margin: 0px auto;
	margin-top:175px;
	text-align:center;
}

#rightCol_CalltoAction h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	color:rgb(167,30,40);
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#rightCol_CalltoAction p {
	margin:2px;
	margin-bottom:8px;
	padding:2px;
}

#rightCol_CalltoAction a img {
	border:none;
	text-decoration:none;
}

/* ============== place order page =================*/

#placeOrder_leftCol {
	width: 520px;
	#width: 540px;
	float:left;
	}

#placeOrder_leftCol p {
	line-height:125%;
}

#palceOrder_leftCol ul, li {
	font-size:.9em;
}


#selectState_box {
	float:right;
	width:280px;
	border:solid 1px rgb(200,200,200);
	padding:15px;
}

#select_state {
	width:280px;
}

#select_state img {
	margin-left: 39px;
}

#state {
	font-size:1em;
	width:250px;
	border:solid 1px rgb(150,150,150);
	clear:both;
	margin-bottom:15px;
}

#state option {
	border-bottom:solid 1px rgb(215,215,215);
	margin-bottom:2px;
}

/* =============  Columns CSS / Inside Pages only ==================*/

#leftCol {
	width: 261px;
	margin-right:10px;
	float:left;
	}

#leftCol h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:rgb(25,25,25);
	text-transform:uppercase;
	border-bottom:solid 5px #d0cfb5;
}

#leftCol a {
	line-height:20px;
	padding-top:4px;
	padding-bottom:10px;
	border-bottom: solid 1px rgb(208,207,181);
	clear:both;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(167,30,40);
	display:block;
}

#leftCol a:hover {
	color: rgb(25,25,25);
}

#leftNav {
	margin-bottom:30px;
	clear:both;
	display:block;
}

.pullQuote {
	height: 300px;
	width:261px;
	margin-top:60px;
}

.pullQuote img {clear:both; border:none;}

.pullQuote p {
	font-size: 1.3em;
	color:rgb(75,75,75);
	font-family:Arial, Helvetica, sans-serif;	
	line-height:30px;
	clear:both;
}

#rightCol {
	float:right;
	width:590px;
	display:block;
	margin-right:10px;
	margin-bottom:25px;
}

#rightCol p {
	line-height:23px;
	margin-top:0px;
}

.h1Black {
	color:rgb(25,25,25);
}

#rightCol ul, li {
	margin-bottom:5px;
	line-height:22px;
}

/* ===== 8 Step box === */
#eight_step {
	margin-top:10px;
	margin-left:20px;
	width:550px;	
	border: solid 1px rgb(167,30,40);
	padding-right:10px;
	clear:both;
	margin-bottom:20px;
}

#eight_step ol {
	margin-top:10px;
}

#eight_step li { 
	color:rgb(75,75,75);
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#eight_step h2 { font-size:1em; margin:0px; padding:0px; line-height:15px;
}

/* ====== Product Selection CSS ===== */

#product3Column {
	display: table;
	width:100%;
	clear:both;
	margin-bottom:10px;
	
	}

#product3Column ul{
	display: table-cell;
	width:170px;
	margin-right:10px;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	float:left;
}


/* ==== back to top button graphic ====== */ 

.backTop {
	width:100%;
	display:block;
	clear:both;
	margin-bottom:10px;
	text-align:right;
}

.backTop img  {
	border:none;
	text-decoration: none;
	margin-right:0px;
}

/* ================= Footer ==================== */

#bottom_container {
	background:  rgb(208,207,181) url('images/usd_bg.jpg') repeat fixed;
	height:400px;
	width:100%;
	padding-top:5px;
}

#footerNavigation {
	height:73px;
	width:100%;
	text-align:center;
	background:  rgb(208,207,181) url(../images/usd_footNav_bg.jpg) repeat-x;
	padding-top:7px;
	clear:both;
}

#footerNav_container {
	width:915px;
	margin:0px auto;
	line-height:22px;
	clear:both;
}

#footerNav_container a {
	font-family:Helvetica,Arial, _sans;
	font-weight:bold;
	text-transform:uppercase;
	font-size: .70em;
	color:rgb(57,57,48);
	text-decoration:none;
	display:inline-block;
	padding: 0 10px 0 10px;
	margin:0px;
}

#footerNav_container a:hover {
	color:rgb(167,30,40);
}

#footerNav_container span	{
	font-family:Helvetica, Arial, _sans;
	font-size:.6em;
	color:rgb(57,57,48);
	text-transform:none;
	padding:0px;
	margin: 0 -5px 0 -5px;
}

#footer {
	clear:both;
	margin-top:0px;
}

#footer p {
	font-family:Helvetica,Arial, _sans;
	font-weight:normal;
	font-size: .75em;
	color:rgb(57,57,48);
	text-align:center;
	width:1024px;
	height:200px;
	margin:0px auto;
	display:block;
	line-height:2em;
}

.clear {  clear: both; height:10px;}

