/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #c0c0c0;
}

/* 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.) */

h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	line-height:19px;
	margin:10px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin:10px 5px 15px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin:5px 5px;
	padding-bottom: 5px;
}

h3 {
	margin-right: 0px;
	margin-left: 0px;
	font: bold 14px  Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	color:#000000;
	border-top: 0px solid #265CAB;
	padding-top: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #265CAB;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

address {
	font: normal 12px  Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
}

address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #265CAB;
}

address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ff0000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 189px;
	background: url(images/header.gif) no-repeat left top;
	position: relative;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 750px;
	border: 0px solid #548CC2;
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px 20px 0px 4px;
	padding: 0px 0px 0px 10px;
	width: 520px;
	background: url(images/content_bg.gif) no-repeat left top;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 750px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
}

div#footerholder {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0px 25px 0px 25px;
	border-top: 1px dotted red;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: underline;	
}

div#footerholder a:hover {
	color:#ff0000;
	text-decoration: none;	
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px  Verdana, Helvetica, Arial, sans-serif;
	color: #ff0000;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}

div#copyright a {
	font-size: 10px;
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left or right div ----------------- */

div#sidediv {
	float: right;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	font: 11px  Verdana, Helvetica, Arial, sans-serif;
	width: 180px;
	background-repeat: no-repeat;
	background-position: left top;
}
/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 162px;
	right: 1px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* ----------------- NAVIGATION CONTAINER ----------------- */

div#horznav {
	margin:0 auto;
	padding:0;
	position: absolute;
	bottom: 22px;
	left: 20px;
	color: #5895C1;
}

ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	right: 0px;
}

ul#nav li {
	float:left;
	margin:0 auto;
	padding:0;
	display:inline;
	border-right: 1px solid #ffffff;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0;
	display:run-in;
	line-height:12px;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	padding: 3px 10px;
}

ul#nav li a:hover {
color:#000000;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
color:#003663;
}

ul#list {
	font-size: 11px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 10px 20px 0px 30px;
}

ul#list li {
	line-height: 15pt;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	list-style: url(images/bullet.gif);
}

iframe {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div#flash {
	margin: 0px;
	padding: 0px;
	height: 169px;
	width: 185px;
	position: absolute;
	background: #CCCCCC;
	left: 0px;
	top: 0px;
}

div#pics {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 520px;
	border: 0px solid red;
	clear:both;
}

.left {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 3px 5px 3px 3px;
	border: 1px solid #000000;
	background: #ffffff;
}

.left2 {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000000;
	background: #ffffff;
	clear:both;
}

.right {
	float: right;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000000;
	background: #ffffff;
}

.coupon {
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 15px 70px 15px 70px;
	border: 0px solid #0072BC;
}

.creditcards {
	float: right;
	margin-left: 0px;
	padding: 10px 20px 0px 0px;
	border: 0px solid #ffffff;
	background: #ffffff;
}

div#listbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 510px;
	clear: both;
	border: 0px solid red;
}

#listfloatleft {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	font-size:12px;
	width: 235px;
	list-style-type: bullet;
	list-style-position: inside;
	border: 0px solid red;	
}

#listfloatleft2 {
	float: left;
	width: 230px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	font-size:12px;
	list-style-type: bullet;
	list-style-position: inside;
	border: 0px solid red;	
}

div#text {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 510px;
}

div#paragraph {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}

div#paragraph2 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 260px;
}

