/*New Color pallette
cream: #f7d69c
yellow: #ffe80e
dark green: #005910
*/

* { /*zero-out the default margin and padding on all elements*/
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background-color:#005910;
	font-family: Optima, Arial, sans-serif;
	color: #f7d69c;
	font-size: 62.5%; /*set the font size to 10px default of 16px * 62.5 = 10px*/
}

div#wrapper {
	width: 900px; /*set the width of the wrapper - must set width to center the div*/
	margin: 0 auto; /*center the div*/
	background-image:url(images/bgWrapper.jpg);
	background-repeat:repeat-y; 
}

div#wrapper div#header h1 {
	text-indent: -1000em;
	top: 0px;
	left: 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:161px;
	width:900px;
	margin:1px;
}

/*---------main navigation------*/

div#wrapper div#nav {
	margin-left: 29px;
	width: 845px;
	float:left;
	background:url(images/mainNav.jpg) no-repeat;
	display:inline;
	}

div#wrapper div#nav ul#mainNav {
	list-style:none;
	float:left;
	background:url(images/mainNav.jpg) no-repeat;
}

ul#mainNav li{
	float:left;
}

ul#mainNav li a:link,
ul#mainNav li a:visited{
	padding:0;
	height:26px;
	display:block;
	text-decoration:none;
	text-indent:-1000em;
}

/*---Home Tab---*/

ul#mainNav li#home a:link,
ul#mainNav li#home a:visited{
	width:110px;
}

body#home-page ul#mainNav li#home {
	background:url(images/mainNav.jpg) no-repeat 0 -52px;
}

ul#mainNav li#home a:hover, 
ul#mainNav li#home a:focus {
	background:url(images/mainNav.jpg) no-repeat 0 -26px;
}

ul#mainNav l#home a:active {
	background:url(images/mainNav.jpg) no-repeat 0 -100px;
}

/*---/Home Tab---*/


/*---About Tab---*/
ul#mainNav li#about a:link,
ul#mainNav li#about a:visited{
	width:110px;
}

body#about-page ul#mainNav li#about {
	background:url(images/mainNav.jpg) no-repeat -110px -52px;
}

ul#mainNav li#about a:hover, 
ul#mainNav li#about a:focus {
	background:url(images/mainNav.jpg) no-repeat -110px -26px;
}

ul#mainNav li#about a:active {
	background:url(images/mainNav.jpg) no-repeat -110px -100px;
}

/*---/About Tab---*/

/*---Service Tab---*/
ul#mainNav li#service a:link,
ul#mainNav li#service a:visited{
	width:110px;
}

body#service-page ul#mainNav li#service {
	background:url(images/mainNav.jpg) no-repeat -220px -52px;
}

ul#mainNav li#service a:hover, 
ul#mainNav li#service a:focus {
	background:url(images/mainNav.jpg) no-repeat -220px -26px;
}

ul#mainNav li#service a:active {
	background:url(images/mainNav.jpg) no-repeat -220px -100px;
}

/*---/Service Tab---*/

/*---FAQ Tab---*/
ul#mainNav li#faq a:link,
ul#mainNav li#faq a:visited{
	width:85px;
}

body#faq-page ul#mainNav li#faq {
	background:url(images/mainNav.jpg) no-repeat -330px -52px;
}

ul#mainNav li#faq a:hover, 
ul#mainNav li#faq a:focus {
	background:url(images/mainNav.jpg) no-repeat -330px -26px;
}

ul#mainNav li#faq a:active {
	background:url(images/mainNav.jpg) no-repeat -330px -100px;
}

/*---/FAQ Tab---*/

/*---Hours Tab---*/
ul#mainNav li#hours a:link,
ul#mainNav li#hours a:visited{
	width:198px;
}

body#hours-page ul#mainNav li#hours {
	background:url(images/mainNav.jpg) no-repeat -415px -52px;
}

ul#mainNav li#hours a:hover, 
ul#mainNav li#hours a:focus {
	background:url(images/mainNav.jpg) no-repeat -415px -26px;
}

ul#mainNav li#hours a:active {
	background:url(images/mainNav.jpg) no-repeat -415px -100px;
}

/*---/Hours Tab---*/

/*---Spacer Tab---*/

body#spacer-page ul#mainNav li#spacer {
	background:url(images/mainNav.jpg) no-repeat -500px -50px;
}

ul#mainNav li#spacer a:hover, 
ul#mainNav li#spacer a:focus {
	background:url(images/mainNav.jpg) no-repeat -500px -26px;
}

ul#mainNav li#spacer a:active {
	background:url(images/mainNav.jpg) no-repeat -500px -100px;
}


/*---/Spacer Tab---*/

/*---/Navigation---*/

div#wrapper div#main-content {
	width:820px;
	background-color: #005910;
	font-size:1.4em;
	margin:0 40px 0 40px;
	display:inline;
	float:left;
}

div#wrapper div#main-content2 {
	width: 900px;
	background-color: #005910;
	float: left;
}

div#wrapper div#main-content h2 {
	padding: 0;
	font-size: 1.6em;
	line-height: 30px;
	letter-spacing: 0.1em;
	height: 30px;
    color: #ffe80e;
	font-weight: normal;
	text-align:center;
	padding: 10px 0 0 0;
}

div#wrapper div#main-content h3.img {
	line-height: 1.3em;
	background-image:none;
	padding:10px 0 0 0;
	margin-left:-15px;
}

div#wrapper div#main-content h3 {
	background-image:url(images/embellLg.png);
	background-repeat:no-repeat;
	text-indent:35px;
	letter-spacing:.1em;
	font-family: Optima, Arial, sans-serif;
	color:#ffe80e;
	line-height: 1.8em;
	font-style:italic; 
	font-size: 1.3em;
	font-weight: normal;
	margin-left:15px;
}

div#wrapper div#main-content h3 a:link,
div#wrapper div#main-content h3 a:visited {
	color: #5f2624;
	text-decoration: none;	
}

div#wrapper div#main-content h3 a:hover,
div#wrapper div#main-content h3 a:focus {
	color: #fdfbe7;
	background-color: #5f2624;
	text-decoration: none;	
}

h4 {
	margin-left:20px;
	color:#ffe80e;
	letter-spacing:.08em;
	font-family: Optima, Arial, sans-serif;
	line-height: 1.7em;
	font-size: 1em;
	font-weight: normal;
}

div#wrapper div#main-content p { 
	font-size:1.2em;
	letter-spacing:.08em;
	line-height:1.2em;
	margin:5px 20px;
}

div#wrapper div#main-content p.indent { 
	font-size:1.2em;
	letter-spacing:.08em;
	line-height:1.2em;
	margin:5px 60px;
}


div#wrapper div#main-content ul.listUL{
	margin:10px 40px 10px 40px;
	border:2px #ffffff;
}

div#wrapper div#main-content ul.listLowLev {
	margin:50px;
	border:2px #000000;
}

div#wrapper div#main-content ul li.list{
	list-style-type:none;
	background-image:url(images/embellSm.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:1.2em;
	letter-spacing:.08em;
	line-height:1em;
	margin-top:5px;
}

div#wrapper div#main-content ul li.listAns{
	list-style-type:none;
	background-image:url(images/embellSm.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:1.2em;
	letter-spacing:.08em;
	line-height:1em;
	margin-top:5px;
	font-weight:bold;
	color:#ffe80e;
}

div#wrapper div#main-content ul li.list2{
	list-style-type:none;
	background-image:url(images/embellSm.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	letter-spacing:.1em;
	font-family: Optima, Arial, sans-serif;
	color:#ffe80e;
	line-height: 1.3em;
	height: 1.3em;
	font-style:italic; 
	font-size: 1.3em;
}

div#wrapper div#main-content ul li.listDesc{
	list-style-type:none;
	background-repeat:no-repeat;
	text-indent:20px;
	letter-spacing:.1em;
	font-family: Optima, Arial, sans-serif;
	color:#f7d69c;
	line-height: 1.2em;
	height: 1.2em;
	font-size: 1.2em;
}

ol li{
	margin-left:90px;
	list-style-type:decimal;
	letter-spacing:.1em;
	font-family: Optima, Arial, sans-serif;
	color:#f7d69c;
	line-height: 1.2em;
	font-size: 1.2em;
}

div#wrapper div#main-content p.pages { 
	clear: both;
	text-align:right;
	margin:5px;
}

div#wrapper div#main-content p.pages a{ 
	padding: 5px;
}

div#wrapper div#main-content a,
div#wrapper div#main-content a:link {
	color: #f7d69c;
	text-decoration: none;
	line-height:1.2;
	font-size:1em;
}

div#wrapper div#main-content a:hover,
div#wrapper div#main-content a:focus {
	color: #ffe80e;
	text-decoration: none;
	line-height:1.2;
}

div#wrapper div#main-content ul li.list a:link,
div#wrapper div#main-content ul li.list a:visited,
div#wrapper div#main-content p a:link,
div#wrapper div#main-content p a:visited {
	color: #f7d69c;
	text-decoration:underline;
	line-height:1.2;
}

div#wrapper div#main-content ul li.list a:hover,
div#wrapper div#main-content p a:hover,
div#wrapper div#main-content p a:focus { 
	color: #ffe80e;
	text-decoration:underline; 
	line-height:1.2;
}

div#wrapper div#main-content p img#noBord {
	width:300px;
	border:none;
	margin-top:-60px;
	padding:0;
	float:right;
}

div#wrapper div#main-content p img {
	float: right;
	margin: 10px 10px 10px 10px;
	padding: 3px;
	background-color:#521718;
}

div#wrapper div#main-content p.img img.noFloat {
	margin: 10px;
	padding: 3px;
	background-color:#521718;
}

div#wrapper div#main-content p img#imgsz {
	height:145px;
	width:220px;
}
	
div#wrapper div#main-content img.right {
	float: right;
	margin: 0 0 5px 5px;
	padding: 3px;
	background-color:#521718;
}

div#wrapper div#main-content img.left {
	float: left;
	margin: 0 0 3px 3px;
	padding: 3px;
	background-color:#521718;
}
		
div#wrapper div#main-content a:link img { 
	background-color: #ffe80e;
	text-decoration: none;
	border:none;
}
		
div#wrapper div#main-content a:hover img {
	background-color: #f7d69c; 
	text-decoration: none;
}

div.boxFirst {
	padding:10px;
	margin:0 0 0 20px;
	background-color:#f7d69c;
	border-style:ridge;
	color:#005910;
	display:inline;
	float:left;
} 

div.box {
	padding:10px;
	margin:0;
	background-color:#f7d69c;
	color:#005910;
	border-style:ridge;
	float:left;
} 

span.header {
	font-size:1.3em;
}

/*-------footer nav-----------*/	
div#wrapper div#footer {
	background-color: #005910;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:900px;
	line-height: 2.4em;
	height: 84px;
	clear: both;
	margin-left:1px;
}

div#wrapper div#footer ul#addr {
	width:820px;
	text-decoration:none;
	text-align:center;
	margin:0 20px;
	display:inline;
}

div#wrapper div#footer ul#addr li {
	margin:10px 0px 10px 2px;
	color:#ffe80e;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	list-style-type:none;
	float:left;
}

div#wrapper div#footer ul#addr li span#first {
	margin:10px 0px 10px 45px;
	color:#ffe80e;
}

div#footer ul#addr li a { 
	color: #ffe80e;
	background-color:#005910;
}

div#footer ul#addr li.valid a { 
	color: #005910;
	background-color:#005910;
}

div#footer ul#addr li a:link,
div#footer ul#addr li a:visited {
	text-decoration: none;
}

div#footer ul#addr li a:hover {
	color: #f7d69c;
}

div#footer ul#addr li.valid a:hover {
	color: #005910;
}

div#footer ul#addr li a:active {
	color: #f7d69c;
}

body#footer {
	clear: both;
}

/*-------/footer nav-----------*/	



