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

html,body	{
	text-align: center;		/* IE hack */
	margin: 0;
	padding: 0;
	font-size: 12px;
	background:#999966 url(../_img/bg.jpg) repeat-x top;

}

a {
	outline: none;
	border: none;
}

a img {
	outline: none;
	border: none;
}

a:link				{  font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FFE000;  font-size:11px; text-decoration: none; font-weight:normal}
a:visited			{  font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FFE000;  font-size:11px; text-decoration: none; font-weight: normal;}
a:hover				{  font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FFFF33;  font-size:11px; text-decoration: none; font-weight: normal;}
a:active			{  font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FFE000;  font-size:11px; text-decoration: none; font-weight: normal;}

/**** SITE WIDE ****/
#content {
	background:#211D19 url(../_img/content_bg.png) no-repeat bottom right;
	padding:0px 20px 0px 20px;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	overflow:auto;
}


#header {
	padding: 0px;
	margin: 0px;
	width:861px;
}

#body {
	padding: 3px 0px;
}



#rght {
	font-family:Tahoma;
	float:right; 
	text-align:left; 
	width:605px; 
	padding:0px; 
	margin:0px;
}

#lft {
	display:block;
	float:left; 
	font-family:Tahoma;
	width:175px;
	height:515px;
	overflow:hidden;
	padding-bottom:5px;
}

h1 {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#0066FF;
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-weight:lighter;
	font-stretch:narrower;
}

h2 {
	font-family:Trebuchet MS;
	font-size:13px;
	color:#0066FF;
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-weight:lighter;
	font-stretch:narrower;
}


h3 {
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:12px;
	color:#0066FF;
	padding: 0px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}


#wrapper{
	text-align: left;		/* IE hack */
	width: 850px;
	margin: 0 auto;
}

img.x {
	float:right;
	/*ORIGINAL WAY OF HOW I DID IT*/
	/*position:relative;
	left:430px;
	top:0px;
	z-index:2;*/
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0px 0 10px 0;
	background: #2e2e2e url(../_img/link_bg.png) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 16px;
	height:37px;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	/*BELOW IS WHAT WAS ADDED TO HAVE THE NAVIGATION WORK PROPERLY.  SET TO 850px IF YOU GET RID OF SIDE CHIP*/
	width:846px; 
	float:left;

}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 12px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #1b1b1b url(../_img/link_bg_hover.png) repeat-x;
}

#nav img {
	float:left;
	padding-top:5px;
}

#footer {
	text-align:center;
	font-size:10px;
	clear:both;
	padding: 10px 0px;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	width:848px;
	/*height:75px;*/
	border: 1px solid #FFFFFF;
}

#footer a:link, a:visited, a:active{
	color:#FFE000;
}

#footer a:hover {
	color:#FFFF33;
}


/*img.chip { position:absolute; z-index:1; padding-left:8px;} PLACE CHIP IMAGE HERE*/



a.imgopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

.rightmore {
	padding-bottom:10px;
	float:right;
}


/*RSS FEED STYLES*/

    .rssxpresschannel {
      text-align : left;
    }

    .rssxpresschtitle {
      font-size : 16px;
      color:#FF0000;
	  text-align:left;
    }

    .rssxpresschdesc {
      color : White;
      text-align : left;
	  font-size:12px;
	  display:none;
    }

    .rssxpressittitle {
      font-size : 110%;
      line-height : 120%;
	  background:none;
      /*background-color : #333333;
	  border:#000000 1px solid;*/
	  padding-left:5px;

    } 

    .rssxpressitdesc {
	  background:none;
      padding-bottom : 8pt;
	  /*border-left:#000000 1px dashed;
  	  border-right:#000000 1px dashed;*/
	  border-bottom:#999999 1px solid;
	  padding-left:5px;
	  padding-right:5px;
	  padding-top:0px;

    }

    .rssxpresstable {
      text-align : left;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : #211D19;
	  display:none;
    }
