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

body {
	margin:0;
	padding:0;
	
	background:#1a150f url(images/sunset-bg.jpg) repeat-x scroll top left;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
}

#container {
	width:954px;
	height:auto;
	
	margin:0 auto;
}

#logo {
	width:944px;
	height:auto;
	
	float:left;
	display:inline;
	
	padding:30px 5px 15px;
}

#logo-img {
	width:351px;
	height:81px;
	
	float:left;
	display:inline;
}

#navigation {
	width:954px;
	height:56px;
	
	float:left;
	display:inline;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li {
	float:left;
	display:inline;
	
	width:auto;
	height:56px;
}

.nav-center {
	width:928px;
	height:56px;
	
	float:left;
	display:inline;
	
	background:url(images/nav-center.png) repeat-x scroll top left;
}

.nav-sides {
	width:13px;
	height:56px;
	
	float:left;
	display:inline;
}

#content-container {
	width:954px;
	height:auto;
	
	float:left;
	display:inline;
	
	background:url(images/content-bg.png) repeat-y scroll top left;
}

#header {
	width:950px;
	height:auto;
	
	float:left;
	display:inline;
	
	margin:0 2px;
}

#sidebar {
	width:350px;
	height:auto;
	
	float:left;
	display:inline;
	
	background-color:#11529b;
}

.sidebar-header {
	width:350px;
	height:46px;
	
	float:left;
	display:inline;
}

.sidebar-header-2 {
	width:300px;
	height:26px;
	
	float:left;
	display:inline;
	
	background:url(images/sidebar-header-2.jpg) no-repeat scroll top left;
	
	padding-top:20px;
	padding-left:50px;
}

.sidebar-header-3 {
	width:300px;
	height:26px;
	
	float:left;
	display:inline;
	
	background:url(images/sidebar-header-3.jpg) no-repeat scroll top left;
	
	padding-top:20px;
	padding-left:50px;
}

.sidebar-content-1 {
	width:320px;
	height:auto;
	
	float:left;
	display:inline;
	
	padding:15px;
}

.video-desc-wrapper {
	width:320px;
	height:auto;
	
	margin:10px 0px;
}

.video-desc-borders {
	width:320px;
	height:auto;
}

.video-desc-center {
	width:300px;
	height:auto;
	
	background:url(images/desc-center.jpg) repeat-y scroll top left;
	
	color:#6db1fd;
	line-height:16px;
	
	padding:10px;
}

.thumbnails {
	width:72px;
	height:72px;
	
	float:left;
	display:inline;
	
	background:url(images/thumbnail-bg.jpg) no-repeat scroll top left;
	
	padding:10px;
	
	margin-left:11px;
	margin-bottom:11px;
}

#content {
	width:600px;
	height:auto;
	
	float:left;
	display:inline;
	
	background-color:#FFFFFF;
}

.main-content {
	width:540px;
	height:auto;
	
	float:left;
	display:inline;
	
	background:#dddddd url(images/main-content-bg.jpg) no-repeat scroll top left;
	
	padding: 40px 30px;
}

.front-page-banner {
	width:600px;
	height:259px;
	
	margin:0;
	padding:0;
	
	float:left;
	display:inline;
	
	
}

#footer {
	width:954px;
	height:95px;
	
	float:left;
	display:inline;
}

.footer-center {
	width:928px;
	height:95px;
	
	float:left;
	display:inline;
	
	background:url(images/footer-center.png) repeat-x scroll top left;
}

.footer-sides {
	width:13px;
	height:95px;
	
	float:left;
	display:inline;
	
}

.footer-links {
	float:left;
	display:inline;
	
	width:700px;
	height:auto;
	
	color:#506459;
	
	margin:30px 10px 0px;
}

.footer-links ul {
	list-style:none;
	margin:0;
	padding:0;
}

.footer-links li {
	float:left;
	display:inline;
	margin-left:10px;
}

.footer-links a {
	color:#506459;
	text-decoration:none;
}

.footer-links a:hover {
	color:#506459;
	text-decoration:underline;
}

.footer-logo {
	margin:4px 0px;
	
	float:left;
	display:inline;
}

.wrapper-1 {
	width:950px;
	height:auto;
	
	float:left;
	display:inline;
	
	margin:0 2px;
	
	/*background-color:#11529b;*/
	background-color:#dddddd;
}

.div-style-1 {
	float:left;
	display:inline;
	
	margin:10px;
}