@charset "utf-8";
/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font: 100%/1.2 "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}

/* ~~~~~~~~~~ ddg styles ~~~~~~~~~~ */

html {
	background: #3C4650;
}

body {
	color: #67717A;
	width: 930px;
	margin: 0px auto;
	background: #3C4650 url(../images/mainbg.gif) top left repeat-y;
}

h1 {
	font-size: 1.4em;
	color: #055F86;
	padding: 10px 0px 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #055F86;
}

h3 {
	font-size: 1.2em;
	color: #055F86;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0px 2px;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	padding: 10px 0px 2px;
	color: #055F86;
}

p {
	font-size: .8em;
	padding: 10px 0px 0px;
	text-align: justify;
}

p span {
	color: #333;
}

a, a:link, a:visited, a:active {
	color: #055F86;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	font-size: .8em;
	padding: 10px 0px 10px 65px;
}

#header {
	display: block;
	background: url(../images/headtop.gif) left top no-repeat;
	width: 930px;
	height: 140px;
	padding: 0px 15px;
}

#header img {
	float: left;
	border: none;
	margin: 60px 0px 0px;
}

#nav {
	margin: 4px 20px 0px;
	display: block;
	float: right;
	width: 600px;
	font-size: 12px;
	list-style: none;
	padding: 0;
}

#nav li {
	float: left;
	padding: 1px 20px;
}

#nav li a, #nav li a:active, #nav li a:link, #nav li a:visited {
	color: #A0AAB4;
	padding: 0px 10px 5px;
	text-decoration: none;
	display: block;
}

#nav li a:hover, #nav li a.current {
	color: #055F86;
	border-bottom: 4px solid #055F86;
}

#container, #containersub {
	width: 900px;
	padding: 0px 15px;
	background: url(../images/contentbg.gif) 15px top repeat-y;
	clear: both;
}

#containersub {
	background: none;
	padding-bottom: 20px;
}

#mainContent {
	padding: 0px;
	margin: 0px;
}

#flash {
	width:900px;
	height: 240px;
}

#left {
	width: 220px;
	padding: 10px 10px 0px;
	float: left;
}

a.projects {
	position: relative;
	width: 220px;
	height: 72px;
	display: block;
	margin: 0px 0px 10px 0px;
}

a.projects span {
	display: none;
}

a.bronzeville {
	background: url(../images/bronzeville.jpg) top left no-repeat;
}

a.twoseven {
	background: url(../images/27th.jpg) top left no-repeat;
}

a.projects:hover {
	background-position: left -72px;
}

a.sub, a.subcurrent {
	color: #aaa;
	display: block;
	text-decoration: none;
	font-size: .9em;
	padding: 4px 0px;
	font-weight: normal;
}

a.sub:hover, a.subcurrent {
	color: #055F86;
}

#right {
	width: 640px;
	padding: 0px 10px 10px;
	float: left;
	clear: right;
}

a.top, a.top:visited {
	display: block;
	font-size: .8em;
	color: #055F86;
	text-decoration: none;
	padding: 3px 0px;
	text-align: right;
	border-bottom: 1px dotted #999;
}

a.top:hover {
	color: #068BBA;
}

#footer {
	background: url(../images/footerbg.gif) top left no-repeat;
	height: 60px;
	color: #A0AAB4;
	line-height: 1.4;
}

#footer p.left {
	padding: 5px 0px 0px 25px;
	width: 400px;
	float: left;
	font-size: .6em;
	white-space: nowrap;
}

#footer p.right {
	padding: 5px 25px 0px 0px;
	width: 400px;
	float: right;
	text-align: right;
	font-size: .6em;
}

#footer a {
	color: #068BBA;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}


