body{
	margin: 0px;
	padding: 0px;
	background:url(../images/bg.jpg) repeat-x #383838 top;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#page_wrap{
	width:891px;
	margin-left:auto;
	margin-right:auto;
	padding-left:66px;
	padding-right:66px
}
#logo_banner{
	width:891px;
	height:103px;
	padding-top:9px;
	float:left;
}
#top_nav{
	width:516px;
	font-size:12px;
	font-weight:bold;
	float:right;
	text-align:right;
}
#top_nav a{
	height:25px;
	margin-right:1px;
	padding-top:24px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	text-align:center;
	background:url(../images/topnav_bg.jpg) top repeat-x;
	border-top:1px solid #5C462E;
	border-left:1px solid #976F3C;
	border-right:1px solid #976F3C;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}

#top_nav a:hover{
	background-position:0px -49px;
}



#logo{
	width:375px;
	height:53px;
	margin-top:50px;
	background:url(../images/logo.jpg) no-repeat;
	float:left;
}
#top_banner{
	width:891px;
	height:243px;
	background:url(../images/top_banner.jpg) no-repeat;
	float:left;
}
#top_banner_lft{
	width:548px;
	height:213px;
	padding:19px 5px 8px 12px;
	float:left;
}
#top_banner_rt{
	width:307px;
	height:213px;
	padding:19px 6px 8px 7px;
	float:left;
}
#content_area{
  margin: auto;
  border: 0px solid #fff;
  color: #fff;
  width: 843px;
  padding: 24px;
  text-align: left;
  background-color: #9B9CA0;
  border:none;

  background-image: url(../images/content_bg.jpg);
  background-repeat: repeat-x;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  float:left;
}
.section_cap{
	width:843px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#E29E45;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
.section_cap_u{
	border-bottom:2px solid #E29E45;
}

.section_cap_red{	
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#F15729;
	font-weight:bold;
	text-transform:uppercase;
}
.section_cap_white{
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#search_box{
  margin: 20px auto;
  color: #fff;
  width: 823px;
  height:87px;
  padding: 10px;
  text-align: left;
  background-color: #757576;
  border:none;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  float:left;

}

.widget_box{
  margin: 20px auto;
  color: #fff;
  width: 250px;
  height:198px;
  padding: 10px;
  text-align: left;
  background-color: #28292A;
  border:2px solid #E29E45;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  float:left;

}

.search_btn_sec{
	width:843px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px groove #E5E5E4;
	float:left;
}
.srch_btn{
	width:136px;
	height:32px;
	line-height:32px;
	text-align:center;
	background-color:#F05729;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#3D2017;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	float:right;
}

#search_res_box{
  margin: 20px auto;
  color: #fff;
  width: 843px;
  text-align: left;
  background-color: #4F5050;
  border:none;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  float:left;

}
.search_res_bot{  
  width: 843px;
  height:15px;
  text-align: left;
  border:none;
  
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;

  float:left;

}

.dorg {color:#F05729}
#search_res_title{
	font-weight:bold;
	text-transform:uppercase;
	color: #E29E45;
	width: 843px;
	height:45px;
	line-height:45px;
	text-align: left;
	background-color: #222223;
	border:none;
	
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	float:left;

}
.search_res_col1{
	width:366px;
	height:30px;
	padding-left:30px;
	padding-right:15px;
	float:left;
	color:#E29E45
}

.search_res_col2{
	width:231px;
	height:30px;
	padding-left:0px;
	padding-right:10px;
	float:left;
	color:#E29E45
}

.search_res_col3{
	width:171px;
	height:30px;
	padding-left:0px;
	padding-right:20px;
	float:left;
}

.search_res_row{
	font-weight:bold;
	color: #fff;
	width: 843px;
	height:30px;
	padding-top:15px;
	text-align: left;
	border:none;
	float:left;
}
.f_w{
	color:#E29E45;
}
.f_y{
	color:#E29E45;
}
.bg_dg{
	background-color: #303031;

}
.bg_lg{
	background-color: #434444;

}
.srch_lrow{
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;

}

.crd {color:#F05729;}
.cyl {color:#FBAC47;}

.srch_drop_btn{
	width:16px !important;
	height:16px !important;
	width:17px;
	height:18px;
	margin-right:5px;
	margin-top:-2px;	
	padding:3px 0px 0px 3px !important;	
	padding:2px 0px 0px 3px;
	  -webkit-border-radius: 9px;
	  -moz-border-radius: 9px;
	  background-color:#767677;
	  float:left;
}

.srch_drop_btn a{
	width:14px;
	height:14px;
	background:url(../images/drop_arrows.jpg) 0px top;
	float:left;
}
.srch_drop_btn a:hover{
	background-position:0px -14px;
}
.search_res_det_row{
	font-weight:bold;
	color: #fff;
	width: 770px;
	height:auto;
	line-height:20px;
	padding:15px 20px 20px 53px;
	text-align: left;
	border:none;
	float:left;
}
.search_res_det_row_col1{
	width:375px;
	padding-right:10px;
	float:left;
}
.search_res_det_row_col2{
	width:366px;
	float:left;
}

#footer{
	width:100%;
	height:160px;
	background:#231F20;
	float:left;
}
#footer_inner{
	width:893px;
	padding-top:28px;
	margin-left:auto;
	margin-right:auto;
}

#footer_col1{
	width:209px;
	height:46px;
	background:url(../images/footer_logo.jpg) no-repeat;
	float:left;
}
#footer_col2{
	width:298px;
	height:41px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	color:#B2B4B6;
	font-size:11px;
	font-weight:bold;
	float:left;
}

#footer_col2 a{
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	color:#B2B4B6;
	font-size:11px;
	font-weight:bold;
}
#footer_col3{
	width:385px;
	height:46px;
	float:left;
}
.lsrch_name_lbl{
	width:94px;
	height:39px;
	line-height:39px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FAAB46;
	font-weight:bold;
	text-transform:uppercase;
}
.lsrch_name_txt{
	width:391px;
	height:39px;
	border:none;
	line-height:39px;
	float:left;
}
.lsrch_instr{
	width:249px;
	height:39px;
	line-height:39px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FAAB46;
	font-weight:bold;
	text-transform:uppercase;
}
.lsrch_bt{
	width:70px;
	height:78px;	
	line-height:78px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
}
.lsrch_ltxt{
	width:326px;
	height:39px;
	border:none;
	line-height:39px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
.lsrch_vocal{
	width:314px;
	height:39px;
	line-height:39px;
	float:left;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#FAAB46;
	font-weight:bold;
	text-transform:uppercase;
}
.lsrch_stxt{
	width:376px;
	height:24px;
	float:left;
	border:1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:16px;
	color:#F05729;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:4px;
}
.lsrch_txt{
	width:316px;
	height:24px;
	float:left;
	border:1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:16px;
	color:#F05729;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:4px;
}
.lsrch_btn{
	width:67px;
	height:69px;
	background:url(../images/lsrchbtn.jpg) no-repeat;
	float:left;
}
.lsrch_fls{
	width:734px;
	height:78px;
	margin-top:7px;
	margin-left:8px;
	float:left;
}

.sub_section_cap{
	width:229px;
	height:35px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#E29E45;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
	float:left;
}
.sub_section{
	width:229px;
	height:147px;
	margin-left:10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size:14px;
	color:#F05729;
	font-weight:bold;
	overflow-y:scroll;
	float:left;
}

.sub_sec_row{
	width:211px;
	height:20px;
	line-height:20px;
	float:left;
}