/* ------------------------------------------------------------------------
CSS sheet for HSBPA.org
Author: Jeff Sanders
Date Created: 11/7/06

All inquiries for this document should be directed to info@foxvalleywebdesign.com
------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
------------------------------------------------------------------------*/
* {margin: 0px; padding: 0px;}
body {
	text-align: center;
	background: #006699 url(../images/wrap_bg.jpg) top center repeat-y;
}
#wrapper {
	text-align: left;
	position: relative;
	margin: 0px auto;
	width: 760px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#header_top {
	height: 18px;
	background: #006699 url(../images/header_top.jpg) top center no-repeat;
}
#header {
	width: 760px;
	height: 136px;
	background: #006699 url(../images/header.jpg) top left no-repeat;
}
#content {
	margin-left: 200px;
	width: 548px;
	height: auto;
}
#cont_top {
	height: 37px;
	background: url(../images/content_top.jpg) top left no-repeat;
}
#main_cont {
	padding-left: 30px;
	padding-right: 20px;
	min-height: 500px;
	background: url(../images/content_bg.jpg) top left repeat-y;
}
#cont_bottom {
	height: 37px;
	background: url(../images/content_bottom.jpg) top left no-repeat;
}
#footer_bottom {
	height: 25px;
	background: #006699 url(../images/footer_bottom.jpg) top center no-repeat;
	clear: both;
}

/* ------------------------------------------------------------------------
NAVIGATION DESIGN ELEMENTS
------------------------------------------------------------------------*/
#navigation {
	position: absolute;
	top: 19px;
	left: 12px;
	width: 190px;
	height: 510px;
}
#logo {
	width: 190px;
	height: 117px;
	background: url(../images/logo.jpg);
}
div#main_cont a {
	color:#2296CF;
	text-decoration:underline;
}
div#main_cont a:hover {
	color:#85D693;
	text-decoration:underline;
}
ul#menu {
	height: 393px;
	list-style-type: none;
	background: url(../images/menu.jpg);
}
ul#menu li {
	margin-left: 7px;
	width: 180px;
	display: block;
	height: 35px;
	font: 17px/35px bold "Trebuchet MS", Helvetica, sans-serif;
}
ul#menu li a {
	color: #fff;
	display: block;
	width: 173px;
	height: 35px;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #006699;
}
ul#menu li a:hover {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}

#home ul#menu li.home a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#about ul#menu li.about a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#directory ul#menu li.directory a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#discount ul#menu li.discount a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#join ul#menu li.join a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#scholar ul#menu li.scholar a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#bulletin ul#menu li.bulletin a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#newsletter ul#menu li.newsletter a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#gallery ul#menu li.gallery a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
#contact ul#menu li.contact a {
	color: #003366;
	width: 173px;
	padding-left: 5px;
	background: url(../images/button.jpg) repeat-x;
}
/* ------------------------------------------------------------------------
TEXT DESIGN ELEMENTS
------------------------------------------------------------------------*/
h1 {
	font: 25px "Trebuchet MS", Helvetica, sans-serif;
	color: #667;
}
p {
	padding: 5px 0px 5px 0px;
	font: 12px/18px Verdana, Geneva, sans-serif;
}

/* ------------------------------------------------------------------------
FORM DESIGN ELEMENTS
------------------------------------------------------------------------*/
form {
	font: 12px/18px Verdana, Geneva, sans-serif;
}
input {
	width: 200px;
	margin-bottom: 10px;
}
textarea {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}
.btn {
	padding: 5px 10px;
	width: auto;
}