﻿<!--
/*
	File: sitebuilder_template.css 
	Date: August 3, 2004
	Contents: 
		- DIV id rules
		- Templated site class rules
		- Default Typography rules
		- Coupon class rules
		- Dynamic content class rules
	
*/


/*-----------DIV tags------------*/

#main {
  text-align: left;
  margin: 0px auto;
  width: 760px;
  position: relative;
}




#header{
  width: 760px;
  height: 162px;

}

#flash{
	width: 760px;
	height: 65px;
	text-align: center;
	background-image: url(../siteImages/purple_bg.jpg);
	background-repeat: no-repeat;
	
	
}

#primary-nav{
  text-align: center;
  width: 760px;
  text-align: left;

}

#main{


background-image: url(../siteImages/repeat.jpg);
background-repeat: repeat-y;

}


#main-content{
  width: 760px;
  position: relative;

}

#ternary-nav{
  width: 185px;
  float: right;
  padding: 0px;
  text-align: left;
  }

#content{
  float: left;
  width: 575px;
  height: 400px; /*height set to stretch content area full screen*/
  overflow: visible;
  padding-left: 25px; 
}

#footer {
  width: 760px;
  height: 72px;
}


/*--------- Templated Site Rules ---------*/
.template-top-nav {
	
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.template-top-nav a,
.template-top-nav a:link,
.template-top-nav a:visited,
.template-top-nav a:active {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.template-top-nav a:hover{
	font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.template-middle-nav {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.template-middle-nav  a,
.template-middle-nav  a:link,
.template-middle-nav  a:visited,
.template-middle-nav a:active {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.template-middle-nav  a:hover {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.template-left-nav {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

.template-left-nav a,
.template-left-nav a:link, 
.template-left-nav a:visited, 
.template-left-nav a:active {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.template-left-nav a:hover {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

/*---------- Default Typeography ----------*/

body {
	/* Do not set font size here, set in p rule */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f8efff;
	
}

a:link {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;

}
a:visited {
	text-decoration: none;
	color: black;
}

p {
    font-size: 76%;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	margin-left: 1em;
	padding: .5em;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	margin: 0.25em 0em;
	padding: 0em;
}

h2 {
	font-size: 155%;
	margin: .25em 0em;
	font-weight: normal;
	padding: 0em;
}

h3 {
	font-size: 125%;
	margin: 0.25em 0em;
	font-weight: normal;
	padding: 0em;
}

h4 {
	font-size: 110%;
	margin: 0.25em 0em;
	font-weight: bold;
	padding: 0em;
	color: #990099;
}

h5 {
	font-size: 100%;
	margin: 0.25em 0em;
	font-weight: bold;
	padding: 0em;
}

h6 {
	font-size: 76%;
	margin: .25em 0em;
	font-weight: bold;
	padding: 0px;
}

ol, ul, dl {
	font-size: 76%;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

li > ul {
	font-size: 1em;
	line-height: 1.5em;
}

dt {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 100%;
}

li > p {
	font-size: 76%;
}

/*---------- Coupon Rules ----------*/

.coupon-titlebar {
	background-color: #6B7265;
}

.coupon-title {
	font-size: 76%;
	font-weight: bold;
	color: #E7EFE0;
}

.coupon-price {
	font-size: 100%;
	font-weight: bold;
	color: #405058;
	line-height: 1em;
}

.coupon-description {
	font-size: 76%;
	font-weight: normal;
	color: #405058;
}

.coupon-exception {
	font-size: 69%;
	color: #405058;
}

.coupon-expries {
	font-size: 72%;
	font-weight: normal;
	color: #405058;
}

.coupon-border {
	border: 1px solid #6B7265;
	background-color: #E7EFE0;
}

.coupon-print-border {
	background-color: #FFFFFF;
	border: thin dotted #000000;
}

.coupon-print {
	background-color: #FFFFFF;
	background-image: none;
}

.coupon-print-title {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}

.coupon-print-titlebar {
	background-color: #666666;
}

.coupon-print-text {
	font-size: 60%;
	color: #000000;
}

.coupon-print-price {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}

.coupon-print-description {
	font-size: 76%;
	color: #000000;
}

.coupon-print-exception {
	font-size:72%;
	color: #000000;
}


/*---------- Dynamic Content Rules ----------*/
/*---------- Do not adjust these ------------*/
.text {
	font-size: 76%;
	color: #000000;
}

.bodytextcolor {
	font-size: 76%;
}

.contenttext {
	font-size: 76%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 76%;
	color: #000000;
}
