@charset "UTF-8";

/* CSS Document MEADOWLARK GARDENS
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:12px;
	background:url(../images/bk.jpg) repeat-x #301406;
}

p {
	margin: 16px 0 0 0;
	font-size:12px;
	line-height:16px;
}

a {
	color: #DEB484;
	text-decoration:none;
}

a:hover { color: #fff; }	
	
	
/* Layout container
------------------------------------------------------------- */
#container {
	margin:auto;
	width:902px;}

/* Top section 
------------------------------------------------------------- */

#top {
	width:902px;
	height: 123px;
	float:left;}
	
#crest {
	width:209px;
	height: 123px;
	float:left;}
	
#logo {
	width:693px;
	height: 62px;
	float:left;}

#header {
	width:902px;
	height: 392px;
	float:left;
}
	
	
	
/* Code for the menus
------------------------------------------------------------- */
#menu {
	width:693px;
	height: 61px;
	background:url(../images/menu1.jpg);
	float:left;}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;}
	
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}	
	
#menu li a {
	float:left;
	height:61px;
	display:block;
	background-position:top;
	text-indent: -999999px;
	overflow: hidden;}
	
#menu li.home a{
	background-image: url(../images/menu/home.gif);
	width: 92px;}
	
#menu li.about a{
	background-image: url(../images/menu/about.gif);
	width: 97px;}
	
#menu li.events a{
	background-image: url(../images/menu/events.gif);
	width: 97px;}
	
#menu li.links a{
	background-image: url(../images/menu/links.gif);
	width: 97px;}
	
#menu li.gallery a{
	background-image: url(../images/menu/gallery.gif);
	width: 105px;}
	
#menu li.contact a{
	background-image: url(../images/menu/contact.gif);
	width: 105px;}

#menu li a:hover{
	background-position: bottom;}	
	
#menu li.selected a{
	background-position: bottom;}


/* Page Content
------------------------------------------------------------- */
#cleft {
	width:471px;
	height:307px;
	background:url(../images/flash.jpg) no-repeat;
	float:left;}
	
#cright {
	width:431px;
	height:307px;
	float:left;}
	
#text {
	width:421px;
	height:90px;
	background:url(../images/text.jpg);
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC;
	padding: 170px 10px 0 0;
}

/* Footer area
------------------------------------------------------------- */
#footer {
	width:431px;
	height:27px;
	background:url(../images/footer.jpg) no-repeat;
	padding:20px 0 0 0;
	float:left;
	color: #945933;
	margin: 0 -3px 0 0;
	font-size: 11px;
}

/* Inner pages extra styles
------------------------------------------------------------- */
#contentip {
	width:902px;
	background:url(../images/contentbk.jpg) no-repeat;
	float:left;}
	
#contentipgallery {
	width:902px;
	background:url(../images/contentbkgallery.jpg) no-repeat;
	float:left;}
	
#contentipbk {
	width:902px;
	background:url(../images/cross.jpg);
	float:left;
}

#cleftip {
	width:375px;
	float:left;}
	
#crightip {
	width:467px;
	float:left;
	padding: 60px 60px 0 0;
}

#crightipgallery {
	width:700px;
	float:left;
	padding: 60px 60px 0 100px;
}

#footerip {
	width:527px;
	height:36px;
	background:url(../images/footerip.jpg) no-repeat;
	padding:90px 0 0 375px;
	float:left;
	color: #945933;
	margin: 0 -3px 0 0;
	font-size: 11px;
}

#footeripgallery {
	width:527px;
	height:36px;
	background:url(../images/footeripgallery.jpg) no-repeat;
	padding:90px 0 0 375px;
	float:left;
	color: #945933;
	margin: 0 -3px 0 0;
	font-size: 11px;
}
	
#sst {
	width:902px;
	height:56px;
	padding:20px 0px 0px 0px;
	clear:both;
	margin: 0 auto;
	text-align:center;
}
#sst a{
	font-size:10px;
}

	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:25px;
	color:#FFF;
	margin:0;
	padding:0 0 20px 0;
	font-weight:normal;
	font-style: italic;
	background-color:#3D5315;
	border:1px solid #A08357;
	display:block;
	padding:4px 30px 4px 20px;
	width: 200px;
	margin-bottom: 30px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	margin:0;
	padding:0 0 15px 0;
	font-weight: normal;
	line-height: 20px;
}

.cream {
	color:#A68253;
	font-weight:bold;}
	
p.textsize14 {
	font-size:14px;
}

a.size14 {
	font-size:14px;
	padding:2px 15px;
	display:block;
	width:350px;
	float:left;
	border:1px solid #7D6A47;
}
	
a.size14:hover {
	background-color:#7D6A47;
	border:1px solid #8C734B;
}

a.size14noFloat {
	font-size:14px;
	padding:2px 15px;
	border:1px solid #7D6A47;
}
	
a.size14noFloat:hover {
	background-color:#7D6A47;
	border:1px solid #8C734B;
}

.smallbox {
	float:left;
	width:115px;
	padding-left:15px;
	margin-top:10px;
	border-right:1px solid #8C734B
}

.smallboxw {
	float:left;
	width:165px;
	padding-left:15px;
	margin-top:10px
}
