/*
	File: sitebuilder_template.css 
	Date: August 12,08 2004
	Contents: 
		- DIV id rules
		- Templated site class rules
		- Coupon class rules
		- Dynamic content class rules
	
*/


@media screen {
	
html {
	color: #FFFFFF;
	background-color: #8A6A31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	
}
body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
}
#header{
	height: 142px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image: url(../siteImages/header.jpg);
}
#primaryNav {
	width: 760px;
}
#main-content{
	width: 760px;
	background-image: url(../siteImages/repeat.jpg);
	text-align: left;
	background-repeat: repeat-y;
}

#content {

	float: left;
	margin: 0px 0px 0px 0px;
	width: 760px;
	background-image: url(../siteImages/content_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#innerContent {
	margin-left:60px;
	margin-top:20px;
	margin-right: 60px;
	height: 100%;
	text-align: left;

}
#footer {
	
	clear: both;
	height: 53px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image: url(../siteImages/footer.jpg);
}

#bottom-nav{
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: right;
	width: 758px;
}

#contentZone {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 601px;
	background-image: url(../siteImages/content_bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}


#element {
	border: solid 1px #000000;
	height: 99px;
	position: relative;
	width: 99px;
}

#about1{
	float: left;
	width: 200px;


}
#about2{
	float: left;
	width: 200px;


}
#about3{
	float: left;
	width: 150px;

	

}
#about_bottom
{
   padding-top: 5px;
	float: left;
	width:555px;

}
.about_bottom
{
	margin-left: 50px;
}

#privacy
{

	width: 500px;
	float: left;
}
.secondary-nav {
	color: #000000;
	font-weight: normal;
}

.secondary-nav a,
.secondary-nav a:link,
.secondary-nav a:visited,
.secondary-nav a:active {
	color: #000000;
	font-weight:  normal;
	text-decoration: none;
}

.secondary-nav a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/*
.primary-nav {
	color: #000000;
	font-weight: bold;
}

.primary-nav a,
.primary-nav a:link,
.primary-nav a:visited,
.primary-nav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.primary-nav a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}*/

.ternary-nav {
	color: #000000;
	font-weight: normal;
}

.ternary-nav a,
.ternary-nav a:link, 
.ternary-nav a:visited, 
.ternary-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.ternary-nav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.bottom-nav {
	color: #000000;
	font-weight: normal;
}

.bottom-nav a,
.bottom-nav a:link, 
.bottom-nav a:visited, 
.bottom-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.bottom-nav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.coupon-titlebar {
	background-color: #6B7265;
}

.coupon-title {
	color: #E7EFE0;
	font-size: 76%;
	font-weight: bold;
}

.coupon-price {
	color: #405058;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}

.coupon-description {
	color: #405058;
	font-size: 76%;
	font-weight: normal;
}

.coupon-exception {
	color: #405058;
	font-size: 69%;
}

.coupon-expries {
	color: #405058;
	font-size: 72%;
	font-weight: normal;
}

.coupon-border {
	background-color: #E7EFE0;
	border: 1px solid #6B7265;
}

.coupon-print-border {
	background-color: #FFFFFF;
	border: thin dotted #000000;
}

.coupon-print {
	background-color: #FFFFFF;
	background-image: none;
}

.coupon-print-title {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}

.coupon-print-titlebar {
	background-color: #666666;
}

.coupon-print-text {
	color: #000000;
	font-size: 60%;
}

.coupon-print-price {
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}

.coupon-print-description {
	color: #000000;
	font-size: 76%;
}

.coupon-print-exception {
	color: #000000;
	font-size: 72%;
}

/*---------- Do not adjust these ------------*/
.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead
{
	text-align: left;
}

.pp
{
	text-align: left;
}

/*-------Unique Site Classess------*/
td{
	vertical-align: top;
}

.pagetitle{
	background-color: #2B3335;	
	text-align: center;
	padding: 3px 5px 3px 5px;
	border: 1px solid #8A6A31;
	margin-bottom: 10px; 
}


/*---Hours Table Color Overrides----*/
#hours{ /* spaceing around the entire table */
 Margin: 20px 0px 20px 0px;
}
#hours p.text{ /* Header Colors */
 background-color: #2B3335;
 color: #FFFFFF;
 margin: 0px 0px 0px 0px;
}
#hours table.box1{ /* Border and lines between cells color */
 background-color: #8A6A31;
}
#hours td{ /* Hour listing Colors */
 background-color: #404235;
 border-spacing: 1px;
 padding: 0px;
 width: 50%;
}
#hours div.text{ /* Cell Padding */
 line-height: 18px;
 text-indent: 5px;
 color: #FFFFFF;
}


.homenav img{
	border: 1px solid #8A6A31;
	margin: 3px;
}
.homenav a:hover img{
	border: 1px solid #DCDCDC;
}
.homenav td{
	text-align: center;
}

#largetext .bodytextcolor {
	font-size: 120%;
}

}