/* ========== Styling all Property*/

img 
	{
		border: none;
	}
input 
	{
		vertical-align: middle;
		border:1px solid #5b5b5b;
	}
.floatleft 
	{
		float: left !important;
	}
.floatright 
	{
		float: right !important;
	}
abbr 
	{
		cursor: help;
	}
acronym 
	{
		cursor: help;
	}
.white
	{
		color:#ffffff;
	}
/*=====Applying Property some browsers to use in appropriate places*/

.clearfixp: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*/

body
	{
		background-color:#f1f1f1;
		color:#414141;
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;	
	}
/*===============wrapper===*/
.left-bg-y
	{
		background-image:url("../images/left-bg-y.jpg");
		background-repeat:repeat-y;
		background-position:right;
	}
.right-bg-y
	{
		background-image:url("../images/right-bg-y.jpg");
		background-repeat:repeat-y;
	}
.line-bg
	{
		background-color:#454545;
		height:3px;
	}

/*Top navigation property start*/	
.nav-back
	{
		background-image:url("../images/nav-back.jpg");
		background-repeat:repeat-x;
		height:24px;
	}
.orrange-back
	{
		background-image:url("../images/orrange-back.jpg");
		background-repeat:repeat-x;
		height:24px;
	}
.top-link a
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:600;
		color:#ffffff;
		text-decoration:none;
		text-align:center;
		padding:5px;
	}
.top-link a:hover
	{
		color:#f6ff00;
		text-decoration:none;	
	}	
/*Top navigation property end*/	
.blue-box-bg-x
	{
		background-image:url("../images/blue-box-bg-x.jpg");
		background-repeat:repeat-x;
		height:35px;
	}
.blue-box-bg-L
	{
		background-image:url("../images/blue-box-bg-L.jpg");
		background-repeat:repeat-y;
		width:11px;
	}
.blue-box-bg-R
	{
		background-image:url("../images/blue-box-bg-R.jpg");
		background-repeat:repeat-y;
		width:11px;
	}
.blue-box-btm-bg-x
	{
		background-image:url("../images/blue-box-bg-btm.jpg");
		background-repeat:repeat-x;
		height:8px;	
	}
.bullet1
	{
		background-image:url("../images/bullet1.jpg");
		background-repeat:no-repeat;
		background-position:left;
		padding-left:15px;
		margin:0px;
		font-size:14px;
		font-weight:600;
		color:#FFFFFF;
		line-height:25px;
	}
.bullet2
	{
		background-image:url("../images/bullet2.jpg");
		background-position:left;
		background-repeat:no-repeat;
		padding-left:15px;
		font-size:14px;
		font-weight:600;
		color:#414141;
	}
.title-text
	{
		font-weight:600;
		font-size:12px;
		line-height:27px;
	}
.table-border
	{
		border:1px solid #d2d5db;
		padding:5px;
		background-color:#fbfcfc;
	}
.bordertop
	{
		background-image:url("../images/boder-top.jpg");
		background-repeat:repeat-x;	
		height:9px;	
	}
.bordertbtm
	{
		background-image:url("../images/boder-btm.jpg");
		background-repeat:repeat-x;	
		height:9px;	
	}
.blue-left-bg-1
	{
		background-image:url("../images/blue-left-bg-1.jpg");
		background-repeat:repeat-x;	
		height:9px;	
	}
/*Left-Links*/
.left-link
	{	
		
		font-size:12px;
		line-height:20px;	
		color:#333333;
		border-bottom:1px solid #e5e5e5;
		text-decoration:none;
	}
.left-link a
	{			
		background-image:url("../images/bullet.jpg");
		background-repeat:no-repeat;
		background-position:7 1;
		padding-left:20px;
		color:#333333;	
		text-decoration:none;
	}
.left-link a:hover
	{
		color:#2680e9;
		text-decoration:underline;
	}
/*body Cuntaner property End*/

/*=============footer-section*/
.footer-back
	{
		background-image:url("../images/footer-back.jpg");
		background-repeat:repeat-x;
		height:32px;
		border-top:1px solid #f3f3f3;
		border-bottom:1px solid #f3f3f3;
	}
.footer-link a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		text-decoration:none;
	}
.footer-link a:hover
	{
		color:#296fc1;
		text-decoration:underline;
	}
/*-------Links------*/
	
.links a
	{			
		font-size:11px;
		color:#333333;	
		text-decoration:none;	
	}
.links a:hover
	{
		color:#2680e9;
		text-decoration:underline;
	}
