body {
	background: #FFF url(/images/body_bg.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
hr, .hide {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	}
	
.flash_replace {
	display: block !important;
	}

#homeBanner 
{
  margin: -20px 0 0;
  position: relative;
  min-height: 1px;
}
	
#homeBanner img 
{
  display: block;
}

#brochure_link 
{
  display:block;
  background: url(images/brochure_link.gif) no-repeat 0 0;
  width: 210px;
  height: 60px;
  margin: 0px -5px;
}

#brochure_link:hover 
{
  background-position: 0 -60px;
}

  #brochure_link strong 
  {
    display: none;
  }
  
#cap_pdf_link 
{
  display:block;
  background: url(/images/cap_pdf_link.gif) no-repeat 0 0;
  width: 210px;
  height: 60px;
  margin: 10px -5px;
}

#cap_pdf_link:hover 
{
  background-position: 0 -60px;
}

  #cap_pdf_link strong 
  {
    display: none;
  }
  
  #how_we_link 
{
  display:block;
  background: url(/images/how_we_link.gif) no-repeat 0 0;
  width: 210px;
  height: 60px;
  margin: 10px -5px;
}

#how_we_link:hover 
{
  background-position: 0 -60px;
}

  #how_we_link strong 
  {
    display: none;
  }
	
/****** Header ***********/
#header_wrapper {
	width: 790px;
	padding: 0 10px;
	margin: 29px auto 0;
	background: url(/images/header_wrapper_bg.gif) no-repeat bottom;
	}
	
#header {
	width: 750px;
	margin: 0 auto;
	position: relative;
	height: 180px;
	border: 20px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #EEE;
	}
	
#logo {
	display: block;
	width: 249px;
	height: 180px;
	background: #695645 url(/images/logo_bg.jpg);
	border-right: 1px solid #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#logo a {
	display: block;
	width: 170px;
	height: 80px;
	position: absolute;
	bottom: 9px;
	right: 13px;
	}
	
* html #logo a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dc_logo.png',sizingMethod='crop');
	cursor: hand;
	}
	
* html #logo a img {
	display: none;
	}
	
#header_image {
	position: absolute;
	top: 0;
	right: 0;
	}
	

/****** Nav Menu ***********/	
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	width: 500px;
	height: 29px;
	border-top: 1px solid #FFF;
	background: #a6978a url(/images/nav_bg.gif);
	}
	
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#nav a {
	display: block;
	color: #FFF;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	line-height: 29px;
	}
	
#nav a.last {
	border: none;
	}
	
#nav a:hover {
	color: #FFF;
	background: #9e3227;
	}
	
#nav a.selected {
	background: #df2823;
	color: #FFF;
	}
	

/*** Sub Nav ***/
#sub_nav {
	display: block;
	padding-bottom: 20px;
	}
		
#sub_nav h2 {
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	color: #df2823;
	margin-left: 3px;
	padding-top: 10px;
	line-height: 20px;
	}
	
#sidebar .home_image {
	border: none;
	margin: 10px 0 10px 0;
	}	
	
.capabilities_link {
  padding: 8px 15px 30px 0px;
  color: #999;
  font-size: 8pt;
  float: right;
}		
	
	
/*** Page Nav ***/
#main_content #page_nav li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#main_content #page_nav {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 5px solid #EEE;
	height: 20px;
	}

#main_content #page_nav a {
	display: block;
	line-height: 20px;
	padding: 0 15px;
	border-bottom: 1px solid #CCC;
	background: none;
	color: #857463;
	}
	
#main_content #page_nav a:hover {
	background: #dbd7cc;
	color: #857463;
	}
	
#main_content #page_nav a.selected, #main_content #page_nav a:hover.selected {
	background: #857463;
	color: #FFF;
	}
	
* html #page_nav a {
	height: 1px;
	float: left;
	}
	
	
/****** Content ***********/
#content_wrapper {
	width: 750px;
	margin: 0 auto;
	border: 20px solid #FFF;
	border-top: none;
	background: #FFF url(/images/content_wrapper_bg.gif) repeat-x top;
	padding-top: 50px;
	}
	
#sidebar {
	float: left;
	width: 200px;
	border-top: 5px solid #EEE;
	padding-top: 10px;
	}
	
	
#content {
	width: 750px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
	
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
* html #content {
	height: 1px;
	}
/*** breadcrumb ***/
#breadcrumb {
	position: absolute;
	left: 238px;
	top: -10px;
	background: #FFF;
	padding: 0 10px;
	font-size: 15px;
	color: #999;
	}
	
#breadcrumb a {
	color: #f42034;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	color: #7fb2c2;
	}
	
/*** Main Content ***/
#main_content {
	margin-left: 200px;
	padding: 0 0 50px 50px;
	color: #695645;
	font-family: Arial, Helvetica, sans-serif;
	}

* html #main_content {
	position: relative;
	height: 1px;
	left: -3px;
	margin-right: -3px;
	}

#main_content h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	margin: 25px 0 10px 0; 
	padding: 0;
	color: #666;
	}
	
#main_content h2 strong, #main_content h3 strong {
	color: #df2823;
	font-weight: normal;
	}
	
#main_content h2 a, #main_content h3 a {
	color: #333;
	}
	
#main_content h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;; 
	padding: 0;
	color: #857463;
	}
	
#main_content h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin: 50px 0 -5px 0;
	padding: 0;
	color: #006685;
	}

#main_content h5 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin: 0px 0 -15px 0;
	padding: 0;
	color: #006685;
	}
	
#main_content li h5 {
	margin: 0 0 -3px 0;
	}
	
#main_content h6 {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	margin: 0px 0 10px 0;
	padding: 0;
	}
	
#release h5 {
	margin: 15px 0 0 0;
	}
	
#release h6 {
	margin: 0px 0 -15px 0;
	}
		
	
#main_content p {
	margin: 15px 50px 15px 0;
	line-height: 20px;
	font-size: 12px;
	}
	
	
#main_content a {
	color: #df2823;
	text-decoration: none;
	background: url(/images/main_a_bg.gif) repeat-x bottom;
	}
	
#main_content a:hover {
	background: #df2823;
	color: #FFF;
	}
	
#main_content ul {
	list-style: none;
	padding: 0;
	margin: 20px 100px 20px 0;
	font-size: 11px;
	}
	
#main_content li {
	margin-bottom: 10px;
	padding: 3px 0 0 30px;
	height: 20px;
	background: url(/images/bullet.gif) no-repeat left top;
	}

#main_content .content_image {
	border: 1px solid #999999;
	margin: 0 10px 10px 10px;
	float: right;
	}

#main_content .zen_image {
	margin: 0 0 10px 10px;
	float: right;
	width: 150px;
	}

#main_content .zen_image a, #main_content .zen_image a:hover {
	border-style: none;
	text-decoration: none;
	background: none;
	}

#main_content .zen_image img {
	border-style: none;
	}

#main_content .zen_image p {
  width: 100%;
	text-align: center;
	margin: 0px 0 10px 0;
	font-weight: bold;
	font-size: 8pt;
	line-height: 10pt;
	}



/****** Footer ***********/
#footer {
	clear: both;
	width: 710px;
	margin: 20px auto;
	position: relative;
	font-size: 10px;
	color: #999;
	line-height: 1.5em;
	}
	
#footer a {
	text-decoration: none;
	color: #666;
	background: url(/images/footer_a_bg.gif) repeat-x bottom;
	}
	
#footer a:hover {
	background: url(/images/footer_a_hover_bg.gif) repeat-x bottom;
	}

#footer_credit {
	position: absolute;
	top: 15px;
	right: 0;
	}
	
#footer_credit a {
	color: #999;
	}
