/* CSS for Dugan Creative Dot Com v3.1 2010 */
/* All code, layout and associated graphics are copyright of Dugan Creative. */
/* Uploaded: January 2007 */

/* COMMENTS */
/* This CSS design was created by Dugan Creative. You may not reproduce it elsewhere without the 
   written permission of Dugan Creative.*/


/***GLOBAL BASICS***/
body {
	font: 100% Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #A3A398 url(images/bg_shadow.gif) top repeat-y;
}

img {
  background: #FAFAFA;
  /*background: #FAFAFA url(images/img_shadow.jpg) bottom no-repeat;*/
  border: 1px solid #DCDCDC;
  padding: 9px;
}

p {
	font: .75em/1.5em Verdana, Helvetica, sans-serif;
}

h3 {
	font: bold 1em/.5em Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

h4 {
	font-size: 12px;
}


/*************** Main content, container & logo. *************************/

/***These are div ids, can only be used once per page***/
#container {
	margin: auto;
	padding: 0;
	width: 960px;
	background-color: #D6D6CB;
}

#banner {
	margin: -8px 0px 0px 0px;
	width: 960px;
	height: 130px;
	padding: 0px 0px 0px 0px;
	background-color: #EB0;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner h1 {
	text-indent: -9999px;
	margin: 0;
}

#banner h2 {
	margin: 0;
	width: 400;
	position: relative;
	top: 57px;
	left: 100px;
	font: .8em/1em Verdana, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #3c3c3c;
	letter-spacing: 1px;
}

#nav {
	font: .75em/1.5em Verdana, Helvetica, sans-serif;
	text-align: center;
	word-spacing: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 25px;
	background-color: #3C3C3C;
}

#nav a:link, a:visited {
	font-weight: bold;
	color: #EEBB00;
	text-decoration: none;
	background: none;
	border: none;
}

#nav a:hover, a:active {
	color: #FFF;
	background: #EB0;
}

#contentArea {
	width: 680px; 
	float: left;
	padding: 20px 20px;
	background-color: #E6E6DC;
	line-height: 20px;
	text-align: left;
}

#contentArea a:link {
	font-weight: bold;
	color: #A70;
	text-decoration: none;
	background: none;
	border: none;
}

#contentArea a:visited {
	font-weight: bold;
	color: #A70;
	text-decoration: none;
	background: none;
	border: none;
}

#contentArea a:hover, a:active {
	color: #FFF;
	background-color: #EB0;
}

#rightPanel {
	width: 220px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	background-color: #C5C5BA;
	position: relative;
	text-align: left;
}

#footer {
	width: 960px;
	height: 30px; 
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #3c3c3c;
	text-align: center;
}

#footer a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: none;
	border: none;
}

#footer a:visited {
	color: #FFF;
}

#footer a:hover, a:active {
	color: #FFF;
	background: #EB0;
}

/***These are classes and can be applied to multiple instances***/

/*.bannerText {
}*/

/*.featureText {
	position: relative;
	top: 20px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #3c3c3c;
	letter-spacing: 1px;
	left: 15px;
}*/
.bullets {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
}

.nobullets {
	list-style-type: none;
	font-size: 11px;
	line-height: 22px;
}

body#sitemap ul.bullets, ul.nobullets {
	margin-left: 15px;
	font-weight: bold;
}

.footerText {
	width: 960px;
	height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 30px;
}
.sideBarText {
	font: .75em/1em Verdana, Helvetica, sans-serif;
	color: #333;
	width: 220px;
	position: relative;
	text-align: left;
	line-height: 16px;
}
.subheads {
	font: bold 2em/1.5em Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	letter-spacing: 1px;
}
.subheadsSide {
	width: 220px;
	position: relative;
	font: bold .75em/.5em Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	line-height: 20px;
}

p.bottomNav {
	text-align: center;
}
