/* 	***********************************************
		dhpc.css ©2007 - 2008 by Gerry Davenport
		http://www.geralddavenport.com
		-----------------------------------------------
		April 7, 2007
		January 31, 2008 - updated to desert colors scheme
		===============================================
*/


/*	***********************************************
												BODY AND BASIC
		***********************************************	*/
body
{
	background-color: #000;
	/*	Desert Spice 2
			Mayan Legend Palette
			Braided Raffia (218-6)
	*/
	margin: 20px;
	padding: 0;
	text-align: center;
}

h3
{
	font-size: 16px;
	color: #9A3095;
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

p
{
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 5px 5px 0px;
}

.date
{
	font-size: 12px;
	color: #9A3095;
	font-weight: normal;
}
/*	/body and basic	*/


/*	***********************************************
												CONTAINER
		***********************************************	*/
#container
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	height: 700px;
	background-color: #76F72E;
	text-align: left;
}

/*	***********************************************
												BANNER
		***********************************************	*/

#banner {	width:700px;	height:70px;	margin-bottom:10px;}


/*	***********************************************
												BANNERRIGHT
		***********************************************	*/

#logo
{
	width: 878px;
	height: 49px;
	float: left;
	padding: 10px;
	background-color: #000;
	border: 2px #9A3095 solid;
}

#logo h1
{
	font-size: 20px;
	color: #9A3095; width: 500px; font-size: 18px;
	margin: 5px 0 0 180px;
}

#logo img.fl {float: left;margin:0;}

#logo img.fr {
	float: right;
	margin-top: -56px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*	***********************************************
												CONTENT
		***********************************************	*/

#content {	height:100%;}

/*	***********************************************
												LEFTCOLUMN
		***********************************************	*/

#leftColumn {	float:left;}


/*	***********************************************
												NAV
		***********************************************	*/
#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a
{
	display: block;
	font-size: 12px;
	color: #CD2815;
	text-decoration: none;
	padding: 10px;
	width: 130px;
	height: 10px;
	border-bottom: 1px dotted #CD2815;
	font-weight: bold;
}

#nav a:hover
{
	background-color: yellow;
	color: #9A3095;
	font-weight: bold;
	width: 130px;
	font-size: 12px;
}
/*	/nav	*/


/*	***********************************************
												LEFTCOLUMNBOTTOM
		***********************************************	*/
#leftColumnBottom	{width: 142px; padding: 110px 10px 10px 0px;}
#leftColumnBottom	img {border: 0;}

/*	***********************************************
												RIGHTCOLUMN
												- - - - - -
				this is where the content is located
		***********************************************	*/
#rightColumn
{
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	width: 740px;
	color: #333;
	/*background-color: #FFFC90;*/
	left: 0px;
	top: 0px;
	position: relative;
	height: 570px;
	padding: 20px 2px 2px 5px;
	visibility: visible;
	overflow: auto;
	text-align: left;
}

#rightColumn ul { list-style-type: none; }

#rightColumn li
{
	float: left;
	padding-right: 20px;
}

#rightColumn a:link, #rightColumn a:visited
{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #008c6e;
}


#rightColumn a:hover
{
	color: #F90;
}

#clear {
	clear:both;
}


/*	***********************************************
												FOOTER
		***********************************************	*/
#footer
{
	padding-top: 10px;
	color: #DC7B2B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#footer a
{
	text-decoration: none;
	color: #DC7B2B;
}

#footer a:hover
{
	color: #3D8160;
	border-bottom: thin #3D8160 dotted;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}

