﻿/* normal stuff */
html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#F5F5F5;
	color:Black;
}

form
{
	text-align:center;
}

a
{
	text-decoration:none;
}

h1, h2, h3, h4
{
	color:#00572c;
}

h5
{
	color:#00572c;
	font-style:italic;
	font-size:medium;
}

#thepage
{
	padding: 0px 0px 0px 0px;
	display:inline-block;
	margin:10px auto;
	width:995px;
	text-align:left;
	background-color:White;
	border-left:solid 2px #00572c;
	border-right:solid 2px #00572c;
}

#thecontent
{
	margin: 5px;
	min-height:400px;
}

#thecontent a
{
	text-decoration:none;
	color:#900028;
	font-weight:bold;
}

#thecontent a:hover
{
	color:#f9b01b;
	font-weight:bold;
}


/* ------------------------------ */

#header
{
	width:100%;
}

#banner
{
	width:100%;
}
#logos
{
	float:left;
}

.logo
{
	padding-left:20px;
	padding-right:20px;
}

#bannertextarea
{
	float:left;
	display:inline-block;
	width:527px;
}

#tagline
{
	background-color:#900028;
	display:inline-block;
	padding:5px 0px 5px 0px;
	width:527px;
	height:25px;
	color:#f9b01b;
	font-size:large;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

#belowtagline
{
	background-color:#00572c;
	display:inline-block;
	width:517px;
	padding:5px 0px 5px 10px;
	color:White;
	height:80px;
	text-align:center;
}

#mainnumber
{
	font-size:32px;
	font-weight:bold;
}
#topmenuarea
{
	clear:both;
	width:100%;
	background-color:#900028;
	color:#f9b01b;
	height:25px;
	padding:3px 0px 0px 0px;
}

.topmenulinks
{
	color:#f9b01b;
	padding:0px 5px 0px 5px;
	border-right:solid 1px #f9b01b;
	font-weight:bold;
}

.topmenulinks:hover
{
	color:White;
}

.submenuareaoff
{
	display:none;
}

.submenuareaon
{	
	display:block;
	background-color:#00572c;
	color:White;
	height:25px;
	padding:3px 0px 0px 5px;
}

.submenulinks
{
	color:White;
	padding:0px 5px 0px 5px;
	border-right:solid 1px White;
	font-weight:bold;
}

.submenulinks:hover
{
	color:#f9b01b;
}

.maintext
{
	padding-right:20px;
	text-align:justify;
}

.maintext:first-letter
{
	font-size:30px;
	font-weight:bold;
	padding-left:10px;
	color:#00572c;
}

.mainpicture
{
	float:right;
	padding-left:20px;
	width:400px;
	height:auto;
	text-align:center;
}

.footer
{
	padding-top:3px;
	background-color:#900028;
	font-size:small;
	clear:both;
	display:inline-block;
	width:100%;
	color:#f9b01b;
	font-weight:bold;
	height:18px;
}

.footer a
{
	color:#f9b01b;
}

.footerlabel
{
	float:left;
	text-align:center;
	width:330px;
}

.footerlabelleft
{
	float:left;
	text-align:center;
	width:10%;
	padding-left:5px;
}

.footerlabelcenter
{
	float:left;
	text-align:center;
	width:25%;
	padding-left:10px;
	padding-top:5px;
}

.footerlabelright
{
	float:left;
	text-align:center;
	width:30%;
	padding-top:40px;
}

.clearfix
{
	clear:both;
}

.mainimage
{
	float:right;
	padding-left:20px;
	width:400px;
	height:300px;
}

.image
{
	width:400px;
	height:300px;
	padding-bottom:10px;
}

.couponrequest
{
	text-align:center;
	display:inline-block;
	width:750px;
}