html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:11px;} .txtMedium {font-size:12px;} .txtLarge {font-size:14px;} .alignRight {float:right;} .alignLeft {float:left;}
.txtRed {color:#CC0000;} .txtViolet {color:#6666CC} .txtBrown {color:#9e651b;} .txtBold {font-weight:bold;}
.row{width:990px; clear:both; margin:0 auto;} .breaker {clear:both; width:100%;}

/***********************************************************
If you edit any fields above please communicate to all teams
************************************************************/

html {
	height:100%;
}
body{
	background-image:url(../images/i-page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	font-family:Tahoma, Arial;
	height:100%;
}
#horizonOutter{
	width:100%;
	min-height:100%;
}
*html #horizonOutter{
	height:100%;
}
#horizon{
	width:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
}
#horizon2{
	overflow:hidden;
}
#wapper{
	width:990px;
	margin:0 auto;
	/*padding-bottom: 2em;*/
}
#copyRight{
	width:100%;
	background-image:url(../images/home-bottom-bg.jpg);
	background-repeat:repeat-x;
	background-color:#fefefe;
	bottom:0;
	position:relative;
}
#copyrightTxt{
	width:990px;
	height:25px;
	margin:0 auto;
	bottom:0px;
	text-align:center;
	padding-top:15px;
	font-size:11px;
	color:#0871b3;
}
.homeLogo{
	width:208px;
	float:left;
}
.homeTopMenu{
	width:782px;
	float:left;
	overflow:hidden;
	background-image:url(../images/top-menu-bg.jpg);
	background-repeat:repeat-x;
	text-align:right;
}
.menuArea{
	height:32px;
	margin-top:82px;
}
ul.mainMenuContainer {
	float:right;
	margin:0;
	padding-right:20px;
}
li.mainMenu1 {
	list-style-type:none;
	display:inline-block;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:88px;
	height:34px;
	height:20px;
	padding-top:12px;
	float:left;
}	
li.mainMenu2 {
	list-style-type:none;
	display:inline-block;
	background-image:url(../images/button-big.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:122px;
	height:34px;
	height:20px;
	padding-top:12px;
	float:left;
}	
.loginArea{
	background-image:url(../images/login-bg.gif);
	background-repeat:no-repeat;
	width:480px;
	height:35px;
	display:block;
	margin-left:auto;
	margin-right:23px;
	margin-top:2px;
	padding-left:80px;
	padding-top:16px;
}
.user-pass{
	width:364px;
	padding-top:2px;
	float:left;
}
.loginButton{
	width:42px;
	height:16px;
	float:left;
	background-image:url(../images/login-button.jpg);
	background-repeat:no-repeat;
	margin:5px;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	border-bottom:none;
	border-left:none; 
	border-top:none;
	border-right:none;
	padding-bottom:5px;
}
.forgotPassword{
	width:55px;
	float:left;
	text-align:left;
}

.contentCol2 {
	width:540px;
	display:block;
	overflow:hidden;
	float:left;
	background-color:#f2f2f2;
}
.contentContainer {
	width:90%;
	margin:0 auto;
	display:block;
	clear:both;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#586062;
	line-height:18px;
}
.headContainer {
	width:540px;
	height:32px;
	padding-top:10px;
	background-image:url(../images/i-head-bg.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	display:block;
	margin-bottom:15px;
}
.pageHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#2581bb;
	display:block;
	margin-left:23px;
}
.contentCol3 {
	width:206px;
	display:block;
	overflow:visible;
	float:left;
	text-align:center;
}
.lightBlueBox {
	width:186px;
	display:block;
	padding:10px;
	background-color:#b0cbfd;
	text-align:left;
}
.buttonHolder {
	width:90%;
	display:block;
	margin:0 auto;
	text-align:right;
}
.rowMid {
	width:945px; 
	display:block;
	clear:both; 
	margin:0 auto;
	padding-left:21px;
	padding-right:25px;
}



/*    Text Class Style    */


a.linkGreyBlue{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#504f4f;
	text-decoration:none;
}
a.linkGreyBlue:hover{
	color:#0a86d5;
}
.loginWhiteTxt{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
.loginTxt{
	font-family:Tahoma, Arial;
	font-size:12px;
	border:#d3d3d3 solid 1px;
	width:110px;
	height:17px;
}
a.loginButtonTxt{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#ffffff;
	padding-left:9px;
	padding-right:9px;
	text-align:center;
	text-decoration:none;
}
a.loginButtonTxt:hover{
	color:#063d6c;
}
a.linkForgotPassword{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#97b5ce;
	text-decoration:none;
}
a.linkForgotPassword:hover{
	color:#ffffff;
}
.txtBlueBig {
	font-family:Tahoma, Arial;
	font-size:14px;
	color:#2581bb;
}
.txtMainContent {
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#586062;
	margin-top:10px;
}
.txtMainContent {
	color:#586062;
	margin-top:10px;
}
.txtblueCopyText{
		font-family:Tahoma, Arial;
	font-size:11px;
	color:#0871b3;
	text-decoration:none;
}
a.linkblueCopyText{
		font-family:Tahoma, Arial;
	color:#0871b3;
	text-decoration:none;
}
a.linkblueCopyText:hover{
	color:#003366;
}


.txtforgottxt{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#2581bb;
	margin-top:10px;
	float:center;

	
}



.forgotButton{
	width:42px;
	height:16px;
	float:center;
	background-image:url(../images/button-more2.gif);
	background-repeat:no-repeat;
	margin:5px;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	border-bottom:none;
	border-left:none; 
	border-top:none;
	border-right:none;
	padding-bottom:5px;
}
.mediumButton{
	width:52px;
	height:16px;
	float:center;
	background-image:url(../images/button2.gif);
	background-repeat:no-repeat;
	margin:5px;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	border-bottom:none;
	border-left:none; 
	border-top:none;
	border-right:none;
	padding-bottom:5px;
}


.contentCol1 {
	width:198px;
	display:block;
	overflow:visible;
	float:left;
}
.leftMenuHolder {
	display:block;
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-y;
}
a.linkLeftNav {
	background-color:#0871b3;
	text-decoration:none;
	font-size:12px;
	width:187px;
	display:block;
	padding:9px 3px 9px 7px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#ffffff;
	clear:both;
}
a.linkLeftNav2 {
	background-color:#80b4e9;
	text-decoration:none;
	font-size:12px;
	width:180px;
	display:block;
	padding:9px 3px 9px 15px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	clear:both;
}
a.linkLeftNav3 {
	background-color:#cee6ff;
	text-decoration:none;
	font-size:12px;
	width:165px;
	display:block;
	padding:9px 3px 9px 30px;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	clear:both;
}
a.linkLeftNav:hover {
	color:#FFFFFF;
	background-color:#084f8b;
}
a.linkLeftNav2:hover {
	color:#FFFFFF;
	background-color:#084f8b;
}
a.linkLeftNav3:hover {
	color:#FFFFFF;
	background-color:#084f8b;
}
.contactTable {
	font-size:11px;
	color:#3c74b0;
}	
#showcontentID p
{
		font-family:Tahoma, Arial;
	font-size:12px;
	color:#586062;
	margin-top:10px;
}
ul.contentList{
	list-style-type:none;
	padding-left:25px;
}
li.contentListTxt{
	list-style-image:url(../images/round.jpg);
	margin-top:7px;
	font-size:12px;
	color:#586062;
		font-family:Tahoma, Arial;
	list-style-type:none;
}
.txtBlueMiddle {
		font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color:#2581bb;
}
a.linkContent{
	font-weight:bold;
	color:#0077be;
	font-family:Tahoma, Arial;
	text-decoration:none;
}
a.linkContent:hover{
	color:#586062;
}
.txtBlueLarge {
		font-family:Tahoma, Arial;
	font-size:15px;
	font-weight:bold;
	color:#2581bb;
	text-decoration:underline;
}
.txtItalics{
		font-family:Tahoma, Arial;
	font-size:12px;
	color:#0077be;
 	font-style:italic;
}
.txtBlueMedium {
		font-family:Tahoma, Arial;
	font-weight:bold;
	color:#2581bb;
	font-size:12px;
}
a.textlinkContent{
	font-weight:bold;
	color:#0077be;
		font-family:Tahoma, Arial;
	text-decoration:none;
}
a.textlinkContent:hover{
	color:#586062;
}
.messageContainer {
	float:right;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:25px;
}
.txtContactadd {
		font-family:Tahoma, Arial;
	font-weight:bold;
	color:#2581bb;
	font-size:16px;
}

.txtMainContentFaq {
		font-family:Tahoma, Arial;
	font-size:12px;
	color:#586062;
	margin-top:10px;
}




/* live validation styles*/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
 	font-size:12px;   
}

.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;
}


a.linkContentCase{
	font-weight:bold;
	color:#0077be;
	font-family:Tahoma, Arial;
	text-decoration:none;
}
a.linkContentCase:hover{
	color:#586062;
}

#caseStudyTable {
	font-size:12px;
	color:#586062;
	margin-top:15px;
}
#caseStudyTable p, li, ul, td {
	font-size:12px;
	color:#586062;
}
#caseStudyTable li {
	margin-top:10px;
}