/* CSS Document */

html{
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:11px;
	font-weight:normal;
	color:#686868;
	text-decoration:none;
	margin:0px;
	padding:0px;
}


form{
padding:0px; 
margin:0px;
}
a{
	cursor: pointer;
	outline:none;
	color:#4985b2;
	text-decoration:none;
}
a:hover{
	outline:none;
	color:#ff6603;
}
img{
	border:0px;
}
p{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:13px;
	font-weight:normal;
	color:#686868;
	padding:0px 0px 15px 0px;
	margin:0px;
	line-height:16px;
	text-align:justify;
}
h1{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:11px;
	color:#000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.menuTopBg
{
background-image: url(../images/menu-topBg.jpg);
background-repeat:repeat-x;
}

/*Top Menu Starts */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.topMenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../images/menu-contentBg.gif);
	background-repeat:repeat-x;
	height: 43px;
	list-style: none;
}

.topMenu li{
	float:left;
	list-style: none;
}

.topMenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 43px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
	background-image:url(../images/topMenu-seperator.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.topMenu li a b{
	float: left;
	display: block;
	padding: 0 35px 0 14px; /*Padding of menu items*/
	margin-top:5px;
}

.topMenu li.current a, .topMenu li a:hover{
	color: #fff;
	background-color:#FFFFFF;
	background-position: left;
}

.topMenu li.current a b, .topMenu li a:hover b{
	color: #000;
	background-color:#FFFFFF;
 /*right tab image path*/
}


/*Top Menu Ends */




.logoBg
{
background-image:url(../images/logo-bg.jpg);
background-repeat:repeat-x;
}
.phoneIcon
{
background-image:url(../images/phone-icon.jpg);
background-repeat:no-repeat;
background-position:right;
}
.phoneText
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:20px;
	font-weight:bold;
	color:#1C6B91;
	padding-right:50px;
	}

.headerBg
{
background-image:url(../images/header-bg.jpg);
background-repeat:repeat-x;
background-position:top;
}

.servicesHomeHeading
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:13px;
	font-weight:bold;
	color:#1F4C66;
}

.tabBg
{
background-image:url(../images/tab-bg.gif);
background-repeat:repeat-x;
}

.tabHeadingText
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:18px;
	font-weight:normal;
	color:#fff;
}

.tabTableBorderRightLeft
{
border-right:1px solid #5F8CA3;
border-left:1px solid #5F8CA3;
}
.tabTableBorderBottom
{
background-image:url(../images/box-line-bottom.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.footerBg
{
background-image:url(../images/footer-bg-new.gif);
background-repeat:repeat-x;
}

.footerLinks
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:12px;
	font-weight:normal;
	color:#9FB2BB;
	line-height:18px;
}

.footerLinks a
{
	color:#9FB2BB;
	line-height:18px;
	text-decoration:none;
}

.footerLinks a:hover
{
	color:#fff;
	line-height:18px;
	text-decoration:none;
}

.submitQueryInputBox
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:11px;
	font-weight:normal;
	color:#686868;
	width:150px;
}

.servicesLinks
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:13px;
	font-weight:normal;
	color:#1C6B91;
		}
		
.servicesLinks a
{
	color:#1C6B91;
	text-decoration:none;
	}
	
.servicesLinks a:hover
{
	color:#1C6B91;
	text-decoration:underline;
	}
	
.innerPageHeading
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:24px;
	font-weight:bold;
	color:#1C6B91;
	padding-right:0px;
	}

.textHeading
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:18px;
	font-weight:normal;
	color:#1C6B91;
	padding-right:0px;
	}


.float-right
{
float:right;
}

.float-left
{
float:left;
}


/*Additional CSS for demos*/

#slider1, #slider3{
width: 982px;
height: 228px;
}

#slider1 .contentdiv, #slider3 .contentdiv{
width: 982px;
}

#paginate-slider1, #paginate-slider3{
width: 982px;
}

#slider2, #slider4{
border-color: darkred;
margin-left: 15px;
height: 228px
}


#paginate-slider2, #paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-left: 15px;
}


#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid gray;
margin-top: 5px;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
background-color: yellow;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}


#c17 a{ 
color: black; background: #F0F0F0}

div#bsaz_1437.adblock {
width:100%;
display:block;
}
div#bsaz_1437.adblock a{
width:160px;
}
div#bsaz_1437.adblock a img{
padding:0;
}
div#bsaz_1437.adblock a em{
font-style:normal;
}
div#bsaz_1437.adblock a{
display:block;
font-size:11px;
color:#888;
font-family:verdana,sans-serif;
margin:0 4px 10px 0;
text-align:center;
text-decoration:none;
overflow:hidden;
}
div#bsaz_1437.adblock img{
border:0;
clear:right;
}
div#bsaz_1437.adblock a.adhere{
color:#666;
font-weight:bold;
font-size:12px;
border:1px solid #ccc;
background:#e7e7e7;
text-align:center;
}
div#bsaz_1437.adblock a.adhere:hover{
border:1px solid #999;
background:#ddd;
color:#333;
}
div#bsaz_1437.adblock a.adhere{
width:160px;
height:90px;
line-height:720%;
} 
div#bsaz_1437.adblock a.adhere{
width:158px;height:88px;
}
div#bsaz_1437.adblock img.s{
height:0;width:0;
}

.more
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:13px;
	font-weight:normal;
	color:#FF6603;
		}
		
.more a
{
	color:#FF6603;
	text-decoration:none;
	}
	
.more a:hover
{
	color:#1C6B91;
	text-decoration:underline;
	}
	
	
.tableText{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size:13px;
	font-weight:normal;
	color:#686868;
	padding:0px;
	margin:0px;
}
