@charset "UTF-8";
/* CSS Document */
	

#wrapper {
	width: 800px;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F9F;
	margin-bottom: 20px;
}
#content {
	width: 670px;
	float: right;
	margin-top: 20px;
}
h1 {
	font-family: " QuicksandBold ", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333;
	text-transform: uppercase;
}
h2 {
	font-family: " QuicksandBold ", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F9F;
	text-transform: uppercase;
}
h3  {
	font-family: " QuicksandBold ", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
}
p {
	font-family: " Quicksand ", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #333;
}
#footer {
	font-family: " Quicksand ", Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F9F;
	clear: both;
	font-size: x-small;
	text-align: center;
}
.space {
	clear: both;
	margin-bottom: 20px;
}
#nav {
	width:600px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	width: 130px;
	}
#nav li {
	background-image: url(../images/on.jpg); /* This is to preload the hover state */
	background-repeat: no-repeat;
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px;
	float: left;
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url(../images/off.jpg); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 5px;
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 32px; /* For IE5 Mac only - reset to 10 below */
	color: #FFF;
	font-family: "Quicksand Bold Regular";
	text-align: center;	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:50px;
	}
 
#nav a:hover {
no-repeat; /* no background-x styles work here */
	color: #CCC;
	background-image: url(../images/on.jpg);
	}
#nav a img {
	position: absolute;
	top: 66px;
	left: 125px;
	visibility: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 10px; 
	display: block;
	line-height: 80px;
	}	
#nav li {
	margin-top:0;
	margin-bottom:0;
	width: 50px;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}

#nav li .active {
	background-image: url(../images/on.jpg);
	visibility:visible;
	
}
#activeimg {
	position: absolute;
	top: 66px;
	left: 125px;
	margin-bottom: 20px;
}
#content ul , content li{
	list-style-position: outside;
	list-style-image: url(../images/square.jpg);
	font-family: " Quicksand ", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
	color: #333;
}
a:link {
	color: #999;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:active {
	text-decoration: none;
}
