/*
CSS Credit: http://www.templatemo.com
*/

html {
	background: url(images/bg.jpg) #001c18 repeat-x;
}

body {
	margin: 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background-color: #1D0004;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #FF9;
	text-decoration: underline;
}
a:active, a:hover { color: #FFFF00; text-decoration: none; }

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	margin: 0 0 10px 0;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A9001F;
	margin: 0 0 10px 0;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

.container {
	width: 940px;
	margin: auto;
}

#header {
	width: 940px;
	height: 80px;
	background: url(images/header.jpg) top no-repeat;
	padding: 5px 0 0 0;
}

#logo_area {
	width: 100%;
	margin: 30px 0 0 0;
}

#logo {
	float: left;
	width: 30%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #BC0024;
	text-align: center;
}

#logo_left {
	float: left;
	width: 35%;
	background: url(images/logo_left.png) right no-repeat;
}

#logo_right {
	float: right;
	width: 35%;
	background: url(images/logo_right.png) left no-repeat;
}

/* menu */

#menu_left {
	float: left;
	background: url(images/menu_left.png) no-repeat left;;
	width: 7px;
	height: 41px;
}

#menu {
	width: 450px;
	height:41px;
	padding:0;
	margin: 0 0 20px 0;

}

#menu ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 435px;
	list-style: none;
	background: url(images/menu_right.png) right no-repeat;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	padding: 11px 15px 0 15px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu_divider.png) center right no-repeat;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #FF9;
}

#menu li .last {
	background: none;
}

/* end of menu*/

#top_section {
	width: 927px;
	margin: 0 0 20px 5px;
}
#top_section_top {
	width: 887px;
	padding: 15px 20px 1px 20px;
	background-color: #1A0003;
	background-image: url(images/top_section_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_section_top img {
	float: right;
	margin: 0 0 20px 20px;
}
#top_section_bottom {
	background: url(images/top_section_bottom.png) bottom no-repeat;
	width: 927px;
	height: 21px;
}

#top_section_glow {
	background-color: #1A0003;
	background-image: url(images/bottom_glow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.middle_two_col {
	float: left;
	width: 449px;
	background: url(images/middle_two_col_bg.png) bottom no-repeat;
	margin: 0 10px 25px 10px;
	padding: 0 0 20px 0;	
}

.middle_two_col h2 {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.click_more {
	float: right;
	background: url(images/click_more_botton.png);
	width: 125px;
	height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 3px 0 0 0;
}

.click_more:hover {
	text-decoration: underline;	
}

.click_more a {
	color: #fff;
	text-decoration: none;
} 

.title_style_1 {
	width: 409px;
	margin: 10px 20px;
}

.title_style_1 h1 {
	float: left;
	display: block;
	margin: 0;
}

.title_style_1 .title_right {
	float: right;
	width: 70%;
	height: 15px;
	background: url(images/title_style_1.png) no-repeat;
	margin: 0;
}

.no_bullet {
	float: left;
	width: 20px;
	height: 22px;
	background: url(images/list.png) no-repeat;
	margin: 0 20px 10px 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 2px 0 0 4px;
}

.middle_two_col p {
	margin: 0 20px 10px 20px;
}

#bottom_panel {
	width: 100%;
	padding: 20px 0;
	background-color: #130002;
	background-image: url(images/bottom_panel_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#bottom_panel .bottom_two_col {
	float:left;
	width: 415px;
	margin: 0 27px;
}

.bottom_two_col p {
	margin: 0 10px 10px 10px;
}

.bottom_two_col img {
	float: left;
	margin: 0 10px 10px 10px;
}

.title_style_2 {
	width: 404px;
	height: 30px;
	background: url(images/title_style_2.png) no-repeat;
	margin: 0 0 30px 0;
	padding: 4px 0 0 10px;
}

.title_style_2  h1 {
	color: #FF9;
	margin: 0;
	background: url(images/title_bullet.png) no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 20px;
}

.v_line {
	
	float: left;
	width: 0px;
	border-left: 1px solid #01221f;
	border-right: 1px solid #000;
	height: 200px;
	
}

#footer {
	width: 100%;
	background: #000;
	color: #fff;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.cleaner img {
	margin: 0 0 0 30px;
}
