html {
	margin:0;
	height:100%;
	background:#2b2b2b;
}
body {
	margin:0;
	color:#b0b0b0;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:950px;
}
img { border-style:none; }
a {
	text-decoration:none;
	color:#fe8900;
}
a:hover { text-decoration:underline; }
a:active { background-color: transparent; }
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#header {
	border-top:2px solid #081f39;
	background:#005293;
	overflow:hidden;
	margin:0 0 39px;
}
#header .holder {
	width:932px;
	margin:0 auto;
	overflow:hidden;
	padding:22px 8px 19px 0;
}
#header .logo {
	background:url(../images/logo.png) no-repeat;
	width:409px;
	height:52px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
#header .logo a {
	display:block;
	height:100%;
}
#header .social-link {
	float:right;
	background:url(../images/ico-facebook.png) no-repeat;
	width:180px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	margin:17px 0 0;
}
#main {
	width:940px;
	margin:0 auto 132px;
	overflow:hidden;
}
#main .holder{
	overflow:hidden;
	width:945px;
}
#main .column {
	float:left;
	width:300px;
	margin:0 1px 0 20px;
}
#main .column:first-child { margin:0; }
#main .column .img-holder {
	position:relative;
	overflow:hidden;
	margin:0 0 24px;
}
.img-holder a:hover { text-decoration:none; }
.img-holder a img {
	display:block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#dde8f5;
}
.img-holder .title {
	position:absolute;
	text-align:center;
	top:97px;
	left:-2px;
	width:100%;
	font-weight:800;
	font-size:48px;
	line-height:48px;
	color:#fff;
	z-index:9;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.40);
}
.img-holder:hover .title {
	z-index:9999;
	color:#000;
}
.img-holder:hover a img { opacity:0.30; }
.img-holder:hover .caption { display:block; }
.img-holder .caption {
	display:none;
	position:absolute;
	left:0;
	top:0;
	border:4px solid #2b2b2b;
	width:291px;
	height:236px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main .column .info-area { overflow:hidden; }
.info-area .title {
	display:block;
	text-transform:capitalize;
	background:url(../images/bg-title.png) no-repeat 0 4px;
	padding:0 0 10px 26px;
	margin:0 0 9px;
	font-size:18px;
	line-height:24px;
	border-bottom:2px solid #f2f2f2;
	color:#2b2b2b;
}
.info-area .title.contact-title { background:url(../images/ico-title2.png) no-repeat 0 5px; }
.info-area address { font-style:normal;
font-size:14px;
line-height:26px;
color:#2b2b2b;
 }
.info-area address a { text-decoration:underline;
font-weight:bold; }
.info-area address a:hover { text-decoration:none; }
.info-area ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:19px;
}
.info-area ul li {
	overflow:hidden;
	border-top:1px solid #f2f2f2;
}
.info-area ul li:first-child { border:none; }
.info-area ul li a {
	display:block;
	padding:3px 8px 3px 6px;
}
.info-area ul li a span { display:block; }
.info-area ul li a:hover {
	background:#2b2b2b;
	color:#fff;
	padding:4px 8px 4px 6px;
	margin:-1px 0;
	text-decoration:none;
}
.info-area ul li a:hover span { background:url(../images/ico-pdf.png) no-repeat 100% 3px; }
#main .column .login-form {
	padding:24px 22px 0;
	margin:0 0 24px;
	background:#ecf0f1;
	width:255px;
	height:220px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.login-form .text {
	width:238px;
	padding:0 12px 0 0;
	height:43px;
	overflow:hidden;
	border:2px solid #ecf0f1;
	background:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 14px;
}
.login-form .text input[type="text"] , .login-form .text input[type="password"] {
	float:left;
	border:0;
	background:none;
	width:200px;
	height:23px;
	padding:10px;
	line-height:23px;
	color:#34495e;
	font-size:17px;
}
.login-form .text input[type="password"]{
	font-size:16px;
}
.login-form .text.parent-focus.parent-active { border:2px solid #005293; }
.login-form .text .ico-username {
	float:right;
	background:url(../images/ico-username.png) no-repeat;
	width:14px;
	height:16px;
	margin:13px 0 0;
}
.login-form .text.parent-focus.parent-active .ico-username { background:url(../images/ico-username-hover.png) no-repeat; }
.login-form .text .ico-password {
	float:right;
	background:url(../images/ico-password.png) no-repeat;
	width:14px;
	height:17px;
	margin:13px 0 0;
}
.login-form .text.parent-focus.parent-active .ico-password { background:url(../images/ico-password-hover.png) no-repeat; }
.login-form input[type="submit"] {
	background:#fe8900;
	text-align:center;
	border:0;
	padding:0 5px;
	font:bold 17px/44px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:44px;
	display:block;
	width:253px;
	margin:0 auto 18px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	position:relative;
	top:2px;
	letter-spacing:1px;
}
.login-form input[type="submit"]:hover {
	background:#ad5e00;
	cursor:pointer;
}
.login-form .link {
	display:inline-block;
	vertical-align:top;
	color:#bfc5ca;
	font:bold 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.login-form .link:hover { text-decoration:none; }
#footer {
	background:#2b2b2b;
	overflow:hidden;
}
#footer .holder {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding:14px 0;
}
#footer .text {
	float:left;
	background:url(../images/ico1.png) no-repeat 0 1px;
	padding:3px 0 0 30px;
	line-height:14px;
	color:#808080;
}
#footer a .alignright { float:right; }