@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/bg_fade.jpg) center repeat-y;
}

a{
	color:FF6633;
	text-decoration:underline;
}

a:hover{
	color:#29458d;
	text-decoration:none;
}

a img{
	border:none 0;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#FF6633;
	padding:0;
	margin:0;
	width:50%;
	padding-bottom:3px;
	border-bottom:solid 1px #29458d;
}

h3{
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
	margin:16px 25px 14px 25px;
	}

h4{
	padding:6px 15px;
	margin:0 0 2px 0;
	background:url(../images/h4_bg.jpg) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

h4 a{
	color:#FFFFFF;
	text-decoration:underline;
}

h5{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:15px 10px;
	padding:0;
	padding-left:35px;
	background:url(../images/pointer.gif) left no-repeat;
}

h6{
	padding:4px 5px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#FF6633;
}

/*---------- IDs ----------*/

#container {
	width:850px;
	border-right:1px #000 solid;
	border-left:1px #000 solid;
	margin:0 auto;
	padding:0;
}

#header {
	width:100%;
	vertical-align:top;
	margin:0;
	padding:0;
}

#right_header{
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}

#menu {
	margin:0;
	padding:0;
	width:100%;
}

#menu ul {
	margin:0;
	padding:10px 0;
	list-style-type:none;
	background:url(../images/menu_bg.jpg) repeat-x;
	text-align:center;
	width:100%;
	border-bottom:#000000 solid 1px;	
	border-top:#000000 solid 1px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/menu_bg.jpg) repeat-x;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#menu ul li a:hover {
	background:url(../images/menu_bg_over.jpg) repeat-x;
	color:#FFFFFF;
}

#body_content{
	width:95%;
	margin:10px auto;
}

#body_content p{
	margin:8px 5px;
	padding:0;
}

#right_side{
	float:right;
	width:270px;
}

#disclaimer{
	clear:both;
	text-align:center;
	font-size:9px;
	padding:4px;
}

#footer{
	clear:both;
	text-align:right;
	vertical-align:bottom;
	padding:5px 0;
	color:#FFFFFF;
	background:url(../images/menu_bg_over.jpg) bottom repeat-x;
}


/*-------- Classes ----------*/

.top_header{
	width:100%;
	margin:0;
}

.bottom_box{
	width:525px;
	border:2px solid #FFCC99;
	background:#FFFBEA;
}

.right_menu{
	width:250px;
	padding:2px;
	border:2px solid #FFCC99;
	background:#FFFBEA;
	margin-bottom:10px;
	margin-left:6px;
}

.right_menu p{
	padding:5px 12px;
	margin:0;
}

.right_menu a, .bottom_box a{
	color:#29458d;
}

.rate_table{
	background:#29458d;
}

.rate_table a{
	text-decoration:none;
	color:#FFFFFF;
	padding:2px;
	margin:2px;
	border:1px solid #FFFFFF;
}

.rate_table a:hover{
	color:#FF6633;
	background:#FFFFFF;
	border:1px solid #FF6633;
}

.rate_table th{
	background:url(../images/h4_bg.jpg) repeat-x bottom;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0;
	border-bottom:2px solid #FFFBEA;
}

.rate{
	padding:8px 15px;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:#99ccff solid 1px;	
	border-right:#99ccff solid 1px;
}

.rate_text{
	color:#FFFFFF;
	padding-left:5px;	
	border-bottom:#99ccff solid 1px;
}

.ref_text{
	color:#FFFFFF;
	padding:6px;	
	border-bottom:#99ccff solid 1px;
	border-right:#99ccff solid 1px;
}

.apply_button{
	float:right;
	margin-right:30px;
	padding:5px;
}

.apply_button a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 6px;	
	background:url(../images/h4_bg.jpg) bottom repeat-x;
}

.apply_button a:hover{
	color:#FF6633;
	background:#FFFFFF;
	border:1px solid #FF6633;
}
