/* reset, clearfix */
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: "" "";
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
p.clear { clear: both;   margin: 0; padding: 0; }

/* ************************************************************** */

body {
	background:#161616;
	margin:10px 0 0 0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#D2D2D2;
	line-height:120%;
}
#header{
	position:relative;
	margin:0 auto;
	width:880px;
	height:156px;
	background:transparent url("images/bg_header.png");
	background-repeat:no-repeat;
}
#container {
	position:relative;
	margin:0 auto;
	width:880px;
	background:transparent url("images/bg_container.png");
	background-repeat:repeat-y;
}
#footer {
	position:relative;
	margin:0 auto;
	width:880px;
	height:40px;
	background:transparent url("images/bg_footer.png");
	background-repeat:no-repeat;
}

/* columns inside content area */
#left{
	float:left;
	width:200px;
}
#content{
	width:480px;
	margin:0 auto;
}
#right{
	float:right;
	width:200px;
}

/* normal styling */
h1 {
	font-size:140%;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	color:#9FC744;
	border-bottom:1px dotted #939598;
	text-transform:uppercase;
}
h2 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 0.5em 0;
	color:#9FC744;
	text-transform:uppercase;
}
h3 {
	font-size:100%;
	margin:0 0 0.5em 0;
	color:#9FC744;
	text-transform:uppercase;
}
h4 {
	font-size:100%;
	margin:0 0 0.5em 0;
}
h5 {
	font-size:100%;
	margin:0 0 0.5em 0;
}
h6 {
	font-size:90%;
	margin:-0.5em 0 0.5em 0;
	color:#ccc;
	text-transform:uppercase;
}
p,
ul,
ol{
	margin:0 0 1em 0;
}
p {
	line-height:1.5em;
}
a {
	color:#9FC744;
}
b,
strong{
	font-weight:bold;
}
i,
em{
	font-style: italic;
}
ol {
	list-style:decimal;
	margin-left:2em;
}
ul {
	list-style:disc;
	margin-left:2em;
}
ul li,
ol li {
	margin:0 0 0.5em 0;
	line-height:130%;
}
th, td {
	text-align: left;
	vertical-align:top;
}
td:first-child {
	padding:0 10px 0 0;
}
table.homebuttons {
	width:100%;
	background:#A6A7AB;
	border-top:5px solid #AAA;
	border-right:5px solid #AAA;
	margin:0 0 10px 0;
}
table.homebuttons td {
	margin:0;
	padding:0;
	background:#d4d4d4;
	border-bottom:5px solid #AAA;
}
table.homebuttons a{
	font-size:100%;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
}
table.homebuttons a:hover{
	color:#9FC744;
}
td img {
	display:block;
} 

/* header items */
#logo {
	position:absolute;
	top:0px;
	left:54px;
}
#ad{
	position:absolute;
	top:0px;
	left:690px;
	width:180px;
	height:136px;
	background:#000;
	overflow:hidden;
}
#scroller {
	width:9999px;
}
#scroller div{
	float:left;
	width:180px;
	height:136px;
	overflow:hidden;
}

#banner {
	position:absolute;
	top:0;
	left:10px;
	width:680px;
	height:136px;
	overflow:hidden;
}	
#banner ul li {
	position:absolute;
	left:0;
	top:0;
	width:680px;
	height:136px;
	overflow:hidden;
}

/* right column */
#rightcontent{
	margin:-6px 10px 10px 0;
}
#rightcontent div.boxtop{
	display:block;
	background:url("images/bg_box_top.png");
	width:190px;
	height:10px;
	overflow:hidden;
}
#rightcontent div.box{
	width:190px;
	background:url("images/bg_box.png");
	background-repeat:repeat-y;
}
#rightcontent div.boxbottom{
	display:block;
	background:url("images/bg_box_bottom.png");
	width:190px;
	height:10px;
	overflow:hidden;
}
#rightcontent div.boxcontent{
	float:right;
	width:180px;
	background:#F4F4F4;
	border-top:5px solid #9FC744;
	color:#464646;
}
#rightcontent p{
	font-size:11px;
}
#rightcontent h3{
	border-bottom:1px dotted #939598;
	padding:0 0 5px 0;
}
#rightcontent h4 {
	text-transform:uppercase;
	margin:0;
}
#rightcontent a{
	text-decoration:none;
	color:#464646;
}
#rightcontent a:hover{
	color:#000;
}
#rightcontent ul{
	list-style:none;
	list-style-type:none;
}
#rightcontent li{
	list-style:none;
	list-style-type:none;
	font-size:11px;
	padding:0 0 0 10px;
	background:url("images/li_right.png");
	background-repeat:no-repeat;
	background-position:0 5px;
}
#rightcontent a.moreinfo{
	display:block;
	background:#9FC744;
	padding:5px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
div.dottedline {
	border-bottom:1px dotted #939598;
}
ul.news {
	list-style:none;
	margin:0;
	padding:0;
}
ul.news li{
	border-bottom:1px dotted #939598;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
ul.news li p:last-child{
	margin:0;
	padding:0;
}

/* main area */
#hero {
	background:transparent url("images/bg_hero.png");
	position:relative;
	width:480px;
	height:275px;
}	
#hero ul,
div.heropic {
	position:absolute;
	left:19px;
	top:12px;
	width:445px;
	height:245px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#hero ul li {
	position:absolute;
	left:0;
	top:0;
	width:445px;
	height:245px;
}
#thumbnails {
	margin:0 0 10px 0;
	padding:0;
}	
#thumbnails ul {
	margin:0;
	padding:0;
}
#thumbnails ul li {
	margin:0 0 10px 10px;
	width:82px;
	height:44px;
	overflow:hidden;
	border:1px solid #333;
	float:left;
}
a.media {
	color:#e6e6e6;
}

/* footer */
#footer p {
	font-size:80%;
	color:#888;
}

/* left column */
#leftcontent{
	width:160px;
	margin:4px 0 10px 20px;
	border-bottom:1px dotted #939598;
}
#leftnav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:160px;
}
#leftnav ul li{
	margin:0;
	padding:0;
	border-top:1px dotted #939598;
}
#leftnav ul li a{
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:4px 0 4px 5px;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	background:none;
	line-height:100%;
}
#leftnav ul li a:hover{
	color:#9FC744;
}
#leftnav ul li a.selected{
	background:#9FC744;
	color:#fff;
}
#leftnav ul li ul{
	display:none;
}
#leftnav ul li ul li a{
	padding-left:15px;
}
#leftnav ul li ul li a.selected{
	background:none;
	color:#9FC744;
}
#leftnav ul li ul li a:hover {
	background:none;
	color:#9FC744;
}
#leftnav ul li ul li ul li a{
	padding-left:25px;
}
