/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #585858;
}
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #658C9D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	color: #DC0517;
	margin-left: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
	vertical-align: top;
	padding: 0px;
	margin-right: 40px;
}
h3 {
	color: #DC0517;
	margin-left: 40px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 0px;
	vertical-align: top;
	padding: 0px;
	margin-right: 40px;
	text-align: center;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #BA2418;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #BA2418;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #BA2418;
}
ul#nav li ul {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
	background: #18144C left bottom;
	}
ul#nav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li li { float: none; height: 1%; }
* html ul#nav li li a {
	height: 1%;
}
/* End */
ul#nav li li {
	display: block;
	float: none;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#nav li ul li a, ul#nav li ul li a:link, ul#nav li ul li a:visited, ul#nav li ul li a:active {
	display: block;
	width: auto;
	padding: 7px 31px;
	color: #6CB9FD;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #231D6D;
}
ul#nav li ul li a:hover {
	width: auto;
	padding: 7px 31px;
	color: #ffffff;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-left: 60px;
	line-height: 16px;
	margin-bottom: 20px;
}
ul#list li {
	list-style-position: outside;
	line-height: 20px;
	list-style-image: url(images/bullet.gif);
}
ul#number {
	font-size: 12px;
	padding: 0px;
	margin-left: 60px;
	line-height: 16px;
	margin-bottom: 20px;
}
ul#number li {
	list-style-position: outside;
	line-height: 20px;
	list-style-type: decimal;
}
.name {
	color: #FE0000;
	text-transform: uppercase;
}
.clear {
	clear: both;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 990px;
	height: 239px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 600px;
	top: 200px;
	position: absolute;
	text-align: center;
	left: 0px;
	height: 100px;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div for the content */
div#content {
	width: 990px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #658C9D;
}
div#content a:link, div#content a:visited {
	color: #BA2418;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div#content a:hover {
	text-decoration: underline;
	color: #D30101;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	background-color: #000000;
	color: #FBB600;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#footer a {
	font-size: 10px;
	color: #FBB600;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
	width: 990px;
	text-transform: uppercase;
}
div#copyright a {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}

div#address {
	clear: both;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: center;
	width: 350px;
	float: right;
}
ul#list {
	font-size: 11px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

.clear {
	clear: both;
}
div#box {
	background-color: #E9E9E9;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.red {
	color: #DC0517;
}
div#testimonials {
	position: absolute;
	top: 257px;
	right: 0px;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
input {
	margin-bottom: 10px;
	width: 200px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #4F4F4F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 90%;
	color: #4F4F4F;
	margin: 2px 0px 20px;
	padding: 0px;
	text-align: left;
	left: 0px;
}
.rightform {
	float: left;
	margin-right: 10px;
}
#container #header #nav {
	background: url(none);
}
.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #666666;
}
#content img {
	float: none;
	margin: 0px 20px 20px 30px;
	padding: 2px;
	clear: left;
	border: 1px solid #ccc;
}
div#coupon {

	position: absolute;
	top: 203px;
	right: 0px;
}
div#buttons img {
	margin: 0px;
	padding: 0px;
	border: none;
}
