/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #e2e2e0;
	text-align: center;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.centerdiv {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	position: relative;
}

/* LAYOUT DIVS */
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	text-align: center;
}
#header {
	background-color: #e2e2e0;
	width: 770px;
	height: 120px;
	vertical-align: middle;
	background-image: url(images/bg_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	}
#headlogo {
	width: 270px;
	text-align: left;
	}
#headnav {
	width: 400px; 
	text-align: right; 
	font-size: 11px; 
	color: #000; 
	vertical-align: middle; 
	clear: right; 
	float: right; 
	padding: 0px; 
	margin: 87px 22px 0px 0px;
	}
#headnav a:link {
	color: #f57d00; 
	text-decoration: none; 
	font-size: 11px;
	}
#headnav a:visited {
	color: #f57d00; 
	text-decoration: none; 
	font-size: 11px;
	}
#headnav a:hover {
	color: #f57d00; 
	text-decoration: underline; 
	font-size: 11px;
	}

/* NAVIGATION - TBD - MAY INCLUDE SOME ROLLOVER DROPDOWN SUBNAV */
#navcont {
	width: 770px;
	margin: 0;
	padding: 0;
	z-index: 50;
	}
#nav {
	background:#fff url(images/navbg.gif) repeat-x;
	font-size: 9px;
	line-height: normal;
	border-bottom: 3px solid #fff;
	border-top: 5px solid #fff;
	margin-top: 2px;
	padding: 0;
	margin-bottom: 4px;
	margin-left: 5px;
	width: 760px;
	text-align: center;
	height: 18px;
	margin-top: 0;
	z-index: 100 !important;
	}
#nav ul {
	margin: 0;
	padding: 0px 10px 0 50px;
	list-style: none;
	display: inline;
	}
#nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav li {
	display: inline;
	margin: 0;
	/* background: #fff url(images/navbg.gif); */
	padding: 0;
	}
#nav a {
	}
#nav a:link, #nav a:visited {
	float: left;
	background: url(images/navbg.gif) repeat-x;
	margin: 0;
	padding: 0px 36px 2px 36px;
	text-decoration :none;
	color: #fff;
	font-weight: bold;
	border-left: 1px #fff solid;
	text-transform: uppercase;
	}
#nav a:hover {
	font-weight: bold;
	text-decoration: underline;
	background: #ababab url(images/navbg_h.gif) repeat-x;
	} 
a.active { background: #000 url(images/navbg_a.gif) repeat-x !important; }
#nav li.first a { border-left: none; }
#nav li.last a { border-right: none; }
/* #nav li.sub a { background: url(images/navbg.gif); } */
#nav li.sub a { background: #9e9e9e; padding-top: 5px; background-image: none; }
/* #nav li.sub a:hover { background: none; }  */

/* SUBNAV FOR ADDITIONAL PAGES WITHIN SECTION */
#subnav {
	letter-spacing: 1px; 
	background: #fff;
	font-size: 12px;
	line-height: normal;
	margin-top: -10px;
	margin-bottom: 20px;
	width: inherit;
	text-align: left;
	height: 18px;
	/* padding-left: 4px; */
	}
#subnav p  { 
	font-size: 11px !important; 
	margin-top: .25em;
	margin-bottom: .25em;
	line-height: 1.6em;
	padding: 6px !important;
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
	background: #fff;
	}
#subnav a { padding: 2px !important; }

/* CONTENT */
#cwrapper { text-align: center; margin-left: 4px; width: 770px; }
#content {
	background: #fff;
	border-top: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	width: 702px; 
	margin: 0px; 
	padding: 20px 30px 20px 30px;
	text-align: left;
}
#content p {
	font-size: 12px; 
	line-height: 1.6em; 
	color: #444; 
	}
#content h1 { 
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #f57f28; 
	border-bottom: 1px #fac293 solid;
	letter-spacing: 1px;
	}
#content h1.first {
	margin-top: 12px;
	margin-bottom: 16px;
	}
#content h1.inav {
	margin-top: 35px;
	margin-bottom: 16px;
	}
#content h2 { 
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #557; 
	font-weight: bold;
	letter-spacing: 1px;
	}
#content h3 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #f57f28; 
	font-weight: normal;
}
#content h4 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
	color: #f57f28; 
	font-weight: normal;
;  
}
#content a:link {
	color: #f57d00; 
	text-decoration: none; 
}
#content a:visited {
	color: #f57d00; 
	text-decoration: none; 
}
#content a:hover {
	color: blue; 
	text-decoration: none; 
}


#storefloat {
	float:right; 
	margin-left: 20px; 
	margin-top: 0; 
	margin-bottom: 20px; 
	width: 240px; 
	background: #f8f8f8;
	padding: 14px;
	border: 1px #88a solid;
	}
/* FOOTER */
#footer {
	clear: both;
	text-align: center;
	width: 764px; 
	height: 40px; 
	color: #888; 
	font-size: 10px; 
	margin: 0; 
	padding: 15px 0 23px 0; 
	background: #e2e2e0 url(images/bg_footer.gif) no-repeat;
	}
#footer a:link {
	color: #f57f28; 
	text-decoration: underline; 
	font-size: 10px;
	}
#footer a:visited {
	color: #f57f28; 
	text-decoration: underline; 
	font-size: 10px;
	}
#footer a:hover {
	color: red; 
	text-decoration: none; 
	font-size: 10px;
	}

/* FOOTER: COPYRIGHT */
#copyright {
	font-size: 10px; 
	line-height: 16px; 
	color: #666; 
	text-align: center; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 2px; 
	padding-left: 0px;
	}
#copyright a:link {color: #666; text-decoration: underline; font-size: 10px;}
#copyright a:visited {color: #666; text-decoration: underline; font-size: 10px;}
#copyright a:hover {color: #666; text-decoration: none; font-size: 10px;}
