/* Site Specific CSS Document */

/*Layout Divs */

#wrapper{
	margin: 50px auto 0;
	width: 800px;
	border: 1px solid #726EB3;
}
#header{
	width: 100%;
	background-image: url(images/toplogo.gif);
	height: 134px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

#menu{
	clear: both;
	height: 35px;
	background-image: url(images/menubar.gif);
	margin: 0;
	padding-left: 50px;
}

#contentwrapper{
}

#content{
	float: left;
	clear: both;
	margin-top: 0px;
	background-image: url(images/lavender_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 343px;

}

#footer{
	clear: both;
	background-color: #5e8550;
	color: #FFFFFF;
	height: 60px;
	border-top: 2px solid #726EB3;
	background-image: url(images/snowflakes.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#xmas{
	margin: 0px auto;
	width: 800px;
	height: 196px;
	z-index: 50;
	}

/* header Styling */

#header h1{
	color:#726EB3;
	font-size: 3em;
	margin: 20px 0 0 50px;
}

#header h2{
	color:#726EB3;
	font-size: 1.2em;
	margin: 0;
	padding-left: 50px;
	padding-bottom: 0px;
}

/* Menu Styling */

#menu ul{
	list-style:none;
	margin: 0;
}

#menu li{
	display: inline;
	font-variant: small-caps;
	color: #FFFFFF;
	padding-right: 25px;
	font-size: 11pt;
}

#menu li a{
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

/* Content Styling */

#content{
	color:#1e6349;
	padding-left: 50px;
	padding-right: 50px;
}


#content h2{
	color:#1e6349;
	font-size: 2em;
	}
	
#content h3{
	color:#1e6349;
	font-size: 1.2em;
	}
	
#content h4{
	color:#1e6349;
	font-size: 1em;
	}
	
#content h4 a{
	color:#1e6349;
	text-decoration: none;
}

#content h4 a:hover{
	text-decoration: underline;
}

#content a{
	color:#1e6349;
	text-decoration: none;
}

#content a:hover{
	color:#726EB3;
}

#content li a{
	color:#1e6349;
	text-decoration: none;
}

#content li a:hover{
	color:#726EB3;
}

.main{
	font-size:1.2em
}

.left {
	float:left;
	padding: 00px 20px 20px 0
}

.left200 {
	float:left;
	width:200px;
	padding: 0 25px 20px 0
}

.left400 {
	width:400px;
	padding: 0 20px 10px 0px
}

.right400 {
	float:right;
	width:400px;
	padding: 0 0px 10px 30px
}

.right300 {
	float:right;
	width:300px;
	padding: 0 0px 10px 30px;
	z-index: 100;
}

.last {
	height:0px;
	margin:0
}

.clear{clear:both}

.latinname{font-style:italic}
.englishname{
	font-style:normal;
	font-weight: bold;
	font-size: 1.1em;
}

.narrow{
	padding-right:125px
}

.footnote{
	font-size:0.8em
}

/* Footer Styling */

#footer h3{
	color:#FFFFFF;
	font-size: 0.9em;
	padding-top: 10px;
	padding-right: 210px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#footer a{
	color:#FFFFFF;
	text-decoration: none;
}
/* Sample Menu Styling */
#samplemenu {
	margin: 20px 150px 20px 150px;
	color: #2a2968;
	background-color: #bcb2d6;
	border: 5px solid #ab9fcb;
	padding: 10px;
}

#samplemenu h3{
	color: #2a2968;
	font-size: 1.4em;
	padding-top: 0px;
	margin-top: 0px;
}

/*Xmas Tree Styling */
#xmas img{
	float:right;
	position: relative;
	top: -196px;
}

/* Photo Page Styling */
/* Lightbox styling in a seperate css file */

.photogallery {
	width:200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.menudetail{
	font-style:italic;
	margin-left: 5px;
}
