/* CSS Document */

*{padding:0px; margin:0px;}

body{
	padding:0px;
	margin:0px;
	background:url(../images/bg.gif) left top repeat-x;
	}
#mainWrapper { 
	width:700px;
	height:auto;
	margin:0 auto 0 auto;
	}
.header {
	width:700px;
	height:110px;
	float:left;
	background:url(../images/header.jpg) left top no-repeat;
	margin-top:6px;
	}
.header_text {
	width:700px;
	float:left;
	min-height:62px;
	margin-bottom:13px;
	margin-top:4px;
	text-align:center;
	padding-top:8px;
	border-top:0px solid #e8b876;
	background:url(../images/header_text_bg.gif) left bottom repeat-x #104a86;
	}
h1 {
	font:35px normal Arial, Helvetica, sans-serif;
	color:#fcfdef;
	text-decoration:none;
	padding-top:20px;
	padding-left:30px;
	}
.heading_bg {
	width:700px;
	min-height:54px;
	background:url(../images/heading_bg.gif) left top repeat-x #139fe7;
	float:left;
	border-bottom:1px solid #0064b6;
	border-top:1px solid #0064b6;
	margin-top:18px;
	padding:0 0 0 0px;
	}
h2 {
	font:30px normal Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	padding:8px 20px 8px 20px;
	}
.middle_box {
	width:700px;
	/*min-height:548px;
	height:100%;*/
	float:left;
	margin-top:8px;
	border:1px solid #c5d2df;
	padding-bottom:12px;
	background:url(../images/main_bg.gif) left top repeat-x #FFF;
	}
.left_arrow {
	width:130px;
	height:190px;
	float:left;
	margin:20px 17px 0px 0px;
	padding-top:121px;
	}
.video {
	width:400px;
	height:auto;
	float:left;
	text-align:center;
	margin:20px 0px 20px 150px;
	}
.right_arrow {
	width:130px;
	height:190px;
	float:left;
	margin:20px 0px 0px 16px;
	padding-top:121px;
	}
.click_here {
	width:700px;
	/*height:86px;*/
	float:left;
	margin-top:6px;
	text-align:center;
	}
.dash_line {
	width:638px;
	height:13px;
	border-top:1px dashed #CCCCCC;
	float:left;
	margin-left:29px;
	margin-top:14px;
	}
p {
	width:638px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	margin-left:29px;
	margin-top:12px;
	float:left;
	}
.footer_bg {
	/*background:url(../images/footer_bg.jpg) left top no-repeat;*/
	background-color:#104a86;
	width:700px;
	height:32px;
	float:left;
	margin-top:6px;
	text-align:center;
	padding-top:10px;
	}
.footer_text{
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:6px;
	}
/*.copyright_bg{
	height:59px;
	background:url(../images/copyright_bg.gif) left bottom repeat-x;
	float:left;
	}*/
.copyright {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	width:320px;
	/*float:right;*/
	margin:0 auto 0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	/*padding-right:30px;*/
	}
	}
	