/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

/* 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:15px;
	margin:10px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family:Verdana, Arial, sans-serif;
	text-align:left;
	font-size:16px;
	color:#003471;
	font-weight:bold;
	margin:10px 5px 15px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #003471;
}

h2 {
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	font-size:15px;
	color:#ff6600;
	font-weight:bold;
	margin:20px 5px 15px 10px;
	padding-bottom: 5px;
}

h3 {
	margin-right: 0px;
	margin-left: 0px;
	font: bold 14px Verdana, Arial, Helvetica, 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: 11px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	border: 0px solid #548CC2;
}

address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ff6600;
}

/* ----------------- 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;
	height: 136px;
	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 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 480px;
	background: url(images/content_bg.gif) no-repeat left top;
	border: 0px solid #548CC2;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	font-weight: bold;
	font-size: 9px;
	color: #003471;
}

div#footerholder {
	text-align: right;
	padding-top: 0px;
	margin:0px 5px 15px 270px;
	border-top: 1px dotted #003471;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#003471;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
}

div#footerholder a:hover {
	color:#ff6600;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
	margin: 20px auto 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}

div#copyright a {
	font-size: 10px;
	color: #ff6600;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left div ----------------- */

div#sidediv {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 7px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid red;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */

div#horznav {
	margin:0 auto;
	padding:0;
	position: absolute;
	bottom: 9px;
	left: 500px;
	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 #ff6600;
}

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:#000000;
	padding: 3px 15px;
}

ul#nav li a:hover {
color:#ffffff;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
color:#003471;
}

ul#list {
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 10px 20px 0px 30px;
}

ul#list li {
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif);
}

.right {
	float: right;
	margin: 0px 5px 5px 5px;
	padding: 3px 3px 5px;
	border: 1px solid #003471;
	background: #ffffff;
}

.creditcard {
	float: center;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
}
