/* CSS Document */



body {
	margin: 0px;
	background: #E8F6FE url(../images/general_bg.png);
	background-repeat: repeat-x;
}

.container {
	position:relative;
	margin:0px auto;
	font-family:verdana;
	width:1026px;
    background:#fff;
    margin-bottom:40px;
}
.header {
 	position:relative;
	top:0px;
	left:0px;
	font-family:verdana;
	font-size:10px;
	width:1026px;
	height:184px;
	background:#FDDF36;
	}
	
.logo {
	position:absolute;
	top:0px;
	left:30px;
	width:366px;
	height:66px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	z-index:1000;
}

.top_bar {
	position:relative;
	top:0px;
	left:35px;
	width:955px;
	height:65px;
	background-image:url(../images/top_bar.png);
	background-repeat:no-repeat;
	z-index:1000;
}

.banner {
	position:absolute;
	top:18px;
	left:0px;
	width:1026px;
	height:166px;
	background-image:url(../images/general_banner.jpg);
	background-repeat:no-repeat;
}

.nav_bar {
	position:absolute;
	top:138px;
	left:35px;
	width:955px;
	height:47px;
	background-image:url(../images/nav_bar.png);
	background-repeat:no-repeat;
	z-index:1000;
}
	
#navigation {
	top:0px;
	left:0px;
	height:20px;
	font-size:15px;
	color:#fff;
	padding:12px 30px;
	}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding:0px 10px 3px;
	list-style: none;
	display: inline;
	font-family:century gothic;
	font-size:13px;
	color:#fff;
	border-right:1px solid gray;
	}
	
#navigation a {
	color:#fff;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#FDCF36;
	text-decoration:none;
	}
	
.sections {
	position:relative;
	width:860px;
	left:40px;
	margin-top:40px;
	margin-bottom:40px;
	padding:10px 40px;
	background:#F1F6FB;
	border-top:1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	-moz-border-radius:10px 10px 10px 10px;
}

.contentarea {
	position:relative;
	width:950px;
	left:36px;
	margin-bottom:40px;
	padding-bottom:20px;
	border-top:1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	-moz-border-radius:0px 0px 10px 10px;
}

.sub_navigation {
	float:left;
	width:200px;
}

.sub_navigation a{
	color:#28455E;
	text-decoration:none;
	}

.sub_navigation a:hover {
	color:#858687;
	text-decoration:none;
	}
	
.sub_navigation ul {
	margin-left: 0;
	padding-left: 20px;
	display: block;
	} 

.sub_navigation ul li {
	height:20px;
	margin-left: 0;
	margin-bottom: 0;
	padding:5px 0px 5px;
	list-style: none;
	display: block;
	font-family:century gothic;
	font-size:13px;
	color:#fff;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-y;
	border-bottom: 3px solid #fff;
	}

.column2 {
	float:left;
	width:470px;
	padding-right:20px;
}

.column3 {
	float:left;
	width:220px;
	background:#E2EDFA;
	padding:10px;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	-moz-border-radius:0px 0px 10px 10px;
}

.space {
 	position:relative;
	clear:both;
}

.footer {
 	position:relative;
	clear:both;
	background:#0B1B58;
	height:200px;
	padding:10px 40px;
	border-top:1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	-moz-border-radius:0px 0px 10px 10px;
}

.footer a{
	color:#858687;
	text-decoration:none;
	}

.footer a:hover {
	color:#28455E;
	text-decoration:underline;
	}
	
.footer ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
	} 

.footer ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding:0px 10px 3px;
	list-style: none;
	display: block;
	font-family:century gothic;
	font-size:13px;
	color:#fff;
	border-left:1px solid #28455E;
	}
	
.footer_column {
	float:left;
	width:100px;
}

.footer_info {
	float:left;
	width:230px;
}

h1 {
	font-family:helvetica;
	font-size:20px;
	color:#0072BC;
	line-height:30px;
}

h2 {
	font-family:helvetica;
	font-size:14px;
	color:#28455E;
	line-height:20px;
}

.image {
	float:left;
	padding:5px;
	margin-right:10px;
	margin-top:10px;
	line-height: 20px;
	border:1px solid #BCBDBC;
	}
	
p {
	font-family:verdana;
	font-size:12px;
	line-height:20px;
	color:#28455E;
}

a {
	color:#0072BC;
	text-decoration:underline;
	}
	
a:hover {
	color:#0072BC;
	text-decoration:none;
	}
	
ul {
	margin-left: 0;
	padding-left:15px;
	} 

ul li {
	font-size:12px;
	color:#0072BC;
	padding:3px;
	}
	
ol {
	margin-left: 0;
	padding-left:15px;
	}
	
ol li {
	font-size:12px;
	color:#0072BC;
	padding:5px;
	}
	
	
	
	