/* Reset Bad CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;margin:0;padding:0;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* General Body Stle and Font */
body {
	background: #194923 url('/themes/sprout/images/design/bg.jpg') no-repeat center top;
	margin: 0;
	font-family: sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* Link Styles */

a {
	color: #014711;
	text-decoration: none;
	
}

a:hover {
	color: #222222;
	text-decoration: underline;
}


p {
	margin: 5px 0 5px 0;
}

/* Header Styles */

h1 {
	font-size: 130%;
}

/* Main Layout Styles */

#usertools {
	background: #F1F6E4;
	width: 756px;
	margin: 0 auto;
	text-align: right;
	border-bottom: 1px #D2E0A5 solid;
	border-left: 1px #D2E0A5 solid;
	border-right: 1px #D2E0A5 solid;
	padding: 4px;
}

#layout {
	width: 766px;
	background-color: #ffffff;
	margin: 0 auto;
}

#header {
	width: 766px;
	height: 241px;
	background: #efefef;
	clear: both;
}

	#topsearch {
		background: #F1F6E4;
		width: 280px;
		height: 50px;
		position: absolute;
		margin: 180px 0 0 474px;
		border-top: 1px #D2E0A5 solid;
		border-left: 1px #D2E0A5 solid;
		border-right: 1px #D2E0A5 solid;
		padding: 5px;
		text-align: left;
		z-index: 20;
	}
	
	#slideshow {
		position: absolute;
		margin: 0 0 0 306px;
	}

.message {
	background-color: #EDF4F1;
	width: 780px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-family: monospace;
	color: #FF0000;
	}

#logo {
	position: absolute;
	z-index: 200;
	margin: -45px 0 0 -45px;
}

#content {
	clear: both;
}

	#breadcrumb {
		background: #F1F6E4;
		width: 560px;
		height: 12px;
		padding: 2px;
		border-bottom: 1px #D2E0A5 solid;
		border-left: 1px #D2E0A5 solid;
		border-right: 1px #D2E0A5 solid;
		position: absolute;
		margin: -10px 0 0 200px;
		font-size: 80%;
		overflow: hidden;
	}

	#content ul, #content ol {
		margin: 5px 0 5px 40px;
	}

#subheader {
	background: url('/themes/sprout/images/design/subheader.jpg') top left;
	width: 766px;
	height: 51px;
}

	#topmenu {
		width: 546px;
		padding: 10px 0 0 0;
		margin: 0 0 0 200px;
	}

#banner {
	margin: 0;
	padding: 0;
	width: 766px;
	height: 10px;
}

#sidebar {
	background: #ffffff url('/themes/sprout/images/design/content.jpg') no-repeat top left;
	width: 160px;
	height: 800px;
	overflow: auto;
	position: relative;
	float: left;
	padding: 10px 40px 0 0;
	text-align: left;
	margin: -10px 0 0 0;
	font-size: 0.9em;
}

	.bararea {
		padding: 10px;
		margin: 10px 0 10px 0;
	}
	
	.bararea ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.bararea li {
		padding: 0;
		margin: 0;
	}

#footer {
	background: url('/themes/sprout/images/design/footer.jpg') top left;
	width: 526px;
	height: 35px;
	clear: both;
	padding: 16px 0 0 240px; 
}

	#footer a {
		color: #ffffcc;
	}

#closer {
	width: 766px;
	height: 20px;
	margin: 0 auto;
	font-size: 70%;
	text-align: left;
	clear: both;
	color: #fff;
}

/* Page */
#page {
	background: #E7E7E7 url('/themes/sprout/images/design/store-bottom.gif') no-repeat center bottom;
	width: 536px;
	position: relative;
	float: right;
	padding: 10px 10px 20px 20px;
	margin: 7px 0 0 0;
	text-align: left;
}

/* Pages */
#pages {
	width: 100%;
	clear: both;
	text-align: right;
	margin: 5px 0 5px 0;
}

#pages ul {
	list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

.pages {
		list-style: none;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		clear: both;
	}
	
	.pages li {
		float: left;
		display: block;
		padding: 4px;
		margin: 0 2px;
		border: 1px #F0F0EE solid;
	}
	

	
/* Forms and Form Elements */

form {
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 100%;
	padding-top: 6px;
	margin: 5px 0 5px 0;
	line-height: 1.4em;
	font-size: 1.0em;
	font-weight: bold;
}

optgroup {
	font-size: 1.0em;
	background: #F0F0EE;
	border-top: 1px #333333 solid;
	margin-bottom: 10px;
}

fieldset {
	width: auto;
	padding: 2px 0 4px 10px;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px #efefef solid;

}

textarea {
	width: 370px;
	height: 160px;
	padding: 6px;
	font-size: 1.4em;
	border: 0;
	border: 1px #999999 solid;
}

input {
	padding: 2px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
	background: #FFFFFF;
}

select {
	padding: 3px 8px 3px 3px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
}


.instruction {
	font-size: 0.9em;
	width: auto;
	padding: 0;
}

button {
    margin:0 7px 0 0;
    background-color:#174924;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#ffffcc;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.action {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid red;
    border-top:1px solid red;
    border-left:1px solid red;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.button {
    margin:3px 7px 0 0;
    background-color:#174924;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#ffffcc;
    cursor:pointer;
    padding:6px 8px 4px 5px; /* Links */
}