/* CSS Document */

/* Content CSS Properties */

body {
	background: #cdcdaf url(img/page_bg.jpg) repeat-x;
	}
	
#container {
	/*background-color:#cccc00;*/
	height: ;
	width: 100%;
	position: relative;
	}
	
#pageHeader {
	background-color:#fffff4;
	height: 106px;
	width: 980px;
	position: relative;
	z-index: 90;
	}
	
	#titleImage  {
		margin: 20px;
		margin-top: 25px;
		width: 324px;
		height: 56px;
		float: right;
		border: 0;
		}
		
	#sprigImage  {
		margin: 0px;
		width: 281px;
		height: 143px;
		float: left;
		z-index: 100;
		position: absolute;
		top: 0px;
		left: 0px;
	}

#mainNav {
	border-top: 2px solid #1d2568;
	border-bottom: 2px solid #1d2568;
	background-color:#ededd7;
	height: 35px;
	width: 980px;
	position: relative;
	z-index: 20;
	}
	
	#mainNav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		vertical-align: middle;
		cursor: pointer;
		}
		
	#mainNav li {
		float: right;
		position: relative;
		vertical-align: middle;
		height: 20px;
		padding: 0 0 0 0;
		}
		
	#mainNav a {
		color: #85899f;
		font: 18px "Helvetica","Arial";
		font-weight:normal;
		font-style: normal;
		padding: 6px 20px 7px 20px;
		display:block;
		background-color: #ededd7;
		}
		
	#mainNav a:hover {
		color: #1d2568;
		background-color: #fffff4;
		}
	
#secNav {
	border-top: 1px solid #85899f;
	border-bottom: 1px solid #85899f;
	background-color:#ededd7;
	width: 170px;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
	#secNav ul { /* second-level lists */
		/*background-color: #ededd7;*/
		padding: 0;
		margin: 0;
		clear: both;
		color: #5894D1;
		width: 170px;
		z-index:100;
		list-style: none;
		cursor: pointer;
		position: relative;
	}
	
	#secNav ul li { /* second-level list items */
		border: 0;
		text-align: left;
		padding: 0;
		margin: 0;
		position: relative;
	}
			
	#secNav ul li a {
		color: #85899f;
		font: 16px "Helvetica","Arial";
		font-weight: normal;
		font-style: normal;
		padding: 6px 0px 6px 0px;
		display: block;
		width: 170px;
		background-color: #ededd7;
		line-height: 20px;
		margin: 0;
		position: relative;
	}
	
	#secNav ul li a:hover {
		color: #1d2568;
		background-color: #fffff4;
	}

	.leafDivider {
		position: relative;
		padding: 20px 10px 20px 0px;
		margin-right: 10px;
		text-align: center;
		}
		
	.specials {
		position: relative;
		padding: 10px;
		margin-right: 20px;
		background-color: #ededd7;
		border: 1px solid #25623d;
		}
	
	.specials p {
		padding: 0px;
		margin: 0px;
		}
	
	.specialsHeader {
		background-color: #25623d;
		position: relative;
		padding: 5px 10px 5px 10px;
		margin-right: 20px;
		text-align: center;
		}
		
	.specialsHeader h1 {
		color: #ffffff;
		font: 16px "Helvetica","Arial";
		font-weight: normal;
		font-style: normal;
		margin: 0px;
		padding: 0px;
		}

#mainBody {
	/*border: 1px solid red;*/
	background-color:#fffff4;
	width: 960px;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	z-index: 10;
	}
	
#content {
	/*border: 1px solid purple;*/
	/*width: 400px;*/
	position: relative;
	padding: 20px;
	padding-top:20px;
	/*border-left: 1px solid #85899f;
	border-right: 1px solid #85899f;*/
	}
	
h1 {
	color: #25623d;
	font: 22px "Helvetica","Arial";
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	}
		
h2 {
	color: #7d8196;
	font: 18px "Helvetica","Arial";
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	}
	
	
#rightColumn {
	padding: 20px;
	width: 130px;
	position: relative;
	text-align: center;
	}

	#rightColumn img {
		border: 1px solid #25623d;
		margin-bottom: 20px;
		width: 110px;
		height: 110px;
		}
	
#leftColumn {
	padding-top:20px;
	width: 190px;
	position: relative;
	}

#pageFooter {
	background-color:#fffff4;
	width: 980px;
	position: relative;
	padding-top: 10px;
	z-index: 5;
	}

#pageFooter p {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	z-index: 25;
	}
	
#pageFooter a:link {color:#4c4c49; text-decoration: none;}
#pageFooter a:visited {color:#4c4c49; text-decoration: none;}
#pageFooter a:focus {color:#4c4c49; text-decoration: none;}
#pageFooter a:hover {color:#4c4c49; text-decoration: none;}
#pageFooter a:active {color:#4c4c49; text-decoration: none;}
	
	
p {
	color: #4c4c49;
	font: 16px "Helvetica","Arial";
	font-weight:normal;
	font-style: normal;
	}

ul {
	list-style-type: disc;
	}	
		
li {
	color: #4c4c49;
	font: 16px "Helvetica","Arial";
	font-weight:normal;
	font-style: normal;
	}

sup {
	font-size: 0.6em;
	}	
	
	
div.bigListLeft {
	position: relative;
	width: 270px;
	}
	
div.bigListRight {
	position: relative;
	width: 270px;
	padding-left: 10px;
	}

div.bigListItem {
	margin-bottom: 20px;
	position: relative;
}

div.bigListItem p {
	padding-left: 15px;
 	border-left: 10px solid #ededd7;
	}
	
div.bigListItem p img {
 	margin: 0px 15px 10px 0px;
 	border: none;
	}
	
/*	
div.bigListItem p img {
 	margin: 10px 15px 10px 10px;
 	border: none;
 	position: absolute;
 	top: 50%;
 	right: 0px;
 	margin-top: -22px;
	}
*/	
/*
div.spacedList {
	list-style-type: none;
	position: relative;
	right: 40px;
	}
	
ul.spacedList li {
	margin-bottom: 20px;
	width: 240px;
	position: relative;
	border-left: 10px solid #ededd7;
	}
	
ul.spacedList li p {
 	padding-left: 10px;
 	border: none;
	}

ul.spacedList li img {
 	margin: 15px 10px 20px 0px;
 	border: none;
 	vertical-align: 50%;
 	position: absolute;
 	top: 50%;
 	right: 0px;
 	margin-top: -22px;
	}
*/	
.faqList ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}	
		
.faqList ul li {
	color: #4c4c49;
	font: 16px "Helvetica","Arial";
	font-weight:normal;
	font-style: normal;
	line-height: 24px;
	}
	
.faqList ul li a:visited {
	color:#49a411;
	text-decoration: none;
	}
	
.faqList ul li a:hover {
	color:#25623d;
	}

a:link {color:#49a411; text-decoration: none;}
a:visited {color:#926e19; text-decoration: none;}
a:focus {color:#ff0000; text-decoration: none;}
a:hover {color:#25623d; text-decoration: none;}
a:active {color:#25623d; text-decoration: none;}


/*  FAQ Display Toggle */

.faqAnswer {
	
	}

#faq1 {
	display: none;
	}

#faq2 {
	display: none;
	}
	
#faq3 {
	display: none;
	}
	
#faq4 {
	display: none;
	}
	
#faq5 {
	display: none;
	}
	
#faq6 {
	display: none;
	}
	
#faq7 {
	display: none;
	}
	
#faq8 {
	display: none;
	}
	
#faq9 {
	display: none;
	}
	
/*  Photo Display Toggle */

.photoBox {
	padding: 20px;
	background-color: #ededd7;
	border: 1px solid #25623d;
	text-align: center;
	z-index: 100;
	}

	.photoBox h1 {
		color: #25623d;
		font: 18px "Helvetica","Arial";
		font-weight: normal;
		font-style: normal;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		z-index: 150;
		}

#photo1 {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
	}

#photo2 {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
	}
	
#photo3 {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
	}
	
#photo4 {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
	}
	
#photo5 {
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 30px;
	}
