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

body{
	margin: 0px;
	padding: 0px;
	background-color: #015A84;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
#container{
	padding: 0px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigation{
	background-image: url(../images/navigation_bg.gif);
	background-repeat: repeat-x;
	height: 56px;
}

#header{
	background-image: url(../images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 300px;
}

#main{
	margin: 0px;
	padding: 0px;
	width: 1020px;
}

#letft_image{
	background-image: url(../images/left_image.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 406px;
	width: 337px;
}

#right_top{
	background-image: url(../images/banner.jpg);
	margin: 0px;
	float: right;
	width: 683px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 136px;
}

#right_bottom{
	height: 270px;
	background-color: #005A84;
	width: 683px;
	float: right;
}


.clear {
	clear: both;
}

#footer{
	/*background-image: url(../images/footer_new.jpg);*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 240px;
}
#footer_container {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom_wrapper {
	background-image: url(../images/footer_new.jpg);
	background-repeat: repeat-x;	
	width: 100%;
	height: 240px;
}




#footer_navigation{
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #14658a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

#footer_navigation a{
	color: #14658a;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer_navigation a:visited{
	color: #14658a;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#footer_navigation a:hover{
	color: #14658a;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer_navigation a:active{
	color: #14658a;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer_logo{
	float: right;
	width: 100px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/* Typography */

p{
	margin: 0px;
	padding: 0px;
}
#label label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-right: 1px;
}


br{
	margin: 0px;
	padding: 0px;
}
ul{}
ol{}
li{}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
h2{}
h3{}
h4{}
h5{}

