* {
	outline: none;
}

html, body {
	height: 100%;
}

body {
	background: #667995 url(../images/body_bg.png) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #415a82;
	cursor: pointer;
}

a:hover {
	color: #1e2b40;
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	margin: 0;
	display: inline;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 145%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

* html #wrapper {
	width: expression(document.body.clientWidth > 950?"95%" :"950px");
}

#wrapper {
	margin: 0 auto;
	min-width: 950px;
	width: 90%;
	background: #d7e0eb;
	border-left: 2px solid #344665;
	border-right: 2px solid #344665;
	padding: 0 10px 0 10px;
	height: 100%;
}

#header {
	background: #1e2a3f url(../images/header_bg.png) repeat-x 0 0;
}

#header-right {
	background: url(../images/header_bg.png) no-repeat right -120px;
}

#header-left {
	background: url(../images/header_bg.png) no-repeat left -240px;
	height: 120px;
}

#header-memberbar {
	float: right;
	margin: 0 20px 0 0;
	background: url(../images/header_memberbar.png) repeat-x 0 -70px;
	color: #7b8ca3;
}

#header-memberbar-right {
	background: url(../images/header_memberbar.png) no-repeat right -35px;
}

#header-memberbar-left {
	background: url(../images/header_memberbar.png) no-repeat left 0;
	padding: 0 18px 6px 18px;
	line-height: 29px;
}

#header-memberbar a, #header-memberbar a:link, #header-memberbar a:visited, #header-memberbar a:active {
	color: #b1bdcc;
	text-decoration: none;
}

#header-memberbar a:hover {
	color: #fff;
}

#header-logo {
	float: left;
	width: 267px;
	padding: 34px 0 3px 151px;
}

#header-logo h1 {
	margin: 0;
	padding: 0;
}

#header-logo h1 a {
	display: block;
	background: url(../images/header_logo.png) no-repeat;
	width: 267px;
	height: 48px;
}

#header-logo h1 a span {
	display: none;
}

#header-nav {
	float: right;
	margin: 52px 7px 0 0;
}

#header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-nav ul li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}

#header-nav ul li a {
	display: block;
	float: left;
	background: #1e2b40 url(../images/header_nav.png) no-repeat left 0;
	padding-left: 6px;
	color: #b1bdcc;
	font: bold 14px/32px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	text-shadow: #1e2a3f 1px 1px 2px;
}

#header-nav ul li a span {
	background: url(../images/header_nav.png) no-repeat right 0;
	display: block;
	padding: 1px 21px 0 15px;
}

#header-nav ul li a:hover {
	background: #263650 url(../images/header_nav.png) no-repeat left -33px;
	color: #d7e0eb;
}

#header-nav ul li a:hover span,
#header-nav ul li a span:hover {
	background: url(../images/header_nav.png) no-repeat right -33px;
}

#header-nav ul li a:active,
#header-nav ul li.active a,
#header-nav ul li.active a:hover {
	background: #d7e0eb url(../images/header_nav.png) no-repeat left -66px;
	color: #354868;
	text-shadow: #fff 1px 1px 1px;
}

#header-nav ul li a:active span,
#header-nav ul li.active a span,
#header-nav ul li.active a:hover span {
	background: url(../images/header_nav.png) no-repeat right -66px;
}

#header-banner {
	text-align: center;
	padding: 8px 10px 0 10px;
}

#subbar {
	background: #344665 url(../images/subbar_bg.png) repeat-x 0 -68px;
	color: #fff;
	height: 34px;
}

#subbar-pad {
	padding: 8px 0;
}

#subbar-search {
	float: right;
	height: 29px;
	width: 258px;
	background: url(../images/subbar_bg.png) no-repeat right -34px;
	padding: 5px 5px 0 5px;
}

#subbar-search div {
	background: url(../images/subbar_search.png) no-repeat left 0;
	padding: 0px 0 0 78px;
	height: 24px;
}

#subbar-search div .search {
	border: 0;
	margin: 3px 9px 0 0;
	padding: 3px 0 0 0;
	background: #fff;
	width: 140px;
	font: normal 12px/12px Tahoma, Arial, Sans-Serif;
	float: left;
}

html>body #subbar-search div .search {
	padding: 2px 0 0 0;
}

#subbar-search div .submit {
	border: 0;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 24px;
	float: left;
}

#subbar-nav {
	float: left;
	height: 34px;
	background: url(../images/subbar_bg.png) no-repeat left 0;
}

#subbar-nav ul {
	margin: 0;
	padding: 0 0 0 28px;
	list-style: none;
	background: url(../images/subbar_logo.png) no-repeat 8px center;
	height: 34px;
}

#subbar-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#subbar-nav ul li a {
	display: block;
	padding: 1px 10px 3px 10px;
	color: #b1bdcc;
	font: bold 13px/30px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	text-shadow: #1e2a3f 1px 1px 2px;
}

#subbar-nav ul li a:hover {
	background: url(../images/subbar_bg.png) repeat-x 0 -102px;
	color: #fff;
}

#subbar-nav ul li a:active, #subbar-nav ul li.active a {
	background: url(../images/subbar_bg.png) repeat-x 0 -136px;
	color: #fff;
}

#content-wrapper {
	float: left;
	width: 100%;
}

#content {
	margin-right: 354px;
	background: #fff;
}

#content-top {
	background: url(../images/content_corners.png) no-repeat left 0;
}

#content-top div {
	background: url(../images/content_corners.png) no-repeat right -5px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#content-bot {
	background: url(../images/content_corners.png) no-repeat left -10px;
}

#content-bot div {
	background: url(../images/content_corners.png) no-repeat right -15px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#content-main {
	padding: 5px 10px 5px 10px;
}

.content-item-wrap {
	background: #fff url(../images/content_item_bg.png) no-repeat right 0;
	padding: 0 4px 0 0;
}

.content-item {
	background: url(../images/content_item_bg.png) no-repeat left 0;
	padding: 0 0 0 4px;
}

.content-item-title {
	padding: 6px;
}

.content-item-title .title {
	font-weight: bold;
	font-size: 13px;
	color: #354868;
}

.content-item-title .title a {
	color: #354868;
	text-decoration: none;
}

.content-item-title .title a:hover {
	color: #415a82;
}

.content-item-title .postinfo {
	color: #556882;
	font-size: 11px;
}

.content-item-title .postinfo a {
	color: #354868;
}

.content-item-title .postinfo a:hover {
	color: #1e2a3f;
}

.content-item-content-wrap {
	background: #fff url(../images/content_item_corners.png) no-repeat right 0;
	padding: 0 4px 0 0;
}

.content-item-content {
	background: url(../images/content_item_corners.png) no-repeat left 0;
	padding: 6px 2px 6px 6px;
}

.content-itemalt-content {
	padding: 2px 2px 6px 6px;
}

.content-item-content img.newsimg,
.content-itemalt-content img.newsimg {
	float: right;
	margin: 0 0 8px 12px;
}

.content-item-comments {
	clear: right;
	text-align: right;
	font-size: 11px;
}

#sidebar {
	float: left;
	width: 346px;
	margin-left: -346px;
	background: #b1bdcc;
}

#sidebar-top {
	background: url(../images/sidebar_corners.png) no-repeat left 0;
}

#sidebar-top div {
	background: url(../images/sidebar_corners.png) no-repeat right -5px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#sidebar-bot {
	background: url(../images/sidebar_corners.png) no-repeat left -10px;
}

#sidebar-bot div {
	background: url(../images/sidebar_corners.png) no-repeat right -15px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#sidebar-banner {
	padding: 0 5px 5px 5px;
	text-align: center;
}

.sidebar-item-title {
	background: #354868 url(../images/sidebar_caption_bg.png) repeat-x;
	color: #d7e0eb;
	text-shadow: #1e2a3f 1px 1px 2px;
	padding: 5px 10px 5px 10px;
	font: bold 13px/20px Tahoma, Arial, Sans-Serif;
}

.sidebar-item-title a, .sidebar-item-title a:link, .sidebar-item-title a:visited, .sidebar-item-title a:active {
	color: #d7e0eb;
	text-decoration: none;
}

.sidebar-item-title a:hover {
	color: #fff;
}

.sidebar-item-content {
	padding: 10px;
}

.sidebar-item-content ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.sidebar-item-content ul li {
	margin: 0;
	padding: 0;
}

* {
	outline: none;
}

html, body {
	height: 100%;
	min-height: 100%;
	zoom: 1;
}

body {
	background: #667995 url(../images/body_bg.png) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #415a82;
	cursor: pointer;
}

a:hover {
	color: #1e2b40;
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	margin: 0;
	display: inline;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 145%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

* html #wrapper {
	width: expression(document.body.clientWidth > 950?"95%" :"950px");
}

#wrapper {
	margin: 0 auto;
	min-width: 950px;
	width: 90%;
	background: #d7e0eb;
	border-left: 2px solid #344665;
	border-right: 2px solid #344665;
	padding: 0 10px 0 10px;
	height: auto;
	min-height: 100%;
}

#header {
	background: #1e2a3f url(../images/header_bg.png) repeat-x 0 0;
}

#header-right {
	background: url(../images/header_bg.png) no-repeat right -120px;
}

#header-left {
	background: url(../images/header_bg.png) no-repeat left -240px;
	height: 120px;
}

#header-memberbar {
	float: right;
	margin: 0 20px 0 0;
	background: url(../images/header_memberbar.png) repeat-x 0 -70px;
	color: #7b8ca3;
}

#header-memberbar-right {
	background: url(../images/header_memberbar.png) no-repeat right -35px;
}

#header-memberbar-left {
	background: url(../images/header_memberbar.png) no-repeat left 0;
	padding: 0 18px 6px 18px;
	line-height: 29px;
}

#header-memberbar a, #header-memberbar a:link, #header-memberbar a:visited, #header-memberbar a:active {
	color: #b1bdcc;
	text-decoration: none;
}

#header-memberbar a:hover {
	color: #fff;
}

#header-logo {
	float: left;
	width: 267px;
	padding: 34px 0 3px 151px;
}

#header-logo h1 {
	margin: 0;
	padding: 0;
}

#header-logo h1 a {
	display: block;
	background: url(../images/header_logo.png) no-repeat;
	width: 267px;
	height: 48px;
}

#header-logo h1 a span {
	display: none;
}

#header-nav {
	float: right;
	margin: 52px 7px 0 0;
}

#header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-nav ul li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}

#header-nav ul li a {
	display: block;
	float: left;
	background: #1e2b40 url(../images/header_nav.png) no-repeat left 0;
	padding-left: 6px;
	color: #b1bdcc;
	font: bold 14px/32px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	text-shadow: #1e2a3f 1px 1px 2px;
}

#header-nav ul li a span {
	background: url(../images/header_nav.png) no-repeat right 0;
	display: block;
	padding: 1px 21px 0 15px;
}

#header-nav ul li a:hover {
	background: #263650 url(../images/header_nav.png) no-repeat left -33px;
	color: #d7e0eb;
}

#header-nav ul li a:hover span,
#header-nav ul li a span:hover {
	background: url(../images/header_nav.png) no-repeat right -33px;
}

#header-nav ul li a:active,
#header-nav ul li.active a,
#header-nav ul li.active a:hover {
	background: #d7e0eb url(../images/header_nav.png) no-repeat left -66px;
	color: #354868;
	text-shadow: #fff 1px 1px 1px;
}

#header-nav ul li a:active span,
#header-nav ul li.active a span,
#header-nav ul li.active a:hover span {
	background: url(../images/header_nav.png) no-repeat right -66px;
}

#header-banner {
	text-align: center;
	padding: 8px 10px 0 10px;
}

#subbar {
	background: #344665 url(../images/subbar_bg.png) repeat-x 0 -68px;
	color: #fff;
	height: 34px;
}

#subbar-pad {
	padding: 8px 0;
}

#subbar-search {
	float: right;
	height: 29px;
	width: 258px;
	background: url(../images/subbar_bg.png) no-repeat right -34px;
	padding: 5px 5px 0 5px;
}

#subbar-search div {
	background: url(../images/subbar_search.png) no-repeat left 0;
	padding: 0px 0 0 78px;
	height: 24px;
}

#subbar-search div .search {
	border: 0;
	margin: 3px 9px 0 0;
	padding: 3px 0 0 0;
	background: #fff;
	width: 140px;
	font: normal 12px/12px Tahoma, Arial, Sans-Serif;
	float: left;
}

html>body #subbar-search div .search {
	padding: 2px 0 0 0;
}

#subbar-search div .submit {
	border: 0;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 24px;
	float: left;
}

#subbar-nav {
	float: left;
	height: 34px;
	background: url(../images/subbar_bg.png) no-repeat left 0;
}

#subbar-nav ul {
	margin: 0;
	padding: 0 0 0 28px;
	list-style: none;
	background: url(../images/subbar_logo.png) no-repeat 8px center;
	height: 34px;
}

#subbar-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#subbar-nav ul li a {
	display: block;
	padding: 1px 10px 3px 10px;
	color: #b1bdcc;
	font: bold 13px/30px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	text-shadow: #1e2a3f 1px 1px 2px;
}

#subbar-nav ul li a:hover {
	background: url(../images/subbar_bg.png) repeat-x 0 -102px;
	color: #fff;
}

#subbar-nav ul li a:active, #subbar-nav ul li.active a {
	background: url(../images/subbar_bg.png) repeat-x 0 -136px;
	color: #fff;
}

#content-wrapper {
	float: left;
	width: 100%;
}

#content {
	margin-right: 354px;
	background: #fff;
}

#content-top {
	background: url(../images/content_corners.png) no-repeat left 0;
}

#content-top div {
	background: url(../images/content_corners.png) no-repeat right -5px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#content-bot {
	background: url(../images/content_corners.png) no-repeat left -10px;
}

#content-bot div {
	background: url(../images/content_corners.png) no-repeat right -15px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#content-main {
	padding: 5px 10px 5px 10px;
}

.content-item-wrap {
	background: #fff url(../images/content_item_bg.png) no-repeat right 0;
	padding: 0 4px 0 0;
}

.content-item {
	background: url(../images/content_item_bg.png) no-repeat left 0;
	padding: 0 0 0 4px;
}

.content-item-title {
	padding: 6px;
}

.content-item-title .title {
	font-weight: bold;
	font-size: 13px;
	color: #354868;
}

.content-item-title .title a {
	color: #354868;
	text-decoration: none;
}

.content-item-title .title a:hover {
	color: #415a82;
}

.content-item-title .postinfo {
	color: #556882;
	font-size: 11px;
}

.content-item-title .postinfo a {
	color: #354868;
}

.content-item-title .postinfo a:hover {
	color: #1e2a3f;
}

.content-item-content-wrap {
	background: #fff url(../images/content_item_corners.png) no-repeat right 0;
	padding: 0 4px 0 0;
}

.content-item-content {
	background: url(../images/content_item_corners.png) no-repeat left 0;
	padding: 6px 2px 6px 6px;
}

.content-itemalt-content {
	padding: 2px 2px 6px 6px;
}

.content-item-content img.newsimg,
.content-itemalt-content img.newsimg {
	float: right;
	margin: 0 0 8px 12px;
}

.content-item-comments {
	clear: right;
	text-align: right;
	font-size: 11px;
}

#sidebar {
	float: left;
	width: 346px;
	margin-left: -346px;
	background: #b1bdcc;
}

#sidebar-top {
	background: url(../images/sidebar_corners.png) no-repeat left 0;
}

#sidebar-top div {
	background: url(../images/sidebar_corners.png) no-repeat right -5px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#sidebar-bot {
	background: url(../images/sidebar_corners.png) no-repeat left -10px;
}

#sidebar-bot div {
	background: url(../images/sidebar_corners.png) no-repeat right -15px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

#sidebar-banner {
	padding: 0 5px 5px 5px;
	text-align: center;
}

.sidebar-item-title {
	background: #354868 url(../images/sidebar_caption_bg.png) repeat-x;
	color: #d7e0eb;
	text-shadow: #1e2a3f 1px 1px 2px;
	padding: 5px 10px 5px 10px;
	font: bold 13px/20px Tahoma, Arial, Sans-Serif;
}

.sidebar-item-title a, .sidebar-item-title a:link, .sidebar-item-title a:visited, .sidebar-item-title a:active {
	color: #d7e0eb;
	text-decoration: none;
}

.sidebar-item-title a:hover {
	color: #fff;
}

.sidebar-item-content {
	padding: 10px;
}

.sidebar-item-content ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.sidebar-item-content ul li {
	margin: 0;
	padding: 0;
}

.content-item-alt {
	background: #fff url(../images/content_item_bg.png) no-repeat -6px 0;
}

.content-item-content img.newsimgleft,
.content-itemalt-content img.newsimgleft {
	float: left;
	margin: 0 12px 8px 0;
}
