@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11pt;
	text-align: justify;
	background: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
	color: #666;
}

#container {
	width: 980px;
	margin: 0 auto -100px auto;
	background-image: url(images/transparent_black.png);
	background-repeat: repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#banner {
	width: 980px;
	height: 120px;
	float: left;
	background-color: #FFF;
}

#header {
	width: 520px;
	height: 100px;
	float: left;
	padding: 20px 0 0 60px;
}

#logo {
	width: 365px;
	height: 120px;
	float: right;
	padding: 0 0 0 35px;
}

#content_container {
	width: 980px;
	float: left;
}

#content {
	width: 500px;
	min-height: 100px;
	float: left;
	padding: 20px 20px 20px 60px;
}

#sidebar {
	width: 342px;
	float: right;
	margin: 20px 20px 0 0;
}

#menu ul {
	width: 980px;
	height: 30px;
	float: right;
	margin: 0;
	padding: 0;
	/*background-image: url(images/bg_menu.png);*/
}

#menu ul li {
	width: 114px;
	height: 26px;
	display: inline;
	list-style: none;
	padding: 4px 0 0 0;
	float: right;
	text-align: center;
	border-left: 1px solid #757474;
	background-color: #5a5858;
}

#menu ul li a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #FC0;
	display: inline;
}

#menu ul li a:hover {
	color: #FFF;
}

#nav ul {
	width: 342px;
	float: right;
	margin: 20px 0 0 0;
}

#nav ul li {
	width: 322px;
	height: 25px;
	background-color: #5a5858;
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 5px 0 0 20px;
}

#nav ul li a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #FC0;
	display: block;
}

#nav ul li a:hover {
	color: #FFF;
}

.footer, .push {
	height: 100px;
	margin: 0 auto;
	clear: both;
}

.footer {
	width: 980px;
	padding: 0;
	background-color: #4B4B4B;
}

.footer_block_left {
	width: 299px;
	height: 60px;
	float: left;
	padding: 10px 0 0 20px;
}

.footer_block_middle {
	width: 319px;
	height: 60px;
	float: left;
}

.footer_block_right {
	width: 342px;
	height: 60px;
	float: left;
}

.footer_bottom {
	width: 980px;
	height: 30px;
	float: left;
	padding: 0 0 0 20px;
}

.footer_bottom a {
	color: #FFF;
	text-decoration: none;
}

.footer_bottom a:hover {
	text-decoration: underline;
}

#video_container {
	width: 100%;
	float: left;
	background-color: #7E7D7B;
}

.social_media {
	width: 40px;
	height: 40px;
	float: left;
}

.mail {
	width: 319px;
	height: 32px;
	float: left;
	padding: 0 0 0 10px;
}

.mail_icon {
	width: 42px;
	height: 32px;
	float: left;
	margin: 10px 0 0 0;
}

.mail_txt {
	width: 277px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 0 0;
	float: left;
}

.mail_txt a {
	color: #FFF;
	text-decoration: none;
}

.mail_txt a:hover {
	text-decoration: underline;
}

.phone {
	width: 319px;
	height: 32px;
	float: left;
	padding: 0 0 0 10px;
}

.phone_icon {
	width: 42px;
	height: 32px;
	float: left;
	margin: 10px 0 0 0;
}

.phone_txt {
	width: 277px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 0 0;
	float: left;
}