﻿/* CSS layout */
.sub_nav {
	background-image: url('../images/extra_pages_bgd.jpg');
	margin-top: 0px;
	margin-left: 20px;
	color: #72AABA;
	padding: 5px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.strapline {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #72AABA;
}
body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color: #C0C0C0;
	font-size: 0.90em;
}
#masthead {
	background-image: url('../images/banner3.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#logo {
	float: left;
	width: 400px;
	margin-top: 25px;
	margin-left: 25px;
}
#header {
	margin-left: 200px;
	color: #C0C0C0;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: auto;
	background-color: #000000;
}
#left_col {
	float: left;
	width: 150px;
	padding-left: 25px;
	color: #5498AB;
}
#page_content {
	margin-left: 210px;
	color: #C0C0C0;
	margin-right: 25px;
}
#footer {
	clear: both;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	margin-top: 0px;
}
.font_size_20 {
	font-size: 20px;
	margin-right: 35px;
}
.right_align {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer {
	margin-left: 25px;
	font-size: 0.75em;
	color: #C0C0C0;
	width: 848px;
}
/* Navigation Styles */
#left_col ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#left_col li {
	display: block;
	line-height: 37px;
	vertical-align: middle;
	text-indent: 10px;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
}
#left_col a {
	margin: 0px;
	color: #5498AB;
	text-decoration: none;
	display: block;
	line-height: 37px;
	vertical-align: middle;
	text-indent: 10px;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
}
#left_col a:hover {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	line-height: 37px;
	vertical-align: middle;
	background-image: url('../images/under_button.jpg');
	background-repeat: no-repeat;
}
#left_col a:active {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	line-height: 37px;
	vertical-align: middle;
	background-image: url('../images/button.jpg');
	background-repeat: no-repeat;
}	
.sub_nav {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.sub_nav a  {
	color: #5498AB;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
.sub_nav a:active {
	color: #C0C0C0;
	text-decoration: none;
}
li .sub_nav {
	padding: 0px 12px 0px 9px;
	margin-left: 20px;
	margin-top: 0px;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 0px;
	line-height: 37px;
}
#white_bgd {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}
