@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	background: url(../images/bg_html.jpg);
}

body {
	background: url(../images/bg_body.jpg) center top no-repeat;
	display: table;
}

#container {
	margin: 0 auto;
	width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_container.png) center 56px no-repeat;
}

#logo {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 68px;
}

#mast {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 160px;
	border-top: 18px #314247 solid;
	border-bottom: 18px #314247 solid;
}

.clear {
	clear: both;
}

#middle {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: auto !important;
	background: #FFFFFF url(../images/bg_middle.jpg) left repeat-y;
}

#leftpanel {
	position: relative;
	width: 236px;
	height: auto;
}

#menu {
	position: relative;
	float: left;
	width: 235px;
	height: auto !important;;
	border-right: 1px #ADB3B5 solid;
}

#newspanel {
	position: relative;
	float: left;
	width: 196px;
	height: auto !important;
	padding: 20px;
}

#newspanel h1, #newspanel h2, #newspanel p, #newspanel a {
	color: #3D362B;
}

#newspanel h1 {
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 0.03em;
	margin: 0;
}

#newspanel h2 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.03em;
	margin: 15px 0 -10px 0;
}

#newspanel p {
	font-size: 12px;
}

#newspanel a {
	text-decoration: none;
}

#newspanel a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	float: right;
	width: 714px;
	height: auto;
}

#top {
	position: relative;
	margin: 0 auto;
	width: 680px;
	height: auto !important;
	min-height: 174px;
}

#top h1, #maincontent h1 {
	font-size: 26px;
	font-weight: normal;
	color: #5A686C;
	margin: 10px 0 0 0;
}

#top h2, #top p {
	margin-right: 20px;
	color: #AD461E;
}

#top h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.3em;
}

#top p {
	font-size: 12px;
}

#top img {
	padding-right: 10px;
}

.topbox {
	position: relative;
	float: left;
	width: 340px;
}

.btnlinks {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 15px 0px 0;
	margin-right: 15px;
	line-height: 1.3em;
	background: url(../images/btn.jpg) no-repeat top right;
}

.btnlinks span {
	float: left;  
	padding-right: 15px;  
	display: block;  
	margin-top: -4px;  
	height: 25px;
	background: url(../images/btn.jpg) no-repeat top left;
}

.btnlinksblue {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 15px 0 0;
	margin-right: 15px;
	background: url(../images/btn_blue.jpg) no-repeat top right;
}

.btnlinksblue span {
	float: left;  
	padding-right: 15px;  
	display: block;  
	margin-top: -4px;  
	height: 25px;
	background: url(../images/btn_blue.jpg) no-repeat top left;
}

.box {
	float: right;
	width: 246px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0;
	margin-top: 30px;
	line-height: 1.3em;
	background: url(../images/box.jpg) no-repeat bottom right;
}

.box span {
	float: right;  
	padding-bottom: 30px;  
	display: block;  
	margin-top: -30px;  
	width: 246px;
	background: url(../images/box.jpg) no-repeat top left;
}

#flash {
	float: left;
	width: 688px;
	padding: 13px;
	height: auto !important;
	min-height: 314px;
	background: url(../images/bg_flash.gif);
}

.flashleft {
	float: left;
	width: 420px;
	height: 314px;
	background: #FFFFFF;
}

.flashright {
	float: left;
	margin-left: 13px;
	padding: 13px;
	width: 229px;
	height: 375px;
	background: #314247;
}

.flashright h1, .flashright p {
	color: #E4E7E7;
}

.flashright h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.flashright p {
	font-size: 13px;
	line-height: 1.5em;
}

#footer {
	position: relative;
	margin: 0 auto 30px;
	padding: 10px 20px 20px;
	width: 910px;
	height: 82px;
	background: #36464B;
}

#footer p, #footer a {
	color: #E4E7E7;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#maincontent {
	position: relative;
	margin: 0 auto;
	width: 650px;
	height: auto;
}

#maincontent p, #maincontent li {
	font-size: 13px;
	line-height: 1.75em;
	color: #3D362B;
}

#maincontent h2 {
	font-size: 18px;
	color: #AD461E;
	font-weight: normal;
	margin-bottom: -10px;
}

#maincontent a, #maincontent a:hover {
	color: #AD461E;
}

#maincontent a {
	text-decoration: none;
}

#maincontent a.btnlinks {
	color: #FFFFFF;
}

#maincontent a:hover {
	text-decoration: underline;
}

#maincontent .box p {
	margin: 0 30px 30px;
	color: #FFFFFF;
	font-size: 12px;
}

#maincontent .box a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

#maincontent .box a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.imageleft {
	margin-top: 5px;
	padding: 0 15px 5px 0;
}

.imageright {
	margin-top: 5px;
	padding: 0 0 5px 15px;
}

