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


html {
  	height: 100%;
}
body {
    margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#c2c5c7;
}

.topbar_logo {
	position:absolute;
	right: -3px;
	width:100%;
	background-image: url(./img/topbar_logo.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	border: 0px;
	height:119px;
}
.pagetextcontainer {
	position: absolute; 
	width: 826px;
	top: 10%;
	height: 685px;
	overflow: hidden; 
	margin-left: -27px;
}
#text_background {
	position: absolute; 
	width: 593px;
	top: 128px;
	bottom: 35px;
	margin-left:232px;
	background-image: url(./img/textblock_bg_middle.png);

}
#text_background_top {
	position: absolute; 
	width: 593px;
	top: 120px;
	height:8px;
	margin-left:232px;
	background-image: url(./img/textblock_bg_top.png);
	background-repeat: no-repeat;
}
#text_background_bottom {
	position: absolute; 
	width: 593px;
	bottom: 20px;
	height:15px;
	margin-left:232px;
	background-image: url(./img/textblock_bg_bottom.png);
	background-repeat: no-repeat;
}

#textcontainer {
	position: absolute; 
	width: 580px;
	top: 142px;
	bottom: 48px;
	left: 229px;
	height:480px;
	overflow: auto; 
}

#maincontainer {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	overflow:auto;
	left: 0px;
	top: 0px;
/* 	background-color:#000; */
}
#content-background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	background-image: url(./img/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	overflow: auto;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#content-background_fillin {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(./img/background_fillin.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	overflow: auto;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.navigation{
	position: absolute; 
	top: 30%;
	width: 220px;
	height: 180px;
	overflow: hidden; 
	z-index: 3;
	margin-left: 3px;
}
.navigation ul{
	margin-left: 0px;
	padding-left: 0px;
}
.navigation li{
	display:block;
	width: 220px;
	height: 25px;
	margin-left: 0px;
	margin-bottom: 3px;
	list-style-type:none;
}
#copyright {
	position: absolute; 
	width: 530px;
	bottom: 6px;
	height:15px;
	margin-left:268px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	color:#4c4c4c;
}
#copyright a{
	color: #21688c;
	text-decoration: underline;
}
#copyright  a:hover{
	color: #958758;
	text-decoration: underline;
}



.videothumbs a  {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}

.videothumbs a .videothumbplay{
	display:none;
}

.videothumbs a:hover .videothumbplay{
	display: block;
	position:absolute;
	bottom:0px;
	left:0px;
}


.banner_area {
	position: absolute; 
	width: 221px;
	top: 305px;
	height:232px;
	margin-left:3px;
	border: 0px;
	background-image: url(./img/banner_area.png);
	background-repeat: no-repeat;	
	background-position: center 0px;
}
.banner_area img {
	width: 194px;
	height:205px;
	margin-left:12px;
	margin-top:12px;
	background-color: #464f55;
	
}

.textarea {
	width:260px;
	padding:10px 0px 20px 36px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;

}
.textarea .head01 {
	font-size:13px;
	color:#102f3a;
	font-weight: bold;
}
.textarea .notes {
	font-size:11px;
	color:#21688c;
}
.textarea p {
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
.textarea  a{
	color: #00a0e1;
	text-decoration: underline;
}
.textarea  a:hover{
	color: #958758;
	text-decoration: underline;
}
.texttitle {
	font-family:Arial, Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#4d4d4d;
	text-transform: uppercase;
	padding-left: 40px;
	padding-top:4px;
}
.subheader {
text-transform: uppercase;
color:#00a0e1;
}
.bluecorners {
	position:absolute;
	width:33px;
	height:20px;
	background-image: url(./img/header_bluecorners.png);
	background-repeat: no-repeat;	
	background-position: center 0px;
}

/* contact form */

#contactform fieldset {
	border: 0;
	margin-left:0px;
}

#contactform fieldset legend {
	font-weight: bold;
	font-size: 10px;
	
}

#contactform fieldset ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#contactform fieldset li {
	clear: left;
	float: left;
	width:500px;
	display:block;
	margin-bottom: 5px;
	margin-left:0px;
}

#contactform fieldset label {
	display: block;
	float: left; 
	width: 130px;
	overflow:hidden;
}

#contactform fieldset input {
	font-size: 1.1em;
	width: 250px;
	float: left;
	border: 1px solid #c5c3c3;
	padding: 2px;
	background-color: #fafafa;
}

#contactform fieldset input#send_form {
	width: auto;
	margin-left: 130px;
}

#contactform fieldset textarea {
	width: 250px;
	float: left;
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #c5c3c3;
	padding: 2px;
	background-color: #fafafa;
}

#contactform fieldset .focused {
	background-color: #fff;
}

.error {
	color: red;
	clear: both;
	margin-left: 130px;
}

/* Scroll bar Style < */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 14px;
background-color: transparent;

}
.vscrollerbar {
width: 12px;
background-color: #fff;
border:solid 1px #819098;
border-top-color: #b1c6cc;
border-left-color: #b1c6cc;

}
/* > Scroll bar Style */


