@charset "utf-8";
/*-----start default-----*/
/*--------General tags-------*/
body {
	background-color: #797979;
	padding: 0;
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}
img {border-width: 0;}
/*----End General tags-------*/
#bgwrapper {
	width: 980px;
	height: auto;
	background:url(../Images/bg.png);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
}
#homelogolink {
	width: 780px;
	height: 152px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 0;
}
#wrapper {
	width: 780px;
	height: auto;
	background: #ffffff;
	margin: 0px auto;
	text-align: left;
}
#announcement {
	color: #090;
	text-align: center;
}
#lastupdate {
	display: block;
	padding: 20px;
	font-size:.7em;
	color:#CCC;
}
/*---------------------------------------------------------*/
/*--------------------Navagation Settings------------------*/
#navbox {
	background-color: #F3F3F3;
	float: left;
	width: 185px;
	height: 570px;
	margin: 5px 5px;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	border-right-width:thin;
	border-right-style: solid;
	border-right-color:#666;
}
.nav:link {
	color: #333;
	text-decoration: none;
}
.nav:visited {
	color: #333;
	text-decoration: none;
}
.nav:active {
	color: #333;
	text-decoration: none;
}
.nav:hover {
	color: #0D0D0D;
	text-decoration: none;
	background-color:#CCC;
	font-weight:bold;
}
#navbox table {
	text-align: center;
	width: 180px;
	height: auto;
	border-bottom: thin;
	border-bottom-style: solid;
	border-color: #999;
}
.nav {
	display: block;
}
.selected {
	background-color:#A2A2A2;
}
.notindent {
	border-top: thin;
	border-top-style: solid;
	border-color: #999;
}
.indent {
	text-indent: 35px;
	font-size: .8em;
}
	
/*----------------END Navagation Settings-----------------*/
/*--------------------------------------------------------*/
#header {
	height: 25px;
	background-color: #c7c7c7;
	width: 780px;
	margin: 0;
	padding: 0;
}
#maintitle {
	float: left;
	width: 530px;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color:#999;
}
#titlefillin {
	width: 100px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#footermenu {
	font-size: .8em;
	background-color: #FFFFFF;
	text-align: center;
}
#footermenu p {
	display: inline;
}
#footermenu a:link, #footermenu a:visited {
	text-decoration: none
}
#footer {
	color:#FFF;
	text-align: center;
	background-color: #333;
}
#downloadbrochure {
	width: 150px;
	height: 60px;
	margin: 10px 15px;
	float: right;
	background:url(../Images/brochurelink.png);
	background-repeat: no-repeat;
}
a#downloadbrochure:hover {
	text-decoration: none;
	background-image: url(../Images/brochurehover.png);
	background-repeat: no-repeat;
}
#yelp {
	width: 60px;
	height: 60px;
	margin: 0px 10px 50px;
	float: right;
	background-image:url(../Images/yelp_icon.png);
	background-repeat: no-repeat;
}
#yelp:hover {
	background-image:url(../Images/yelp_icon_hover.png);
}
/*#currentsale {			DELETE WHEN READY
	width: 168px;
	height: 103px;
	float: right;
	margin: 0 10px;
	background-image: url(../Images/current_sale_off.png);
	float: right;
}
a#currentsale:hover {
	text-decoration: none;
	background-image: url(../Images/current_sale_on.png);
	background-repeat: no-repeat;
}*/
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/*------a:-------*/
a:link {text-decoration: none; border: none;}
a:visited {text-decoration: none; color: #00F; border: none;}
a:active {border: none;}
a:hover {text-decoration: none; color: #F00; border: none;}
/*--------classes------*/
.hr10 {margin: 0 10px;} /*changes hr to 10px margin on each side; */
.font90 {display:inline;font-size:.9em; margin:0; padding:0;} /* changes font size to 80% relatively and removes any padding/margin*/
.font80 {display:inline;font-size:.8em; margin:0; padding:0;} /* changes font size to 80% relatively and removes any padding/margin*/
.font50 {display:inline;font-size:.5em; margin:0; padding:0;} /* changes font size to 50% relatively and removes any padding/margin*/
.font120 {font-size:1.2em; margin:0; padding:0;} /*changes font size to 120% relatively and removes any padding/margin*/
.redbg {background-color:#C00; color:#000;} /* bg to red & font color to black. used to bring attn to text */
.noborder {border:none;} /*eliminates borders */
.centerimage {display:block; margin:0 auto; padding: 0;} /*centers images*/
.nopadnomar {padding:0; margin:0;} /*removes all padding and margins */
.error {			/* used to display errors */
	color: #000;
	background-color: #C00;
}
.notification {		/* used to dispaly notifications */
	color: #000;
	background-color: #0C0;
}
/*-----end default-----*/
