/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	background:#FFFFFF url(bg_body.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.footer {
	background:#2F302B; 
	color:#FFFFFF; 
	padding: 0px 20px;
}


/*  links */
a 		{ color:#AA971F; text-decoration:none; }
a:hover { color:#333333; text-decoration:underline; }
.footer a 		{ color: #ffffff; }
.footer a:hover { color: #D6C027; }

/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	background:#e9e7eb url(bg_maintop.jpg) top left no-repeat;
	padding:10px;
}


/*  footer */
.credits {
	padding:20px 0px 10px 10px;
	background:url(bg_credits.jpg) top left no-repeat
}

.footernav {
	 background:url(bg_footer_right.jpg) top left no-repeat;
	 padding:37px 10px 10px 10px;
	 text-align:right;
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {
	display:inline;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	display:inline;
}


/* EMAIL SIGNUP */
#signup_load {
	display:none;
	text-align:center;
	padding:10px 0px;
}


/* NAVIGATION */
#container-navigation {
	width:786px;
	margin:0px auto;
	height:37px;
}
#container-navigation ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#container-navigation ul li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	background-image:url(bg_navigation.gif);
	height:37px; 	
	position:relative;
}
#container-navigation ul li a {
    text-indent: -9000px;
    overflow: hidden;  
	display:block;
	height:37px; 
	cursor:pointer;
}
#nav-home		{ width:79px; background-position:-0px -0px; }
#nav-corporate	{ width:111px; background-position:-79px -0px; }
#nav-news		{ width:80px; background-position:-190px -0px; }
#nav-projects	{ width:101px; background-position:-270px -0px; }
#nav-investors 	{ width:126px; background-position:-371px -0px; }
#nav-contact 	{ width:111px; background-position:-497px -0px; }
#nav-ticker 	{ width:178px; background-position:-609px -0px; }

#nav-home:hover			{ background-position:-0px -37px; }
#nav-corporate:hover	{ background-position:-79px -37px; }
#nav-news:hover			{ background-position:-190px -37px; }
#nav-projects:hover		{ background-position:-270px -37px; }
#nav-investors:hover 	{ background-position:-371px -37px; }
#nav-contact:hover 		{ background-position:-497px -37px; }
#nav-ticker:hover 		{ background-position:-609px -37px; }

/* DROP DOWN MENUS */
#navigation ul, .subsub, ul.subsubsub { 
	list-style: none;
	margin: 0;
	padding: 0;
  	z-index: 1000;
	width: 100%;
	position: absolute;
	top: 37px; /* SET THIS TO THE HEIGHT OF THE MAIN NAV */
	left: 0;
	color: #826230;
	display:none;
}
#navigation li ul li {	
	background:#DADADA !important;
	position:relative;
	margin: 0;
	padding: 0;
	float:none;
	width: 100%;
	height:auto !important;
}
#navigation li ul li a, #navigation li ul li a:link, #navigation li ul li a:active, #navigation li ul li a:visited {
	font-style:normal;
	font-weight:normal;
	display: block;
	padding: 4px 9px;
	color:#826230;
	margin:0;
	font-weight:bold;
	height:auto !important;
	width:auto !important;
	border-bottom:1px solid #ffffff;
	width: 100%;
	font-weight:normal !important;
	text-indent:0 !important;
	text-align:left !important;
}
#navigation li:hover ul a:hover, 
#navigation li.sfHover ul a:hover {
	text-decoration:none;
	color: #ffffff;	
	background:#373737;
}


ul.subsub, ul.subsubsub { 
	top: 0px !important;
}
