/* CSS for Dugan Creative Dot Com v1.1 2006 */
/* 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-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	background: #A3A398 url(images/bg_shadow.gif) top repeat-y;
}

img {
	border: 0;
}

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

/***These are div ids, can only be used once per page***/
#container {
	margin-left: -400px;
	margin-right: auto;
	position: absolute; left: 50%;
	padding: 0;
	width: 800px;
	top: 0px;
	background-color: #D6D6CB;
}

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

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

#banner h2 {
	margin: 0;
}

#nav {
	text-align: center;
	word-spacing: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	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: 480px; 
	float: left;
	margin-top: 0px;
	background-color: #E6E6DC;/*DDD*/
	line-height: 20px;
	padding: 10px;
	text-align: left;
}

#contentArea p{
	margin-top: 10px;
}

#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: 300px;
	float: right;
	margin-top: 0px;
	padding: 0px;
	background-color: #C5C5BA;
	position: relative;
	top:0px;
	left:0px;
	text-align: left;
}

#footer {
	width: 800px;
	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 can be applied to multiple instances***/

h4 {
	font-size: 12px;
}

.bannerText {
	position:absolute;
	top:95px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #3c3c3c;
	letter-spacing: 1px;
	left: 100px;
	width: 464px;
}
.featureText {
	position:absolute;
	top: 163px;
	font-size: 11px;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
	color: #3c3c3c;
	letter-spacing: 1px;
	left: 20px;
}
.bullets {
	font-family: Verdana, Arial, 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: 800px;
	height: 30px;
	font-family: Verdana, Arial, 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-size: 11px;
	color: #000;
	width: 250px;
	padding: 0px;
	/*background-color: #BCBCBC;*/
	position: relative; left: 25px;
	text-align: left;
	line-height: 16px;
}
.subheads, h3 {
	/*background-color: #E6E6BB;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	letter-spacing: 1px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #999999;
	text-indent: 0px;
	margin-top: 0px;
}
.subheadsSide {
	width: 260px;
	position: relative;
	top: 5px;
	right: 0px;
	bottom: 0px;
	left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-indent: 4px;
	text-align: left;
	line-height: 20px;
}

p.bottomNav {
	text-align: center;
}
