@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	text-align: justify;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#header ul {
	padding: 2px;
	float: left;
	list-style-type: none;
}
#header li {
	display: inline;
	margin-right: .25em;
	padding-bottom: .5em;
}
#header a {
	font-size: 70%;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #B5B5B5;
}
#header a:focus, #header a:hover {
	color: #FFFFFF;
}
#search {
	background-image: url(images/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0px;
	float: right;
	padding-left: 25px;
}
#search label {
	position: absolute;
	top: -10000px;
}
#masthead {
	background-color: #FFFFFF;
	background-image: url(images/masthead_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
}
#masthead p span {
	position: absolute;
	top: -10000px;
}
#content-wrapper {
	float: left;
	width: 770px;
	margin-bottom: 20px;
}

#secondary-content {
	float: left;
	width: 200px;
}
#main-content {
	float: left;
	width: 570px;
	padding-bottom: 0px;
}
#main-content h1 {
	font-size: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	color: #FFFFFF; /* Sets the background color of the footer to very dark gray. */
	padding: 20px 0px; /* Sets the padding within the footer. */
	background-color: #FFFFFF;
}
#footer-wrapper { /* This div is set up for use in faux column technique within the footer. It is the parent container for the three columns, and is needed in order to have a way to give the illusion of a border around and within the the three columns in the footer.*/
	float: left; /* Floats the footer wrapper to the left. */
	width: 770px; /* Assigns a width to the footer wrapper. */
	border: 1px solid #FFFFFF; /* Sets a one pixel, solid, gray border around the footer wrapper. */
	background-color: #FFFFFF;
}
.column {
	float: left;/* Floats each column to the left.*/
	width: 270px;
	background-color: #FFFFFF;
}
.column p { /* This descendant selector sets attributes for paragraphs only in the context of the column class. */
	font-size: 9pt; /* Sets the font size to 75% of the user's browser preference. */
	line-height: 1.4; /* Opens up the spacing (leading) between lines of text. */
	padding: 10px; /* Sets 10 pixels of padding all around paragraphs within the column divs. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999999;
}

/* CLEARING WIDGET ------------------------------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
.leftimg {
	float: left;
	margin-right: 8px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00CC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #00CC00;
}
