@charset "utf-8";
/* CSS Document */

html {
	background-color: #989b9e;
	min-width: 888px;
}

.left {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	min-height: 100%;
	background: url(../img/left_bg.jpg) repeat-x;
}

#left_gradient {
	position: absolute;
	width: 888px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -494px;
	background: url(../img/left_gradient.jpg) top left no-repeat;
	/*border: solid black 1px;*/
}

.right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	min-height: 100%;
	background: url(../img/right_bg.jpg) top repeat-x;
}

.center {
	position: absolute;
	width: 888px;
	/*min-height: 100%;*/
	top: 0;
	left: 50%;
	margin-left: -444px;
	background: url(../img/center_bg.jpg) repeat-y;
}

.header {
	width: 888px;
	height: 228px;
	margin-left: 0;
	background: url(../img/header_bg.jpg) top repeat-x;
}

#banner {
	position: absolute;
	top: 19px;
	left: 50%;
	margin-left: -444px;
	width: 888px;
	height: 211px;
	background: url(../img/banner.jpg) left top no-repeat;
}

#menu {
	position: absolute;
	top: 198px;
	left: 50%;
	margin-left: -444px;
	width: 888px;
	height: 30px;
	background: url(../img/menu_bg.png) no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
}

#menu a {
    text-decoration: none;
    color: #ffffff;
}

#menu a:hover {
    color: #0078f0;
    cursor: pointer;
}

#menubar {
	margin-left: 45px;
	height: 22px;
    max-height: 22px;
    overflow: hidden;
    /*display: inline-block;*/    
	/*width: 873px;*/
    /*border: solid black 1px;*/
}

.menu_item {
	display: block;
	float:left;    
	margin-left: 5px;
	margin-right: 5px;	
	height: 22px;
	background: url(../img/menu_item_bg_normal.jpg) repeat-x;
}

.menu_item:hover {
	background: #FFFFFF !important;
	color: #0078f0;
	font-weight: bold;
}

.left_corner {
    display: block;
	float:left;
	height: 22px;
	background: url(../img/left_corner_dark.png) left bottom no-repeat;
}

.left_corner:hover {
	background: url(../img/left_corner_light.png) left bottom no-repeat;
}

.right_corner {
    display: block;
	float:left;
	height: 22px;
	background: url(../img/right_corner_dark.png) right bottom no-repeat;
}

.right_corner:hover {
	background: url(../img/right_corner_light.png) right bottom no-repeat;
}

.menu_title {
    display: block;
	float:left;
	height: 22px;
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 3px;
}

.footer {
	position: absolute;
	width: 888px;
	height: 71px;
	/*bottom: 0;*/
	left: 50%;
	margin-left: -444px;
	background: url(../img/footer.jpg) no-repeat;
}

.upper_bg {	
	width: 888px;
	height: 316px;
	background: url(../img/content_bg_upper.jpg) top left no-repeat;
}

.content {	
	margin-left: 7px;
	width: 872px;
	min-height: 350px;
	margin-top: -316px;
	/*margin-bottom: 80px;*/
	color: #001e3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	/*border: black 1px solid;*/
}

.content h1{
	font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.content h2{
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.content h3{
	font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

/*
.content p{
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
*/

.content a{
	color: #0078f0;
}

.content_template {
	width: 100%;
	margin-top: 5px;
}

#left_content {  
	width: 222px;
	vertical-align: top;
	background: url(../img/black_square.png) top left no-repeat;    
}

p {
    margin: 0;
    padding: 0;
}

#right_content {
	padding: 14px;
    vertical-align: top;
	background-color: #ececec;	
}