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

body {
	background-color: #999999;
	color: #4e4e4e;

	
	background-image: url(img/background2.jpg);
	background-position: top center;
	background-repeat: repeat-y;

	margin: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-image: url(img/background1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 1252px;
	
	margin: 0px;
}

.header .image {
	
	background-position: 3px 0px;
	background-repeat: no-repeat;
	
	height: 375px;
	width: 982px;
	
	margin: auto;
}



.container {
	margin: auto;
	width: 930px;

	
	margin-top: -865px;
	
	position: relative;
	
}

.menu {
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 100px;
	text-align: center;
}

.menu img {
	border: none;
}

.menu_item {
	background-position: 0px 0px;
	height: 32px;
	float: left;
}

.menu_item_selected {
	background-position: 0px 0px;
	height: 32px;
	float: left;

}

.content {
	padding: 10px 20px 40px 0px;
	width: 707px;
	
	min-height: 700px !important;
	height: auto;
}

.content a {
	color: #4e4e4e;
	color: #7ea424;
	text-decoration: none;
}

label {
	width: 100px;
	display: block;
	float: left;
	
	font-weight: bold;
}

.content h1 {
	font-size: 44px;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	color: #7ea424;
}

.content h3 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	
	color: #7ea424;
	font-family: "Times New Roman", Times, serif;
}

.content p {
	margin: 5px 0px 5px 0px;
}

.content .flash_box {
	float: left; 
	border: 4px solid #ff0b0b; 
	margin-right: 10px;
}

.content .text {
	padding: 10px 0px 0px 0px;
}

.content table td {
	padding: 0px 10px 40px 10px;
	
	width: 300px;
	height: 180px;
	vertical-align: top;

}

.content table td img {
	margin: 0px 0px 30px 0px;
}

.stat h3 {
	margin: 20px 0px 10px 0px;
}

.stat table {
	border-collapse: collapse;
	width: 600px;
}

.stat table th {
	border: 1px solid #d4d4d4;
	text-align: left;
	padding: 5px 50px 5px 10px
}

.stat table td {
	border: 1px solid #d4d4d4;
	height: auto;
	width: auto;
	vertical-align: middle;
	
	padding: 5px 50px 5px 10px
}

.content .text p {
	margin: 15px 30px 15px 0px;
}

.content .box1 {
	width: 505px;
	height: 435px;
	
	float: left;

	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	
	padding: 0px 10px 12px 0px;
	
	font-size: 12px;
	color: #4e4e4e;
}

.content .box2 {
	width: 170px;
	height: 435px;
	
	float: left;

	border-bottom: 1px solid #000000;
	
	padding: 0px 10px 12px 10px;
	
	font-size: 12px;
	color: #4e4e4e;
}

.content .box3 {
	
	width: 130px;
	float: left;
	
	margin: 0px 3px 0px 0px;
}

.content .box3 .title {
	background-image: url(img/header_section.jpg);
	background-repeat: no-repeat;
	
	height: 24px;
	
	padding: 10px 0px 0px 5px;
	
	color: #FFFFFF;
	font-weight: bold;

}

.content .box3 .text {
	height: 300px;
	border: 2px solid #bbe7f9;
	
	padding: 5px 5px 5px 5px;
}

/***************************************************/

.sidebar {
	position: absolute;
	
	background-image: url(img/bg_sidebar.jpg);
	background-repeat: no-repeat;
	
	background-color: #EB4D0E;
	width: 226px;
	height: 600px;
	
	top: 70px;
	left: 710px;
	
	color: #FFFFFF;
	
	font-weight: bold;
}

.sidebar .title {
	margin: 8px 0px 0px 8px;
	background-image: url(img/header_sidebar.jpg);
	width: 210px;
	height: 37px;
}

.sidebar .text {
	padding: 10px 10px 0px 10px;
}

/********************************************************************/

.footer {
	background-image: url(img/background3.jpg);
	background-position: top center;
	margin-left: 2px;
	background-repeat: no-repeat;

	height: 79px;
	bottom: 0px;
	
	position: relative;

}

.footer .footer_text {
	width: 930px;
	margin: auto;
	padding: 23px 0px 0px 0px;
	color:#FFFFFF;
}

.footer .top_link {
	display: inline;
	margin: 0px 0px 0px 40px;
	color: #ff9c00;
}

.footer .top_link a {
	color: #ff9c00;
	text-decoration: none;
}

.footer .footer_menu {
	display: inline;
	margin: 0px 0px 0px 20px;
	color: #ffe400;
}

.footer .footer_menu a {
	text-decoration: none;
	color: #ffe400;
}



.footer .copyright {
	display: inline;
	margin: 0px 0px 0px 40px;
}

.footer .copyright a {
	text-decoration: none;
	color: #ffffff;
}
