html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
 	margin: 0px;
	background: url(bg_body.jpg) repeat-x #FFFFFF;
	font-family: Tahoma, Sans-serif;
	color: #333333;
	font-size: 13px;
}
p, h1, h2 {
	margin:0px 0px 12px 0px;
	line-height: 21px;
}
h1 {
	font-size:18px;
	color:#214c68;
	font-weight:normal;
}
h2 {
	font-size:13px;
	color:#214c68;
	font-weight:normal;
	border-bottom:1px solid #CCD9E2;
	padding-bottom:2px;
}
img {
	border:0px;
}
form 	{ 
	display:inline; 
} 

/* LINKS */
a 		{ color:#2fa2cc; text-decoration:none; outline:none; }
a:hover { color:#000000; text-decoration:underline; outline:none; }

#contact-info a 		{ color:#FFFFFF; text-decoration:none; }
#contact-info a:hover  { color:#FFFFFF; text-decoration:underline; }

#footer a 			{ color:#666666; text-decoration:none; }
#footer a:hover  { color:#666666; text-decoration:underline; }

#container-main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container-top {
	margin:0px auto;
	width:959px;
	height:149px;
}
#logo {
	float:left;
	width:327px;
}
#container-stock-nav {
	float:left;
	width:632px;
}
#stock-values {
	float:left;
	padding-top:20px;
	width:429px;
	height:46px;
	color:#FFFFFF;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","Helvetica","Trebuchet", "Tahoma", Sans-serif;
}
#stock-values label {
	color:#0096fa;
	text-transform:uppercase;
}
#stock-symbol {
	float:right;
	height:71px;
}
#container-navigation {
	clear:both;
	padding:33px 0px 0px 126px;
	height:44px;
	width:476px;
}

#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(img_navigation.png);
	height:44px; 	
	position:relative;
}
#container-navigation ul li a {
    text-indent: -9000px;
    overflow: hidden;  
	display:block;
	height:44px; 
	cursor:pointer;
}
#nav-home		{ width:62px; background-position:-0px -0px; }
#nav-company	{ width:112px; background-position:-62px -0px; }
#nav-projects	{ width:104px; background-position:-174px -0px; }
#nav-investors 	{ width:108px; background-position:-278px -0px; }
#nav-contact 	{ width:90px; background-position:-386px -0px; }

#nav-home:hover			{ background-position:-0px -44px; }
#nav-company:hover		{ background-position:-62px -44px; }
#nav-projects:hover		{ background-position:-174px -44px; }
#nav-investors:hover 	{ background-position:-278px -44px; }
#nav-contact:hover 		{ background-position:-386px -44px; }

/* DROP DOWN MENUS */
#navigation ul, .subsub, ul.subsubsub { 
	list-style: none;
	margin: 0;
	padding: 0;
  	z-index: 1000;
	width: 100%;
	position: absolute;
	top: 44px; /* SET THIS TO THE HEIGHT OF THE MAIN NAV */
	left: 0;
	color: #FFF;
	display:none;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","Helvetica","Trebuchet", "Tahoma", Sans-serif;
}
#navigation li ul li {	
	background:#003399 !important;
	position:relative;
	margin: 0;
	padding: 0px;
	float:none;
	width: 150px;
	height:auto !important;
	text-transform:uppercase;
	border-top:1px solid #FFFFFF;
}
#navigation li ul li.no-border {	
	border-top:none !important;
}
#navigation li#nav-investors ul li {
	width:198px;
}
#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 4px 16px;
	color:#FFF;
	margin:0;
	font-weight:bold;
	height:auto !important;
	width:auto !important;
	width: 100%;
	font-weight:normal !important;
	text-indent:0 !important;
	text-align:left !important;
}
,#navigation li#nav-projects ul li a {
	padding: 4px 9px 4px 15px !important;
}
#navigation li#nav-investors ul li a {
	padding: 4px 9px 4px 14px !important;
}

#navigation li:hover ul a:hover, 
#navigation li.sfHover ul a:hover {
	text-decoration:none;
	background: #0033cc;	
}


ul.subsub, ul.subsubsub { 
	top: 0px !important;
}
.active, .activesub {
	background: #0033cc !important;
}


#container-image {
	margin:0px auto;
	width:899px;
	height:329px;
	padding-top:38px;
}
#container-content {
	margin:0px auto;
	width:899px;
	padding-top:38px;
}
#content-left {
	float:left;
	width:483px;
	margin-right:45px;
}
#content-right {
	float:left;
	width:371px;
}

#container-bottom {
	width: 100%;
	height: 232px;	
	margin-top:-232px; 
	clear:both;
}
.padding {
	padding-bottom:232px;
	clear:both;
}
#container-buttons {
	margin-top:20px;
	width:100%;
	height:144px;
	background:url(bg_footer.jpg) repeat-x center;
}
#buttons {
	margin:0px auto;
	width:929px;
	height:144px;
	padding-right:30px;
}
#button-updates {
	float:left;
	width:262px;
	height:144px;
}
#button-downloads {
	float:left;
	width:251px;
	height:144px;
}
#contact-info {
	float:left;
	margin-left:170px;
	padding-top:15px;
	color:#FFFFFF;
	font-size:12px;
}
#contact-info img {
	margin-bottom:12px;
}
#container-footer {
	clear:both;
	width:100%;
	background:#000000;
}
#footer {
	margin:0px auto;
	width:899px;
	height:44px;
	padding:22px 0px;
	color:#666666;
}
#footer-links {
	float:left;
}
#dg-logo {
	float:right;
}
.clear {
	clear:both;
}
.news-date {
	background:url(bg_news_date.jpg) repeat-x;
	color:#FFFFFF;
	text-transform:uppercase;
	width:50px;
	padding:3px 4px;
	vertical-align:top;
	margin-right:5px;
	text-align:center;
}
.news-info {
	padding:0px 0px 13px 8px;
	font-size:12px;
	line-height:18px;
}
