@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4E4E4E;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 80%;
	line-height: 1.5;
	background-color: #CCC;
}
#navigation {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	clear: both;
	margin-left: -10px;
	padding: 0px;
}
#navigation  a   {
	text-decoration: none;
	margin-right: 5px;
	background-image: url(../originals/button1.png);
	width: 110px;
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#home #navigation li.home,
#about #navigation li.about,
#information #navigation li.information,
#fees #navigation li.fees,
#facilities #navigation li.facilities,
#staff #navigation li.staff,
#events #navigation li.events,
#faq #navigation li.faq,
#location #navigation li.location,
#contact #navigation li.contact {
}
.picture-placeholder {
	width: 350px;
	margin: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#home #navigation li.home a,
#about #navigation li.about a,
#information #navigation li.information a,
#fees #navigation li.fees a,
#facilities #navigation li.facilities a,
#staff #navigation li.staff a,
#events #navigation li.events a,
#faq #navigation li.faq a,
#location #navigation li.location a,
#contact #navigation li.contact a {
	font-weight: bold;
	background-image: url(../originals/button2.png);
}
.picture-placeholder img {
	width: 350px;
}


#container  {
	width: 760px;
	text-align: left;
	background-color: #153170;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
#sidebar1 h1 {
	margin: 0px;
}

#header  {
	background-image: url(../images/Cherry-Blossom-Nursery.jpg);
	background-repeat: no-repeat;
	height: 261px;
	background-position: top;
	padding: 0;
	margin-bottom: 20px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E37514;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E37514;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #FFF;
	background-image: url(../originals/main-corner.png);
	background-repeat: no-repeat;
	background-position: left top;
} 

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	color: #06C;
	margin-top: 0px;
	font-weight: bold;
	font-variant: normal;
}

#footer  {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.orange {
	color: #E67817;
}

#navigation li {
	list-style-type: none;
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #DFE7F9;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	padding-left: 0px;
	margin-left: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.box {
	float: right;
	width: 120px;
	font-family: "Times New Roman", Times, serif;
	color: #CC6633;
	font-size: 170%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 10px;
}
.blue {
	color: #06C;
}
.green {
	color: #ACD306;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.pink {
	color: #DD127B;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #E67817;
	font-weight: bold;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

