@charset "UTF-8";
/* CSS Document */

/* Garden Walk stuff */

#memberticket, #nonmemberticket {
	width:250px;
	height:225px;
	float:left;
	margin: 0px 10px 0px 0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
	background-repeat:no-repeat;
	}
#memberticket form {
	margin:175px auto 0px auto;
	}
#nonmemberticket form {
	margin:175px auto 0px auto;
	width:100px;
	}
#memberticket {
	background:url(images/2010GardenWalk_MT.jpg);
	}
#nonmemberticket {
	background:url(images/2010GardenWalk_NMT.jpg);
	}

#signupbox {
	background:url(images/signupBar.jpg);
	width:510px;
	height:80px;
	padding:0px;
	float:left;
	margin-top:10px;
	text-align:right;
	overflow:hidden;
	background-repeat:no-repeat;
	}
#signupbox form {
	width:320px;
	margin-right:10px;
	float:right;
	}
#signupbox table {
	width:300px;
	}
#ticketholder{
	width:640px;
	margin:20px;
	}
	

* html #box {
	height:100%;
	}
* html #content.sidebarbox {
	padding-top:6px;
	}


html, body {
	height: 100%;
	}

body {
	text-align:center;
	margin-top:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	background-color:#E6DBCF;
	background-image:url(images/bkgrnd1.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
p {
	color:#002200;
	}
ul {
	padding-left:40px;
	margin-left:0px;
	}
li {
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
	margin-top:8px;
	}
.leftclear {
	clear:left;
	}	

a {
	text-decoration:none;
	}
hr {
	background:#736357;
	border:0px;
	height:5px;
	width:100%;
	}
table {
	width:600px;
	text-align:center;
	vertical-align:top;
	margin:20px auto;
	}
.tablehead {
	font-size:10px;
	}
.alt td {
	background:#DDDDDD;
	}
.blank {
	border-bottom:1px solid #003300;
	}
ul {
	text-indent:20px;
	}

#box {
	text-align:left;
	width:940px;
	min-height:100%;
	margin:0px auto 0px auto;
	padding:0px;
	background-image:url(images/boxbkgrnd1.gif);
	background-position:top;
	background-repeat:repeat-y;
	}
#header {
	background-image:url(images/headerbox.gif);
	margin-top:0px;
	width:940px;
	height:260px;
	}
.title {
	overflow:auto;
	background-image:url(images/headerboxtitle.jpg);
	margin-top:0px;
	margin-left:10px;
	width:920px;
	height:60px;
	}
.title p {
	font-size:10px;
	padding:0px;
	margin-right:20px;
	margin-top:30px;
	margin-bottom:0px;
	text-align:right;
	}

.nav {
	font-size:12px;
	line-height:12px;
	margin-left:30px;
	height:200px;
	width:200px;
	overflow:hidden;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-y
	}
.nav a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding-left:20px;
	padding-top:4px;
	height:22px;
	margin:0px;
	}
.nav a:hover {
	background-image:url(images/navbackhover.jpg);
	background-repeat:repeat-y;
	}
#content {
	margin:10px 20px 0px 20px;
	}
.maintext {
	margin-left:10px;
	width:660px;
	}
.maintext strong{
	color:#006600;
	}
.maintext h3{
	font-size:16px;
	font-weight:normal;
	color:#006600;
	}
.maintext h4{
	color:#002200;
	font-size:12px;
	font-weight:bold;
	}
.maintext p {
	margin-left: 20px;
	}

.maintext a {
	color:#F8941D;
	text-decoration:none;
	}
.maintext a:hover {
	text-decoration:underline;
	}
.maintext img {
	margin-bottom:10px;
	margin-right:10px;
	}
.submain {
	float:left;
	width: 300px;
	margin-right:20px;
	font-size:10px;
	}
.submain h3 {
	font-size:14px;
	font-weight:normal;
	color:#006600;
	}
.sidebarbox {
	clear:right;
	text-align:center;
	overflow:hidden;
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	width:180px;
	color:#000000;
	background-color:#F8941D;
	background-image:url(images/sidebar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:0px;
	padding-bottom:6px;
	}

.sidebarbox img {
	padding-top:0px;
	margin-top:0px;
	}
.siderbarbox p {
	margin-left:5px;
	margin-top:0px;
	padding-bottom:6px;
	}
.sidebarbox a img {
	border:none;
	}
.sidebarbox a {
	color: #000000;
	text-decoration:none;
	}
.sidebarbox a:hover {
	text-decoration:underline;
	}
.sidebar {
	text-align:center;
	clear:right;
	float:right;
	width:180px;
	margin-bottom:10px;
	margin-right:10px;
	}
.sidebar p {
	text-align:left;
	font-size:10px;
	color:#736357;
	}
.sidebar a img {
	border:none;
	}
#footer {
	margin-top:20px;
	clear:both;
	font-size:10px;
	color:#000000;
	text-align:center;
	}
#footer a {
	color:black;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer a img {
	border:none;
	}
