﻿body
{
	/*background: #8F939F;*/
	background-position: #BDBFC6;
	font: 12px arial,verdana,sans-serif;
	padding: 0px;
	margin: 0px;
	background: #FE0000;
}

#content-container
{
	background-position: center;
	width: 1004px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y center;
}

#content-text
{
	font: 16px arial,verdana,sans-serif;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: justify;
	clear: both;
}

.content-link
{
	font: 16px 'times new roman';
	font-weight: bold;
	display: block;
	width: 140px;
	height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	background-image: url('images/menu_bg.jpg');
	background-repeat: no-repeat;
}

.content-link:hover
{
	font: 14px 'times new roman';
	font-weight: bold;
	background-image: url('images/menu_hover_bg.jpg');
	text-transform: uppercase;
}

#header
{
	height: 334px;
	width: 1004px;
	padding: 0px;
	margin: 0px auto;
	background: url(images/header_no_search3.jpg) no-repeat top center;
}



#header h1, h1 a, h1 a:visited
{
	text-decoration: none;
	margin: 0;
	color: #ffffff;
}

#header h1 a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#subtitle
{
	padding-left: 670px;
	padding-top: 25px;
	color: #ffffff;
	font: 14px 'times new roman';
	text-align: left;
	font-weight: bold;
}

#subtitle h1
{
	font: 28px 'times new roman';
	text-align: center;
	padding-top: 55px;
	font-weight: bold;
	width: 280px;
}

#subtitle_contact
{
	padding-left: 630px;
	padding-top: 65px;
	color: #E7E8EB;
	font: 18px 'times new roman';
	text-align: center;
	font-weight: bold;
}

#navlist-container
{
	padding: 0px 0px 0 18px;
	position: absolute;
	top: 0;
	margin-top: 0px;
	height: 30px;
	float: left;
}

#navlist
{
	position: relative;
	display: block;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	padding: 0;
	font-family: Verdana,arial;
}

#navlist ul
{
	margin: 0px;
	padding: 0px 0px 0 20px;
	list-style-type: none;
	width: auto;
	float: left;
}

#navlist ul li
{
	display: block;
	float: left;
	margin: 0;
	width: 110px;
}

#navlist ul li a
{
	display: block;
	float: left;
	color: #787878;
	padding: 13px 0px 0 0px;
	width: 110px;
	height: 30px;
	background: url(images/menu.gif) no-repeat right top;
	text-align: center;
	text-decoration: none;
}

#navlist ul li a:hover, #navlist ul li.current_page_item a
{
	color: #4d4d4d;
	background: url(images/menu.gif) no-repeat top left;
	width: 110px;
	height: 30px;
	text-align: center;
}

#navlist ul li .current_page_item a, #navlist ul li .current_page_item a:hover
{
	color: #3A5978;
	width: 110px;
	height: 30px;
	background: url(images/menu.gif) no-repeat top left;
}

.OrdinaryTab
{
}

.post-container
{
	float: left;
	width: 620px;
	margin-top: 0px;
}

.post
{
	width: 610px;
	margin: 0;
	padding-top: 0;
	color: #323232;
	float: none;
	display: block;
	margin-bottom: 20px;
	clear: both;
	background: url(images/post-bg.jpg) repeat-y left;
}

.post p
{
	margin: 0px 10px 0px 10px;
}

.posttop
{
	background-position: left top;
	width: 610px;
	height: 60px;
	color: #F0F0F0;
	padding-top: 10px;
	background: url(images/post-top.jpg) no-repeat top left;
}

.posttop h2
{
	font: 16px arial;
	text-align: left;
	overflow: visible;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	width: 580px;
	border-bottom: 2px dotted #FFFFFF;
}

.postbottom
{
	font-size: 11px;
	color: #C41407;
	text-align: left;
	width: 610px;
	padding: 0;
	height: 40px;
	background: url(images/post-bottom.jpg) no-repeat bottom left;
}

#sidebars-area
{
	width: auto;
	float: left;
	margin-left: 5px;
}
/*
.sidebars-area-link
{
    font: 16px 'times new roman';
    font-weight: bold;
    display: block;
    width: 160px;
    height: 39px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding-top: 8px;
    background-image: url('images/topbar.gif');
    background-repeat: no-repeat;
}

.sidebars-area-link:hover
{
    font: 14px 'times new roman';
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
*/
#footer
{
	color: #ffffff;
	font: 12px arial,verdana,sans-serif;
	height: 37px;
	position: relative;
	width: 1004px;
	margin: 0px auto;
	background: url(images/footer-1.gif) no-repeat bottom center;
}

img
{
	border: none;
}

