@charset "utf-8";
/* CSS Document */
/* global rule*/
* {
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f7941d;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	font-size: 0.85em;
	height: 200px;
}
body a {
	color: #069;
}
body a:hover {
	font-weight: bold;
}
#container {/*container that holds all divs*/
	width: 937px;
	padding: 0;
	border-color: #cccccc;
	border-width: 10px;
	border-style: solid;
	text-align: left;
	background-color: #ffffff;
	margin: 30px auto;/* the auto margins (in conjunction with a width) center the page */
}
.coupon {
	width: 292px;
	margin: 0;
	float: left;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
	height: 175px;
}
#FS {
	margin-left: 477px;
	float: right;
}
#header {
	background-color: #f26522;
	height: 194px;
	margin: 0;
	padding: 0;
}
#mainContent { /*right column*/
	margin-left: 477px;
	padding: 10px 25px 10px 10px;
}
#mainContent2 { /*full width-no columns*/	
	padding: 10px 0px 10px 0px;
}
#content3 { /*full width-no columns with extra padding*/
	padding: 10px 40px 10px 40px;
}
#content3 h3 {
	color: #F60;
	font-weight: bold;
}
#leftSide { /*div for left column*/
	float: left;
	width: 457px;
	margin: 0;
	padding: 10px;
}
#footer {
	text-align: center;
	margin: 0px;
	padding: 15px;
	color: #000000;
	border-top: 2px solid #CCCCCC;
	font-size: 0.85em;
}
#footer a{
	color: #069;
	font-weight:bold;
}
#footer a:hover{
	color: #F60;
}
.fltLft{
	float: left;
	margin-right: 10px;
}
.fltLft30{
	float: left;
	margin-right: 30px;
}
#navBar ul{/*horizontal navigation*/
	padding: 0;
	margin: 0;
	background-color: #f26522;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#navBar ul li {/*horizontal navigation-makes items line up horizontally*/
  	display: inline;
}
#navBar ul li a {/*horizontal navigation-link specs*/
	padding: 10px 25px 10px 20px;
	background-color: #f26522;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
#navBar ul li a:hover {/*horizontal navigation-rollover specs*/
	color: #336699;
}
h1 {/*headings*/
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 1.4em;
}
.headingBold {/*headings that are bold*/
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
.headingBoldRed {/*headings that are bold and red*/
	color: #C00;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
.headingBold a{/*rollover color for headings*/
	color: #069;
}
.orange {
	color: #F60;
}
.bodyText {/*basic black text used for paragraph content*/
	color: #000000;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.newsHeading {/*headings of individual news items*/
	color: #F90;
	font-size: 1.2em;
	font-weight: bold;
}
.grayBorderBox {/*divs requiring a gray border right side*/
	border: 3px solid #CCC;
	padding: 3px;
	margin: 0 0 10px 0;
}
.grayBorderBox h2{
	color: #F30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 10px;
}
.grayBorderBox h3{
	color: #09C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.grayBorderBoxRight {/*divs requiring a gray border right side*/
	padding: 3px;
	margin: 0 auto;
	width: 420px;
	border: 3px solid #ccc;
}
.centerImage{
	text-align: center;
}
.slideshow {
	 height: 350px; 
	 width: 428px; 
	 margin: 0 auto;
}
.slideshow img {
	padding: 0;
	border: 5px solid #ccc;
	background-color: #eee;
	display: none;
 }

