﻿body,html
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	color: #fff;
	background: rgb(26,42,55);
}


a
{
	color:#f2f2f2;
	text-decoration: none;
}

div#container a
{
	color: #333;
	text-decoration: none;
}

div#container a:hover
{
	text-decoration: underline;
}

h1, a h1, h1 a
{
	margin:0px;
	padding:10px 0px 5px 0px;
	font-size:18px;
	font-weight:normal;
	color: #033;
}

input, textarea, select
{
	font-family:Arial;
	font-size:11px;
	color: rgb(54,49,53);
}

div#container
{
	margin:0px auto;
	padding:15px 0px 0px 0px;
	width:891px;
	color: rgb(54,49,53);
}

div#top
{
	clear:both;
	float:left;
	width:891px;
}

div#top-left
{
	float:left;
	padding:0px 5px;
	width:288px;
	height:85px;
	line-height:85px;
	background: url(/resources/images/templates/bg-top-left.gif) no-repeat bottom right;
	text-align:right;
}

div#top-left img
{
	vertical-align:bottom;
}

div#top-right
{
	float:left;
	width:593px;
	background: url(/resources/images/templates/bg-top-right.gif) repeat-x top left;
}

div#topmenu
{
	clear:both;
	float:left;
	width:593px;
	height:43px;
	background: url(/resources/images/templates/bg-topmenu-left.gif) no-repeat top left;
}

div#topmenu ul
{
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	width:593px;
	height:43px;
	list-style:none;
	background: url(/resources/images/templates/bg-topmenu-right.gif) no-repeat top right;
}

div#topmenu ul li
{
	float:left;
	height:43px;
}

div#topmenu ul li a
{
	display: block;
	padding:13px 22px;
	line-height:17px;
	font-size:16px;
	color: rgb(51,49,50);
	text-decoration:none;
	text-transform: uppercase;
}

div#topmenu ul li a:hover
{
	text-decoration: underline;
}

div#topmenu ul li.selected
{
	background: url(/resources/images/templates/bg-topmenu-selected-left.gif) no-repeat top left #fff;
}

div#topmenu ul li.selected a
{
	background: url(/resources/images/templates/bg-topmenu-selected-right.gif) no-repeat top right;
}

div#topmenu ul li.first
{
	background: url(/resources/images/templates/bg-topmenu-selected-first-left.gif) #fff no-repeat top left;
}

div#submenu
{
	clear:both;
	float:left;
	padding:0px 22px;
	width:549px;
	height:42px;
}

div#submenu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#submenu ul li
{
	float:left;
	padding:14px 25px 14px 17px;
	line-height:14px;
	background: url(/resources/images/templates/bg-submenu-li.gif) no-repeat center left;
}

div#submenu ul li a
{
	font-size:12px;
	color: rgb(51,49,50);
	text-decoration:none;
}

div#submenu ul li a:hover
{
	text-decoration: underline;
}

div#header
{
	clear:both;
	float:left;
	width:891px;
	background: url(/resources/images/templates/bg-header.gif) no-repeat top left rgb(230,244,244);
}

div#header-left
{
	clear:both;
	float:left;
	width:891px;
	background: url(/resources/images/templates/bg-header-left.gif) no-repeat bottom left;
}

div#header-right
{
	clear:both;
	float:left;
	padding:5px;
	width:881px;
	background: url(/resources/images/templates/bg-header-right.gif) no-repeat bottom right;
}

div#header-image
{
	clear:both;
	float:left;
	width:881px;
	text-align:center;
}

div#header-image img
{
	vertical-align: bottom;
}

div#header-content
{	
	clear:both;
	float:left;
	padding:10px 0px 5px 0px;
	width:881px;
}

div#header-box-left
{
	float:left;
	padding: 0px 25px;
	width:241px;
}

div#header-box-middle
{
	float:left;
	padding: 0px 30px;
	width:236px;
	height:auto !important;
	height:82px;
	min-height:82px;
	border-left:1px solid rgb(204,204,204);
	border-right:1px solid rgb(204,204,204);
}

div#header-box-left ul, div#header-box-middle ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#header-box-left ul li, div#header-box-middle ul li
{
	padding:6px 15px;
	line-height:14px;
	background: url(/resources/images/templates/bg-header-li.gif) no-repeat center left;
}

div#header-box-left ul li a, div#header-box-middle ul li a
{
	color: rgb(51,49,50);
	text-decoration:none;
}

div#header-box-left ul li a:hover, div#header-box-middle ul li a:hover
{
	text-decoration:underline;
}

div#header-box-right
{
	float:left;
	padding:0px 30px;
	width:232px;
}

div#header-box-right h1
{
	padding:5px 0px;
	color: rgb(50,50,50);
}

div#header-box-right a
{
	color: rgb(50,50,50);
}

div#search
{
	overflow:hidden;
	padding:2px 5px;
	width:163px;
	height:20px;
	background: url(/resources/images/templates/bg-input.gif) no-repeat;
}

div#search input
{
	width:163px;
	height:16px;
	line-height:16px;
	margin:0px;
	padding:0px;
	border:0px;
	background:none;
}



div#main
{
	clear:both;
	float:left;
	padding:20px 25px;
	width:841px;
	color:#fff;
}

div#main-left
{
	float:left;
	padding: 0px 29px 0px 0px;
	width:550px;
}

div#title
{
	clear:both;
	float:left;
	width:550px;
	font-size:18px;
}

div#content
{
	clear:both;
	float:left;
	padding: 15px 0px 0px 0px;
	width:550px;
}

div#main-right
{
	float:left;
	width:262px;
}

div#main-right table img
{
	border:2px solid #fff;
}

div#footer
{
	clear:both;
	float:left;
	width:891px;
	background: url(/resources/images/templates/bg-footer.gif) rgb(230,244,244) no-repeat top left;
}

div#footer-bg
{
	clear:both;
	float:left;
	padding:12px 30px;
	width:831px;
	background: url(/resources/images/templates/bg-footer-bg.gif) no-repeat top right;
}

div#footer-left
{
	float:left;
	width:731px;
	line-height:16px;
	text-align:left;
}

div#footer-right
{
	float:left;
	width:100px;
	text-align:right;
}

div#footer-left img, div#footer-right img
{
	vertical-align:middle;
}

div#footer-left a, div#footer-right a
{
	color: rgb(54,49,53);
}
