
body
{
	color: black;
	background-color: #ebe6c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0px;
	margin: 0px 0px 0px 20px;
}

#map
{
	border: 3px solid #666666;
	margin-left: 10px;
	width: 400px;
	height: 300px;
	margin-right: 230px;
	clear: both;
}

.logo
{
	position: absolute;
	left: 5px;
}

img
{
	border: none;
	outline: none;
}

.sectionTitle
{
	font-size: 14pt;
	font-weight: bold;
}


.pagetitle
{
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #b3b285;
	position: relative;
	top: -50px;
	left: 200px;
	height: 0px;
}

#container
{
	padding-top: 14px;
}

.itemlist li
{
	list-style-image: url('../image/separator.gif');
}

li
{
	margin-bottom: 8px;
}

.infobox
{
	border: 3px solid #cccc9a;
	width: 200px;
	margin: 10px;
	padding: 5px;
}

.infoboxtitle
{
	font-weight: bold;
	margin-bottom: 5px;
}

.emphasis
{
	text-decoration: underline;
}

.appointmenttop
{
	position:absolute;
	top:0px;
	right:8px;
}

.appointmentright
{
	position:absolute;
	top:33px;
	right:1px;
}

.nurseryPageText
{
	min-height: 550px;
	margin-bottom: 30px;
}

* html .nurseryPageText
{
	height: 550px;
	margin-bottom: 30px;
}

.pagetext
{
	min-height: 400px;
	margin-bottom: 30px;
}

* html .pagetext
{
	height: 350px;
}


.photo
{
	border: 2px solid #cccc9a;
	margin: 0px;
	padding: 0px;
}

.pagetext a
{
	color: #396768;
}



/* set the image to use and establish the lower-right position*/ 
.cssbox, .cssbox_body, .cssbox_head {
    background: transparent url("../image/box.png") no-repeat bottom right; 
} 

.cssbox { 
	max-width: 2048px;
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 



/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 31px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head .headerContent { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 0 15px 200px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
}

* html .cssbox_head .headerContent 
{ 
	padding-bottom: 5px;
}

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0px 15px 30px; /* mirror .cssbox_head right/left */ 
} 
