/* Common CSS */
body
{
	margin: 0px;
	font: 11px Tahoma,Arial, Helvetica, sans-serif;
	color:#444444;
	background: url(../images/bg.jpg) repeat-x;
}
form
{
	margin: 0px;
}
p
{
	margin: 0;
	padding: 0 0 15px 0;
}
a
{
	color:#539702;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.fl
{
	float: left;
}
.clear
{
	clear: both;
}
.heading
{
	font-size: 12px;
	font-weight: bold;
	color: #256291;
}
.mainContainer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
.whiteTxt
{
	color: #FFFFFF;
}
.greyTxt
{
	color: #444444;
}
.cap
{
	width: 131px; 
	height: 37px; 
	font-size: 22px;
	color: #000000;
	background:url(../images/capcha.gif) no-repeat;
	text-align: center;
	padding: 15px 0 0 0;
}
/* Logo panel CSS */
.logo
{
	width: 469px;
	height: 62px;
	padding: 27px 0 0 11px;
}
.callUs
{
	width: 180px;
	height: 56px;
	padding: 33px 0 0 320px;
}
/* Top Links panel CSS */
.topLinksBg
{
	width: 980px;
	height: 30px;
	background: url(../images/topLinksBg.gif) repeat-x;
	overflow: hidden;
}
.topLinks
{
	width: 800px;
}
.topLinks ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.topLinks ul li
{
	float: left;
	padding: 8px 18px 0 18px;
}
.topLinks ul li a
{
	color: #FFFFFF;
	font-weight: bold;
}
.date
{
	width: 163px;
	text-align: right;
	color: #FFFFFF;
	padding:8px 17px 0 0;
}
/* Form CSS */
fieldset 
{
	border:1px solid #d5e9f8;
	height:100%;
}
legend
{
	font: bold 12px tahoma,arial,verdana;
	color: #235a99;
   	padding:0 10px;
}
.mainform
{
	width: 100%;
	overflow:hidden;
	text-align:center;
}
.formLeft
{
	width: 35%;
	padding: 4px;
	text-align:right;
}
.formRight
{
	width: 55%;
	padding: 4px;
	text-align:left;
}
.input
{
	font: 11px tahoma,arial,verdana;
	color: #555555;
	background: url(../images/txtboxBg.gif) repeat-x bottom;
	height: 16px;
	border: 1px solid #d4d4d4;
	width: 200px;
}
select
{
	font: 12px tahoma,arial,verdana;
	color: #555555;
	border: 1px solid #d4d4d4;
}
textarea
{
	font: 11px tahoma,arial,verdana;
	color: #555555;
	background: url(../images/txtareaBg.gif) repeat-x bottom;
	border: 1px solid #d4d4d4;
	width: 100%;
}
/* Button CSS */
.inputbtn-style{
	background:url(../images/btnBg.gif) repeat-x;
	padding:6px 7px 8px 7px;
	.padding:7px 3px 8px 3px;/*to apply css in IE 6 & 7*/
	color:#FFFFFF;
	font: 11px Tahoma,Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border:0px;
	margin:0px;
	cursor: pointer;
}
.btn-style{
	background:url(../images/btnBg.gif) repeat-x;
	padding:7px 7px 8px 7px;
	color:#FFFFFF;
	font: 11px Tahoma,Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border:0px;
	margin:0px;
	cursor: pointer;
}	
.btn-con{
	padding-right:8px;
	width:auto;
	float:left;
	}
/* Graphic panel CSS */
.mainGraphic
{
	width: 980px;
	height: 254px;
	overflow: hidden;
}
.welcomeTxt
{
	width: 294px;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	padding: 21px 18px 0 669px;
}
.shadow
{
	width: 980px;
}
/* Our Services panel CSS */
.bodyAreaLeft
{
	width:630px;
	overflow: hidden;
	padding-left: 18px;
}
.ourServices
{
	width:592px;
	overflow:hidden;
}
.services
{
	width: 180px;
}
/* What can we do panel CSS */
.bodyAreaRight
{
	width:329px;
	overflow: hidden;
}
.whatDo
{
	width: 315px;
	overflow: hidden;
}
.whatDo ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.whatDo ul li
{
	background: url(../images/bullet.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin:9px 0 0 10px;
}
/* bottom panel CSS */
.bottomBg
{
 	width: 980px;
	height: 51px;
	background: url(../images/bottomBg.gif) no-repeat;
	text-align: center;
	overflow: hidden;
	padding-top: 17px;
}
.bottomBg a
{
  color:#444444;
  padding: 0 2px;
}
.copyright
{
	color: #8A8A8A;
}
/* Inner page CSS */
.innerMainGraphic
{
	width: 668px;
	height: 150px;
	overflow: hidden;
}
.innerMainGraphic1
{
	width: 312px;
	height: 150px;
	overflow: hidden;
}
.innerText
{
	width:592px;
	overflow:hidden;
	line-height: 16px;
}
.innerText ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.innerText ul li
{
	background: url(../images/blueBullet.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin:9px 0 0 10px;
}

