/* new stylesheet for DPG homepage redesign, Nathan Beck 2009 */

body {
    padding: 0;
	margin: 0 auto;
	width: 850px;
	font: normal normal 12px "Lucida Sans", "Lucida Grande" Arial;
	color: #ccc;
	line-height: 17px;
	background: #020202 url(_images/bodyBg.jpg)repeat-x top;
}

#indexHeader {
	width: 850px;
	height: 230px;
	padding-top: 20px;
}
#indexLogo { float: left; }

img#tagline { margin: 60px 43px; }

ul#mainNav {
	height: 55px;
	width: 850px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(_images/mainNav.png) no-repeat 60px 35px;
}
ul#mainNav li {
	float: left;
	text-transform: uppercase;
	color: #ccc;
	height: 35px;
	line-height: 35px;
}
ul#mainNav li:hover { background-color: #232323; color: #ddd; }
ul#mainNav ul {	
	display: none;
	background-color: #232323;
	position: absolute;
	list-style: none;
	z-index: 10;
	border: 1px solid #777;
	border-top: 1px solid #232323;
	margin: 1px 0 0 0;
	padding: 0;
	min-width: 110px;
}
ul#mainNav li:hover ul { display: block; }

ul#mainNav a {
	color: #ccc;
	text-decoration: none;
	height: 34px;
	display: block;
	padding: 0 16px;
}

ul#mainNav ul li { height: 25px; line-height: 25px; float: none; }
ul#mainNav ul li:hover { background-color: #131313; }
ul#mainNav ul li:hover a { color: #ddd; }
ul#mainNav ul li a { height: 25px; }


form.googleSearch {
	margin-top: 25px;
	float: right;
}
input#googleInput {
	width: 155px;
	height: 18px;
	padding: 4px 6px 2px;
	letter-spacing: -0.5px;
	vertical-align: top;
	border: none;
	font-size: 14px;
	background: url(_images/searchInput.png) no-repeat !important;
}
input#googleSubmit {
	width: 69px;
	height: 24px;
	margin-left: -3px;
}


#mainFrame {
	width: 830px;
	height: 580px;
	border: 10px solid #555;
	background-color: #111;
}


#indexFooter {
	width: 844px;
	background: url(_images/footerbg.jpg) no-repeat top;
	padding: 15px 3px;
	margin-top: 25px;
	clear: both;
	font-size: 11px;
	text-align: center;
}

#indexFooter p {
	margin: 2px;
}

#indexFooter ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 450px;
	height: 25px;
}

#indexFooter ul li {
	float: left;
	margin-right: 12px;
}

#indexFooter a { color: #ccc; }
#indexFooter a:hover { color: #1baeff; }


/** Individual styles **/

a img { border: none; }

a { outline: none; }

h2 {
	font: normal normal 20px Georgia, "Times New Roman", Times;
	color: #fff;
}

