@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #fdfdfd;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #466998;
}
a:visited {
	color: #466998;
}
a:hover {
	color: #304969;
}
a:active {
	color: #466998;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}

#page-wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
#header-wrapper {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 960px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 960px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 480px;
	float: left;
}
#logo a {
	display:block;
	height: 80px;
	width: 480px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#header-box {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 80px;
	width: 470px;
}
#user-location {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 470px;
	overflow: hidden;
	text-align: right;
	color: #304969;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 958px;
	border: 1px solid #aaaaaa;
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eeeeee;
	border-radius: 10px;
}
#horisontal-navi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
	width: 860px;
}
#horisontal-navi ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#horisontal-navi li {
}
#horisontal-navi li a {
	display:block;
	padding: 0 10px 0 10px;
	font-size:14px;
	line-height:38px;
	float:left;
	color:#466998;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 1px 1px 1px #aaaaaa;
}
#horisontal-navi li a:hover {
	color:#304969;
}
#login-box {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 38px;
	width: 98px;
}
#login-box ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#login-box ul li {
	position:relative;
}
#login-box ul li a {
	background-color:#466998;
    color:#fff;
	line-height:38px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	width:auto;
	text-shadow: 1px 1px 1px #1b2d44;
	border-radius: 0px 10px 10px 0px;
}
#login-box ul li a:hover, #login-box ul li:hover a {
	background-color:#304969;
	border-radius: 0px 10px 0px 0px;
}
#login-box ul li:hover ul {
	display:block;
}
#login-box ul li ul {
	display:none;
	position:absolute;
	right:0px;
	top:38px;
	background-color:#304969;
	padding:5px;
	color:#333;
	z-index:100;
	border-radius: 10px 0px 10px 10px;
}
#login-box ul li ul li {
	background-color:#fff;
	padding:10px;
	border-radius: 5px 0px 5px 5px;
}
#login-box ul li ul li input[type="text"] {
	background-color:#fff;
}
#login-box ul li ul li tr:last-child {
	color:#333;
}
#slideshow-wrapper {
	height: 300px;
	width: 960px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#slideshow-content {
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	height: 278px;
	width: 938px;
	border: 1px solid #aaaaaa;
}
#slideshow {
	margin: 0px;
	padding: 0px;
	height: 278px;
	width: 938px;
}

#main-wrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}
#breadcrumbs {
	margin: 0px;
	height: auto;
	width: 940px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #304969;
	text-transform: uppercase;
	
}
#breadcrumbs a {
	text-decoration:none;
}
#main-content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
}
#left-side {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 240px;
}
.left-box {
	padding: 10px;
	height: auto;
	width: 218px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #304969;
	background-color: #FFF;
	border-radius: 10px 10px 0px 0px;
}
.left-box h3 {
	background-image: url(../images/title-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #304969;
	text-align: center;
	width: 238px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-shadow: 1px 1px 1px #1b2d44;
	border-radius: 10px 10px 0px 0px;
}


#right-side {
	margin: 0px;
	float: right;
	height: auto;
	width: 700px;
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#right-content {
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 678px;
	border: 1px solid #aaaaaa;
	overflow: hidden;
}
.news {
	padding: 0px;
	height: auto;
	width: 678px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.news h1 {
	color: #FFF;
	background-color: #466998;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -10px;
	line-height: 24px;
	display: block;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-shadow: 1px 1px 1px #1b2d44;
}
.news img {
	padding: 0px;
	float: left;
	height: auto;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer-wrapper {
	height: auto;
	width: 940px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #304969;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.copyright {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 940px;
	font-size: 12px;
}
