/* CSS Document */

body{
	margin:0;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}
html, td{
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}

.head_back{
	background:url(../images/template/head_back.jpg) center no-repeat #2685b5;
	height:590px;
}


.loginbox{
	background:#3e3e3e;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size: 12px;
    width: 300px;
    position: absolute;
    margin-left: 860px;
    margin-top: 80px;
	padding:20px;
}

.login_arrow{
	background:url(../images/template/login_arrow.png) no-repeat;
	width: 14px;
	height:8px;
    position: absolute;
    margin-left: 1150px;
    margin-top: 72px;
}

.field{
	border: none;
    width: 280px;
    padding:10px;
    color: #315c73;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:5px 0;
}

.top_shadow{
	background:url(../images/template/shadow.png);
	height:	70px;
}
.center_zone{
	width:1200px;
	margin:0 auto;
}

.logo{
	float:left;
    margin-top: 13px;
}

.main_btns{
	float:right;
    margin-top: 12px;
}

.btn1{
	background:none;
	color:#fff;
	text-transform:uppercase;
	padding:15px 20px;
	border:1px solid #8fbfcd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}

.btn2{
	background:#b3502d;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	border:none; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	margin-top:5px;
}

.headlines{
	text-align:center;
	margin-top:30px;
}

.headline_shadow{
	background:url(../images/template/headline_shadow.jpg) repeat-x;
	height:32px;
}

.main_content{
	background:url(../images/template/content_back.jpg) center top #f6f6f6 no-repeat;
	padding-top:30px;
}

.right_side{
	float:right;
}

.left_side{
	float:left;
}

.abt_text{
	font-size:12px;
	color:#656b6f;
	text-align:justify;
}

.center_side{
	width:100%;
	display:inline-block;
}

.subtitle{
	color:#5f5f5f;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

.redtext{
	color:#b3502d;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px;
}

.centered{
	margin:0 auto;
}

.prebot{
	background:url(../images/template/prebot_back.jpg) top repeat-x #fff;
	height:105px;
	text-align:center;
	padding-top:10px;
}

.footer{
	background:#2d3235;
	height:300px;
}

.footer_content{
	padding:20px 0;
}

.foot_logo{
	padding:20px 0;
	border-bottom:2px solid #607c85;
}

.social{
	margin-top: 50px;
    margin-left: 100px;
}

.footer td{
	color:#fff;
	font-size:12px;
}

.footer a{
	color:#ac7035;
	text-decoration:none;
}
.footer a:hover{
	color:#cb8b4c;
	text-decoration:none;
}

.bot{
	height:45px;
	background:#cccccc;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	color:#342e2a;
}

