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

* {
	/* margin:0; */ 
	padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */


/* POSITIONING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.45em;
	background-color: #FFFFFF;
}

/*  div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:917px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}
#header {
	background-image: url(/images/header/header-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 200px;
	padding-left: 40px;
	height: 154px;
}

div#logo {
	width: 259px;
	float: left;
}

ul.topnav {
	float: right;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

ul.topnav li {
	margin: 0;
	padding: 53px 0 0;
	float: left;
}

ul.topnav li.spacer {
	padding-left: 10px;
	padding-right: 10px;
}

ul.topnav li a {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

li.foundation a, li.foundation a:visited {
	color: #6c07c4;
}

li.foundation {
	background: url(/images/top-nav/hsf-logo.png) 100% 2px;
	background-repeat: no-repeat;

}

ul.topnav li a:hover {
	color: #dac493;
	text-decoration: none;
}

img#slogan {
	margin-top: 6px;
	margin-left: 5px;
}

#main-nav {
	background-image: url(/images/main-nav/main-nav-bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 33px;
	padding-top: 16px;
	width: 884px;
	margin-top: 20px;
}
#main-content {
	width: 885px;
	background-color: #f7f0b5;
	padding: 16px;
	margin-top: 20px;
}
#text {
	padding: 40px;
}
#photos {
	margin-top: 20px;
	padding-left: 3px;
}
#footer {
	color: #4f6f18;
	margin-top: 20px;
}
#home-info-box {
	padding: 20px;
	height: 170px;
	width: 114px;
	background-image: url(/images/home/brown-box.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	color: #FFFFFF;
	line-height: 1.25em;
	font-weight: bold;
}
#volunteer-nav {
	margin-bottom: 35px;
	padding: 7px;
	background-color: #4f6f18;
}
#volunteer-nav img {
	margin-right: 20px;
}

/* LINKS */

a {
	color: #4f6f18;
	text-decoration: none;
}
a:hover {
	color: #4f6f18;
	text-decoration: underline;
}
#home-info-box a {
	color: #FFFFFF;
}

/* GLOBAL STYLES */

.input-text {
	border: 1px solid #999999;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 15em;
	height: 1.5em;
}

.img {
	border:none;
}
.home-text {
	line-height: 1.85em;
}
ul {
	list-style-position: outside;
	margin-left: 15px;
}
h1 {
	color: #4f6f18;
	font-size: 180%;
	text-transform: uppercase;
}
h2 {
	color: #4d4d4d;
	font-size: 135%;
	margin-bottom: 3px;
}
h3 {
	color: #4f6f18;
	font-size: 115%;
}
h4 {
	color: #83651b;
	font-size: 110%;
	margin-bottom: 3px;
}
.disclaimer {
	font-size: 80%;
}
.button {
	color: #FFFFFF;
	background-color: #4f6f18;
}
.ruler {
	border: 0;
	padding-top: 10px;
	border-top: 2px dotted #FFFFFF;
	padding-bottom: 4px;
}
.ruler-image {
	padding-top: 10px;
	padding-bottom: 10px;
}
.input {
	border: 2px solid #999999;
}

.photobox {
	background: #ccc;
	position: relative;
	padding: 6px;
	text-align: center;	
	width: 200px;

}
.photobox img {
	/*border: 3px solid #feffff;*/
}

.photobox .caption {
	font: normal 10px/10px "Helvetica", "Arial", sans-serif;
	color: #000;
	width: 200px;
	text-align: justify;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 10px 10px 0;
}

.clear {
	clear:both;
}
.practice {
	color: #696969;
	font: 10px/11px Georgia, "Times New Roman", Times, serif;
	margin-top: 34px;
}
