@charset "utf-8";

/* LAYOUT */
/*********************************************************/

html {
	overflow-y: scroll;
}

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container { 
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	padding: 0; 
	margin: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px;
	padding: 0 0 0 0;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0 0 0;
} 
.fltrt { float: right; margin-left: 8px; }
.fltlft { float: left; margin-right: 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }


/* TYPE */
/*********************************************************/

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

h1 {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: left;
}

h2 {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
}

h3 {
	color: #999999;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: left;
}

h4 {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: left;
}

h5 {
	color: #CCCCCC;
	font-size: 1.1em;
	line-height: 1.6em;	
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;	
}

h6 {
	color: #666666;
	font-size: 1.3em;
	line-height: 1.6em;	
	font-weight: normal;
	text-align: left;
	margin-bottom: 12px;
}

p.small_light {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
}
p.small_mid {
	line-height: 1.8em;
	font-size: 1.1em;
	color: #CCC;
	font-weight: normal;
	text-align: justify;
}
p.small_dark {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	text-align: justify;
}
p.small_superdark {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #222;
	font-weight: normal;
}
p.large_light {
	line-height: 1.8em;
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
}
p.large_mid {
	line-height: 1.8em;
	font-size: 1.2em;
	color: #BBB;
	font-weight: normal;
	text-align: justify;
}
p.large_dark {
	line-height: 1.8em;
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	text-align: justify;
}
p.info {
	line-height: 2.0em;
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
	text-align: right;
}
p.small_info {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
	text-align: right;
}
p.small_info_mid {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #BBB;
	font-weight: normal;
	text-align: right;
}
p.date {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
}
p.end {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #333;
	font-weight: normal;
}


/* IMAGES */
/*********************************************************/

.img_header {
	margin: 0; 
	padding: 0; 
	border: 0;
	height: 175px;
	width: 780px;
}

.img_main_header {
	border: 0;
	height: 255px;
	width: 510px;
	padding-bottom: 20px;
}

.img_main {
	border: 0;
	height: 255px;
	width: 510px;
	padding-bottom: 10px;
}

.img_main_small {
	border: 0;
	width: 250px;
	height: 125px;
	padding-bottom: 10px;
}

.img_main_small_tv {
	border: 0;
	width: 250px;
	height: 167px;
	padding-bottom: 10px;
}

.img_photo {
	padding:8px;
	border: 1px dotted #333333;
}

.img_nav {
	border: 0;
	margin: 0;
	padding: 0;
}

.img_title {
	border: 0;
	height: 30px;
	width: 400px;
}

.img_title_small {
	border: 0;
	height: 24px;
	width: 320px;
}

.img_title_header {
	border: 0;
	height: 30px;
	width: 400px;
	margin-bottom: 20px;
}

/* TABLES */
/*********************************************************/

.table_sidebar_text {
	margin-bottom: 5px;
}
.cell_main_middle {
	background-image: url(images/main_middle.png);
	background-repeat: repeat-y;
	padding: 15px 25px 5px 25px;
}


/* NAVIGATION & LISTS*/
/*********************************************************/

#navigation-block {
	position:relative;
	padding-top: 25px;
}

#hide {
	position:absolute;
	top:0px;
	left:-190px;
}

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

ul li {
  margin: 0;
  padding: 0;
}

ul#sliding-navigation li.sliding-element {
  margin: 0;
  padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 160px;
	padding: 0px 15px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

ul#sliding-navigation li.sliding-element h3 { background-image: url(images/nav/nav_heading_bg.png); }

ul#sliding-navigation li.sliding-element a { background-image: url(images/nav/nav_tab_bg.png); }



/* LINKS */
/*********************************************************/

A.dark:link { text-decoration: none; color: #666; font-weight: normal; }
A.dark:visited { text-decoration: none; color: #666; font-weight: normal; }
A.dark:active { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }
A.dark:hover { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }

A.superdark:link { text-decoration: none; color: #222; font-weight: normal; }
A.superdark:visited { text-decoration: none; color: #222; font-weight: normal; }
A.superdark:active { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }
A.superdark:hover { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }

A.dark_light:link { text-decoration: none; color: #666; font-weight: normal; }
A.dark_light:visited { text-decoration: none; color: #666; font-weight: normal; }
A.dark_light:active { text-decoration: none; color: #FFF; font-weight: normal; }
A.dark_light:hover { text-decoration: none;  color: #FFF; font-weight: normal; }

A.light:link { text-decoration: none; color: #FFF; font-weight: normal; }
A.light:visited { text-decoration: none; color: #FFF; font-weight: normal; }
A.light:active { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }
A.light:hover { ttext-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }

A.mid:link { text-decoration: none; color: #AAA; font-weight: normal; }
A.mid:visited { text-decoration: none; color: #AAA; font-weight: normal; }
A.mid:active { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }
A.mid:hover { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }

A.light_ul:link { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }
A.light_ul:visited { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }
A.light_ul:active { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }
A.light_ul:hover { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }

A.dark_ul:link { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }
A.dark_ul:visited { text-decoration:none; border-bottom: 1px dotted #666; color: #666; font-weight: normal; }
A.dark_ul:active { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }
A.dark_ul:hover { text-decoration:none; border-bottom: 1px dotted #FFF; color: #FFF; font-weight: normal; }

A.mid_ul:link { text-decoration:none; border-bottom: 1px dotted #AAA; color: #AAA; font-weight: normal; }
A.mid_ul:visited { text-decoration:none; border-bottom: 1px dotted #AAA; color: #AAA; font-weight: normal; }
A.mid_ul:active { text-decoration:none; border-bottom: 1px dotted #FFF; font-weight: normal; }
A.mid_ul:hover { text-decoration:none; border-bottom: 1px dotted #FFF; font-weight: normal; }

.twoColFixRtHdr #header A:link, A:visited, A:active, A:hover { text-decoration: none; color: #000; font-weight: normal; }
.twoColFixRtHdr #nav A:link, A:visited, A:active, A:hover { text-decoration: none; color: #000; font-weight: normal; }
