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

body {
	
	padding: 0px;
	margin: 0px;
	background-color: #0C1526;
	background-image: url(../images/mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;

}

h1 {

	font-size: 14px;
	margin-bottom: 14px;
	padding: 0px;

}

h2 {

	font-size: 12px;
	margin-bottom: 14px;
    margin-top: 23px; 

}

p {

	margin: 0px;
	margin-bottom: 14px;

}

a {
	cursor: pointer;
	color: #F4E608;

}

a:hover {

	color: #FFFFFF;

}

td {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

th {

	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 10px;

}

li {

	margin-bottom: 10px;

}

select, textarea, input {

	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
	width: 200px;

}

.button {

	width: 80px;
	height: 23px;
	background-image: url(../images/buttonbg.jpg);
	border: 1px solid #FFFFFF;
	font-weight: bold;

}

#container {

	width: 950px;
	margin: auto;

}

#logo {

	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;

}

#navbar {

	background-image: url(../images/navbg.jpg);
	height: 33px;
	padding: 0px;
	margin: auto;
	text-align: center;

}

	#navbar ul {
	
		padding: 7px 0px 10px 0px;
		margin: 0px;
	
	}

	#navbar li {
	
		display: inline;
		width: 150px;
		padding: 0px 12px 0px 12px;
	
	}
	
	#navbar a {
	
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #F4E608;
		text-decoration: none;
	
	}
	
	#navbar a:hover {
	
		color: #FFFFFF;
	
	}
	
	#navbar .borderright {
	
		border-right: 1px solid #013368;
	
	}

#leftcol {

	width: 560px;
	height: 360px;
	float: left;
	background-color: #262626;
	padding: 20px;
	color: #FFFFFF;
	overflow: hidden;

}

#rightcol {

	width: 350px;
	height: 400px;
	background-color: #000000;
	color: #FFFFFF;
	float: right;
	overflow: hidden;

}

#videowindow {
	
	width: 500px;
	height: 400px;
	float: left;
    background-color: #131313;
    color: #ffffff;
	/*background-image: url(../images/frontpage.jpg);*/

}

#indexcontent {
	
	width: 410px;
	height: 360px;
	background-color: #131313;
	color: #FFFFFF;
	float: right;
	padding: 20px;

}

#indexbottom {

	border-top: 10px solid #D7B429;
	background-color: #154823;
	height: 0px;
	width: 950px;
	font-size: 11px;

}

#indexbottom1 {

	float: left;
	width: 435px;
	padding: 20px;

}

#indexbottom2 {

	float: right;
	width: 435px;
	padding: 20px;

}

#indexfooter {

	background-image: url(../images/bottombg.gif);
	width: 950px;
	height: 100px;
	font-family: "Trebuchet MS", verdana;

}

	#indexfooter_video {
		
		background-image: url(../images/playvideo.gif);
		background-position: left;
		background-repeat: no-repeat;
		height: 35px;
		padding-left: 45px;
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 30px;
		float: left;
	
	}
	
	#indexfooter_video a {

		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	
	}

	#indexfooter_brochure {
		
		background-image: url(../images/adobepdf.gif);
		background-position: left;
		background-repeat: no-repeat;
		height: 35px;
		padding-left: 45px;
		padding-top: 20px;
		margin-left: 10px;
	
	}
	
	#indexfooter_brochure a {

		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	
	}
	
	#footerlinks {
	
		margin-top: 12px; 
		padding-left: 100px;
		font-size: 11px;
		color: #2A415A;
	
	}
	
	#footerlinks a {
	
		color: #d8b300;
	
	}