
/* -- SETUP -- */

body{
	font: 76% Verdana, Arial, sans-serif;
	background: #F1EDE2 url(graphics/bg-tile.jpg) repeat-x;
	color: #404040;
}

#container{
	width: 942px;
	margin: 0 auto;
	background: #FFF;
}

p{
	margin: 0 0 20px 0;
}

a{
	text-decoration: none;
	color: #004614;
}

a:hover{
	text-decoration: underline;
}

hr{
	height: 1px;
	background-color: #FFF;
	color: #FFF;
	border-top: 1px dotted #004614;
	margin: 20px 0;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	width: 942px;
	height: 36px;
	margin: 0 auto;
}

#mainNav ul {
	height: 36px;
	margin: 0;
}

#mainNav li{
	float: left;
	margin: 0;
	height: 36px;
}

#mainNav a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	text-decoration: none;
}

#button1 a{background: url(graphics/nav-home.gif) no-repeat; width: 84px;}
#button1 a:hover, #index #button1 a {background-position: bottom;}

#button2 a{background: url(graphics/nav-projects.gif) no-repeat; width: 108px;}
#button2 a:hover, #projects #button2 a {background-position: bottom;}

#button3 a{background: url(graphics/nav-corporate.gif) no-repeat; width: 120px;}
#button3 a:hover, #corporate #button3 a {background-position: bottom;}

#button4 a{background: url(graphics/nav-investors.gif) no-repeat; width: 116px;}
#button4 a:hover, #investors #button4 a {background-position: bottom;}

#button5 a{background: url(graphics/nav-news.gif) no-repeat; width: 82px;}
#button5 a:hover, #news #button5 a {background-position: bottom;}

#button6 a{background: url(graphics/nav-events.gif) no-repeat; width: 94px;}
#button6 a:hover, #events #button6 a {background-position: bottom;}

#button7 a{background: url(graphics/nav-about.gif) no-repeat; width: 103px;}
#button7 a:hover, #about #button7 a {background-position: bottom;}

#button8 a{background: url(graphics/nav-contact.gif) no-repeat; width: 108px;}
#button8 a:hover, #contact #button8 a {background-position: bottom;}

/* -- HEADERS -- */

h1{
	width: 570px;
	height: 44px;
	margin-bottom: 10px;
}

#projects h1{
	background: url(graphics/header-projects.gif) no-repeat;
	text-indent: -9999px;
}

#corporate h1{
	background: url(graphics/header-corporate.gif) no-repeat;
	text-indent: -9999px;
}

#investors h1{
	background: url(graphics/header-investors.gif) no-repeat;
	text-indent: -9999px;
}

#news h1{
	background: url(graphics/header-news.gif) no-repeat;
	text-indent: -9999px;
}

#events h1{
	background: url(graphics/header-events.gif) no-repeat;
	text-indent: -9999px;
}

#about h1{
	background: url(graphics/header-about.gif) no-repeat;
	text-indent: -9999px;
}

#contact h1{
	background: url(graphics/header-contact.gif) no-repeat;
	text-indent: -9999px;
}

/* -- CONTENT AREA -- */

#logo{
	background: #FFF;
	width: 100%;
	height: 105px;
}

#logo a{
	background: url(graphics/logo.gif) no-repeat;
	display: block;
	width: 467px;
	height: 105px;
	text-indent: -9999px;
	margin-left: 70px;
}

#content{
	width: 570px;
	float: left;
	margin: 30px 0 30px 70px;
	font-size: 1em;
	line-height: 1.5em;
}

#content h2{
	font-weight: bold;
	font-style: italic;
	color: #004614;
	margin-bottom: 20px;
}

#content ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

#content li{
	margin-bottom: 20px;
}

.enlarge{
	font-size: .9em;
	margin-bottom: 0;
	text-align: center;
}

/* -- SIDEBAR -- */

#sidebar{
	width: 221px;
	float: right;
	margin: 20px 20px 0 0;
}

#sidebar div{
	margin: 0 0 10px 0;
	background: #F0EDE1;
}

#sidebar p{
	margin: 0;
	padding: 0 11px 11px 11px;
}

#sidebar h3{
	width: 221px;
	height: 44px;
}

#quoteBox h3{
	background: url(graphics/sidebar-stock.gif) no-repeat;
	text-indent: -9999px;
}

#quoteBox a{
	text-indent: -9999px;
	display: block;
	width: 221px;
	height: 44px;
}

#factBox h3{
	background: url(graphics/sidebar-presentation.gif) no-repeat;
}

#factBox a{
	text-indent: -9999px;
	display: block;
	width: 221px;
	height: 44px;
}

#presentationBox h3{
	background: url(graphics/presentation.gif) no-repeat;
}

#presentationBox a{
	text-indent: -9999px;
	display: block;
	width: 221px;
	height: 44px;
}

#galleryBox h3{
	background: url(graphics/sidebar-gallery.gif) no-repeat;
}

#galleryBox a{
	text-indent: -9999px;
	display: block;
	width: 221px;
	height: 44px;
}

#eventsBox h3{
	background: url(graphics/sidebar-events.gif) no-repeat;
	text-indent: -9999px;
}

#subscribeBox h3{
	background: url(graphics/sidebar-subscribe.gif) no-repeat;
	text-indent: -9999px;
}

/* -- FOOTER -- */

#footer{
	clear: both;
	width: 931px;
	height: 113px;
	margin: 0 auto;
	border-bottom: 6px solid #FFF;
	background: url(graphics/footer.jpg) no-repeat;
}

#disclaimer{
	text-align: center;
	font-size: .8em;
	padding: 20px 0 5px 0;
}

/* -- DROPDOWN -- */

#mainNav ul li ul{
	margin-left: 0;
	border: none;
	width: 173px;
	height: auto;
	background: #004614;
}

#mainNav li ul {
	position: absolute;
	left: -999em;
}

#mainNav li ul li{
	float: none;
	height: 36px;
}

#mainNav li ul li a{
	font-size: 12px;
	line-height: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: none;
	margin: 0;
	padding: 12px 10px 5px 22px;
	clear: both;
	text-indent: 0;
	width: 141px;
	height: 19px;
}

#mainNav li ul li a:hover{
	background: #FFF;
	color: #004614;
}

#mainNav li:hover ul, #mainNav li.sfhover ul{
	left: auto;
}

