@charset "utf-8";
html, body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
}
img, fieldset {border:0;}
p {
	line-height: 1.6;
	font-size: 13px;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 0;
}
.short {
	line-height: 1;
}
.highlight {
	color: #008dbb;
}
ul {
	list-style-image: url(../img/dm_bullet.gif);
}
ul.li {
	line-height: 1.6;
	font-size: 13px;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 0;
}
a, a:visited, a:hover, a:active {
	color: #008dbb;
}
.title {
	margin: 18px 0 0 0;
}
#formerror {
	font-size: 13px;
	color: #008dbb;
}
h1 {
	font-size: 18px;
	line-height: 1;
	margin: 18px 0 5px 0;
	font-weight: normal;
	color: #008dbb;
}
#container {
	position:relative;
	width: 770px;
	margin: 0 auto;
	padding: 0;
}
#inside {
	float:left;
	display:inline;
	width: 770px;
}
#topNav {
	float: left;
	display:inline;
	width: 770px;
	height: 26px;
	background: #161616;
}
#navHome a {
	float:left;
	display:inline;
	width: 68px;
	height: 26px;
	background: url(../img/dm_nav_home.gif) top;
}
#navHome a:hover {
	background: url(../img/dm_nav_home.gif) bottom;
}
#navAudience a {
	float:left;
	display:inline;
	width: 98px;
	height: 26px;
	background: url(../img/dm_nav_audiences.gif) top;
}
#navAudience a:hover {
	background: url(../img/dm_nav_audiences.gif) bottom;
}
#navAd a {
	float:left;
	display:inline;
	width: 114px;
	height: 26px;
	background: url(../img/dm_nav_ad.gif) top;
}
#navAd a:hover {
	background: url(../img/dm_nav_ad.gif) bottom;
}
#navClients a {
	float:left;
	display:inline;
	width: 74px;
	height: 26px;
	background: url(../img/dm_nav_clients.gif) top;
}
#navClients a:hover {
	background: url(../img/dm_nav_clients.gif) bottom;
}
#navContact a {
	float:left;
	display:inline;
	width: 102px;
	height: 26px;
	background: url(../img/dm_nav_contact.gif) top;
}
#navContact a:hover {
	background: url(../img/dm_nav_contact.gif) bottom;
}
#leftColumn {
	float:left;
	display:inline;
	width: 440px;
	margin: 10px 0 0 10px;
}
#gallImg {
	float:left;
	display:inline;
	width: 440px;
	text-align: center;
	margin: 20px 0 0 0;
}
.gimg {
	border: 1px solid #008dbb;
}
/* styles for the news */
#newsBox {
	border-bottom: 1px solid #008dbb;
	padding: 10px;
	min-height: 100px;
}
#newsCal {
	width: 60px;
	height: 54px;
	background: url(../img/dm_newsCal.gif) no-repeat;
	padding: 14px 0 0 0;
	text-align:center;
	float:left;
	display:inline;
	margin: 0 20px 0 0;
}
.newsTitle {
	font-size: 11pt;
	line-height: 1.2;
	color: #008dbb;
	margin: 5px 0 0 0;
	padding: 0;
}
.newsMonth {
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.newsDay {
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	font-weight: bold;
	margin: 1px 0 0 0;
}
#viewForm {
	width: 400px;
	text-align: center;
	margin: 15px 0 0 0;
}
#viewFlash {
	margin: 10px 0 0 0;
}
#rightColumn {
	float:right;
	display:inline;
	width: 248px;
	margin: 10px 20px 0 0;
}
#right_news {
	width:255px;
	height: 70px;
	background: #111;
	padding: 4px 0;
	margin: 4px 0 0 0;
}
#right_news ul {
	margin: 0;
	padding: 0 0 0 4px;
}
#right_news li {
	padding-left: 17px;
	background: url(../img/dm_star.gif) left no-repeat;
}
#right_news li p {
	margin: 0;
	padding: 0;	
}
#right_news li a {
	color: #008dbb;
	text-decoration:underline;
}
#right_events {
	width:255px;
	height: 70px;
	background: #111;
	padding: 4px 0;
	margin: 4px 0 0 0;
}
#right_events ul {
	margin: 0;
	padding: 0 0 0 4px;
}
#right_events li {
	padding-left: 17px;
	background: url(../img/dm_star.gif) left no-repeat;
}
#right_events li p {
	margin: 0;
	padding: 0;	
}
#right_events li a {
	color: #008dbb;
	text-decoration:underline;
}
#right_button {
	margin: 20px 0 0 0;
}
#gallery {
	float:left;
	display:inline;
	width: 770px;
	height: 100px;
	margin: 0 0 0 0;
	border-bottom: 2px solid #008dbb;
}

#footer {
	float:left;
	display:inline;
	width: 770px;
	height: 40px;
	text-align:right;
	margin: 30px 0 0 0;
	border-top: 2px solid #008dbb;
}
#footer p {
	color: #666;
	margin: 0 25px 20px 0;
}
#footer a {
	color: #666;
}