@charset "utf-8";

body  {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#dac77b;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
}

.cmContainBody #container { 
	width:50em;
	background:#fff;
	margin:0 auto;
	border:1px solid #000;
	text-align:left;
	color:#000;
} 
.cmContainBody #header { 
	background:#fff; 
	padding:0;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
} 
.cmContainBody #header h1 {
	margin:0; 
	padding:10px 0;
}

/* Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in ".cmContainBody #sidebar1 p".*/
.cmContainBody #sidebar1 {
	float:left; 
	margin:20px 0 0 7px;
	width:185px; /*floated = required width*/
	padding:0;
	color:#9a8a8b;
}
.cmContainBody #sidebar1 h3, .cmContainBody #sidebar1 p {
	/*margin-left:10px;
	margin-right:10px;
	margin-top:2px;*/
	margin:0;
	padding:15px 3px 3px 15px;
	font-style:italic;
	font-weight:bold;
}

.cmContainBody .newsbox {
	width:15em;
	height:140px;
	margin-left:6px;
	background-image:url(../images/_CDW-newsbox.jpg);
	background-repeat:no-repeat;
}

.cmContainBody .newstext {
	overflow:auto;
	padding:3px;
	margin:7px;
	height:120px;
	width:17em;
	background-color:#c5cdb0;
	font-size:80%;
	color:#000;
}

.cmContainBody #subHeader {
	margin:0 12px;
	background-image:url(../images/_CDW-subHeadBkg.jpg);
	background-repeat:no-repeat;
	height:45px;
}

.cmContainBody #subHeader p {
	margin:0;
	padding:4px 20px;
	text-align:left;
	font-size:26px;
	color:#642813
}

.cmContainBody #subMenu {
	padding:3px;
	margin:0 5px 0 5px;
	height:auto;
	width:11.6em;
	color:#642813;
	background-color:#fff;
	font-size:90%;	
	border-left:1px solid #6d3521;
	border-right:1px solid #6d3521;
}

.cmContainBody #subMenu p {
	margin:0;
	padding:0;
}

.cmContainBody #subMenu a:link {
	display:block;
	padding:5px 15px;
	margin:0;
	font-size:90%;
	background-color:#c5cdb0;
	color:#642813;
	text-decoration:none;
	font-style:normal;
	border-bottom:2px dotted #a4b088;
}

.cmContainBody #subMenu a:visited {
	display:block;
	padding:5px 15px;
	margin:0;
	font-size:90%;
	background-color:#c5cdb0;
	color:#7e3318;
	text-decoration:none;
	font-style:normal;
	border-bottom:2px dotted #a4b088;
}

.cmContainBody #subMenu a:hover {
	display:block;
	padding:5px 15px;
	margin:0;
	color:#642813;
	background-color:#d5debd;
	text-decoration:none;
	font-style:normal;
	border:1px solid #6d3521;
}

.cmContainBody #subMenu a:active {
	display:block;
	padding:5px 15px;
	margin:0;
	color:#642813;
	background-color:#d5debd;
	text-decoration:none;
	font-style:normal;
/*	border:1px solid #6d3521;*/
}

/* the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids IE bugs */
.cmContainBody #mainContent {
	margin:0 .5em 0 13em; 
} 

.cmContainBody #mainContent h2 {
	text-align:center; 
	padding:0; 
	margin:5px 0 10px 0; 
	font-size:18px; 
	color:#d9cda4;
	font-weight:normal;
}

.cmContainBody #mainLow {
	 text-align:left;
	 margin:0;
	 padding:0 20px;
}

.cmContainBody #mainLow p {
	color:#9a8a8b;
	font-size:140%;
	margin:12px;
}

.cmContainBody #lowImage {
	 text-align:center;
	 margin:10px;
	 padding:10px;
}

.cmContainBody #footer { 
	padding:0 10px; /* should match the left alignment of the elements in the divs above it. */
	background-color:#ddd;
	text-align:center;
	background-image:url(../images/_CDW-footer01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
} 

.cmContainBody #footer p {
	margin:0;
	padding:2px 0; 
	font-size:80%;
}

/* a:link a:visited a:hover a:active*/
.cmContainBody #footer a{
	color:#fff;
	text-decoration:none;
}

.cmContainBody #footer a:hover {
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	color:#fff;
	/*text-decoration:none;*/
}

/* Miscellaneous for reuse */
/* float right, must precede the element it should be next to */
.fltrt { 
	float:right;
}
/*float left*/
.fltlft { 
	float:left;
}
/* place on div and be last element before closing div that contains floats */
.clearfloat { 
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}

#tagline {
	margin:0 auto;
	padding-top:5px;
	width:75em;
	text-align:left;
	font-size:65%;
	font-weight:bold;
	color:#999966;
}

#tagline a {
	margin:0 auto;
	width:75em;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#999966;
}

#tagline a:hover {
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position:100% 50%;
	/*text-decoration:none;*/
}

body {
	background-color: #dac77b;
}