@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	background-color:#c4c4c4;
	color:#777575;
}
#wrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
	background-color:#fff; 	
}
#wrapperBg{
	background: url(../images/bodyWrapper.gif)repeat-y top left;
	width:900px;
}
.clear{
clear:both;
}
img{
	border:0;
}
a{ color:#2673ba; text-decoration:underline} 
a:hover{ color:#2673ba; text-decoration: none}

ul{
	list-style-image:url(../images/IconArrow.gif);
	margin: 0;
	padding:0;
}

li{
	line-height:15px;
	margin-left:15px;
	padding:0 0 10px 0;
}


li a{ 
	color:#2673ba; 
	text-decoration:underline
}
li a:hover{
	color:#2673ba; 
	text-decoration:none
}
/********* header ***************/
.headerBg{
	background: url(../images/headerBg.jpg) repeat-y top left;
	width:900px;
}
.topBar{
	background:url(../images/topBar.jpg) no-repeat top left;
	width:900px;
	height:26px;
}
.leftHeader{
	float:left;
	width:330px;
}
.rightHeader{
	float:left;
	width:535px;
}
/********* End header ***************/

/********* Container ***************/
.containerBg{
	background:url(../images/ContainerBg.jpg) repeat-y top left;
	width:900px;
}
.containerLeft{
	float:left;
	width:310px;
	/*margin-left:50px;
	padding-right:40px;*/
}
.containerRight{
	float:right;
	width:575px;
}
.LeftContainer{
	width:190px;
	margin-left:110px;
}
.RightContainer{
	width:520px;
	margin-left:20px;
}
.containerRight h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #23629e;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.dot{
	border-bottom:1px dotted #c2c2c2;
	padding-top:5px;
	margin-top:5px;
}
.whatWeDo{
	background:url(../images/whatWedo.png) no-repeat center left;
	padding-left:25px;
	font-weight:bold;
}
.newsStyle{
	background:url(../images/blueBar.gif) no-repeat left bottom;
	padding-bottom:5px;
	font-weight:bold;
}
.leftBox{
	float:left;
	width:350px;
}
.rightBox{
	float:left;
	width:165px;
}
/***/
/********************/
.BasicUL ul{
	list-style-image:url(../images/IconArrow.gif);
	margin: 0;
	padding:0;
}

.BasicUL ul li{
	padding-bottom:8px;
	line-height:16px;
	margin-left:18px;
}
/*.BasicUL ul li a{
	padding: 4px 0px 4px 12px;
	color: #333333;
	text-decoration: none;
}
.BasicUL  ul li a:hover{
	text-decoration:underline;
	color:#990000;
	background-image:none;

}*/

/******* Contact Us **********/
.contactStyles{
	width:430px;
	padding-left:20px;
}
.contactStyles h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#2673ba;
	letter-spacing:-1px;
}
/*************** Form****************/
.MainTitle{
	padding-top:2px;
	font:16px Arial, Helvetica, sans-serif;
	color:#3076b5;
	font-weight:bold;
}
.WriteUs{
	font: 16px Arial, Helvetica, sans-serif;
	color:#3076b5;
	font-weight:bold;
	padding-top:8px;
	padding-left:20px;
}
.InfoTxt{
	font: 18px Arial, Helvetica, sans-serif;
	color:#990000;
}

.FormStyles form .noBorder{
	border:0px;
	background:none;
}
.FormStyles{
	padding-top:10px;
	padding-bottom:5px;
}


.FormStyles form {
    margin: 0 0 0 20px;
}

.FormStyles form p {
	font-size:1em;
    margin: 0 0 0px 2px;
}

.FormStyles label {
    color: #00619b;
    display: block;
	font-size:15px;
	padding-top:10px;
}

.FormStyles textarea{
	border:1px dashed #d4d0d0;
	background-color:#fff;
}

.FormStyles .formbox {
    width: 250px;
	border:1px dashed #d4d0d0;
	height:21px;
	background-color:#fff;
	padding-top:3px;
}

.FormStyles fieldset {
    border:1px solid #ececec;
}
.FormStyles legend{
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-left:10px;
}

/************ Table Design *********************/
table{
	border-collapse: collapse;
	border:1px solid #e7e7e7;
	color: #333333;
}
th, td{
	padding:5px 5px 5px 10px;
	color: #333333;
	border:1px solid  #e7e7e7;
}
caption{
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
	color:#23629e;

}
thead{
	background-color:#6da6db;
	height:30px;
	color:#ffffff;
	font-weight:bold;

}
th{
	font-weight:normal;
	text-align:left;
}
.odd{
	background-color:#edf5ff;
	color:#ccc;
}
/*tr{
	background-color:#3d80df;
	color:#fff;
}*/
/*thead tr:hover{
	background-color:transparent;
	color:inherit;
}*/
/************ End Table Design *********************/
/*********** End Contact us ***************/
/********* End Container ***************/

/********* Footer ***************/
.footer{
	background-color:#2a6daa;
	font-size:.85em;
	font-family:Tahoma;
}
.footerBg{
	background: url(../images/footerBg.gif) repeat-y top left;
	width:900px;
}
.footerLeft{
	float:left;
	margin-left:100px;
}
.footerRight{
	float:left;
	margin-left:100px;
}
.footerNav{
	color:#c8c7c7;
	padding-top:10px;
}
.footerNav a{
	text-decoration:none;
	color:#c8c7c7;
}
.footerNav a:hover{
 text-decoration:underline;
 }
.poweredBy{
	color:#c8c7c7;
	padding-bottom:10px;
} 
.poweredBy a{
	text-decoration:none;
	margin-top:14px; 
	color:#fff; 
	font-size:10px; 
	padding-bottom:10px;
}
.poweredBy a:hover{
	text-decoration:underline;
}
/********* End Footer ***************/
