/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

html {
	margin:0;
	padding:0;
	background:url(images/bkgrd.jpg) #acc9db no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color:#FFF;
}

body {
	background:url(images/bkgrd.png) repeat-x top;
	margin:0;
	padding:0;
}

#wrap {
	width:1000px;
	margin:0 auto;
}

#top {
	height:175px;
	background:url(images/top.png);
}

#nav {
	font-size:14px;
	height:45px;
	line-height:45px;
	border: 3px solid #fff;
	margin-bottom:45px;
}

#nav ul {
    display: table;
	width:100%;
	margin:0;
	padding:0;
}

#nav ul li {
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#b51212;
	border-right:1px solid #FFF;
    display: table-cell;
	position:relative;
}

#nav ul li:hover {
	background:#880a0c;
}

#nav ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

#nav ul li ul {
	width:160px;
	display:none;
	position:absolute;
	top:45px;
	right:-20px;
	margin:0;
	padding:0;
}
#nav ul li ul li{
	padding:0 20px;
	border:3px solid #fff;
		
}


#nav ul li:hover ul {
	display:block;
}


#title {
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	width:800px;
	margin:0 auto;
	font-size:24px;
	min-height:45px;
	line-height:45px;
	border: 3px solid #fff;
	margin-bottom:30px;
	background:#b51212;
	position:relative;
	z-index:1000;
}

#body-main {
	color:#fff;
	border:3px solid #fff;
	padding:45px;
	background:rgba(28, 50, 127, 0.78);
	position:relative;
	z-index:100;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	color:#FFF;
}
/**FORM VALIDATION**/

#captcha {
	display:inline-block;
}

input.error, select.error, textarea.error {
	border:1px solid red;
}

.errormsg {
	display:block;
	width:100%;
	position:relative;
}

.red {
	color:red!important;
}

label.error {
	color:red!important;
	font-size:13px!important;
	z-index:1000;
	font-weight:normal;
	width:auto;
}
.title {
	display:block;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	min-height:45px;
	line-height:45px;
	border: 3px solid #fff;
	background:#b51212;
}

h4 strong {
	color:#FC0;
	font-size:1.2em;
}
.news-head {color:#FC0;font-size:18px;font-weight:bold;}
.input {
	width:100%;
}

#footer {
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin:30px;
}
.newstxt {font-family:Arial, Helvetica, sans-serif;font-size:17px;color:#FFFFFF;font-weight:bold;}