body{	
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	background:#fff url(../images/top_shad.png) repeat-x top;
}
/* text */

p{
	margin-bottom:0.7em;
	text-align:justify;
}

em { font-style: italic; }

h1 {
	color: #787878;
	font-size: 20px;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom: 17px;
}

h2 {
	color: #008486;	
	font-size:14px;
	text-transform:capitalize;
	margin-bottom: 10px;    
}

h3 {
	color: #868686;
	font-size: 11px;
	/*text-transform:uppercase;*/
	margin-bottom: 10px;	
}

h4 {	
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-transform:capitalize;
	color: #008bb4;
	margin-bottom: 3px;
}

.sl{	font-size:11px; }
.txtred{	color:#FF3300 !important; }
.txtblue{	color:#00a99b; }
.txtgreen{	color:#02af04; }
.txtlgray{	color:#454545; }

a{
	color:#6296cc;
}

a:hover{
	color:#006380;
}

.anch_hand{
	float:right;
	/*background:url(../images/hand.png) no-repeat right 3px;
	padding-right:20px;*/
	text-transform:capitalize;
	font-weight:bold;
	font-size:10px;
}

.login{
	background:url(../images/login.png) no-repeat left top;
	width:91px;
	height:23px;
	display:block;
	float:right;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#0AB0E0 !important;
}
.login:hover{
	color:#F79334 !important;
}

/* lists */
ol li {
	list-style: decimal outside;
}

.imgFrame{
	border:1px solid #B2B2B2;
} 
input{
	line-height:14px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#454545;
}
input[type=text]{
	height:16px;
	padding:2px;
	border:1px solid #ccc;
}
input[type=checkbox]{
	margin-right:5px;
}

/* MNEU */

#Menu{
	padding-left:200px;
	padding-top:23px;
}

#Menu ul li{
	height:77px;	
	float:left;
	width:auto;	
}

#Menu ul li:hover, #Menu ul li.active{
	background:url(../images/menu_bg.png) repeat-x top;	
}

#Menu ul li a{
	font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;		
	color:#31c8e5;
	text-transform:uppercase;
	display:block;
	float:left;
	height:20px;
	padding:28px 9px;
	background:url(../images/mnu_crv.png) no-repeat top;
}
#Menu ul li a:hover, #Menu ul li.active a{	
	color:#fff;
}
#Menu ul li.last{
	border-right:0;
}
	#Menu ul li.last a{
		width:129px;
	}
	
/* @END Of MENU */

/*====================================================================================*/


/* - - 	Gray Rounded Box's Style  - - */

.rndBoxGray {
	background:		#EAEAEA;
}
.rndBoxGray .top{	
	height:			10px;
	font-size:		0;
}

	.rndBoxGray .top .clt, .rndBoxGray .top .crt{
		background: url(../images/rndBox_gray_ltc.png) no-repeat left top;
		width:		10px;
		height:		10px;
		float:		left;
	}
	.rndBoxGray .top .crt{
		background: url(../images/rndBox_gray_rtc.png) no-repeat left top;
		float:		right;
	}
	
.rndBoxGray .sbody{		
	width:			100%;
}
	.rndBoxGray .sbody .content{	
		padding:	0 10px;
	}
	
.rndBoxGray .bottom{
	height:			10px;
	font-size:		0px;
}
	.rndBoxGray .bottom .clb, .rndBoxGray .bottom .crb{
		background:	url(../images/rndBox_gray_lbc.png) no-repeat left top;
		width:		10px;
		height:		10px;
		float:		left;
	}
	.rndBoxGray .bottom .crb{
		background:	url(../images/rndBox_gray_rbc.png) no-repeat left top;		
		float:		right;
	}


.welcome_quote{
	width:650px;
	float:left;
	font-size:14px;
	line-height:20px;
}
img.qt{
	margin-right:5px;
}
.welcome_quote .sbody .content{
	padding:0 35px;
	position:relative;
}

.qs, .qe{
	position:absolute;
	display:block;
	width:16px;
	height:14px;		
}
.qs{
	top:0px;
	left:9px;
}
.qe{
	bottom:-2px;
	.bottom:10px;
	right:11px;
}

.bdr{
	height:12px;
	font-size:0;
	border-bottom:1px solid #ffffff;
	margin:0px 0 15px;
}

.spacer_hr{
	float:left;
	width:34px;
	height:10px;
}

.spacer_vt{
	height:30px;
}

.clear{
	clear:both;
	font-size:0;
	height:0;
}

/*====================================================================================*/

/* list styles */
ul.lst_star{
	padding:1px 0px 1px 0px;
}
ul.lst_star li{
	background:url(../images/star.png) no-repeat left 4px;
	margin-bottom:3px;
	padding-left:15px;
	color:#736F64;
	line-height:17px;
}
ul.lst_star li a{
font-size:10px;
font-weight:bold;
}

/* form styles */

#frm{
	padding:5px 10px;
}
#frm input{
	margin-bottom:5px;
}
#frm input.btn{
	background:#63A8CE url(../images/btn.jpg) no-repeat left top;
	border:none;
	height:26px;
	width:84px;
	color:#fff;
}

#SearchBox{	
	height:25px;
	width:250px;	
	float:right;
	padding-top:24px;	
}

.inputWrap{
	background:url(../images/searchbox.png) no-repeat left top;
	width:194px;
	height:22px;
	float:left;	
	padding:3px 12px 0;
}
.inputWrap input{
	height:19px;
	font:normal 11px/12px Tahoma, Arial, Helvetica, sans-serif;
	background:none;
	border:0;
	border:0;
	width:100%;
	color:#515151;	
}

.searchBtnWrap{
	float:right;
	width:30px;
}

.btnSearch{
	background:url(../images/search_btn.png) no-repeat 50% 50%;
	width:28px;
	height:25px;
	color:#000;
	cursor:pointer;
	border:0;
}


/* FOOTER SECTION */

/* - - 	LightGray Rounded Box's Style  - - */

.rndBoxLGray .top{	
	height:			10px;
	font-size:		0;
	background:		url(../images/rndBox_bdgray_t.png) repeat-x top;
}

	.rndBoxLGray .top .clt, .rndBoxLGray .top .crt{
		background: url(../images/rndBox_bdgray_ltc.png) no-repeat left top;
		width:		10px;
		height:		10px;
		float:		left;
	}
	.rndBoxLGray .top .crt{
		background: url(../images/rndBox_bdgray_rtc.png) no-repeat left top;
		float:		right;
	}
	
.rndBoxLGray .sbody{		
	width:			100%;
	background:		#EDEDED url(../images/rndBox_bdgray_l.png) repeat-y left;
}
	.rndBoxLGray .sbody .content{	
		padding:	0 10px;
		background:	url(../images/rndBox_bdgray_r.png) repeat-y right;
		height:1%;
	}
	
.rndBoxLGray .bottom{
	height:			10px;
	font-size:		0px;
	background:		url(../images/rndBox_bdgray_b.png) repeat-x top;
}
	.rndBoxLGray .bottom .clb, .rndBoxLGray .bottom .crb{
		background:	url(../images/rndBox_bdgray_lbc.png) no-repeat left top;
		width:		10px;
		height:		10px;
		float:		left;
	}
	.rndBoxLGray .bottom .crb{
		background:	url(../images/rndBox_bdgray_rbc.png) no-repeat left top;		
		float:		right;
	}

.rndBoxLGray a{
	color:#aeaeae;
	font-size:12px;
	line-height:18px;
}
.rndBoxLGray a:hover{
	color:#666;
}

ul.cnnt li{	
	float:left;
	width:auto;
}
ul.cnnt li h2{
	font-size:13px;
	font-weight:bold;
	color:#1a60bc;
	text-transform:uppercase;	
	padding-top:15px;
	margin-right:10px;
}
ul.cnnt li img{
	margin-left:12px;
}

pre.contact_ft, .cpy_rt{
	text-align:right;
	font:normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#959595;
	margin-top:15px;
}

.cpy_rt{
	color:#adadad;
}

/* DIRECTORY STYLES */

.nav_af{
	text-align:center;	
	border-bottom:1px dotted #e0e0e0;
	padding:2px 0 5px;
	margin-bottom:15px;
}
	.nav_af a{
		padding:0 5px;
		text-decoration:underline;
		text-transform:uppercase;
		font-weight:bold;
	}

.img_frm img{
	margin:15px 12px 5px;
}

.dir_lst{
	float:left;
	padding-right:15px;
	margin-bottom:20px;
	overflow:hidden;
}
.dir_lst_lawa{
	float:left;
	padding-right:15px;
	margin-bottom:20px;
	overflow:hidden;
	width:100%
}

.dir_box{
	border:1px solid #e7e7e7;
	padding-bottom:5px;
	margin-bottom:10px;
}
	.dir_lst h3{
		margin-bottom:5px;
		border:1px solid #eee;
		background:#f7f7f7;
		padding-left:5px;
		line-height:22px;
	}
	.dir_lst .dir_img{	
		float:left;	
		margin-right:10px; 
		width:70px;
		height:120px;
		overflow:hidden;
	}
		.dir_lst .dir_img img{
			border:1px solid #eee;
			padding:2px;
		}
	.dir_lst .dir_lstname{		
		width:224px;
		padding-left:5px;
	}
	
	.dir_lst ul li{
		list-style:none;
		background:url(../images/arr.png) no-repeat left 4px;
		padding-left:12px;
	}

#lst_dir table tr{
	background:#EAEAEA;
}		
	#lst_dir table tr:hover{
		background:#F0F0F0;
	}

#lst_dir table td{
	border:2px solid #fff;
	padding:10px;
	font-size:11px;
}	
#lst_dir h3{
	margin-bottom:5px;
	color:#00a99b;
}
#lst_dir table p{
	text-align:left;
}
#lst_dir .img_dir img{
	padding:1px;
	border:1px solid #ccc;
} 

.link_block{
	margin-bottom:20px;
	padding:15px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}
.link_block a{
	padding-right:30px;	
}

.link_block a.last{
	padding-right:0;
}

#dir_dtl .dir_desc{
	float:left;
	width:310px;
	font-weight:bold;
	padding:10px 0px;
}

#dir_dtl .dir_rel{
	float:left;
	width:380px;
	padding:10px 12px;
	margin-right:20px;
}
#dir_dtl ul{
	padding:0;
	line-height:14px;
}
#dir_dtl .dir_rel img{
	position:relative;
	top:5px;
	margin-right:4px;
}

/*@END OF DIRECTORY STYLES */


.submenu{
	float:left;
	margin-right:30px;	
}

.mnu-root h3{
	margin-bottom:0;
	padding-top:5px;
	font-size:13px;
	padding-left:7px;
	background:#3BC0E6;
	height:20px;
	border:1px solid #1CAED9;
	border-top:1px solid #70D0ED;
	border-left:2px solid #1CAED9;	
}
.mnu-root a{
	color:white;
	font-weight:bold;
}
.mnu-root li.active h3{
	background:#178fb3;
}
.mnu-root li.active a{
	color:#eafc85;
}
.mnu-root li a:hover{
	color:#eafc85;
}

.mnu-root-2 h3{
	margin-bottom:0;
	padding-top:5px;
	font-size:13px;
	padding-left:7px;
	background:#4d4d4d;
	height:20px;
	border:1px solid #5d5d5d;
	border-top:1px solid #737373;
	border-left:2px solid #5d5d5d;	
}
.mnu-root-2 a{
	color:white;
	font-weight:bold;
}
.mnu-root-2 li.active h3{
	background:#606060;
}
.mnu-root-2 li.active a{
	color:#96ab03;
}
.mnu-root-2 li a:hover{
	color:#96ab03;
}





ul.level1{
	margin-bottom:8px;
}
ul.level1 li{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding:1px 8px; 
	border-bottom:1px solid #ddd;
	line-height:18px;
}
ul.level1 li.active{
	background:#C4ECF7;
} 
ul.level1 li a{
	color:#3BC0E6;
}

ul.level1 li a:hover{
	color:#333;
}


.zone-content{
	padding:5px 0;	
}

.zone-content h3 span{
	color:#3BC0E6;
	text-transform:capitalize;
}

.zone_b1 h4{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #aaa;
}

.img_float_lft{
	float:left;
	width:auto;
	margin-right:10px;
}

/* FORM STYLE */
#frmStd td{
	line-height:22px;
}


/* Pagination */
#pagination{
	padding:10px 0;
	text-align:center;
}
#pagination ul li{
	float:left;
	width:auto;
	padding:0 2px;
}
#pagination ul li a{
	display:block;
	border:1px solid #f2f2f2;
	padding:2px 6px;
}
#pagination ul li a:hover, #pagination ul li a.active{
	border-color:#ddd;
	background:#f0f0f0;
}
/* newsletter */
#newsletter{ 
	background:url(../images/newsletter_bg.jpg) no-repeat right -5px; width:288px; 
	border:1px solid #eee;
	padding:5px 10px;
}
#newsletter h3{
	text-transform:uppercase;
	color:#f2a762;
	font-size:11px;
	line-height:14px;
	margin-bottom:0px;
}
#newsletter table td{
	font-size:11px;
	padding:2px 0 1px;
}
