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

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#212121;
	background-color: #b0c4df;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

p {
	margin-top:0px;
	margin-bottom:10px;
	}

a {
	color: #2f628a;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}

a.navigation {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	text-decoration:bold;
	}

a.nav-selected {
	color: #2f628a;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	text-decoration:bold;
	}

a.contact-info {
	color: #212121;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:bold;
	}

a:hover, a.navigation:hover, a.contact-info:hover {
	text-decoration:underline;
	}

h1{
	font-weight: bold;
	font-size: 14px;
	color: #2f628a;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}

h2{
	font-weight: bold;
	font-size: 12px;
	color: #2f628a;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}

hr {
	width: 100%;
 	background-color: #2f628a;
	margin-top:10px;
	margin-bottom:10px;
	color: #2f628a;
	border: none;
	height: 1px;
}

img {
	border: 0;
	}

#flash {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:299px;
	height:259px;
	padding:0px 0px 0px 0px;
	z-index:1;
	overflow:hidden;
	}
	
#logo {
	position:absolute;
	margin-top:3px;
	margin-left:585px;
	margin-right:0px;
	margin-bottom:0px;
	width:400px;
	height:125px;
	padding:0px 0px 0px 0px;
	z-index:1;
	overflow:hidden;
	}

#red-swoosh {
	position:absolute;
	margin-top:154px;
	margin-left:299px;
	margin-right:0px;
	margin-bottom:0px;
	width:698px;
	height:29px;
	padding:0px 0px 0px 0px;
	background-image:url(/images/red_swoosh.gif);
	z-index:3;
	}

#red-bar {
	position:absolute;
	margin-top:259px;
	margin-left:140px;
	margin-right:0px;
	margin-bottom:0px;
	width:21px;
	height:163px;
	padding:0px 0px 0px 0px;
	background-image:url(/images/red-bar.gif);
	z-index:2;
	}

	
#main {
	position:absolute;
	margin-top:130px;
	margin-left:145px;
	margin-right:0px;
	margin-bottom:0px;
	width:840px;
	min-height:511px;
	overflow:auto;
	padding:0px 0px 0px 0px;
	z-index:-5;
	}

	#header {
		width:720px;
		height:24px;
		margin:0px 0px 0px 0px;
		padding-left:120px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		background-image:url(/images/header.gif);
		text-align:center;
		overflow: hidden;
	}

	#spacer {
		width:840px;
		height:46px;
		margin:0px 0px;
		background-image:url(/images/spacer.gif);
	}
	
	#footer {
	width:840px;
	height:9px;
	margin: 0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	}
	
	#contact-info {
	width:840px;
	height:20px;
	margin: 0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	color:#212121;
	text-align:center;
	background-image:url(/images/clear.gif);
	}
	
	#home-content {
	width:840px;
	min-height:412px;
	height: 100%;
	overflow:auto;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/spacer.gif);
	}
	
		#home-left-content {
		width: 489px;
		min-height: 412px;
		overflow: auto;
		margin: 0px 0px;
		padding-left:28px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		float: left;
		}
		
		#home-right-content {
		width: 300px;
		min-height: 412px;
		overflow: auto;
		margin: 0px 0px;
		padding-left:13px;
		padding-right:10px;
		padding-top:0px;
		padding-bottom:0px;
		float: right;
		background-image:  url(/images/right-col-bg.gif);
		background-repeat:repeat-y;
		}
		
#sub-content {
	width:840px;
	min-height:412px;
	height: 100%;
	overflow:auto;
	margin:0px 0px;
	background-image:url(/images/spacer.gif);
	}
	
		#sub-left-content {
		width: 153px;
		min-height: 412px;
		overflow: auto;
		margin: 0px 0px;
		padding-left:25px;
		float: left;
		text-align:center;
		}
		
		#sub-right-content {
		width: 639px;
		min-height: 490px;
		overflow: auto;
		margin: 0px 0px;
		padding-left:13px;
		padding-right:10px;
		float: right;
		background-image:  url(/images/right-col-bg.gif);
		background-repeat:repeat-y;
		}

.links-nav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	