html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:.7em;} .txtMedium {font-size:.8em;} .txtLarge {font-size:1.2em;} .alignRight {float:right;} .alignLeft {float:left;}
.txtRed {color:#CC0000;} .txtViolet {color:#6666CC} .txtBrown {color:#9e651b;} .txtBold {font-weight:bold;}
.row{width:990px; clear:both;} .breaker {clear:both; width:100%;}

/***********************************************************
If you edit any fields above please communicate to all teams
************************************************************/


html{
	height: 100%;
}
body{
	background-color:#161a1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
}
#horizonOutter{
	width:100%;
	min-height:100%;
}
* html #horizonOutter{
	height:100%;
}
#horizon{
	width:100%;
	min-height:100%;
	position:relative;
	background-color:#161a1a;
	background-image:url(../images/i-top-bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#wapper{
	width:990px;
	margin:0 auto;
	/*padding-bottom: 2em;*/
}
#copyRight{
	width:100%;
	background-image:url(../images/i-bottom-bg.jpg);
	background-repeat:repeat-x;
	background-color:#161a1a;
	bottom:0;
	/*margin-top:-41px;*/
}
#copyrightTxt{
	width:990px;
	height:234px;
	margin:0 auto;
	bottom:0px;
}
.topLogoLeft{
	float:left;
}
.topLogoRight{
	float:right;
}
.bodyArea{
	width:990px;
	background-image:url(../images/i-body-bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
.contentLeft{
	width:265px;
	float:left;
}
.contentMiddle{
	width:531px;
	float:left;
}
.contentRight{
	width:194px;
	float:left;
}
.headingBg{
	width:531px;
	height:136px;
	background-image:url(../images/i-heading-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.contentBg{
	width:531px;
	background-image:url(../images/i-content-bg.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
.headingImg{
	width:500px;
	text-align:left;
	padding-top:72px;
}
.homeBottomPhone{
	width:990px;
	height:57px;
	background-image:url(../images/home-bottom-phone.jpg);
	background-repeat:no-repeat;
}
.emailArea{
	width:305px;
	float:left;
	padding-left:25px;
}
.fastTrackArea{
	width:330px;
	float:left;
	text-align:center;
}
.addressArea{
	width:290px;
	float:left;
	padding-left:40px;
}
.copyrightSignature{
	width:990px;
	text-align:center;
	padding-top:10px;
}
.leftPic01{
	width:265px;
}
.leftPic02{
	width:265px;
	height:269px;
	background-image:url(../images/left-link-bg.jpg);
	background-repeat:no-repeat;
}
.leftLinkArea{
	width:148px;
	margin-left:34px;
}
.leftLink01{
	width:111px;
	padding-top:4px;
}
.leftLink02{
	width:111px;
	padding-top:21px;
}
ul.contentList {
	padding-top:15px;
}
li.contentLstStyle {
	list-style-type:none;
	line-height:18px;
	padding-left:15px;	
}










/*  Text Class Css   */



.txtBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.txtWhiteShall{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.txtGreyShall{
	color:#9ba0a0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a.linkBlackWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.linkBlackWhite:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#feffff;
	text-decoration:none;
}
a.linkBlackRed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.linkBlackRed:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ea0d0d;
	text-decoration:none;
}
.contactFormTxt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}
.contactFormSize{
	width:180px;
}
.contactHeadingTxt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
a.contactEmail{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#415fd2;
	text-decoration:none;
}
a.contactEmail:hover{
	color:#f9593f;
}
a.linkBlack{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #333333;
}
a.linkBlack:hover{
	color:#f9593f;
}
.txtCenter {
	text-align:center;
}



/* live validation styles*/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
 	font-size:.8em; 
 	float :left;
 	  
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#FF0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #FF0000;
}
