
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	color:#2c2c2c;
}
*{
	margin:0;
	padding:0;
}
h1{
	font-size:18px;
	font-family: 'UbuntuCondensedRegular', Tahoma, Arial;
	margin-bottom:8px;
	font-weight: normal;
}
h2{
	font-size:17px;
	font-family: 'UbuntuCondensedRegular', Tahoma, Arial;
	font-weight: normal;
}
h3{
	font-size:18px;
	font-family: 'UbuntuCondensedRegular', Tahoma, Arial;
	font-weight: normal;
	color: #CC0000;
	padding-top: 8px;
}
h4{
	font-size:0.95em;
	margin-bottom:6px;
	color:#2b7a8b;
	margin-top:15px;
	font-family: 'CenturyGothicRegular', Arial, Helvetica, sans-serif;
}
h5{
	font-size:12px;
	line-height: 20px;
	color: #CC0000;
	}
a{
	text-decoration:none;
	color:inherit;
}
p{
	font-size:0.8em;
	line-height:1.4em;
	margin-bottom:6px;
}
.small_size{font-size:11px;}
.clear
{
clear:both;
}
.red{color:#CC0000;}
.h3{
	font-size:18px;
	font-family: UbuntuCondensedRegular;
	font-weight: normal;
	color: #CC0000;
}
#body_bg{
	background:url(../images/login_body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	}
.wrapper{
	width:1000px;
	padding:7px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	}	
.header_area{
	width:1000px;
	height:105px;
	}	
.logo_box{
	width:210px;
	height:95px;
	float:left;
	}
.header_second{
	width:1000px;
	padding:9px 0px 8px 0px;
	}
.lock_img{
	width:75px;
	height:90px;
	float:left;
	}	
.header_second_hdn_box{
	float:left;
	height:50px;
	width:910px;
	padding: 20px 0px 20px 12px;
	}
.hdn{
	float:left;
	}
.top_hdn_h_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#515151;
	font-weight:normal !Important;
	letter-spacing:-1px;
	margin: 0px 0px 2px 0px !Important;
	}	
.bottom_hdn_h_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#717171;
	font-weight:normal !Important;
	}	
.login_area{
	width:1000px;
	height:255px;
	padding: 60px 0px;
	}
.login_section{
	margin-left:auto;
	margin-right:auto;
	width:550px;
	}
.login_section_area{
	float:left;
	width:550px;
	}	
.login_section_hdn{
	color: #CC0000;
    float: left;
    font-family: 'UbuntuCondensedRegular',Tahoma,Arial;
    font-size: 28px;
	font-weight:normal !Important;
	}		
.login_para_area{
	float:left;
	width:548px;
	padding: 12px 0px 0px 2px;
	}
.login_para_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	line-height:18px;
	text-align:justify;
	}	
.login_textfields{
	float:left;
	width:550px;
	padding: 20px 0px 0px 0px;
	}
.username_sec{
	float:left;
	width:257px;
	}	
.username_password{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:0px 0px 7px 2px;
	}	
.text_box_container{
	float:left;
	width: 250px;
	}
.text_box_style{
	width:245px;
	height:40px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:0px 5px;
	}
.textbox_margin{
	margin:0px 35px 0px 0px;
	}
.login_button_box{
	float:right;
	padding: 4px 0px 0px 0px;
	}
.forgotten_password{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 0px 0px 0px;
	color:#555;
	}	
.forgotten_span{
	color:#cc0000;
	}	
.forgotten_span	a{
	color:#cc0000;
	text-decoration:underline;
	}
.forgotten_span	a:hover{
	color:#555;
	text-decoration:underline;
	}	
.login_btn_styles{
	background-color:#cc0000;
	background-image:url(../images/arrow.png);
	background-position:58px 10px;
	background-repeat:no-repeat;
	color:#fff;
	font-family: 'UbuntuCondensedRegular',Tahoma,Arial;
	font-size:17px;
	width:80px;
	height:30px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #cc0000;
	cursor:pointer;
	padding:3px 14px 4px 0px;
	}
.login_btn_styles:hover{
	background-color:#b80000;
	}	
.inner_footer {
	background-color: #F9F9F9;
	padding: 10px 0;
	margin-top: 20px;
	border-top: #CD0000 solid 4px;
}	
.inner_footer_menu {
	float: left;
	width: 600px;
}
.inner_footer_menu li {
	display: inline;
}
.inner_footer_menu a {
	font-size: 11px;
	padding: 0 8px;
}
.inner_footer_menu ul {
	font-size: 11px;
}
.inner_footer_right {
	float: right;
	width: 240px;
}.copy_right {
	float: right;
	font-size: 11px;
	line-height: 16px;
}
.inner_social_media_main {
	margin: 8px 0px;

}
.index_footer_main {
	width: 1000px;
	margin: 0 auto;
}
.social_media_icons{
	float:right;
	padding:3px 0px 0px 0px;
	}
.facebook {
	height: 32px;
	width: 32px;
	background:url(../images/social_media_network.png) bottom left;
	float:left;
	margin-right:7px;
}
.facebook:hover {
	background:url(../images/social_media_network.png) top left;
	float:left;
}
.twitter {
	height: 32px;
	width: 32px;
	background:url(../images/social_media_network.png) no-repeat -35px bottom;
	float:left;
	margin-right:7px;
}
.twitter:hover {
	background:url(../images/social_media_network.png) -35px top;
}
.linkedin {
	height: 32px;
	width: 32px;
	background:url(../images/social_media_network.png) no-repeat -69px bottom;
	float:left;
	margin-right:7px;
}
.linkedin:hover {
	background:url(../images/social_media_network.png) -69px top;
}
.blog {
	height: 32px;
	width: 32px;
	background:url(../images/social_media_network.png) no-repeat -104px bottom;
	float:left;
	margin-right:7px;
}
.blog:hover {
	background:url(../images/social_media_network.png) -104px top;
}

 .inputtext_invalid {
	border-color:#ff0000 !Important;
	background-color:#FFC9C9 !Important; 
}
