@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CACCB6;
	font: small/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #333;
}

#container {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
 	background: url(cdw_images/body_%20bg_gray.gif);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 780px;
 background:   /* 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. */
 background: url(cdw_images/body_%20bg_gray.gif);
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	float: left;
	clear: both;
}
}
#header p {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
}
#sidebar {
	width: 200px; /* 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: /* the background color will be displayed for the length of the content in the column, but no further */
 padding: 20px 10px 20px 20px;
	float: left;
}
/* BEGIN Subtle box list */
#navcontainer {
	margin-left: 30px;
	margin-top: 20px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 120px;
	color: #F2F0DF;
	background-color: #8E9E82;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 10px;
	background-image: url(images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer a:hover
{
color: #CACCB6;
background-color: #607890;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 120px;
color: #000;
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}

/* END Subtle box list */

#mainContent {
	background: transparent;
 background:  /* remember that padding is the space inside the div box and margin is the space outside the div box */;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent p {
	font-size: 100%;
	line-height: 1.5;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F2F0DF;
	margin-left: 20px;
}
#mainContent h1 {
	font-size: 24px;
	margin-bottom: 20px;
}
#mainContent h2 {
	font-size: 18px;
	margin-bottom: 18px;
	text-align: left;
}
#mainContent h3 {
	font-size: 16px;
	margin-bottom: 16px;
}
#footer {
	background:url(cdw_images/body_%20bg_gray.gif);
	border-top: thin solid #8A0917;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#navfooter {
	text-align: center;
	padding-top: 10px;
}
/*Fat Erik's Pipelist*/
#navfooterlist {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#navfooterlist li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navfooterlist #active #current {
	color: #F2F0DF;
	text-decoration: none;
}
#navfooterlist li a {
	color: #F2F0DF;
	text-decoration: none;
}
#navfooterlist li:before {
	content: "| ";
}
#navfooterlist li:first-child:before {
	content: "";
}
/*IE workaround*/
/*All IE browsers*/
* html #navfooterlist li {
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #navfooterlist {
	height: 1%;
}
* html #navfooterlist li {
	display: block;
	float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navfooterlist li:first-child {
	border-left: 0;
}
#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: 4px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: x-small;
}
.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;
}
#sidebar h3 {
	padding-top: 30px;
}
#sidebar p {
	font-size: 100%;
	text-align: justify;
}

