@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'lucida_sansregular';
    src: url('css/lsans.eot');
    src: url('css/lsans.eot?#iefix') format('embedded-opentype'),
         url('css/lsans.woff') format('woff'),
         url('css/lsans.ttf') format('truetype'),
         url('css/lsans.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	padding:0px;
    font-family: 'lucida_sansregular';
	font-size:18px;
	color:#4F4F4F;
	border:0px;
	text-align:left;
	text-decoration:none;
	line-height:24px;
	font-weight:normal;
	background-image:url(../images/top_bg.jpg);
	background-position:top;
	background-color:#FFF;
	background-repeat:repeat-x;
}
a.{
	color:#FFF;
	text-decoration:none;
	outline:none;
	margin-bottom:3px;
}
a:hover{
	text-decoration:none;
}
p{
	color:#424242;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	text-align:justify;
}
#wrapper{
	float:left;
	width:100%;
	height:100%;
}
#MainContainer{
	width:1000px;
	margin:0px auto;
	height:auto;
}

#Container{
	float:left;
	width:1000px;
	height:auto;
}
#TopHeader{
	float:left;
	margin:0px;
	width:1000px;
	height:151px;
}
#TopHeader .logo{
	margin:50px 168px 47px 0px;
	float:left;
}
#TopHeader .Navigation{
	margin:39px 150px 0px 0px;
	float:left;
	width:100px;
}
.Navigation ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
.Navigation ul li{
	padding:2px 10px 3px 0px;
}
.Navigation ul li a{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
.Navigation ul li a:hover{
	color:#f6d7dd;
	text-decoration:none;
}
.Navigation ul li a.active{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	}
#TopHeader .ContsDetails{
	margin-top:60px;
	height:auto;
	float:right;
	width:275px;
}
.whiteText{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	margin:4px 0px;
}
.whiteText a{
	color:#FFF;
	text-decoration:none;
}
.whiteText a:hover{
	color:#f6d7dd;
	text-decoration:none;
}
.redTextBold{
	color:#b61a37;
	font-weight:normal;
	text-decoration:none;
}
.bannerSlide{
	float:left;
	margin-top:15px;
	width:1000px;
	height:301px;
}
.Sub{
	float:left;
	width:238px;
	height:auto;
	margin-right:30px;
	padding-top:15px;
}
.Sub ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
.Sub ul li{
	padding:4px 10px 5px 0;
}
.Sub ul li a{
	color:#424242;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
.Sub ul li a:hover, .Sub ul li a.active {
	color:#B61A37;
	text-decoration:none;
}
.bannerSlide .Right{
	float:left;
	width:730px;
	height:301px;
}
.bodyContainer{
	float:left;
	width:1000px;
	margin-top:10px;
	text-decoration:none;
}
.bodyContainer .left{
	float:left;
	width:620px;
	height:auto;
	margin-right:36px;
}
h3{
	color:#b61a37;
	text-decoration:none;
	font-size:28px;
	margin:10px 0px;
	font-weight:normal;
}
h4{
	color:#b61a37;
	text-decoration:none;
	font-size:22px;
	margin:5px 0px 10px 0px;
	font-weight:normal;
}
.list_with_icon {
    list-style-type: none;
    margin-left:2px;
    padding:5px 0 0;
}
.list_with_icon li {
    background-image:url("../images/list_img.gif");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom:6px;
    padding: 0 0 3px 30px;
}
.bodyContainer .right{
	float:left;
	width:304px;
	height:140px;
	background-image:url(../images/right_bg1.jpg);
	margin-top:20px;
	padding:20px;
}
.btnOurServices{
	float:left;
	margin-bottom:16px;
	background-image:url(../images/btn_ourservices.gif);
	height:59px;
	cursor:pointer;
	width:300px;
}
.btnOurServices:hover{
	float:left;
	margin-bottom:16px;
	background-image:url(../images/btn_ourservices_hover.gif);
	height:59px;
	width:300px;
}
.btnYourCareer{
	float:left;
	margin-bottom:16px;
	background-image:url(../images/btn_yourcareer.gif);
	height:59px;
	cursor:pointer;
	width:300px;
}
.btnYourCareer:hover{
	float:left;
	margin-bottom:16px;
	background-image:url(../images/btn_yourcareer_hover.gif);
	height:59px;
	width:300px;
}
.footerContainer{
	float:left;
	width:1000px;
	background-image:url(../images/footerTopLine.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 0px;
	margin-top:10px;
}
.footerbox{
	float:left;
	width:200px;
	font-size:15px;
	margin:8px 20px 0px 0px;
}
.footerIconsBox{
	float:right;
	margin-top:8px;
}
.footer_navigation ul{
	margin:0px;
	padding:0px;
    float:left;
	list-style-type:none;
}
.footer_navigation li{
	padding:2px 50px 2px 0px;
}
.footer_navigation li a{
	color:#424242;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
}
.footer_navigation li a:hover{
	color:#B61A37;
	text-decoration:none;
	font-weight:normal;
}
a.footerlink {
	color:#424242;
	text-decoration:none;
	font-size:15px;
	outline:none;
}
a.footerlink:hover{
	color:#B61A37;
	text-decoration:none;
}
a.linkunderline { 
	text-decoration:none;
	outline:none;
	color: #4F4F4F;
	border-bottom:1px dotted #4F4F4F;
}
a.linkunderline:hover { 
	color:#b61a37;
	text-decoration:none;
	border-bottom:none;
}

/*inner page start*/
.innerLeft{
	float:left;
	width:610px;
	height:auto;
	/*margin-right:200px;*/
}
.innerLeft2{
    float: left;
    height: auto;
    margin-left: 265px;
    width:430px;
}
.innerLeft2_innerItem{
    float:left;
	margin-bottom:25px;
    width:430px;
}
.innerRight{
	float:right;
	width:279px;
	height:auto;
	margin-top:10px;
}
.innerRight .item1{
	float:left;
	width:280px;
	border-left:1px solid #e7e7e7;
	background-color:#f1f3f4;
	margin-bottom:10px;
}
.innerRight .item1 .button{
	margin:7px 7px 0px 8px;
	float:left;
	background-color:#b61a37;
	width:264px;
	height:25px;
}
a.buttonLink{
	color:#FFF;
	text-decoration:none;
	padding:3px 12px 2px 10px;
	margin:2px 5px 3px 8px;
	text-shadow: 0 1px 0 #424242;
	}
a.buttonLink:hover{
	color:#F6D7DD;
	text-decoration:none;
	text-shadow: 0 1px 0 #424242;
}
.innerRight .item2{
	float:left;
	width:268px;
	padding:5px;
	font-size:17px;
	/*background-image:url(../images/right_innerbg2.jpg);*/
	font-style:italic;
}
.formMain{
	width:510px; 
	float:left; 
	margin-top:20px;
}
.smallText{
	font-size:10px;
	text-decoration:none;
	line-height:12px;
}
input.home[type="submit"] {
    background-color: #830307;
    background-image: url("../images/button_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    color: #fff;
    cursor: pointer;
    padding: 5px 8px;
	font-weight:bold;
    text-shadow: 0 1px 0 #000;
	border:0px;
}
input.home[type="submit"]:hover {
    background-image: url("../images/button_bg_hover.png");
}
select.style2 {
    background-color: #FFFFFF;
    border: 1px solid #c1c3c6;
    height: 24px;
    padding: 2px;
    width: 210px;
}
label {
    margin-right:5px;
    position: static;
    width: auto;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

.button_red{
    background-color: #830307;
       background-image: url("../images/button_bg.png");
       background-position: center top;
       background-repeat: repeat-x;
       border: 0 none;
       border-radius: 4px 4px 4px 4px;
       color: #FFFFFF;
       cursor: pointer;
       font-weight: bold;
       padding: 5px 8px;
       text-shadow: 0 1px 0 #000000;
}

.button_red:hover{
    background-color: #830307;
       background-image: url("../images/button_hover.png");
       background-position: center top;
       background-repeat: repeat-x;
       border: 0 none;
       border-radius: 4px 4px 4px 4px;
       color: #FFFFFF;
       cursor: pointer;
       font-weight: bold;
       padding: 5px 8px;
       text-shadow: 0 1px 0 #000000;
}





