* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	word-wrap: break-word;
}

p, ul, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
}

a {
	outline: none;
}

acronym {
	cursor: help;
}

#top {
	width: 100%;
	background: #fff;
	text-align: center;
	clear: both;
}

#header {
	margin: 0 auto;
	_margin-bottom: -40px;
	width: 780px;
	background: #fff;
}

#header h1 a {
	margin: 0 auto;
	width: 530px;
	height: 110px;
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: transparent url(../images/dv_logo.gif) no-repeat left top;
	text-indent: -5000px;
	text-decoration: none;
}

#mainarticle {
	float: left;
	padding: 10px 0;
	width: 570px;
	border-top: 5px solid #000;
	text-align: left;
}

#mainarticle h2 a:link, #mainarticle h2 a:visited {
	width: 210px;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
}

#mainarticle h2 a:hover {
	color: #769d00;
	text-decoration: none;
}

#mainarticle h3 {
	width: 210px;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	line-height: 1.5em;
}

#mainarticle p {
	float: right;
	width: 340px;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
}

#mainarticle p a:link, #mainarticle p a:visited {
	color: #769d00;
	text-decoration: none;
}

#mainarticle p a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dashed #f90;
}

#mainarticle p img {
	margin: 0;
	padding: 0;
}

#nav {
	float: left;
	margin: 0 0 0 28px;
	padding: 0;
	width: 182px;
	border-top: 5px solid #000;
}

#nav ul {
	width: 182px;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
}

#nav li a:link, #nav li a:visited {
	padding: 0 0 0 15px;
	color: #ccc;
	text-decoration: none;
	width: 167px;
	line-height: 40px;
	display: block;
	border-bottom: 1px dashed #ccc;
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #9c0;
}

#main li#home a:link, #main li#home a:visited { color: #999; background: #f1f8dd; text-decoration: none;}
#articles li#arti a:link, #articles li#arti a:visited { color: #999; background: #f1f8dd; text-decoration: none;}
#con li#contact a:link, #con li#contact a:visited { color: #999; background: #f1f8dd; text-decoration: none;}

#main li#home a:hover { color: #fff; text-decoration: none; background: #9c0;}
#articles li#arti a:hover { color: #fff; text-decoration: none; background: #9c0;}
#con li#contact a:hover { color: #fff; text-decoration: none; background: #9c0;}

#mid {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #665C66 url(../images/dk_grad.jpg) repeat-x top;
	clear: both;
}

#content {
	margin: 0 auto;
	width: 780px;
	background: transparent;
	text-align: center;
}

#content h2 {
	padding: 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#content h4 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}

#content h4 a:link, #content h4 a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #9c0;
	text-decoration: none;
}

#content h4 a:hover {
	color: #f90;
	text-decoration: none;
}

#content p {
	padding: 5px 0 5px;
	text-align: left;
	font-size: 12px;
	color: #ccc;
	line-height: 1.5em;
}

#content p a:link, #content p a:visited {
	color: #9c0;
	text-decoration: none;
}

#content p a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dashed #f90;
}

#daily {
	width: 271px;
	background: inherit;
	float: left;
	text-align: left;
}

#daily h5 {
	margin-top: 5px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#daily p:hover {
	background: #6C626C;
	color: #fff;
}

#daily p:hover a:link, #daily p:hover a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#daily p:hover a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dashed #f90;
}

#myview {
	width: 271px;
	margin-left: 28px;
	background: inherit;
	float: left;
	text-align: left;
}
#myview h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

#myview h5 {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#myview ul {
	margin: 5px 0 8px 15px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

#myview li {
	padding: 3px 0 0 10px;
}

#myview img {
	margin: 4px;
	padding: 2px;
}

#myview a:link img, #myview a:visited img {
	padding: 2px;
	border: 1px solid #999;
}

#myview a:hover img {
	border: 1px solid #fff;
}

#sidebar{
	float: left;
	margin: 0 0 0 28px;
	padding: 0;
	width: 182px;
}

#sidebar h3 {
	padding: 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#sidebar h4 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

#sidebar h4 a:link, #sidebar h4 a:visited {
	font-weight: bold;
	color: #9c0;
	text-decoration: none;
}

#sidebar h4 a:hover {
	color: #f90;
	text-decoration: none;
}

#sidebar p {
	color: #999;
}

#sidebar ul {
	margin-left: 20px;
	font-size: 12px;
	list-style-type: square;
	line-height: 1.6em;
}

#sidebar li {
	padding: 0 0 0 10px;
}

#sidebar li a:link, #sidebar li a:visited {
	color: #9c0;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #f90;
	text-decoration: none;
}

.pngimg {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	_display: none;
}

.botborder {
	border-bottom: 1px dashed #fff;
}

.topborder {
	border-top: 1px dashed #fff;
}

#bot {
	clear: both;
	width: 100%;
	background: #332d33;
	text-align: center;
}

#port {
	margin: 0 auto;
	width: 780px;
	padding: 10px 0;
	_padding: 10px 0 0;
	clear: both;
}

#port h2 {
	float: left;
	width: 271px;
	font-size: 20px;
	font-weight: normal;
	color: #fff
}

#port img {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-left: 28px;
}

#port p {
	float: left;
	width: 253px;
	margin-left: 28px;
	font-size: 12px;
	color: #ccc;
	line-height: 1.5em;
}

#port p a:link, #port p a:visited {
	color: #9c0;
	text-decoration: none;
}

#port p a:hover {
	color: #f90;
	text-decoration: none;
}

#footer {
	margin: 0 auto;
	width: 780px;
	clear: both;
}

#footer p {
	padding: 10px 0;
	color: #999;
	font-size: 12px;
}

/* --------------- INTERIOR PAGE STYLES --------------*/

#article {
	float: left;
	padding: 10px 0;
	_padding: 10px 0 0;
	width: 570px;
	border-top: 5px solid #000;
	text-align: left;
}

#article h2 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
}

#article h3 {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 8px;
}

#article h4 {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

#article h5 {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

#article h4 a:link, #article h4 a:visited {
	width: 570px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #769d00;
	text-decoration: none;
}

#article h4 a:hover {
	color: #f90;
	text-decoration: none;
	background: #f7f7f7;
}

#article p {
	padding: 10px 20px 5px;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
}

#article p a:link, #article p a:visited {
	color: #769d00;
	text-decoration: none;
}

#article p a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dashed #f90;
}

#article p em {
	font-style: normal;
	background: #f1f8dd;
}

#article ul {
	margin: 0 20px 0 40px;
	list-style-type: square;
	font-size: 12px;
	color: #333;
}

#article li {
	padding: 0 5px 0;
	line-height: 1.6em;
}

#article li a:link, #article li a:visited {
	color: #769d00;
	text-decoration: none;
}

#article li a:hover {
	color: #f90;
	text-decoration: none;
}

#article img {
	margin: 8px;
	padding: 2px;
}

#article blockquote p {
	float: right;
	margin: 10px 0 10px 10px;
	width: 260px;
	border-top: 5px solid #000;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#inventory {
	float: right;
	margin: 0 0 15px 28px;
	padding: 0;
	width: 182px;
}

#inventory h3 {
	margin: 10px 0 0;
	padding: 10px 0;
	font-size: 22px;
	font-weight: normal;
	color: #666;
	border-top: 5px solid #000;
	border-bottom: 1px dashed #ccc;
}

#inventory h4 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#inventory p {
	border-top: 1px dashed #ccc;
	color: #999;
}

#inventory ul {
	color: #666;
	margin-left: 20px;
	font-size: 12px;
	list-style-type: square;
	line-height: 1.6em;
}

#inventory li {
	padding: 0 0 0 5px;
}

#inventory li a:link, #inventory li a:visited {
	color: #f90;
	text-decoration: none;
}

#inventory li a:hover {
	color: #769d00;
	text-decoration: none;
}

.border {
	border: 1px solid #ccc;
}

.clearimg {
	clear: both;
}

img.fade {
	filter:alpha(opacity=50);   
	-moz-opacity: .5;   
	opacity: .5;
	padding-bottom: 15px;
}

img.fade:hover {
	 filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

.featureimg {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}

a img.noimgborder {
	border: 0;
}

/* --------------- FIX FOR DIVS WITH FLOATED CONTENT --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#qTip {
  padding: 3px;
  border: 1px solid #900;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #F60;
  color: #FFF;
  font: bold 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}