/* Defines the body tag */
body {
	background: url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
	}
	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;}
	a.email {
		color: #693210;
		font-weight: bold;
		font-size: 12px;
		}

a:hover, a.email:hover {
	text-decoration: none;
	color: #333;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 161px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 38px;
	left: 206px;
	height: 22px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 261px;
	line-height:14px;
	font-style:italic;
	z-index: 3;
	}
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	display:block;
	margin:0px 0px 0px 40px;
	}
	
/* These were required in the assignment and should be used. */

dl {
	padding: 0px 0px 0px 15px;
	}
dt {
	font-weight:bold;
	}
dd {
	margin: 0px 0px 10px 0px;
	}



/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside; 
	list-style-type: disc;
	}

div#content {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	width: 770px;
	color: #333333;
	background: url(images/header2.gif) top left no-repeat;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#01420c;
		padding: 5px 0px 5px 20px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#01420c;
		font-size: 13px;
		font-weight: bold;
		margin: 5px 20px 0px 20px;
		}
		
	#content h3 {
		padding: 10px 0px 0px 20px;
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
		color:#333;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 20px 10px 20px;
		}
		
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 0px 0px;
		}
/**************coupon******************/	
div#printcoupon{
		width: 770px;
		border: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		}
/* DIV COUPON */
div#coupon {
		width: 450px;
		border: 1px dashed #666;
		margin: 10px 15px 10px 15px;
		padding: 25px;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;}
	#coupon h1 {
		margin: 0 0 15 0;
		padding: 0 0 0 0;
		font-size: 18px;
		color: #333;}
	#coupon h2 {
		margin: 15 0 15 0;
		padding: 0 0 0 0;
		font-size: 20px;
		color: #01420c;}
	#coupon h3 {
		margin: 0 0 15 0;
		padding: 0 0 0 0;
		font-size: 11px;
		color: #333;}
	#coupon p{
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		font-size: 11px;
		clear:both;}
	

div#printbtn {
	width: 770px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;}

/**************end coupon******************/	


div.double {
	float: left;
	width: 340px;
	padding: 0 0 15px 28px;
	margin: 0 0 0 0;
	text-align: center;}
	#content .double p {
		margin: 0 0 0 0;
		padding: 3px 0px 0px 0px;}
	#content .double img {
		margin: 10px 0 0 0;
		border: 1px solid #333;}
	#content .double h3 {
		margin: 0 0 0 0;
		padding: 3px 0px 0px 0px;
		font-size: 14px;
		font-weight: bold;
		color:#333;}
	#content .double h3 span {
		font-size: 12px;
		font-style: italic;
		font-weight: normal;}
	

/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#fff;
	height: 35px;
	width: 770px;
	position: relative;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:11px;
	right:0px;
	width:770px;
	left: 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#333;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:-20px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#01420c;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333;
			text-decoration:none ;
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- Horizontal CSS NAV Individual taps----------------- */
/*--------------------------------------------------------------------------*/
div#nav, div#nav a#current { 
	font-weight: bold;
	background: url(images/navfront.gif) top left no-repeat;
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
div#nav a#current { 
	background: url(images/navbkgon.gif) top left no-repeat;
	color:#000;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

div#nav {
	font: bold 11px/11px arial;
	border: 0px solid #E93601;
	}

div#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div#nav li {
	float: right;
	width: 148px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/navbkg.gif) top left no-repeat;
	}

div#nav li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 9px 0px;
	margin: 0px 0px 0px 0px;
	color: #01420c;
	height: 100%;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

div#nav li a:hover {
	font-weight: bold;
	background: url(images/navbkgon.gif) top left no-repeat;
	color: #333;
	}

/* ------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
div#maps { 
	text-align:left;
	width:400;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 20px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}

