@charset "utf-8";
/* CSS Document */
body{
	background-color: #14375A;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:link, a:visited {
	text-decoration:underline;
	color: #039;
}
a:hover {
	text-decoration:underline;
	color: #F00;
}
/*----------------------------------------------------------*/
#contain_hdr_base {
	text-align: center;
	position: relative;
	width: auto;
	margin: 0px auto;
	background-image: url(img/hd_bg.jpg);
	background-repeat: repeat-x;
	height: 137px;
}

#contain_logo {
	position: absolute;
	text-align: left;
	left: 20px;
	top: 13px;
	width: 1063px;
}

#contain_hdr {
	text-align: center;
	position: relative;
	width: 1095px;
	margin: 0px auto;
	height: auto;
}

#contain_mid_base {
	text-align: center;
	position: relative;
	width: auto;
	margin: 0px auto;
	height: auto;
	background-color: #D9DAD4;
}

#contain_mid_glow {
	text-align: center;
	position: relative;
	width: 1095px;
	margin: 0px auto;
	height: auto;
	background-image: url(img/ctr.jpg);
	background-repeat: repeat-y;
	background-color: #CCC;
}

#contain_mid {
	text-align: left;
	position: relative;
	width: 703px;
	margin: 0px 71px;
	height: auto;
	background-color: #FFF;
	padding: 30px 225px 60px 25px;
	background-image: url(img/fade.jpg);
	background-repeat: no-repeat;
}

#contain_side {
	position: absolute;
	left: 805px;
	top: 77px;
	width: 210px;
	}

#contain_ftr_base {
	text-align: center;
	position: relative;
	width: auto;
	margin: 0px auto;
	height: auto;
	background-color: #14375A;
	background-image: url(img/ft_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


	
/* Nav Bar -----------------------------------  */
#nav {
	position: absolute;
	text-align: left;
	left: 112px;
	top: 107px;
	width: 802px;
}

#nav ul {
	list-style: none;
	text-align: left;
        }
#nav ul li {
	display: inline;
        }
		
#nav ul li a, a.active:link {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 30px 0px 30px;
        }		
#nav ul li a:hover {
	color: #082744;
	background-color: #CCC;
	padding: 5px 30px 10px 30px;
        }
		
		
/* footer -----------------------------------  */
#contain_ftr {
	text-align: left;
	position: relative;
	width: 795px;
	margin: 0px auto;
	height: auto;
	color: #9BAAB8;
	font-size: 9px;
	padding: 40px 250px 0px 50px;
}
		
#contain_ftr a, a.active:link {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
        }		
#contain_ftr a:hover {
	color: #14375A;
	background-color: #FFF;
        }
		
#contain_ftr ul {
	list-style: none;
	text-align: left;
        }
#contain_ftr ul li {
	display: block;
        }

/* headers -----------------------------------  */
h1 {
	color: #FFF;

}
h2 {
	font-size: 46px;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #FFF;
	padding-bottom: 8px;
}
h4 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	border-top: 1px solid #333;
	padding-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

blockquote {
	font-size: 12px;
	color: #006;
	font-weight: normal;
	border-left: 1px solid #036;
	margin: 20px 35px;
	padding: 1px 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatmid {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

