
/* Hands-On Partnership for South Dakota Pages Styles
   Updated: Thu 07.03.08 @ 1:04 pm
   Author:     Wynne Nafus Sayer
   ----------------------------------------------------*/

/* COLORS
   Body Background:       #66cc33 - GREEN
   Main Text:             #000000 - BLACK
   Links:                 #01A6E3 - BLUE
*/


body {
	background-color: #66cc33;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
a:link {
	color: #01A6E3;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #25C4FE;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #01A6E3;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
#hoplogo {
	background-image: url(images/hopcorner.gif);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 270px;
}
#topnav {
	background-image: url(images/topnav.gif);
	background-repeat: no-repeat;
	float: right;
	height: 170px;
	width: 530px;
}
#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-image: url(images/greensite.gif);
	background-repeat: repeat-y;
	width: 800px;
	padding-left: 110px;
	padding-right: 20px;
	background-position: inherit;
	clear: both;
}
#bottom {
	width: 800px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: top;
}
#navbar {
	float: left;
	height: 23px;
	padding-top: 136px;
	padding-left: 25px;
	vertical-align: top;
	text-align: left;
	font-size: 1.15em;
}
#navbar a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #00A5E0;
}
#bottomnav {
	background-position: right top;
	text-align: right;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 20px;
	clear: both;
}
#col1img {
	float: left;
	width: 150px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#col2content {
	float: right;
	width: 490px;
	margin-right: 50px;
	padding-right: 90px;
	margin-left: 10px;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#col3full {
	width: 640px;
	list-style-type: none;
	list-style-position: inside;
}
#bottomnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}
#bottomnav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#bottomnav a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
#bottomnav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.breadcrumb {
	font-size: small;
}

.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a img { border:none; }
