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

/*@import url("style_reset.css");
@import url("style_public_styles.css");*/

body,html,container { height:100%; position:relative; }
container { position:relative; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF; 
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}
input[type="submit"] {
	border: 2px solid #FFE14F; 
	color: #FFE14F; 
	background: #0E0A11; 
	font-weight:bold
}
img, a {
	border: 0;
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#d2232a;
}
h1 {
	font-size: 13px;
	color: #FFE14F;
	margin: 0;
}
h2 {
	font-size: 13px;
	color: #FFE14F;
	margin: 0;
}
p {
	margin: 0;
	margin-bottom: 20px;
}
.large-font {
	font-size: 16px;
}
#left-col .large-font {
	font-size: 18px;
}
.yellow-font {
	color: #FFE14F;
}
.red-font {
	color:#d2232a;
}
.content-area table {
	/*margin-top: 10px;*/
	margin-bottom: 10px;

}
.content-area table th {
	color: #FFE14F;
	text-align: left;
	padding: 5px;
	padding-left:0;
	vertical-align: top;
}
.content-area table td {
	padding: 5px;
	color:#FFF;

}
h1.latest-news-title {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin-bottom:5px;
}
h1.news-list-title {
	font-size: 14px;
	color: #FFE14F;
	font-weight: bold;
	margin-bottom:5px;
}
a.latest-news-link {
	font-size: 14px;
	font-weight: bold;
	color: #FFE14F;
	/*margin-bottom: 20px;*/
	margin-bottom:5px;
	display: block;
	text-decoration: none;
}
a.news-list-link {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	display: block;
	text-decoration: none;
	margin-bottom:5px;
}
a.news-list-link:hover {
	color:#FF0000;
}
#left-col img {
	margin-bottom: 5px;
}

.container {
	width: 990px;
	margin: 0 auto;
	background-color: #0E0A11;
	min-height:100%;
	position: relative;
}
.header-area {
	height: 368px;
	position: relative;
}
.header-logo {
	float: right;
	margin-top: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:10;
}

.header-bg-h1 {
	background-image: url(images/header_bg_h1.jpg);
}
.header-bg-h2 {
	background-image: url(images/header_bg_h2.jpg);
}
.header-bg-h3 {
	background-image: url(images/header_bg_h3.jpg);
}
.header-bg-h4 {
	background-image: url(images/header_bg_h4.jpg);
}
.header-bg-1 {
	background-image: url(images/header_bg_1.jpg);
}
.header-bg-2 {
	background-image: url(images/header_bg_2.jpg);
}
.header-bg-3 {
	background-image: url(images/header_bg_3.jpg);
}
.header-bg-4 {
	background-image: url(images/header_bg_4.jpg);
}
.header-bg-5 {
	background-image: url(images/header_bg_5.jpg);
}
.header-bg-6 {
	background-image: url(images/header_bg_6.jpg);
}
.header-bg-7 {
	background-image: url(images/header_bg_7.jpg);
}
.header-bg-8 {
	background-image: url(images/header_bg_8.jpg);
}
.header-bg-9 {
	background-image: url(images/header_bg_9.jpg);
}
.menu-area {
}
.menu-area #endlink {
	margin: 0px;
}
.menu-area a {
	font-size: 16px;
	display: block;
	padding: 5px;
	background-color: #FFE14F;
	color: #0E0A11;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
}
.menu-area a:hover,
.footer-link:hover,
.footer-videolink:hover,
#active  {
	color:#d2232a;
	background: transparent;
	
}
.content-area {
	position:relative;
	padding-top: 20px;
}
.content-area #left-col {
	float: left;
	width: 220px;
	padding: 20px;
	padding-right: 40px;
}
.content-area #right-col {
	float: left;
	width: 670px;
	width: 550px;
	padding: 20px;
}

.footer-area {
	/*width:970px;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;*/
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer-link {
	font-size: 12px;
	display: block;
	float: right;
	background-color: #FFE14F;
	color: #0E0A11;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 20px;
	margin-top: 50px;
}
.footer-videolink {
	float:right;
	margin-top: 47px;
	margin-right: 42px;
}
blockquote { 
	margin: 0 0 0 7px;
}