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

/*----------global----------------*/
* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-color: #7CAC3E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#clear {
	clear:both;
	}
	
	
#center {
	text-align:center;
	}
	
.img_5pad {
	padding:5px;
	}
	
.img_10pad {
	padding:10px;
	}
	
	
/*----------------------------main containers--------------------------*/

#wrapper {
	background:url(images/main_gfx/bg.jpg) top left repeat;
	margin: 0 auto;
	width:100%;
	}
	
	
#header {
	background:url(images/main_gfx/sky_bg_repeatable_x.jpg) top left repeat-x;
	width:100%;
	height:200px;
	margin: 0 auto;
	}
	
#logo {
	width:170px;
	height:170px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	}

#heading_container {
	position:relative;
	width:800px;
	height:200px;
	margin: 0 auto;
	}
	
#splash {
	width:800px;
	height:242px;
	margin: 0 auto;
	}
	
#main_content {
	width:821px;
	margin: 0 auto;
	}
	
#main_content_top {
	background:url(images/main_gfx/images/top.png) top center no-repeat;
	width:821px;
	margin: 0 auto;
	height: 24px;
	}
	
#main_content_middle {
	background:url(images/main_gfx/images/middle.png) top center repeat-y;
	width:821px;
	margin: 0 auto;
	float: left;
	}
	
#main_content_bottom {
	background:url(images/main_gfx/images/bottom.png) top center no-repeat;
	width:821px;
	margin: 0 auto;
	height: 24px;
	}
	
#main_content_text {
	background-color:#FFFFFF;
	width:500px;
	height:auto;
	margin-left: 24px;
	border: solid 2px #D45827;
	float: left;
	}
	
#main_content_text p {
	margin-top:10px;
	margin-left: 10px;
	margin-right:10px;
	}

#main_content_text h1{
	color:#F37421;
	margin-top:10px;
	margin-left: 10px;
	font-size: 24px;
	margin-right: 10px;
	}
	
#main_content_text h2 {
	margin-top:10px;
	margin-left: 10px;
	color: #F37421;
	font-size: 16px;
	}
	
#main_content_text h3 {
	margin-top:10px;
	margin-left: 10px;
	}	

#main_content_text ul {
	margin-top:10px;
	margin-left: 20px;
	list-style-type: none;
	line-height: 18px;
	}	
	
#main_content_text a {
	color:#233E99;
	}	
	
#main_content_text a:visisted {
	color:#233E99;
	}	
	
#sidebar_1 {
	background-color:#FFFFFF;
	width:254px;
	float:left;
	border: solid 2px #D45827;
	margin-left:12px;
	height: auto;
	}

#sidebar_1 p {
	color:#333333;
	margin-top:10px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#sidebar_1 h1 {
	color:#233E99;
	margin-top:10px;
	text-align: center;
	font-size: 24px;
	}

#sidebar_1 h2 {
	margin-top:10px;
	margin-left: 10px;
	color: #F37421;
	text-align: center;
	font-size: 16px;
	}
	
#sidebar_2 {
	background-color:#FFFFFF;
	width:254px;
	float:left;
	border: solid 2px #D45827;
	margin-left:12px;
	height: auto;
	margin-top: 12px;
	}
	
#footer {
	background:url(images/main_gfx/footer_bg.png) top left no-repeat;
	width:800px;
	height:20px;
	position: relative;
	margin-bottom:10px;
	margin: 0 auto;
	}
	
#copyright {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	}
#copyright a {
	font-size:10px;
	color:#FFFFFF;
	}

/*------------------------nav---------------------*/	
	
#main_nav {
	background: url(images/main_gfx/main_nav_bg.jpg) top left repeat-x;
	width:100%;
	height:44px;
	color: #FFFFFF;
	margin: 0 auto;
	}
	
#main_nav ul {
	width:720px;
	height:44px;
	list-style-type:none;
	margin: 0 auto;
	}
	
#main_nav li {
	background:url(images/main_gfx/nav_glow.png) top left repeat-x;
	background-color:#64594D;
	width:120px;
	height:44px;
	display:block;
	float: left;
	margin-left: 20px;
	}
	
#main_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;

	}
	
#main_nav a:hover {
	background:url(images/main_gfx/nav_glow.png) top left repeat-x;
	background-color:#F37421;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	width:120px;
	height:44px;
	display:block;
	}
	
/*--------------payment-btn-----------------*/	

#payment_btn {
	width:176px;
	height:170px;
	position:absolute;
	left: 752px;
	top: 132px;
	}
	
/*---------------tables------------------*/

.tb_header_1 {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	width: auto;
	height: auto;
	margin: 10px;
	}
	
.tb_header_2 {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	width: auto;
	height: 30px;
	}
	
.tb_content {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	width: auto;
	height: auto;
	margin: 10px;
	}

.table {
	margin:10px;
	border:solid 2px #1a1a1a;
	}
	
.table_10pad {
	margin:10px;
	}
	

