@charset "UTF-8";
/* Eric Meyer Reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {

	quotes: "" "";
	}
/* Custom Styles start here
---------------------------------------------- */

body, html {	
	background: #0c0c0c;
	}
	
img, div {
	behavior: url(../js/iepngfix.htc)
	}

/* Header styles
----------------------------------------------- */	
#header {
	background:url(../images/logo1_bg.jpg) no-repeat;
	width: 909px;
	height: 256px;
	margin: 5px auto 0 !important;
	}

/* Footer styles
----------------------------------------------- */	
#footer {
	clear: both;	
	background:url(../images/footer_bg.png) no-repeat;
	width: 909px;
	height: 107px;
	margin: 0 auto;	
	}
	
#footer ul {
	float: right;	
	list-style: none;
	margin-top: 17px;	
	padding-right: 15px;	
	}
	
#footer li {
	color: #e4e3d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	margin: 0 10px;
	}	
	
#footer li a {
	color: #996;	
	line-height: 25px;
	text-decoration: none;
	}
	
#footer li a:hover {
	text-decoration: underline;	
	}
	
/* Main Navigation styles
----------------------------------------------- */			
#nav {
	background:url(../images/logo2_bg.png) top left no-repeat;
	width: 909px;
	height: 144px;
	margin: 0px auto;	
	}

#nav ul {
	float: right;	
	list-style: none;
	margin-top: 17px;	
	padding-right: 15px;		
	}	
	
#nav li {
	display: inline;
	height: 27px;
	margin: 0 10px;
	}
	
#nav li a {
	color: #e4e3d0;
	font-family:"Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 15px;
	text-decoration: none;
	}
	
#nav li a:hover {
	text-decoration: none;
	background:url(../images/nav_hover.png) bottom right no-repeat;
	}
	
/* Content Structure styles
----------------------------------------------- */		
#contentshell {	
	width: 909px;
	margin: 0px auto;	
	}
	
.content {
	padding: 0 20px;	
	}

.video_top {
	background:url(../images/videotop_bg.png) no-repeat;
	clear: right;
	float: right;
	height: 13px;	
	margin-left: 10px;
	width: 437px;
	}	

.video_content {
	background:url(../images/video1px_bg.png) repeat-y;
	clear: right;		
	float: right;	
	margin-left: 10px;
	padding: 0 10px;
	width: 417px;	
	}	
	
.video_bottom {
	background:url(../images/videobottom_bg.png) no-repeat;
	clear: right;
	float: right;
	height: 13px;	
	margin-left: 10px;
	width: 437px;
	}	

#left_col {
	float: left;
	width: 350px;
	background: red;
	}
	
#right_col {
	float: right;
	width: 350px;
	background: blue;
	
	}
	
/* Paragraph styles
----------------------------------------------- */
h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;	
	}

h2 span {
	color: #666;
	font-size: 10px;
	font-variant: small-caps;
	}
	

h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;	
	}

p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	margin: 20px 0;
	word-spacing: 2px;
	}

a {
	color: #996;
	text-decoration: none;
	}
	
a:hover {	
	text-decoration: underline;
	}

#title {
	background:url(../images/nav_logo.png) top left no-repeat;
	width: 253px;
	height: 82px;
	float: left;
	position:relative;
	top: -20px;
	}
	
#title h1 {
	visibility: hidden;
	}

/* AutoLinks Formatting Styles
------------------------------------------- */
img.auto-embedded {
  max-width: 100%; 
  vertical-align: top;
	}

embed.auto-embedded {
  vertical-align: top;
	}