@charset "utf-8";
/* CSS Document */

body {
	font: 9pt/17pt arial;
	margin:0;padding:0;
	height:100%;
	background-image: url(../img/sitebg-old.gif);
	background-repeat: repeat-x;
	background-color: #dbe4f7;
	margin-bottom:10px;
}

#clear {
	clear:both;
}

p {
	font-size:14px;
}
a {
	color:#FFFFFF;
}

#header_title {
	font-size:18px;
	font-style:oblique;
}

#content {
	position:relative;
	margin-left:200px;
	margin-right:200px;
	/* margin-bottom:30px; */
	margin-top:20px;
	line-height:25px;
    min-height: 100%;
    margin-bottom: -36px;
}
* html #content {
    height: 100%;
}

#content p {
	text-align:right;
	font: 12pt/14pt arial;	
}

#content a:link {
	display:inline;
	color:#0094FF;
	text-decoration:none;
}
#content a:visited {
	display:inline;
	color:#00009C;
	text-decoration:none;
}
#content a:hover{
	display:inline;
	background:#004A7F;
	text-decoration:none;
}

#header_contain {
	width:935px;
	height:111px;
	background-position:bottom;
	display:block;
	margin:0 auto;
}

#header_contain p.logo {
	display:inline;
	width:339px;
	height:111px;
	text-indent:-5000px;
	float:right;
	background-image: url(../img/logo.png);
	margin-top:14px;
}

#header_contain p.logo a {
	display:inline;
	width:339px;
	height:111px;
	text-indent:-5000px;
	float:right;
	background-image: url(../img/logo.png);
}

ul#top_header {
	font-size:18px;
	list-style-type:none;
	float:right;
	margin:0;padding:0;
	clear:right;
	margin-top:-45px;
	margin-right:180px;
}

ul#top_header li {
	float:left;
	margin-right:50px;
}

ul#top_header li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

ul#bottom_header {
	list-style-type:none;
	float:right;
	margin:0;padding:0;
	clear:right;
	margin-top:17px;
}

ul#bottom_header li {
	float: left;
	margin-right: 15px;
}

ul#bottom_header li a {
	display:block;
	font-size:14px;
	text-decoration:none;
}

#footer-spacer {
    height: 36px;
}

#footer {
	display:block;
	position:fixed;
	bottom:0px;
	width: 100%;
	background:#c3cdda;
	height:36px;
}

#footer_left {
	position:fixed;
	float:left;
	height:10px;
	margin-left:10px;
	margin-top:6px;
}

ul#bottom_footer {
	list-style-type:none;
	float:right;
	margin:0;padding:0;
	clear:both;
	margin-top:8px
}

ul#bottom_footer li {
	float:left;
	margin-right: 15px;
}

ul#bottom_footer li a {
	display:block;
	font-size:18px;
	text-decoration:none;
	bottom:15px;
}

#top {
    position: absolute;
}

/* THIS IS THE NEW BIT */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 36px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

