html { height:100%; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	
}
body {
	height:100%;
	background: #011b00 url(../imgs/bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.highlighted {
	text-decoration: underline;
}
/* ------ GOOGLE AD MANAGER ------ */
#ads {
	width: 100%;
	margin: 0 auto;
	background: #E7E7E7 url(../imgs/ads-tile.jpg) bottom left repeat-x;
	text-align: center;
	padding: 0;
	overflow:hidden;
	height: 125px;
}

#google_ads_div_Slot1 {width: 125px; height: 125px; display: inline; margin-right: 50px;}


#google_ads_div_Slot2 {width: 125px; height: 125px; display: inline; margin-right: 50px;}


#google_ads_div_Slot3 {width: 125px; height: 125px; display: inline; margin-right: 50px;}


#google_ads_div_Slot4 {width: 125px; height: 125px; display: inline; margin-right: 50px;}


#google_ads_div_Slot5 {width: 125px; height: 125px; display: inline; margin-right: 50px;}


#google_ads_div_Slot6 {width: 125px; height: 125px; display: inline;}

#ads div {
display:inline;
margin-right: 50px;
}

/*EXTRAS*/

.clr {
	clear:both;
}
.ileft {
	float:left;
	clear:left;
}
.iright {
	float:right;
	clear:right;
}

/*rss reader*/

.headline {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
}
.rssread a:link {
	color:#666666; 
	text-decoration:none;
}
.rssread a:hover {
	color:#666666;
	text-decoration:underline;
}
.rssread a:visited {
	color:#666666;
}
	
.sectionheader {
	padding-top:2px;
	margin-top:4px;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight:bold;
	font-stretch:wider;
}

.headline {
	line-height:14px; 
	font-size: 11px;
}


/*MAIN TEXT SETTINGS*/


a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {

	text-decoration:underline;

}
a:active {
}

a img
{
border:none;
}

h1 {
	font-size:110%;
	font-weight:bold;
	display:inline;
}

h2 {

}
h3 {

}
h4 {

}

p {
	line-height:20px;
}


/*MAIN PAGE*/
#full-page-wrapper{
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
/*	height:100%;*/
	width: 769px;
	position: relative;
	background-color: #ccc;
/*	border-left:#fff 1px solid;
	border-right:#fff 1px solid;*/
}

#header {
	width:769px;
	background-color:#fff;
}

#title {
	width:769px;
	height:112px;
	background:#fff url(../imgs/header.jpg) no-repeat;
/*	border-left:1px #fff solid;
	border-right:1px #fff solid;*/
	text-align:center;
}
#contcontainer {
	width:769px;
	overflow:hidden;
	background-color:#f1f1f1;
}

.contentleft {
	width:498px;
	float:left;
	padding: 15px 10px 10px 10px;
	clear:left;
	min-height: 400px;
}
.contentleft a {
	color:#006600;
}
.contentleft a:hover {
	color:#006600;
	
}
.contentleft a:visited {
	color:#666;
}

.contentright {
	width:240px;
	float:right;
	padding: 15px 10px 10px 0px;
	clear:right;
}

.contheader {
	width:100%;
	height:23px;
	font-size:large;
	padding: 0px;
	color:#909090;
	font-stretch:wider;
	border-bottom:1px #393939 inset;
}
.contheader:first-letter { color:#003300;font-size:125%;}

/* Footer */
#logos {
	width:769px;
	background:#f1f1f1;
	text-align:center;
	padding-top:75px;
	padding-bottom:4px;
}
#lowbar {
	width: 769px;
	background:#909090;
	padding: 1px 0 1px 0;
	font-size:10px;

}
#footer {
/*	position:absolute;
	bottom:0px;*/
	width: 769px;
	background-color:#f1f1f1;
}

/*MENU SETTINGS*/




.suckertreemenu {
	width:769px;
	height:25px;
	background:#909090;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #909090; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;]
/*width: 100px;*/
height:15px;
padding: 5px 10px;
text-decoration: none;
font: bold 12px Arial;
color:#fff;
text-transform:uppercase;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 0px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 120px; /*width of sub menu levels*/
color: #ccc;
text-decoration: none;
padding: 3px 8px;
border: 1px solid #909090;
background-color:#666;
text-transform:none;
}

.suckertreemenu ul li a:hover{
/*background-color: black;*/
color: #DEA621;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #909090;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #909090;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Hack for IE */
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


#topnav {
	width:769px;
	height:25px;
	background-color:#909090;

}
#topnav ul {
	font: bold 12px Arial;
	margin:0;
	margin-left: 55px;
	padding: 0;
	list-style: none;
}
#topnav li {
	float:left;
	display:inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#topnav a {
	display: block;
	color: white;
	margin: 0px 45px 0 0;
	padding: 5px 0px;
	text-decoration: none;
	letter-spacing: 1px;
}
#topnav a:hover {
	color:#DEA621;
}

#pagination {
margin: 20px 0 0 10px;
}
#pagination p{
display: inline;}

#pagination p:hover {
cursor:pointer;
}

#seg1, #seg2, #seg3, #seg4, #seg5, #seg6 {
	display: none;
}

