
body {
	font: 11px Arial, sans-serif;
	margin: 0;
	color: #333;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

divt {
	border: 1px solid #dddddd;
}

* {
	margin : 0;
	padding : 0;
}

img {
	border-style: none;
}

a { color: #aaaaaa; text-decoration: underline; }

a:hover { color: #000000; text-decoration: underline; }

a:active { color: #aaaaaa; }

a:visited { color: #aaaaaa; }

h1 {
	margin : 0;
	padding : 0;
}

h2 {
	color: #999999;
	font: 3em Georgia, Times New Roman, Times, serif;
	padding-top: 10px;
	padding-left: 240px;
}

h3 {
	margin : 0;
	padding : 0;
}




#pagewrapper {
	width: 840px;
	margin: 0px auto;
	padding:  0px;
	background: repeat-y url(images/main/bg.gif);
}

#header {
	width: 680px;
	height: 53px;
	text-align: right;
	padding: 40px 160px 0px 0px;
	background: no-repeat url(images/main/header.gif);
}

#menu {
	width: 780px;
	height: 28px;
	margin: 0px 30px;
}
#menu li {
	display: block;
	float: left;
	width: 130px;
	height: 28px;
}

#mainwrapper {
	width: 778px;
	margin: 10px 31px 0px 31px;
	padding:  0px;
}

#mainwrapper p {
	line-height: 1.4em;
}


/* content */

#contentwrapper, #contentfooter, #content, #galleryfooter, #nurseryfooter {
	width: 585px;
}
#content {
	min-height: 390px;
}
#contentshade {
	width: 555px;
	padding: 10px;
	min-height: 250px;
}
#contentheader {
	width: 545px;
	padding: 8px 15px;
}
#contentwrapper {
	float: left;
	background: repeat-y url(images/main/home_content_bg.gif) right;
}
#contentshade {
	background: repeat-x url(images/main/content_bg.gif);
}
#contentfooter {
	height: 30px;
	background: no-repeat url(images/main/home_content_bottom.gif) right bottom;
}

#contentheader p {
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 0px;
}

#content p, #content li {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content a:hover, #content a:active {
	color: #C5370D;
	text-decoration: underline;
}
#content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content ul {
	margin-left: 10px;
}
#content ol {
	margin-left: 30px;
}
#content span.highlight {
	color: #C5370D;
}

#content div.leftpanel, #content div.rightpanel {
	width: 247px;
	padding: 0px 10px;
}
#content #widepanel {
	padding: 0px 15px;
}
#content div.leftpanel {
	float: left;
}
#content div.rightpanel {
	float: right;
}

#content div.leftbutton {
	width: 269px;
	float: left;
}
#content div.rightbutton {
	width: 269px;
	float: right;
}


/* content */



/* nursery */

#locations #contentshade {
	background: none;
	/*border-top: 1px solid #dddddd;*/
}

#locations hr {
	border-top : 1px solid #FFAE00;
	margin: 2px 0px;
	clear:both;
}
#locations #map {
	float: right;
	margin: 0px;
}
#locations form {
	margin-bottom: 10px;
}
#locations h3 {
	clear: left;
}
#locations p, #locations form {
	padding-left: 10px;
}
#locations select {
	border : 1px solid #ddcb00;
	color: #FFAE00;
	background-color: #ffffff;
}

#locations li {
	list-style: none;
	float:left;
	margin: 0px;
}
#locations ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#nursery #address, #nursery #services {
	background: repeat-y url(images/locations/panel_mid.gif);
	width: 134px;
	margin: 20px 0px 20px 20px;
	font-size: 1em;
}
#nursery #address p, #nursery #services p {
	padding-bottom: 4px;
	padding-left:4px;
}

#nursery div.inner {
	background: no-repeat url(images/locations/panel_bottom.gif) bottom;
	width: 114px;
	padding: 10px;
}

#nursery #content #description {
	width: 365px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#nurseryfooter {
	height: 50px;
	background: no-repeat url(images/main/locations_content_bottom.gif) right bottom;
}
#nurseryfooter img.gotolabel {
	margin: 0px 0px 0px 10px;
}
#nurseryfooter img {
	margin: 5px 0px 0px 0px;
}

/* nursery */


/* gallery */

#galleryfooter {
	height: 100px;
	background: no-repeat url(images/main/gallery_content_bottom.gif) right bottom;
}

#gallery {
	text-align:center;
}
#gallerythumbs {
	text-align:center;
}
#gallerythumbs img {
	margin: 10px;
}

#gallery img.photo {
	border: 2px solid #BCD100;
	margin: 10px;
}

/* gallery */


/* contact form */

#contactform h3, #contactform h4 {
	padding: 0px 0px 10px 120px;
}
#contactform div.section {
	padding: 5px 0px 20px 0px;
}
#contactform p {
	padding: 4px 0px;
}
#contactform label, #contactform input.text {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
#contactform label {
	text-align: left;
	width: 100px;
	padding-right: 20px;
}
#contactform br {
	clear: left;
}
#contactform p.buttons {
	margin-left: 110px;
}
#contactform p.radio span {
	margin-right: 20px;
}
#contactform p.radio span input {
	margin-left: 3px;
}
#contactform textarea {
	width: 400px;
	height: 100px;
}
#contactform .message {
	color: #990000;
	font-size: 1.4em;
	margin-left: 120px;
}
#contactform .note {
	margin-left: 120px;
}

/* contact form */

/* right section */

#rightwrapper {
	width: 189px;
	float: right;
}

#rightpanel {
	width: 149px;
	height: 170px;
	padding: 100px 20px 0px 20px; 
	background: no-repeat url(images/sideheadings/placeholder.gif) bottom right;
}
#rightpanel div.panelinner {
	height: 120px;
}

#ad {
	width: 189px;
	height: 238px;
	float: right;
	background: no-repeat url(images/ads/ad.gif) bottom;
}

#iconkey {
	width: 188px;
	float: right;
	background: no-repeat url(images/sidepanels/icon_bottom.gif) bottom left;
}
#iconkey p {
	padding: 5px 10px 20px 20px;
}
#iconkey p img {
	margin-left: 15px;
}

/* right section */


#footer {
	width: 840px;
	height: 50px;
	margin: 7px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background: no-repeat url(images/main/footer.gif);
}

#footer ul {
	padding-left: 40px;
}

#footer li {
	display : block;
	float: left;
	padding-left: 10px;
}
#footer li.copy {
	padding-left: 90px;
}
#footer li.boz {
	padding-left: 0px;
}

.clear {
	display: block;
	clear: both;
	width: 80%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}



/* /// home \\\ */

#home #contentwrapper, #home #contentfooter, #home #content {
	width: 411px;
}
#home #contentshade {
	width: 401px;
	height: none;
	padding:0px;
	height: 311px;
}
#home #contentshade p.panel {
	width: 175px;
	padding: 10px 10px 0px 15px;
	float: left;
}
#home #contentshade p.buttons {
	width:402px;
	text-align: center;
	padding-top:10px;
}
#home #rightwrapper {
	width: 367px;
	float: right;
}

#home #rightwrapper #explorenursery {
	width: 367px;
	height: 280px;
	background: no-repeat url(images/main/home_explore_bg.gif) bottom right;
}
#home #rightwrapper #explorenursery p {
	width: 158px;
	float: left;
	padding: 5px 5px 0px 20px;
}
#home #rightwrapper #explorenursery p.button {
	width: 173px;
	padding:20px 5px 0px 5px;
}

#home #rightwrapper #services {
	width: 178px;
	height: 238px;
	float: left;
	background: no-repeat url(images/main/home_services_bg.gif) bottom;
}
#home #rightwrapper #services p {
	padding: 10px 20px 0px 20px;
}
#home #rightwrapper #services p img {
	float: right;
	margin: 0px 4px 0px 0px;
}

#home #rightwrapper #curriculum {
	width: 189px;
	height: 238px;
	float: right;
	background: no-repeat url(images/sidepanels/curriculum.gif) bottom;
}
#home #rightwrapper #curriculum p {
	padding: 100px 10px 0px 20px;
}

/* home */


/* sitemap */

#contactus h3 {
	margin: 15px 0px 5px 0px;
}
#sitemap {
	font-size: 1.2em;
}
#sitemap li {
	padding: 6px 0px;
}
#sitemap li li {
	padding: 0px;
}
#sitemap li ul {
	padding: 16px 0px 5px 0px;
}
#sitemap li li a {
	font-size: .8em;
}
/* sitemap */


/* iconkey */

#iconkeybigwrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3000px;
	background: url(images/icons/screen-shadow.png) repeat;
	text-align : center;
}

#iconkeybig {
	width: 690px;
	border: 1px solid #81997F;
	background-color: #ffffff;
	margin: 50px auto;
}
#iconkeybig p {
	padding: 0;
	margin: 0;
}
#iconkeybig img.header {
	padding-top: 14px;
}
#iconkeybig div.icon {
	width : 100px;
	height : 150px;
	text-align: center;
	float:left;
	padding: 5px;
}

#profile2 {
	margin-left:30px;
	}


/* iconkey */