﻿/* CSS layout */
body {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
	width: 95%;
	height: 117px;
	margin-right: auto;
	margin-left: auto;
}
div.mastercard {
	background-image: url('../images/masthead/mastercard.jpg');
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	position: relative;
	right: 64px;
}
div.numbers {
	float: right;
	background-image: url('../images/masthead/numbers.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 117px;
	width: 376px;
}
div.logo {
	background-image: url('../images/masthead/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 117px;
}
div.amex {
	background-image: url('../images/masthead/amex.jpg');
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	position: relative;
	top: 67px;
}
div.visa {
	background-image: url('../images/masthead/visa.png');
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	position: relative;
	right: 70px;
}
div.discover {
	background-image: url('../images/masthead/discover.jpg');
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	position: relative;
	right: 63px;
}
div.paypal {
	background-image: url('../images/masthead/paypal.jpg');
	background-position: right bottom;
	height: 40px;
	background-repeat: no-repeat;
	position: relative;
	right: 65px;
}

#top_nav {
	width: 90%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer {
	font-size: .7em;
	color: #666699;
	text-align: center;
	border: 1px dotted #006600;
	background-color: #FFFFFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.no_border {
	border-width: 0px;
}
#top_nav_2 {
	width: 90%;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#top_nav_2 ul {
	list-style-type: none;
}
#top_nav_2 li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#top_nav_2 a:link, #top_nav_2 a:visited {
	color: #666699;
	text-decoration: none;
}
#top_nav_2 a:hover {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
.selected {
	color: #33CC33;
}
