@charset "utf-8";

body {
	margin: 10px;
	background-color: #A7C0CB;
	background-image: url(/assets/images/layout/bg-site.jpg);
	background-repeat: repeat;
	background-position: center top;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

h1,h2,h3 {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #030;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgLeft {
	margin-right: 15px;
}
.imgRight {
	margin-left: 15px;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	line-height: 1.25em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
}
#tblWrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 920px;
	text-align: left;
	vertical-align: top;
}
#tdContentGardens {
	background-image: url(/assets/images/gardens/bg-page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	vertical-align: top;
}
#divGardenImage {
	padding-top: 55px;
	padding-left: 85px;
	background-image: url(/assets/images/gardens/bg-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 461px;
}
#divGardenList {
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: left;
	vertical-align: top;
	background-image: url(/assets/images/gardens/bg-list.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
}
#divGardenList h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


#divGardenDetail {
	padding-top: 20px;
	padding-left: 65px;
	background-image: url(/assets/images/gardens/bg-detail.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 790px;
	padding-right: 65px;
	height: 100px;
	font-size: 116%;
}
#divBeforeAfter {
	background-image: url(/assets/images/gardens/bg-before-after.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 430px;
}
#divReturn {
	padding-top: 30px;
	padding-left: 711px;
}
#divAddress {
	padding-top: 28px;
	padding-left: 65px;
}
#divAddress h1 {
	font-size: 167%;
	color: #4E6D03;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}
#div3Images {
	padding-top: 85px;
	padding-left: 48px;
}






#tdMenu {
	text-align: left;
	vertical-align: top;
	background-color: #09647F;
	height: 30px;
	width: 830px;
}
#tdMenu ul li {
	margin: 0px;
	padding: 0px;
}

#tdHome {
	text-align: right;
	vertical-align: middle;
	background-color: #09647F;
	width: 80px;
	padding-right: 10px;
}
#tdHome a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#tdHome a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}



#tdHeader {
	text-align: left;
	vertical-align: top;
	height: 41px;
	width: 895px;
	background-color: #09647F;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AFE0F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 189%;
	color: #FFF;
	font-weight: normal;
	padding-top: 80px;
	padding-left: 25px;
}
#tdContent {
	text-align: left;
	vertical-align: top;
}
#tdText a {
	color: #004968;
}

#tdFooter {
	text-align: left;
	vertical-align: top;
	background-color: #B3DEEA;
	background-image: url(/assets/images/layout/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 920px;
}
.tdLeft50 {
	width: 50%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight50 {
	width: 50%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft70 {
	width: 70%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight30 {
	width: 30%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft60 {
	width: 60%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight40 {
	width: 40%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#tblFootLinks {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 93%;
}
#tblFootLinks a {
	font-size: 93%;
	font-weight: bold;
	color: #104457;
	text-decoration: none;
	padding-right: 30px;
}
#tblFootLinks a:hover {
	font-size: 93%;
	font-weight: bold;
	color: #104457;
	text-decoration: underline;
	padding-right: 30px;
}
#tdQuestions ol li ol {
	padding-left: 0px;
}

#tdQuestions ol li ol li{
	list-style-type: none;
}
.testError {
	font-weight: bold;
	color: #C00;
}
#tdText {
	width: 520px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;

}
#tdQuestions {
	background-color: #F6F5E8;
	width: 360px;
	text-align: left;
	vertical-align: top;

}


#tblQuiz {
	width: 900px;
	margin-right: 0px;
	margin-left: auto;
	color: #004968;
}
.divGrayDash {
	background-image: url(/assets/images/layout/dotted-gray-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#divDesignNext {
	background-image: url(/assets/images/layout/dotted-gray-line.gif);
	background-position: left bottom;
	text-align: right;
	vertical-align: bottom;
	background-repeat: repeat-x;
}
#divDesignNext a {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	color: #006837;
	background-color: #FFF;
	text-decoration: none;
	padding-left: 5px;
}
#divTLinks img {
	padding-top: 15px;
}
#tdPlanning {
	text-align: left;
	vertical-align: top;
	background-image: url(/assets/images/layout/bg-planning.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 65px;
	padding-left: 25px;
	color: #09647F;
}
#tdPlanning a {
	color: #09647F;
}
#tdPlanningL {
	width: 555px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}

#tdPlanningR {
	width: 325px;
	text-align: left;
	vertical-align: top;
	background-image: url(/assets/images/layout/bg-topics-right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tblPlanMenu {
	background-image: url(/assets/images/layout/bg-topics-right-small.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}

#tblPlanTopics {
	width: 900px;
	margin-right: 0px;
	margin-left: auto;
	color: #004968;
}
#tdTen {
	padding-left: 25px;
	padding-right: 10px;
}
#tdTen ol li {
	font-weight: bold;
	margin-bottom: 10px;
}
.active {
	font-weight: normal;
	color: #94B5C0;
}
#tdTen ol li a {
	color: #09647F;
	text-decoration: none;
}
