/* template: What's your solution?
    author: luka cvrk (www.solucija.com)
    ported to website baker by Valerie Robinson, robcomm.net   */

body,td,th,div,p,a {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  color: #404040;
}
body {
  margin: 0;
  padding: 0;
  background: #EAFFFF;
  line-height: 16px;
}

a {
  color: Navy;
  background-color: inherit;
  background: inherit;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #575757;
  background-color: inherit;
}

h1 {
  /* margin: 0; */
  padding: 0;
  border-bottom: thin dotted Gray;
  color: #808080;
}

h1 a {
  text-decoration: none;
}

h2 {
  /* margin: 0; 
  font: 130% Arial, Sans-Serif;
  font-weight: bold; */
  padding: 3px 0 6px 0;
  color: #808080; 
  text-transform: uppercase;
  background-color: inherit;
	
}

h2 a {
  color: Navy;
  background-color: inherit;
  text-decoration: none;
}


p {
  padding: 2px 0 5px 0;
  margin: 4px;
}

#content {
  margin: 0 0 0 0; 
  width: 780px; 
}

.header {
  height: 56px;
  margin: 0px 0 2px 0;
  padding: 10px 0 0 5px;
  background: White url(img/DCC-Logo-Top-515.gif) no-repeat center;
  color: #808080;
}
	
.subheader {
  clear: both;
  height: 23px;
  margin: 0 0 10px 0;	
}

.subheader_left {
  background: url(images/hmrightbg.gif) repeat-x;
  color: #626262;
  line-height: 28px;
  float: left;
  /* width: 574px; */
  width: 780px;
}

.subheader_right a {
  margin: 0px 2px 0 0;
  padding: 7px 10px 8px 10px;
  color: #626262;
  background: inherit;
  font-weight: bold;
  text-decoration: none;
}

.subheader_right a:hover {
  background: #33ADDB url(images/hmleftbg.gif) repeat-x;
  border-top: 1px solid #1A83AC;
  color: #FFFFFF;
}

.verticalmenu {
  clear: left;
  float: left;
  width: 190px;
  margin: 0 0 1px 2px;
  padding: 0 5px 0 5px;
  background: #FFFFFF;
}
.verticalmenu ul {	
  list-style: none;
  width: 190px;
  margin: 3px 0 1px 0;
  padding: 0;
  border-left: px solid #ccc;	
}	
.verticalmenu li {
  margin-bottom: 1px;
  padding: 0 5px 0 5px;
}
.verticalmenu li a {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  height: 16px;
  text-decoration: none;
  color: Navy;
  display: block;
  padding: 2px 0 2px 4px;
  background: #FFF;
  border-bottom: 1px dotted #ccc;
}	
.verticalmenu li a:hover {
  color: #286ea0;
}

.menu {
  background: url(images/hmrightbg.gif) repeat-x;
  color: #626262;
  line-height: 28px;
  text-align: left;
  float: left;
  width: 780px;
  border-bottom: 1px solid #e6e6e6;
}

.menu a {
  margin: 0px 2px 0 0;
  padding: 7px 10px 8px 10px;
  color: #626262;
  background: inherit;
  font-weight: bold;
  text-decoration: none;
}
.menu a:hover {
  background: #33ADDB url(hmleftbg.gif) repeat-x;
  color: #FFFFFF;
}
.menu ul, .menu li {
  display: inline;
  padding: 3px 1px 3px 1px;
  text-decoration: none;
  color: #b22222;
  list-style: none;
  margin: 0;
  border-bottom: 0px solid #333333;
}

.left {
  float: left;
  width: 550px;
  margin: 0 0 10px 0;
  padding: 5px 0 0 15px;
  color: #000; 
  /* background-color: #FFFFFF;  */
  /* border-right: 1px solid #e6e6e6;  */
}

.right {
  float: right;
  padding: 5px 0 5px 0;
  width: 190px;
  border-left: 1px solid #e6e6e6;
  z-index : 200;
}

.searchform {
  float: left;
  width: 186px;
  margin: 10px 0px 10px 2px;
  padding: 0 10px 0 5px;
  background: #FFFFFF;
  /* text-align: center; */
}


.footer { 
  clear: both; 
  color: #999999; 
  background-color: #FFFFFF;
  padding: 10px 0 10px 0; 
  border-top: 1px solid #e6e6e6; 
  text-align: center;  
  line-height: 13px;
}

.footer a { 
  text-decoration: none; 
  font-weight: normal;
  font-size: 10px;
}

#gblock {
  clear: left;
  margin: 0px;
  padding: 0 5px 0 5px;
  width: 190px;
}


