/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2{
	font-size: 32px;
	color: #EEE;
	text-transform:uppercase;
}

h4{
	font-size: 32px;
	color: #EEE;
}

h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:0px;
}

a{
	color:#6CF;
	text-decoration:none;
}

a:hover{
	color:#6C3;
	text-decoration:none;
}

.logo{
	margin-top:50px;
	text-align:center;
	font-size: 18px;
	text-transform: uppercase;
}
.header{
	width: 100%;
	height:110px;
    margin: 0 auto;
	margin-bottom:10px;
}
.hlogo{
	float:left;
	margin-left:20px;
	margin-top:10px;
}

.hmenu{
	float:right;
	margin-right:50px;
	margin-top:45px;
}

.hmitem{	
	float:left;
	background:#1abc9c;
	font-weight:bold;
	padding:10px 15px;
	color:#fff;
	margin-left:20px;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid #fff;
}
.hmitem:hover{
	border:1px solid #C30;
}

.hmitemb{	
	float:left;
	background:#fff;
	font-weight:bold;
	padding:10px 15px;
	color:#444444;
	margin-left:20px;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid #fff;
}

.hmitemb:hover{
	border:1px solid #C30;
	color:#C30;
}


.maincontent{
	padding:20px;
    min-height:500px;
	background:url(../images/hrdarkblue.jpg) no-repeat #092437;
    background-size: cover;
    background-position: -140px;
}
.detail_area{
	width:800px;
	margin:0 auto;
	color:#fff;
}
.detail_area td{
	color:#fff;
}
.btns{
	margin:0 auto;
	text-align:center;
	margin-top:75px;
	width:500px;
}
.minitext{
	font-size:12px;
	font-weight:normal;
}
.dd{
	width:350px;
	font-size:20px;
	/*padding:15px;
	font-size:14px;
	text-transform:uppercase;
	margin-top:5px;
	border:1px solid #1cc664;*/
}
.tfield{
	padding: 15px;
    width: 320px;
}

.big_btn{
	background:#59ba41;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	height:55px;
	width:350px;
	text-align:center;
	border:none;
	line-height:18px;
}

.content{
	width:800px;
	margin:0 auto;
	font-size:18px !important;
}

.headline{
	padding:20px;
	margin-top:20px;
}

.gray{
	color:#444;
}
.boxes{
	width:700px;
	margin:0 auto;
	margin-top:70px;
	height:200px;
}

.cbox{
	background:#f5f5f5;
	float:left;
	border:1px solid #e3e3e3;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:160px;
	height:110px;
	padding:20px;
	text-align:center;
}

.lbox{
	margin-right:46px;
}

.rbox{
	margin-left:46px;
}


.boximg{
	text-align:center;
	margin-top:-60px;
	margin-bottom:20px;
}


.bfooter{
	background:#333;
	padding:20px;
	font-size:12px;
	color:#fff;
	text-align:center;
}

.popbody{
	background:#fff;
	color:#4c4c4c;
	padding:0;
	margin:0;
}

.pop_content{
	padding:10px 20px;
}

.pop_content h3{
	color:#4c4c4c;
}

h5{
	font-size:16px;
	text-transform:uppercase;
	font-style:italic;
	margin:10px 0;
	color:#4c4c4c;
}

.frm_field{
	padding:10px;
	font-style:italic;
	width:91%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #a4a4a4;
}

.frm_btn{
	padding:10px 0;
	width:98%;
	text-align:center;
	border:none;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	background:#A65329;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.error{
	color:#900;
}

.pop_content a{
	color:#039;
	text-decoration:none;
}

.pop_content a:hover{
	color:#09F;
	text-decoration:none;
}

.ctable td{
	padding:5px 0;
	border-bottom:1px solid #CCC;
}

.ddimg_container img{
	max-width:100px;
}

.sliders{
	font-size:27px;
	text-align:center;
	height:300px;
	background:#000;
	color:#fff;
	line-height:300px;
}
.lsarrow{
	position:absolute;
	left:20px;
}
.rsarrow{
	position:absolute;
	right: 50px;
}
