html {
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: repeat-y;
	background-image: url(/pot/images2010/body_bg.gif);
	background-position: center top;
}

body {
	font-size:11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, verdana, helvetica, sans-serif;
	padding:0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.small_body {
	font-size: 10px;
}

.big_body {
	font-size: 12px;
}

.biggest_body {
	font-size: 13px;
}
.orange {
	color: #ff8e00;
}

.lite_gray {
	color: #808081;
}

.white {
	color: #ffffff;
}	

.shaded {
	background: #E3E4E5;
}

A:link {color: #ff8e00; text-decoration:none;}
A:visited {color:#ff8e00; text-decoration:none;}
A:hover {color:#bebebe; text-decoration:underline;}
A:active {color:#ff8e00; text-decoration:none;}

h1 {
	font-size: 22px;
	line-height: 25px;
	color: #808081;
	font-weight: normal;
}

.header {
	font-size: 14px;
}

.large_header {
	font-size: 24px;
}

p {
	padding: 3px 20px;
}

p.orange_alert {
	font-size: 24px;
	color: #ffffff;
	background: #ff8e00;
	width: 900px;
	padding: 10px;
}

a img  {
	border: 0;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 978px;
	background: #ffffff;
}

#header {
	width: 900px;
	height: 105px;
}

#logo {
	float: left;
	width: 315px;
	height: 105px;
}

#home_content {
	width: 940px;
	margin-left: 38px;
	text-align: left;
}

#home_left {
	padding-top: 8px;
	float: left;
}

#home_right {
	padding-top: 8px;
	float: right;
}

#content {
	width: 900px;
	text-align: left;
}

#app_final_content {
	width: 850px;
	background: #ff8e00;
	text-align: center;
	padding: 25px;
	color: #ffffff;
}

#app_final_content h1 {
	color: #ffffff;
	font-size: 24px;
}

#app_final_content a {
	color: #ffffff;
}

#login {
	text-align: center;
}

/* Navigation */
#navigation_container {
	float: right;
	width: 583px;
	height: 105px;
	background: url(/pot/images2010/pot_logo.gif) no-repeat top right;
}

.nav_text {
	padding: 10px 5px 0px 12px;
	display: block;
}

.small_nav_text {
	padding: 0px 5px 5px 12px;
	font-size: 10px;
	line-height: 12px;
	color: #aaaaac;
	display: block;
}

#navigation {
	padding-top: 20px;
	width: 583px;
	height: 73px;
	text-align: left;
}

#navigation ul	{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li	{
	float: left;
	border-left: 1px solid #cecfd0;
	height: 73px;
}

#navigation li a	{
	margin-top:-3px;
	padding-top:3px;
	background: #ffffff;
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 129px;
	height: 73px;
	display: block;
	color: #6D6E70;
	text-decoration: none;
	text-align: left;
}

#navigation li a:hover	{
	background: url(/pot/images2010/nav_bg.gif) no-repeat top center;
}

#navigation #currentpage a {
	background: url(/pot/images2010/nav_bg.gif) no-repeat top center;
}

#sub_nav {
	width: 900px;
	height: 25px;
	margin: 20px 0px;
	background: url(/pot/images2010/sub_nav_bg.gif) no-repeat top left;
	text-align: left;
}

#sub_nav a:link.active {
	text-decoration: underline;
}

#sub_nav p {
	padding: 2px 5px;
}

#sub_nav a:link {
	color: #000000;
	text-decoration: none;
}

#sub_nav a:visited {
	color: #000000;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #000000;
	text-decoration: underline;
}


#application_sub_nav_container {
	width: 900px;
	height: 31px;
	margin: 13px 0px 20px 0px;
	background: url(/pot/images2010/sub_nav_bg.gif) no-repeat bottom left;
	text-align: left;
}

#application_sub_nav ul	{
	list-style: none;
	padding: 0;
	margin: 0;
}

#application_sub_nav li	 {
	list-style: none;
	float: left;
}

#application_sub_nav li a	{
	height: 37px;
	font-size: 11px;
	line-height: 37px;
	color: #6D6E70;
	text-decoration: none;
	text-align: left;
	padding: 10px;
}

#application_sub_nav li a:hover	{
	height: 37px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
	padding: 10px 9px 5px 9px;
}

#application_sub_nav #app_currentpage a {
	height: 37px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
	padding: 10px 9px 5px 9px;
}
/*
#application_sub_nav #reg_completed a {
	height: 37px;
	color: #FF8E00;
	border-top: 1px solid #F7BD8F;
	border-left: 1px solid #F7BD8F;
	border-right: 1px solid #F7BD8F;
	background: #F7BD8F;
	padding: 10px 9px 5px 9px;
}

#application_sub_nav #about_org_completed a {
	height: 37px;
	color: #FF8E00;
	border-top: 1px solid #F7BD8F;
	border-left: 1px solid #F7BD8F;
	border-right: 1px solid #F7BD8F;
	background: #F7BD8F;
	padding: 10px 9px 5px 9px;
}

#application_sub_nav #about_garden_completed a {
	height: 37px;
	color: #FF8E00;
	border-top: 1px solid #F7BD8F;
	border-left: 1px solid #F7BD8F;
	border-right: 1px solid #F7BD8F;
	background: #F7BD8F;
	padding: 10px 9px 5px 9px;
}

#application_sub_nav #ques_one_completed a {
	height: 37px;
	color: #FF8E00;
	border-top: 1px solid #F7BD8F;
	border-left: 1px solid #F7BD8F;
	border-right: 1px solid #F7BD8F;
	background: #F7BD8F;
	padding: 10px 9px 5px 9px;
}

#application_sub_nav #ques_two_completed a {
	height: 37px;
	color: #FF8E00;
	border-top: 1px solid #F7BD8F;
	border-left: 1px solid #F7BD8F;
	border-right: 1px solid #F7BD8F;
	background: #F7BD8F;
	padding: 10px 9px 5px 9px;
}*/

/*  edit for nav update - need to put this back when error check is built
#application_sub_nav #reg_completed a,
#application_sub_nav #about_org_completed a,
#application_sub_nav #about_garden_completed a,
#application_sub_nav #ques_one_completed a,
#application_sub_nav #ques_two_completed a,
#application_sub_nav #ques_three_completed a {
	height: 37px;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #FF8E00;
	padding: 10px 9px 5px 9px;
}
*/

#application_sub_nav #reg_completed a,
#application_sub_nav #about_org_completed a,
#application_sub_nav #about_garden_completed a,
#application_sub_nav #ques_one_completed a,
#application_sub_nav #ques_two_completed a,
#application_sub_nav #ques_three_completed a {
	height: 37px;
	padding: 10px 9px 5px 9px;
}


/* END NAVIGATION */

/* FORMS */

label {
	text-align: center;
	line-height: 13px;
	font-size: 10px;
	color: #000000;
}

input.login {
	width: 200px;
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

input.contact {
	width: 200px;
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

input.contact.long {
	width: 250px;
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

input.information {
	width: 300px;
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

input.checkbox {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

input.small {
	width: 75px;
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}


select {
	border: 1px solid #666666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
}

textarea.questions {
	width: 855px;
	height: 400px;
}

p.error {
	font-size: 10px;
	color:#FF1D25;
	text-transform: uppercase;
	margin: 2px 0px;
}

#contact_info {
	width: 700px;
}

#about_garden {
	width: 750px;
}

#about_organization {
	width: 750px;
}

#left_column {
	float: left;
}

#right_column {
	float: right;
	padding-right: 50px;
}

#saveNext{
	text-align:right;
}

/* END FORM STYLES */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */




