/*

	#3B3B5D = dark purple
	#7F7F96 = light purple
	#C0C091 = mustard yellow

*/

/* Globals
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

body { 
	background: #3B3B5D url(../gfx/h_bg.jpg) no-repeat 50% 0; 
	color:#fff;
	padding: 0;
	margin: 0;
	font: 13px/1 Arial, Helvetica, Sans-Serif; 
}
ul { list-style: none; }

a {
	text-decoration: underline;
	color:#C0C091;
}
a:hover {
	color:#7F7F96;
}

a img { border: none; outline: none; text-decoration: none; }

#footer a {
	text-decoration: underline;
	color:#7F7F96;
}
#footer a:hover {
	color:#C0C091;
}

/* Layout
--------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 702px;
	margin: 0 auto;
	background: url(../gfx/top_1.jpg) no-repeat 50% 0;
	position: relative;
}
#header {
	height: 268px;
	background: url(../gfx/top_2.jpg) no-repeat 50% 100%;
}
#contentarea {
	padding: 0 0 0 84px;
	background: url(../gfx/top_3.jpg) no-repeat 50% 0;
}
#primary  {

}
#footer {
	clear: both;
	padding: 45px 25px 12px;
	font-size: 11px;
}
/* Primary Content
--------------------------------------------------------------------------------------------------- */
#primary p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

#primary dl {
	float: left;
	width: 178px;
}
dl dt {
	width: 178px;
	height: 174px;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
dl dt a {
	width: 178px;
	height: 174px;
	display: block;
}
dl.col1 dt {
	background: url(../gfx/btn_h_community.jpg) no-repeat 0 0;
}
dl.col2 dt {
	background: url(../gfx/btn_h_radio.jpg) no-repeat 0 0;
}
dl.col3 dt {
	background: url(../gfx/btn_h_council.jpg) no-repeat 0 0;
}
dl dd {
	padding: 0 12px;
}
#primary dl dd p {
	font-size: 11px;
	line-height: 1.4em;
}
#primary dl dd p.more {
	margin: -10px 0 0 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 119px;
	left: 0;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 179px;
	height: 149px;
	line-height: 149px
}
#tagline {
	text-indent: -9999px;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer p {
	text-align: center;
	color: #7F7F96;
}

/* Easy-Peasy Clearing 
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
