@charset "utf-8";
/* CSS Document */

*{
	padding:0px; margin:0px; text-decoration:none; border:0px; outline:none;
}
body{
	background:#C78D67 url(../images/body_bg.jpg) top center repeat-y;
}
.outer_div{
	position:relative; margin-left:auto; margin-right:auto; width:1002px; background:url(../images/main_outer_bg.jpg) repeat-y; margin-bottom:40px;
}
.header_bg{
	background:url(../images/header_bg.jpg) top no-repeat;
}
.content_bg{
	background:url(../images/content_bg.jpg) repeat-y;
}
.home_frame_brd{
	background:url(../images/home_frame_brd.jpg) left 90px no-repeat;
}
.btm_brd{
	border-bottom:3px solid #C10202;
}
.main_lnk{
	font:bold 12px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.main_lnk a{
	font:bold 12px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.main_lnk a:hover{
	font:bold 12px Georgia, "Times New Roman", Times, serif; color:#E5851C;
}
.main_lnk_active{
	font:bold 12px Georgia, "Times New Roman", Times, serif; color:#E5851C;
}
.btm_lnks{
	font:11px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.btm_lnks a{
	font:11px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.btm_lnks a:hover{
	font:11px Georgia, "Times New Roman", Times, serif; color:#C10202; text-decoration:underline;
}
.page_title{
	font:bold 25px Pristina, Arial, Helvetica, sans-serif; color:#C10202;
}
.inner_content{
	font:13px/20px Georgia, "Times New Roman", Times, serif; color:#666666;
}
.inner_content_lnk{
	font:13px/20px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.inner_content_lnk:hover{
	font:13px/20px Georgia, "Times New Roman", Times, serif; color:#666666;
}
.gallery_topic{
	font:12px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.gallery_topic a{
	font:12px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.gallery_topic a:hover{
	font:12px Georgia, "Times New Roman", Times, serif; color:#E5851C;
}
.gallery_topic_active{
	font:12px Georgia, "Times New Roman", Times, serif; color:#E5851C;
}
.txt_box{
	font:12px Georgia, "Times New Roman", Times, serif; color:#666666; border:1px solid #CCCCCC; width:200px; height:20px; margin-bottom:5px; background:#FFFFFF;
}
.txt_area{
	font:12px Georgia, "Times New Roman", Times, serif; color:#666666; border:1px solid #CCCCCC; width:200px; margin-bottom:5px; background:#FFFFFF;
}
.submit_btn{
	font:bold 12px Georgia, "Times New Roman", Times, serif; color:#FFFFFF; border:1px solid #000000; padding:2px 5px 2px 5px; overflow:visible; background:#666666;
}
.consultation_bg{
	background:url(../images/consultation_bg.jpg) right no-repeat;
}
.contact_titles{
 font:23px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.btm_img_btns{
	opacity:0.7;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.btm_img_btns:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

.top_most_lnks{
	font:10px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.top_most_lnks a{
	font:10px Georgia, "Times New Roman", Times, serif; color:#C10202;
}
.top_most_lnks a:hover{
	font:10px Georgia, "Times New Roman", Times, serif; color:#C10202; text-decoration:underline;
}
#courtesy {
	position:absolute;
	width:216px;
	height:auto;
	z-index:500;
	left: 659px;
	top: 186px;
	border:1px solid #C10202;
	visibility: hidden;
}

/* scroll Bar Starts */

.scroll-pane {
	width: 672px;
	height: 300px;
	overflow: auto;
	float: left; padding-right:25px;
}

 /*JScrollPane CSS*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:0px;
}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%; 
	background:url(../images/scroll_tracker.gif) no-repeat;
}
.jScrollPaneDrag{
	position:absolute; 
	background:url(../images/scroll.gif) no-repeat;
	cursor:pointer;
	overflow:hidden;
	left:1px;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
	}
		
/* Scrollbar Ends */


/* Tabbing CSS Starts */

.container {width: 725px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #C10202;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px; color:#C10202;
	margin-right:1px; background:#CCCCCC;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	color:#FFFFFF;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	display: block;
	padding: 0 20px;
}
ul.tabs li a:hover {
	color: #FFFFFF; 
	background:#C10202;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:#C10202;
	border-bottom: 1px solid #C10202; color:#FFFFFF; 
}
.tab_container {
	clear: both; float: left;  width:683px;
	padding:20px; background:#FFFFFF;
}
.err{
	font:11px Arial, Helvetica, sans-serif; color:Red;
}
.errlbl{
	font:13px Arial, Helvetica, sans-serif; color:Red;
}
/* Tabbing CSS Ends */
