@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#e6e6e6 url(../images/body_bg.jpg) top left repeat-x;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
}

img {
	border:none;
	outline:none;
}

h1 {
	margin:0;
	padding:0;
}

#container {
	background:url(../images/main_banner.jpg) top center no-repeat;
	width:100%;
	
}

.container {
	width:1004px;
	margin:0 auto;
	min-height:1305px;
	position:relative;
}

.banner {
	width:1004px;
	height:324px;
}

.banner img {
	float:left;
	margin-left:20px;
}

.content_shadow {
	background:url(../images/content_shadow.png) top left no-repeat;
	width:722px;
	padding:10px 0 0 0;
	margin:0 0 20px 0;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:2;
	float:left;

}

.content {
	width:662px;
	min-height:903px;
	background:#fff;
	margin:0 10px 0 10px;
	padding:0 20px 20px 20px;
}

h1 {
	font-size:30px;
	color:#002b60;
	margin:0;
	padding:10px 0 0 0;
	font-weight:normal;
}

h2 {
	font-size:20px;
	color:#ae000a;
	margin:0;
	padding:5px 0 10px 0;
	font-weight:normal;
	border-bottom:dashed 1px #ccc;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

.btn_container {
	height:45px;
	width:643px;
}

.btn_register {
	width:240px;
	height:45px;
	background:url(../images/register_btn.jpg) top left no-repeat;
	float:left;
}

.btn_register:hover {
	background:url(../images/register_btn_hover.jpg) top left no-repeat;
}

.btn_download {
	width:383px;
	height:45px;
	background:url(../images/download_btn.jpg) top left no-repeat;
	float:right;
}

.btn_download:hover {
	background:url(../images/download_btn_hover.jpg) top left no-repeat;
}

p {
	line-height:17px;
}

p a {
	color:#000000;
	text-decoration:underline;
}

p a:hover {
	color:#000000;
	text-decoration:none;
}

p.heading {
	color:#002d60;
	font-weight:bold;
}

span.sub_heading {
	color:#ae000a;
	font-weight:bold;
	font-size:11px;
}

ul {
	margin:0;
	padding:0px;
	list-style:none;
}

ul li {
	padding-left:17px;
	margin:0 0 2px 0;
	background:url(../images/bullet.gif) 0px 4px no-repeat;
}

span.tiny_info {
	font-size:11px;
}

.footer {
	height:25px;
	background:#cdcdcd;
	color:#3c3c3c;
	font-size:11px;
	padding:15px 0 0 15px;
	margin:0 10px 0 10px;
}

.left_panel {
	width:302px;
	float:right;
	position:absolute;
	right:0px;
	z-index:1;
	margin:56px 0 0 0;
}

.left_section_a {
	width:302px;
	float:right;
}

.left_section_b {
	width:302px;
	float:right;
	margin-top:30px;
	*margin-top:20px;
}

.left_panel_content {
	background:url(../images/left_panel_bg.jpg) top right repeat-y;
	float:right;
	width:222px;
	padding:20px 30px 15px 50px;
}


.left_panel_content ul {
	margin:20px 0 20px 0;
	padding:0px;
	list-style:none;
	font-weight:bold;
	color:#595959;
}

.left_panel_content ul li {
	padding:0 0 10px 35px;
	margin:0 0 10px 0;
	background:url(../images/pdf_bullet.jpg) 0px 0px no-repeat;
}

.left_panel_content ul li a {
	color:#595959;
	text-decoration:underline;
}

.left_panel_content ul li a:hover {
	color:#595959;
	text-decoration:none;
}

.left_panel_content p {
	color:#595959;
}

.thumbs_left {
	width:96px;
	height:120px;
	float:left;
	margin:10px 0 0 0;
}

.thumbs_left span {
	width:96px;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:5px 0 0 0;
	color:#595959;
}

.thumbs_right {
	width:96px;
	height:120px;
	float:right;
	margin:10px 0 0 0;
}

.thumbs_right span {
	width:96px;
	float:right;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:5px 0 0 0;
	color:#595959;
}

