/* Style overrides for Downtown Crowd  Magazine */
/*div {border:1px dotted red;}*/
body * {
	padding: 0px;
	margin: 0px;
}
2div { border: 1px dotted orange; }
.BodyHack {
	background: white;
}
.Header {
	height: 141px;
	background:url(../images/dtc_header_4.gif) top left no-repeat;
}
.HeaderNav { /* small logo right*/
	position:relative;
	left:675px;
	top:45px;
	height: 35px;
	width: 93px;
	background:url(../images/headerlogo_blu.gif) top left no-repeat;
	margin-bottom: -35px;
}
.TopNav {
	height: 33px;
	width: 100%;
	clear: both;
	margin: 25px 0px -25px 50px;
	padding: 0px;
}
.TopMenu {
	background:url(../images/dtc_top_nav_2011.gif) top right no-repeat;
	width: 743px;
	height: 32px;
	margin: 20px 28px 20px 28px;
	padding: 5px;
}

.TopMenu ol, .TopMenu ol li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: ;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}

* html body .TopMenu ol.top { padding-top: 10px; }

.TopMenu ol.top {
	text-align: center;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

.TopMenu ol.top li {
	display: inline;
	position: relative;
	vertical-align:middle;
	padding: 0px 20px;
	margin: 20px 0px 8px 15px;
	font-weight: bold;
	behavior: url(../hover.htc);
}

.TopMenu li a {
	color: black;
	margin: 0px;
	padding:0px 0px 0px 0px;
}

.TopMenu ol.sub {
	position: absolute;
	top: inherit;
	left: inherit;
	height: inherit;
	width: 122px;
	w\idth: 128px;
	margin: 4px;
	padding: 6px 0px 11px 0px;
	display: none;
	text-align: left;
	background: #FEBF01 url(../images/submenu_bottom.gif) bottom left repeat-x;
}

* html body .TopMenu ol.sub {
	left: 0px;
	top: 18px;
	margin: 4px 0px 0px 0px;
	marg\in: 4px 0px 0px 12px;
}

.TopMenu ol.sub li {
	display: block;
	position: relative;
	padding: 0px;
	padd\ing: 4px;
	margin: 0px;
	background: #FEBF01 url(../images/submenu_back.gif) top left repeat-y;
	background-color: blue;
	behavior: none;
}

.TopMenu ol.sub li a {
	width: 100%;
}

.TopMenu ol.top li:hover ol.sub, .TopMenu ol.top li.onHover ol.sub {
	display: block;
	visibility: visible;
}

.PageBody {
	background-image: none;
	width: 100%;
}

.PageContent {
	margin: 0px;
	padding: 32px 80px 20px 70px;
	color: black;
	font_size:12px;
}

.Copyright, .Hosting {
	clear: both;
	text-align: center;
	padding: 8px -75px;
	color:#black;
	font-weight: bold;
	font-size: 10px;
}
a  {color:#279cb4;}
a:hover {text-decoration:underline; color:#000981;}
