/*
Author:           Lin Xi
Author URI:       http://www.intrepidlemon.com/
Project:		  Homestead Keyclub
Description:	  Community service club
*/
/*----------------------------------------------
---RESET
----------------------------------------------*/

html, body, div, span, applet, object, iframe,
	p, blockquote, pre, h1, h2, h3, h4, h5, h6,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body {
		line-height: 1;
		font-family: GillSans, Calibri, Trebuchet, sans-serif;
		color: #444;
}
ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}
	
:focus {
		outline: 0;	
}

ins {
		text-decoration: none;
}
del {
		text-decoration: line-through;
}
	
table {
		border-collapse: collapse;
		border-spacing: 0;
}
/*----------------------------------------------
---GLOBAL
----------------------------------------------*/
.wrapper{
	margin: 0 auto 0 auto;
	width: 960px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
a { 
	color: #703d6f;
}
a:visited{
	color: gray;
}
a:hover{
	text-decoration: none;
}
body{
	background: #703d6f
}
#content{
	background: white;
	min-width: 960px;
	padding-bottom: 30px;
}
.clear{
 clear: both;
 height: 0;
}
hr{
	border: none;
	border-bottom: 1px dashed  #a47fa5;
	margin: 20px 0;
}
/*----------------------------------------------
---HEADER
----------------------------------------------*/

#header{
	width: 100%;
	height: 100px;
	border-top: 5px solid #703d6f;	
	min-width: 960px;
	background: white;
}
.logo{
	height: 88px;
	width: 492px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image:  url(images/logo.png);
	margin-top: 5px;
	float: left;
}
.nav{
	float: right;
}

.nav li{
	width: 80px;
	height: 84px;
	float: left;
	position: relative;
}
li.onPage a, .nav li.onpage a:hover, .nav li.onPage a:visited{
	background-position: 0px 0px !important;
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	color:white;
}

.nav li a:hover{
	background-image: url(images/tag.png);
	background-position: 0px -84px;
	background-repeat: no-repeat;
}
.nav a, .nav a:visited{
	text-decoration: none;
	color: #703d6f;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 38px;
	width: 75px;
	margin: 0 auto;
}

/*----------------------------------------------
---FOOTER
----------------------------------------------*/
#footer{
	line-height: 100px;
	text-shadow: 0px 1px 0px #a65aa8;
	width: 100%;
	min-width: 960px;
	height: 100px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #703d6f;
	text-align: center;
	color: #331c33;
}
#footer a {
	color: #331c33;
}