@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link, a:visited, a:active {
color:#060e57;
}
img {
border:none;
}

h1 {
font-size:16px;
color:#060e57;
padding:0;
margin:0;

}

h2 {
font-size:12px;
color:#060e57;
padding:0;
margin:0;

}

h3 {
font-size:14px;
color:#060e57;
padding:0;
margin:0;

}
.wrapper {
padding:0;
margin:0 auto 0 auto;
width:850px;
background-color:white;
}
.header {
position:relative;
background-color:#f4d502;
border-bottom:3px solid #060e57;
}
.topnav {
margin:0px;
background-color:#f4d502;
padding:4px;
text-align:center;
}
.topnav a:link, .topnav a:visited, .topnav a:active {
color:#333333;
text-decoration:none;
font-weight:bold;
}
.topnav a:hover {
color: #666666;
}
.searchbox {
	width:200px;
	margin-left:10px;
	position:absolute;
	top:16px;
	right:13px;
	
}
.searchbox input {
width:100px;
border:1px solid #f4d502;
}
.searchboxsubmit {
	width:200px;
	margin-left:10px;
	position:absolute;
	top:11px;
	right:-147px;
}

.leftnav {
padding-top:10px;
margin-bottom:3px;
padding-left:10px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
color:#060e57;
background-color: #999;
background-image: url(images/down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
color:#060e57;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/up.jpg);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/up.jpg);
color: #333;
}

.content {
	padding:10px;
	padding-top:20px;
	/*background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -10px;*/
}
.content strong {
font-weight:normal;
}
.footer {
padding:14px;
text-align:center;
margin-top:20px;
border-top:solid #060e57 5px;
}
.indexbucket1 {
	background-image: url(images/indexbucket1-large.jpg);
	background-repeat: no-repeat;
	background-position: left -15px;
	width:380px;
	float:left;
	padding:7px;
	margin:10px;
	border:0px solid #060e57;
	height:400px;
	position:relative;
}
.indexbucket2 {
	background-image: url(images/indexbucket2-large.jpg);
	background-repeat: no-repeat;
	background-position: left -15px;
	width:380px;
	float:left;
	padding:7px;
	margin:10px;
	border:0px solid #060e57;
	height:400px;
	position:relative;
}
.indexbucket3 {
	background-image: url(images/indexbucket3-large.jpg);
	background-repeat: no-repeat;
	background-position: left -15px;
	width:380px;
	float:left;
	padding:7px;
	margin:10px;
	border:0px solid #060e57;
	height:400px;
	position:relative;
}
.indexbucket4 {
	background-image: url(images/indexbucket4-large.jpg);
	background-repeat: no-repeat;
	background-position: left -15px;
	width:380px;
	float:left;
	padding:7px;
	margin:10px;
	border:0px solid #060e57;
	height:400px;
	position:relative;
}

.indexbucketcont {
	position:absolute;
	top:185px;
	left:0;
	padding:7px;
	border:1px solid #060e57;
	border-top:none;
	width:380px;
	height:215px;
	
}
.imageright {
float:right;
margin:0 0 10px 10px;
}

/*

		Scotts Form Generator Styling

*/
.formtable {
width:500px;
margin-top:30px;
}
.formtitle {
font-size:16px;
color:#333333;
border-bottom:1px solid #060e57;
}
.formnotes {
font-size:10px;
}
.formcol1 {
font-weight:bold;
text-align:right;
margin-right:4px;
}
.formcol2 {
}
.formtext {
border:1px solid #999999;
}
.formtextarea {
border:1px solid #999999;
}
