/*
** Copyright (c) 2008 Stephanie Watson
*/

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
}

h1 {
	font-size: 175%;
	/* font-weight: bold; */
        font-family: Gill Sans, sans-serif;
}

h2 {
        font-size: 125%;
        font-family: Gill Sans, sans-serif;
}

#banner {
    height: 80px;
    width: 100%;
    background-color: #006633;
    border-bottom: solid #660033 10px; 
    /* background-image: url("images/bannerRepeat.png"); */
    /* background-repeat: repeat-x; */
}

#banner .bannerLogo {
	position: absolute;
	/* width: 300px; */
}

#banner .bannerHeadline {
	position: relative;
	top: 3px;
	left: 10px;
}

#banner .bannerHeadline .headline {
	clear: both;
        font-family: Gill Sans, sans-serif;
	font-size: 42px;
	font-style: normal;
	/* font-weight: bold; */
	color: #FFFF99;
}

#banner .bannerHeadline .subheadline {
        font-family: Gill Sans, sans-serif;
	font-size: 18px;
	font-style: oblique;
	/* font-weight: bold; */
	color: #FFFF99;
}

/* #tagline {
	clear: both;
	position: absolute;
	top: 100px;
	left: 175px;
	font-family: serif;
	font-size: 14pt;
	font-style: oblique;
	color: #006633;
} */

/* Menu structure */
#sitenav {
	clear: both;
	position: absolute;
	left: 10px;
	width: 160px;
	height: 400px;
	font-size: 14px;
	font-family: Gill Sans, sans-serif;
}

#sitenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; 
	float: left;
}

#sitenav ul li {
	display: block;
	margin: 0 2px;
	float: left;
}

#sitenav ul li a {
	display: block;
	float: left;
        padding-left: 20px;
	height: 35px;
	line-height: 40px;
	color: #006633;
	text-decoration: none;
}

#sitenav ul li a span {
	display: block;
	float: left;
	padding-right: 25px;
	width: auto;
}

#sitenav ul li a:hover {
	text-decoration: underline;
}

#sitenav ul li a:hover span {
	display: block;
	cursor: pointer;
}

#sitenav ul li a.current {
        font-weight: bold;
	/* background: transparent url("images/starmenuback.png") no-repeat top left; */
}

/* Page contents structure */
#pagecontentsbox {
	clear: both;
	position: absolute;
	left: 170px;
	top: 80px;
	width: 600px;
	border-left: 1px solid #660000;
	padding-left: 10px;
}

#pagecontentsbox ul {
	line-height: 1.5em;
	list-style-type: square;	
}

