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

body {
	margin: 0;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align:left;
}

a img  {
	border:none;
}

a {
	color:#1ba4d2;
}
a:hover {
	color:#126B89;
}

#wrapper {
	margin: 0 auto;
	width:1000px;
	height:100px;
	background-color:#CCC;
}

#container {
	margin: auto;
	width:960px;
	height:auto;/*865px;*/
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	padding: 0 20px 0 25px;
	overflow:hidden;
}

#top {
	float:left;
	clear:left;
}

#header {
	float:left;
	clear:left;
	height:60px;
	padding-bottom:20px;
}
#topnav {
	width:103px;
	height:27px;
}

#logo {
	background-image:url(../images/slice_06.png);
	background-repeat:no-repeat;
	width:233px;
	height:94px;
	float:left;
	position: relative;
	left:700px;
	top: -75px;
}


#nav {
	font-size:11pt;
	font-family: "Century Gothic", san-serif;
	margin-left:-10px;
	padding-top:30px;
}

ul.nav li {
	display: inline;
	float:left;
	list-style-type:square;
	margin-left:15px;
	padding-left:12px;
}

ul#nav2 li {
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	background-position:-1px -4px;
}
ul#nav2 li:hover {
	background-position:-1px -26px;
}

ul.nav li a {
	text-decoration:none;
	color:#213d5c;
}
ul.nav li a:hover {
	text-decoration:none;
	color:#09F;
}

.headr1 {
	color:#213d5c;
	font-size:12pt;
	font-weight:bold;
}
.headr2 {
	color:#1ba4d2;
	font-size:12pt;
	font-weight:bold;
}
.headr3 {
	color:#1ba4d2;
	font-size:10pt;
	font-weight:bold;
}

#left {
	float:left;
	clear:left;
	width:635px;
	margin-right:0px;
}

#right {
	float:left;
	width:325px;
	padding-top:15px;
}


#login {
	background-image:url(../images/slice_11.png);
	background-repeat:no-repeat;
	height:227px;
	margin-bottom:0px;
	/*background-color:#CCC;*/
	padding:20px 15px 15px 15px;
}

#login form {
	margin-left:20px;
}

#hic {
	background-image:url(../images/slice_16.png);
	background-repeat:no-repeat;
	margin-top:-4px;
	height:113px;
	/*background-color:#09F;*/
	padding:15px;
}

#footer {
	float:left;
	clear:both;
	width:100%;
	margin-top:15px;
	margin-bottom:25px;
	border-top:solid 1px #CCC;
	padding-top:15px;
}

#logo-foot {
	background-image:url(../images/slice_20.png);
	background-repeat:no-repeat;
	float:left;
	width:297px;
	height:50px;
}

#foot {
	font-size:9pt;
	text-align:right;
	float:right;
}
#nav1, #nav3 {
	float:right;
	clear:right;
	margin-bottom:-0px;
}

#copyright {
	color:#999;
	padding-bottom:15px;
}