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


body {
	background-image:url(images/bg.png);
	background-repeat: repeat;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

a {
	color:#000;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-decoration:underline;
	line-height: 14px;
}

img {
	border: none;
}

a img {border: 0;} 

#wrap {
	width: 890px;
	border: 3px #666 solid;
	background-color: #eaeaea;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	width: 100%;
	height: 151px;
	background-image:url(images/header_01.png);
	}

#contactus {
	width: 140px;
	height: 24px;
	background-color: #666;
	margin-left: 750px;
	text-align:center;
	padding-top: 2px;
}

#navigation {
	width: 100%;
	height: 40px;
	background-color: #666;
	clear:both;
}

#navigation ul {
	margin: 0 0 0 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width: 100%;
	table-layout: fixed;
}

#navigation ul li {
	float:left;
	margin-left: 23px;
	list-style-type:none;
	padding-top: 12px;
	display: inline;
}

.navtext {
	text-transform:capitalize;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.navtext a {
	text-transform:capitalize;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration:none;
}

.navtext a:hover {
	text-transform:capitalize;
	color:#8699bc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration:underline;
}

.navspacer {
	margin-top: 8px;
	height: 15px;
	width: 1px;
	background-color:#FFF;
	
}

#leftside {
	width: 588px;
	float:left;
	margin: 10px;
	margin-bottom: 30px;
	display: inline;
	align: left;
}

#sidebar_1 {
	width: 272px;
	float:left;
	margin: 10px 10px 0px 0;
	text-align:center;
	background:url(images/sign_up.png);
	background-repeat:no-repeat;
	display: inline;
}

#sidebar_2 {
	width: 272px;
	float:left;
	margin: 3px 10px 0px 0;
	text-align:center;
	display: inline;
}

#sidebar_3 {
	width: 272px;
	float:left;
	background-color: #333;
	margin: 15px 10px 10px 0;
	text-align:center;
	display: inline;
}

#sidebar_4 {
	width: 272px;
	float:left;
	background-color: #333;
	margin: 10px 10px 10px 0;
	text-align:center;
	display: inline;
}

#footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 100%;
	background-color:#333;
	text-align:center;
	color:#FFF;
	clear:both;
	padding: 5px 0px 0px 0px;
}

#footer a {
	color:#FFF;
}

/*-----INDEX-----*/
#videoplayer {;
	text-align:left;
	width: 550px;
	margin-left:10px;
	margin-top: 10px;
	float:left;

	
}

#videoplayer_media {;
	text-align:center;
	width: 870px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-top: 20px;
	
}

.player {
}

#articles {
	float:left;
	width: 100%;
	display: inline;
	
}

#article_welcome {
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	padding: 5px;
	text-align: left;
}

#article_welcome table {
	text-align: left;
}

#article_welcome form {
	text-align: center;
}

#contactform {
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	padding: 5px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	}

#article_left {
	float:left;
	width: 277px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: auto;
	margin-left: 0px;
	
}

#article_right{
	float:left;
	width: 277px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 17px;
}

.article {
	padding: 5px;
}

#env {
	margin-left:6px;
	float:left;
}#wrap #leftside #articles #article_welcome form table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap #leftside #articles #article_welcome p {
	text-align: left;
}
#wrap #leftside #articles #article_welcome p {
	text-align: left;
}
#wrap #leftside #articles #article_welcome form fieldset {
	text-align: left;
}

.field {
	border: none;
	padding: none;
}

.form_style {
	width:400px;
	margin: 0px 0px 5px 0px;
	float:left;
}

#form_style_lbl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	float:left;
	width: 150px;
}

#form_style_inp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	float:left;
	width: 250px;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:325px;	width: 890px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 178px; height:40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: #666;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #bbcec1;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
