* {margin:0;} 
html, body {height: 100%;}
a, a:active {color: #0000ff;}
img {border: 0;}
.left {float:left;}
.right {float:right;}
.padding-5 {padding: 5px;}
body {
	margin: 0;
	font: small arial, helvetica, sans-serif;
}
#main-div {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -253px;
	width: 900px;
	text-align: center;
	position: relative;
}
#main-nav {
	padding-top: 20px;
	margin-bottom: 27px;
	padding-left: 0;
	margin-left: 0;
}
#main-nav li {
	display: inline;
	font-weight: bold;
	padding: 0;
	font-size: 13px;
}
#main-nav li a {
	padding: 19px 20px 18px 20px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#main-nav li a:hover {
	background-image: url(../img/main-nav-hover-bg.png) !important;
	background-image: url(../img/pixel.gif);
	border-right: 1px solid #466783 !important;
	border-left: 1px solid #466783 !important;
	border-right: 0;
	border-left: 0;
	padding: 20px 19px 19px 19px !important;
	padding: 19px 20px 18px 20px;
	color: #daeeff;
}
.input-button {
	font: bold 9px verdana, helvetica, sans-serif;
	color: #fff;
	border: 1px solid #000;
	height: 22px;
	cursor: pointer;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#search-button { font-size: 11px; height: 22px; padding: 3px; letter-spacing: -1px; }
.dark-button { background-color: #274b6b; }
.light-button { background-color: #830914; }
.dark-button:hover { background-color: #4a8fc4; }
.light-button:hover { background-color: #b84b55; }
#footer-above {
	margin: 0 auto 5px auto;
	padding: 0 0 0 13px;
	width: 900px;
}
#footer-above .partner-logo {
	width: 34px;
	height: 35px;
	position: relative;
	z-index: 4000;
}
#footer, #push {
	height: 253px;
	clear: both;
}
#footer-bg {
	position: relative;
	z-index: 3000;
	height: 210px;
	background-image:url(../img/footer-bg.gif); background-repeat: repeat-x; background-position: bottom;
}
#footer-content {
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 11px;
	width: 900px;
	color: #cbcbcb;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#footer-content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 5px;
}
#footer-content p {
	padding-top: 20px;
	line-height: 15px;
	font-family: arial;
	font-size: 10px;
}
#footer-content a, #footer-content a:active {color: #cbcbcb;}
#footer-content a:hover {color: #fff;}
#footer-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 9px;
	padding-left: 12px;
	padding-right: 8px;
}
#footer-content ul li {
	padding-bottom: 4px;
}
#footer-content ul li.title {
	font-weight: bold;
	border-bottom: 1px solid #919191;
	margin-bottom: 3px;
}
#footer-content ul li.title a {
	color: #d6d6d6;
	text-decoration: none;
}
#footer-content ul li.title a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-content ul li a {
	color: #aeaeae;
	text-decoration: none;
}
#footer-content ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
