@charset "UTF-8";
body {
	/*background: #cc0033 url(../images/Duniway_Home_backing.jpg) top center repeat-x;*/
	margin: 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.red { color: #900; }
.clear { clear: both; }
b.big { font-size: 140%; }

a:link { color: #C00; }
a:visited { color: #C00; }
a:hover { color: #900; }
a:hover img { opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.7;/* background: #AF8A3C;*/ }

#header {
	width: 650px;
	margin: 0px auto;
}
#header p { margin: 0px; font-size: 12px; }
#header p.hook {
	display: block;
	width: 300px;
	float: left;
	margin-top: 0px;
	clear: both;
}
#header p.secondaryNav { 
	display: block;
	width: 250px;
	float: right;
	color: #C00; 
	font-size: 10px; 
	font-weight: bold; 
}
p.secondaryNav a:link { color: #C00; }
p.secondaryNav a:visited { color: #C00; }
p.secondaryNav a:hover { color: #600; }
#mainNav {
	width: 100%;
	min-height: 20px;
	position: relative;
	top: 20px;
	margin: 0px auto;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}
#mainNav ul {
	display: block;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
#mainNav ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 2px;
	width: 86px;
	height: 24px;
	text-align: center;
}
#mainNav li a:link,#mainNav li a:visited,#mainNav li a:hover { 
	display: block;
	width: 86px;
	height: 24px;
	color:#3366AA; 
	text-decoration: none; 
	padding: 6px 6px 5px 6px; 
	height: 12px;
}
#mainNav li a b { position: absolute; left: -15894em; }
#mainNav li a.home { background: url(../html/images/btn_home.png) top center no-repeat; }
#mainNav li a.home:hover { background: url(../html/images/btn_home.png) bottom center no-repeat; }
#mainNav li a.aboutUs { background: url(../html/images/btn_aboutUs.png) top center no-repeat; }
#mainNav li a.aboutUs:hover { background: url(../html/images/btn_aboutUs.png) bottom center no-repeat; }
#mainNav li a.other { background: url(../html/images/btn_other.png) top center no-repeat; }
#mainNav li a.other:hover { background: url(../html/images/btn_other.png) bottom center no-repeat; }
#mainNav li a.specials { background: url(../html/images/btn_specials.png) top center no-repeat; }
#mainNav li a.specials:hover { background: url(../html/images/btn_specials.png) bottom center no-repeat; }
#mainNav li a.exhibits { background: url(../html/images/btn_exhibits.png) top center no-repeat; }
#mainNav li a.exhibits:hover { background: url(../html/images/btn_exhibits.png) bottom center no-repeat; }
#mainNav li a.contact { background: url(../html/images/btn_contact.png) top center no-repeat; }
#mainNav li a.contact:hover { background: url(../html/images/btn_contact.png) bottom center no-repeat; }
#mainNav li a.documents { background: url(../html/images/btn_documents.png) top center no-repeat; }
#mainNav li a.documents:hover { background: url(../html/images/btn_documents.png) bottom center no-repeat; }
#content {
	width: 630px;
	background: #FFF;
	border-top: 2px solid #C00;
	border-right: 2px solid #C00;
	border-bottom: 22px solid #C00;
	border-left: 2px solid #C00;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#content h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
}
#content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
}
#content h2.formula { padding: 68px 0px; }

#content p { margin: 0px; padding: 2px 0px; }
p.descriptionMeta {
	display: block;
	position: absolute;
	left: -15894em;
}

a.catBtn {
	display: block;
	background: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	margin-bottom: 4px;
	padding: 2px 0px;
}
a.catBtn:hover { color: #C00; text-decoration: none; }
.threeCol {
	width: 204px;
	float: left;
	margin-right: 8px;
}
.threeColRight {
	width: 204px;
	float: right;
	margin-right: 0px;
}
.redCol { background: #C00; padding: 2px; }
	#content .redCol h1 {
	color: #FFF;
	font-size: 24px;
}
.whiteCol { background: #FFF; padding: 10px; }

/* -- Footer Formatting -- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px;
	width: 650px;
	margin: 0px auto;
	text-align: center;
	background: #FFF;
}

#footer a:link { color: #A00; }
#footer a:visited { color: #666; }
#footer a:hover { color: #F00; }

