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

#logo_col   {
	float: left;
	height: 342px;
	width: 120px;
	margin-left: 50px;
	background-attachment: fixed;
	background-image: url(../img/ribbon.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo_col li {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#content #navi {
	background-image: url(../img/ribbon.png);
	float: left;
	height: 430px;
	width: 150px;
	background-repeat: no-repeat;
}
#navi li {
	text-align: center;
	list-style-type: none;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #FFF;
}
#about {
	height: 300px;
	width: 600px;
	float: right;
	overflow: auto;

}
#aboutoverflow{
	margin-right: 5%;
	height: 200px;
	width: 465px;
	padding: 7px;
	right: 285px;
	bottom: 289px;
	position: absolute;
	background-position: 0;
}

#about p {
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
#navi a {
	color: #000000;
	text-decoration: none;
}
#navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#left_col {
	float: left;
	height: 100%;
	width: 150px;
	margin-right: 50px;
	margin-left: 5%;
}
#navi .active {
	color: #FFFFFF;
}
#video {
	position: absolute;
	top: 15%;
	left: 25%;
	background-color: #000000;
	padding: 15px;
}

#contact {
	height: 100px;
	width: 550px;
	padding: 10px;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	margin-top: 25px;
	margin-right: 50px;
}

.field {

	border: 1px solid #FFFFFF;
	background-color:rgba(0,0,0,0.25);
	color: #FFFFFF;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

.submit {
	color: #fff;
	width: 120px;
	height: 30px;
	border: none;
	padding: 0;
	background-color:transparent;
	float: right;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.button {
	color: #fff;
	width: 120px;
	height: 30px;
	border: none;
	background-color:transparent;
	float: right;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 11px;
}

.button a{
	color: #FFFFFF;
	text-decoration: none;
}
