
Ã¯Â»Â¿/* =Styling all elements
--------------------------------------------------------------------------------------- */
a{outline:none;border:none; text-decoration:none;}
img{border:none;}
input{vertical-align:middle;}

.floatleft		{float:left !important;}
.floatright		{float:right !important;}
acronym, abbr	{cursor: help;}

/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
.clearfix:after	{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix		{display:inline-block;}
/* Hide from IE Mac \*/.clearfix{display:block;}/* End hide from IE Mac */

/*=======================================================================================================*/
body {
	margin:0;padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #515151;
	padding-top: 20px;
}
/*----------------------------------- wrapper ------------------------------------*/
#warpper {
	margin:0;padding:0;
	width: 819px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/*----------------------------------- header ------------------------------------*/
#header {
	margin:0;padding:0;
	background: url(/bp/images/header_bg.jpg) repeat-x left top;
	height: 87px;
	position: relative;
}
#header h1 a {
	margin:0;padding:0;
	position: absolute;
	background: url(/bp/images/logo.jpg) no-repeat;
	top: 0px;
	left: 1px;
	height: 87px;
	width: 810px;
	text-indent: -2000em;

}
/*----------------------------------- container------------------------------------*/
#container {
	margin:0;padding:0;
	background: url(/bp/images/wrapper_bg.jpg) repeat-y left top;
	width: 811px;
	margin: 0 auto;
}
/*----------------------------------- navigation ------------------------------------*/
#nav {
	margin:0;padding:0;
	background: url(/bp/images/nav_bg.jpg) repeat-x left top;
	height: 33px;
	margin-top: 2px;
}
#nav ul {
	margin:0;padding:0;
}

#nav li {
	list-style: none;
	background: url(/bp/images/nav_arrow.jpg) no-repeat left center;
	padding-left: 15px;
	float: left;
	padding-right: 15px;
	line-height: 33px;
}


/* =Main Nav
--------------------------------------------------------------------------------------- */
#menu						{ height:22px; background:#f8f0d9; }
#menu ul					{	z-index: 1;  }
#menu ul li					{ list-style:none; float:left; height:22px; line-height:22px; margin:3px 15px; font-weight:bold; display:inline; position:relative;	z-index: 2; }
#menu ul li a				{ height:22px; color:#ffffff; text-decoration:none;	z-index: 3; }
#menu ul li a:hover		{ color:#fffc00; text-decoration:none;	z-index: 4; }

#menu ul li ul							{ position:absolute; left:0; top:22px; border:1px solid #006666; background-color:#0060c3;
 border-bottom:none; display:none; width:200px; z-index:5; }
#menu li:hover ul,#menu li.over ul	{z-index:6; /* lists nested under hovered list items */ display:block; padding:0 !important; margin:0 !important; }
#menu ul li ul li						{ height:23px; line-height:23px; border-bottom:1px solid #95a6b6; display:block; margin:0px; !important; font-size:11px; color:#006666; position:relative;	z-index: 7; }
#menu ul li ul li a						{ display:block; height:23px; line-height:23px; padding:0 10px; width:150px;	z-index: 8; }
#menu ul li ul li a:hover				{ color:#dgb647;	z-index: 9;
 }


/*----------------------------------- left content ------------------------------------*/
#left_content {
	margin:0;padding:0;
	margin: 15px 0 12px 3px;
	float: left;
	width:566px;
	
}
#content_center {
	background: url('/bp/images/content_center.jpg') repeat-y left top;
	/*border-left:1px #81c1ff solid;
	border-right:1px #81c1ff solid;*/

	width: 530px;
	padding: 14px 8px 8px 15px;
}
#content_heading {
	background: url('/bp/images/top_headeing.jpg') no-repeat left top;
	height: 37px;
	width: 396px;
	font-size: 16px;
	font-weight: bold;
	color: #b42600;
	text-align: center;
	line-height: 34px;
	float: right;
	margin-right: 20px;
}
#left_content p {
	clear:right;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 30px;
}
/*----------------------------------- right content ------------------------------------*/
#right_content {
	float: right;
	top: 0;
	vertical-align:top;
	padding: 15px 4px 12px 2px;
}
.padding_1 {
	padding-top: 10px;
}
.bottom_box {
	margin:0;padding:0;
	float: left;
	width: 181px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.bottom_box h1 {
	margin:0;padding:0;
	background: url('/bp/images/box_headeing_img.jpg') no-repeat left top;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 34px;
}
.bottom_box_center {
	margin:0;padding:0;
	border-left: 1px #2084b9 solid;
	border-right: 1px #2084b9 solid;
	padding-top: 15px;
}
.bottom_box_center span {
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}
.img1 {
	margin: 5px 8px;
	float: left;
}
.img2 {
	margin: 5px 15px;
	float: left;
}
.more_txt {
	color: #980000;
	font-size: 12px;
}
.clear {
	clear: both;
}
.margin1 {
	margin-left: 5px;
	margin-bottom: 10px;
}
.blue_txt {
	color: #2084b9;
	font-weight: bold;
}
/*----------------------------------- footer ------------------------------------*/
#footer {
	height: 30px;
	width: 819px;
	margin: 0 auto;
	color: white !important;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}
#footer a{
	color: white !important;
}
#footer p{
	color: white !important;
}
/*----------------------------------- font styles ------------------------------------*/

.p2_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
	padding-top: 5px;

}

.p2_subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	padding-top: 5px;

}
.p2_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;

}
.p2_smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-top: 5px;

}

