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

body {
	padding:0px;
	margin:0px;
	font-family:tahoma, Arial, Verdana;
	font-size:12px;
	color:#333333;
}
#wraper {
	background-color:#a30000;
	width:980px;
	padding:10px;
	margin:0px auto 30px auto;
	border:6px solid #cccccc;
	border-top:none;
}
.wraper_box_01 {
	background-image:url(../images/top_box_bg.gif);
	background-repeat:repeat-y;	
	height:320px;
}
.wraper_box_02 {
	background-image:url(../images/second_box_bg.gif);
	background-repeat:repeat-y;
	height:320px;		
}
.wraper_box_03 {
	
	background-color:#ffffff;
	padding:15px;
	/*height:320px;
	overflow:scroll;
	overflow-x: auto;*/
}
.content_box_left { 
	width:285px;
	padding:20px;
	margin-right:2px;	
	float:left;
	background:none;
}
.content_box_center { 
	width:287px;
	padding:20px;
	margin-right:2px;
	float:left;	
}
.content_box_right { 
	width:284px;
	padding:20px;
	float:left;
}
.clear {
	clear:both;
}
h2 {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#a30000;
	text-transform:uppercase;
}
h3 {
	margin:0px;
	padding:12px 0px 4px 0px;
	font-family:tahoma, Arial, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#6c3333;
	text-transform:capitalize;
}
h4 {
	margin:0px;
	padding:4px 0px 4px 12px;
	font-family:tahoma, Arial, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#6c3333;
	text-transform:capitalize;
	background-image:url(../images/icon_01.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	cursor:pointer;
}
h5 {
	margin:0px;
	padding:12px 0px 4px 0px;
	font-family:tahoma, Arial, Verdana;
	font-size:13px;
	color:#a30000;
	text-transform:uppercase;
}
h6 {
	margin:0px;
	padding:12px 0px 0px 12px;
	font-family:tahoma, Arial, Verdana;
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	cursor:pointer;
	background-image:url(../images/icon_01.gif);
	background-repeat:no-repeat;
	background-position:left 17px;
}
.hide_content {
	padding:0px 0px 10px 12px;
	/*display:none;*/
}
p {
	margin:0px;
	padding:12px 0px 0px 0px;
}
.listing_01 {
	margin:0px;
	padding:0px;
}
.listing_01 ul {
	margin:0px;
	padding:0px;
}
.listing_01 li {
	margin:0px;
	padding:4px 0px 4px 12px;
	list-style:none;
	border-bottom:1px solid #e9cdcd;
	color:#6c3333;
	background-image:url(../images/icon_01.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
}
.listing_01 li a {
	color:#6c3333;
	text-decoration:none;
}
.listing_01 li a:hover {
	text-decoration:underline;
}
.listing_02 {
	padding:0px;
	margin:0px;
}
.listing_02 ul {
	margin:0px;
	padding:0px;
}
.listing_02 li {
	margin:0px;
	padding:8px 0px 10px 12px;
	list-style:none;
	background-image:url(../images/icon_02.gif);
	background-repeat:no-repeat;
	background-position:left 12px;
	border-bottom:1px solid #e9cdcd;
}
.listing_03 {
	padding:0px;
}
.listing_03 ul {
	margin:10px 0px 0px 15px;
	padding:0px;
}
.listing_03 li {
	margin:0px;
	padding:5px 0px 5px 12px;
	list-style:none;
	background-image:url(../images/icon_02.gif);
	background-repeat:no-repeat;
	background-position:left 9px;
}
.text_link {
	color:#b41e1e;
	text-decoration:underline;
}
.text_link:hover {
	color:#b41e1e;
	text-decoration:none;
}
.normal_text_01 {
	font-size:11px;
	color:#a30000;
}
.normal_text_02 {
	font-size:11px;
}
.normal_text_03 {
	color:#7e0000;
}
.textbox_01 {
	background-image:url(../images/textbox_bg.gif);
	border:1px solid #ddbcbc;
	height:18px;
	width:195px;
	padding:5px;
	color:#a30000;
	font-family:tahoma, Arial, Verdana;
	font-size:12px;

}
.button_01 {
	background-image:url(../images/button_bg.gif);
	border:0px;
	height:30px;
	padding:0px 5px;
	color:#ffffff;
	font-family:tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	cursor:pointer;
}
.footer {
	color:#da9999;
	font-size:11px;
	line-height:18px;
}
.footer span {
	color:#c86f6f;
}
.footer span a {
	color:#c86f6f;
	text-decoration:underline;
}
.footer span a:hover {
	color:#c86f6f;
	text-decoration:none;
}
