/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#257596;
	margin: 0px;
}

/* ----------------- LINKS ----------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #EC3318;
}
a:hover {
	text-decoration: none;
	color: #EC3318;
}
a:active {
	color: #fc0;
}

/* ----------------- ADDRESS ----------------- */
address{
	width:137px;
	padding:13px 12px 0px 1px;
	font-size: 9px;
	font-style:normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/address_bg.gif);
	height: 45px;
	text-align: center;
	font-weight: bold;
}

dt{
	font-size: 12px;
	font-weight:bold;
}

dd{
	font-size: 12px;
	margin-bottom:10px;
}

/* 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, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, li {
	font-size: 12px;
}

h1{
	font-size: 18px;
	color: #FF0000;
	margin-bottom: 5px;
	width:545px;
	border-bottom:1px solid #B2B2B2;
	padding-bottom:2px;
}

h2{
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	font-size: 13px;
	color: #EC3318;
	text-transform:uppercase;
	text-align: center;
}

h3{
	font-size: 11px;
	color: #666;
	font-weight: bold;
	clear:both;
	padding-bottom:2px;
}

iframe{
	allow-transparency: true;
	margin:-35px 0px 0px 0px; /* -50px top margin used in conjunction w/ tranaparency to push DIY pages "up" in content area. */
}


/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

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

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	padding:0px;
	width: 775px;
	background: url(images/container_bg.gif) top left repeat-y;
}

div#audio{
	width:150px;
	height:59px;
}


div#content {
	width:545px;
	padding:5px 30px 10px 50px;
	font-size:10px;
	color:#333333;
}

div#content p{
	font-family: Arial, Helvetica, sans-serif;
}
div#content li{
	list-style: inside;	
}

div#coupon{
	width:290px;
	height:146px;
	padding:115px 35px 0px 35px;
	background-image:url(images/coupon.gif);
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	font-size: 9px;
	margin: 20px auto;
}

/* Creates the div container for the footer. */
div#footer {
	width:775px;
	height:41px;
	margin:0px;
	clear:both;
	background: url(images/footer_bg.gif) top left;
	position:relative;
}

div#footnav {
	width: 560px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330;
	float: left;
	padding-left:50px;
}

div#header {
	height: 199px;
	padding:0px;
	background-image: url(images/header_bg.jpg);
}

div#rightcol{
	width: 150px;
	position:absolute;
	left:625px;
	top:221px;
}

div#signin {
	width:150px;
	height:41px;
	position:absolute;
	top:0px;
	left:625px;
}

div#spacer{
	width:200px;
	height:55px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */
img.center {
	padding: 5px;
	background: #fff;
	margin:0 auto;
	border: 1px solid #ccc;
}

img.left {
	padding: 5px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #ccc;
	float:left;
}
img.right {
	float: right;
	border: 1px solid #B2B2B2;
	padding: 5px;
	background: #fff;
	margin-left:15px;
}

.floatleft{
	float:left;
	margin-right:15px;
}

.floatright{
	float:right;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.caption {
	float:left;
	margin: 2px;
}
.caption p {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#8F698F;
}

.listboxholder{
	width:600px;
	margin:5px auto;
	clear:both;
}

.listbox{
	width:240px;
	float:left;
	font-size:11px;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* NAVIGATION CONTAINER */
div#nav {
	width: 760px;
	padding-left:15px;
	height: 22px;
	clear: both;
	background: url(images/nav_container_bg.gif) left top;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display: block;
	padding: 4px 9px 3px 9px;
	color: #666;
	text-decoration: none;
	background-image: url(images/nav_btn.gif);
	background-position: top right;
	white-space:nowrap;
}

* html #nav a {
	width: 1%;
}

div#nav li a:hover {
	color: #000000;
	background-image: url(images/nav_btn_hover.gif);
	background-position: right;
}

div#nav li a#current, div#nav li a#current:hover{
	color: #000000;
	background-image: url(images/nav_btn_current.gif);
	background-position: right;
}

/* ---------------------------- COPYRIGHT ----------------------------  */

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	width: 750px;
	margin:0px auto;
	padding-left:25px;
}

div#copyright a:link {
	color: #fff;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #999;
}
div#copyright a:hover {
	text-decoration: none;
	color: #fc0;
}
div#copyright a:active {
	font-weight: bold;
}
