@charset "utf-8";

/* CSS Document */


/* style new elements as block for older browsers as unknown elements as render as in-line by default */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
#bg {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
}
.bgwidth {
	width: 100%;
}
.bgheight {
	height: 100%;
}
.wrapper {
	width: 960px;
	margin: 20px auto;
	position: relative;
}

header {
	background-image: url(../images/black_70.png);
	position: relative;
	padding: 0px 40px;
}
#logo {
	display: block;
	padding: 10px 0px;
	margin-left: -10px;

}
.wrapper header .logos {
	position: absolute;
	top: 30px;
	right: 20px;
}
header .logos img {
	margin-left: 40px;
	height: 40px;
	width: auto;
	border: none;
}


nav {
	position: absolute;
	right: 20px;
	bottom: 5px;
}


nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	bottom: 0px;
}
nav li {
	float: left;
	padding: 0px 5px;
}
nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 18px;
	padding: 3px 2px 5px 2px;
}

nav a:hover {
	border-top: 3px solid #c4a16c;
	padding-top: 0px;
}



.content {
	background-image: url(../images/black_70.png);
	padding: 20px 20px 0px 20px;
	position: relative;
}

.col_2 {
	width: 420px;
	float: left;
	padding: 10px 20px 0px 20px;
}
.content h1 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C4A16C;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 20px 0px 20px;
	padding-top: 10px;
	letter-spacing: 1px;
}
.content .col_2 h1{
	margin: 0px;
	padding: 50px 50px 50px 0px;

}
.content .col_2 h2 {
	font-size: 18px;
	color: #C4A16C;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.content .col_2 p  {
	margin: 10px 0px 0px 0px;
}


.col_2 a {
	font-size: 18px;
	text-decoration: none;
	color: #01A766;
}
.col_2 a:hover {
	text-decoration: underline;
}


.col_3_wrapper {
	background-image: url(../images/black_60.png);
	margin: 30px 0px 0px -20px;
	width: 920px;
	padding: 20px 20px;
}



.col_3 {
	text-align: center;
	width: 266px;
	float: left;
	padding: 0px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.col_3 p {
	text-align: justify;
	color: #FFF;
}
.col_2 #hills1 {
	width: 400px;
	height: auto;
	border: 1px solid #666;
	padding: 9px;
	margin: 50px 0px 0px 0px;
}

footer {
	font-size: 12px;
	padding: 10px 0px;
	color: #999;
	position: relative;
	margin: 0px 20px;
}

footer nav {
	top: 10px;
	right: 0px;
}
footer nav a {
	color: #999;
	font-size: 16px;
	padding-top: 0px;
}
footer nav a:hover {
	border-top: none;
	text-decoration: underline;
}

footer .gdx {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #666;
}
footer .gdx a {
	color: #999;
	text-decoration: none;
}
footer .gdx a:hover {
	text-decoration: underline;
}
.content #daftframe {
	margin: 20px 0px 0px 20px;
}
