/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat-x top #000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear:both;
	}
	
#container {
	width:896px;
	background:url(images/bg_shadow.jpg) top no-repeat;
	margin:38px auto 0 auto;
	}
	
#wrapper {
	float:left;
	width:864px;
	margin-left:16px;
	display:inline;
	}
	
#header {
	width:864px;
	height:129px;
	}
	
#nav {
	width:864px;
	height:24px;
	background:url(images/bg_nav.gif) repeat-x;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	}
	
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#nav a:hover {
	text-decoration:underline;
	}
	
#nav ul {
	margin:0 0 0 25px;
	padding:4px 0 0 0;
	list-style:none;
	}
	
#nav li {
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	}
	
li#investors a { display:block; width:100px; text-align:left;}
li#home a { display:block; width:12px; height:14px; padding:0 7px 0 0; background:url(images/nav_home.gif) no-repeat; margin-left:89px;}
li#tab1 a { display:block;padding:0 7px 0 12px; background:url(images/bg_tab.gif) no-repeat left;}
li#tab2 a { display:block;padding:0 7px 0 12px; background:url(images/bg_tab.gif) no-repeat left;}
li#tab3 a { display:block;padding:0 7px 0 12px; background:url(images/bg_tab.gif) no-repeat left;}
li#tab4 a { display:block;padding:0 7px 0 12px; background:url(images/bg_tab.gif) no-repeat left;}
li#tab5 a { display:block;padding:0 7px 0 12px; background:url(images/bg_tab.gif) no-repeat left;}

li:hover ul#drop { display:block; text-align:left; position:absolute; line-height:19px; }
li ul#drop { margin:0; padding:0; list-style:none; font-size:11px; z-index:100; display:none; }
li ul#drop li { float:none; border:none; }
li ul#drop li a { display:block; color:#666666; background-color:#E1EBF1; background-image:none; width:130px; height:auto; text-decoration:none; padding:2px 0 2px 10px; border:none; border-bottom:1px solid #fff; text-align:left; }
li ul#drop li a:hover { background-color:#78A6BE; background-image:none; color:#ffffff; width:130px; height:auto; border:none; border-bottom:1px solid #fff; text-decoration:none; }

#main {
	float:left;
	width:864px;
	background:url(images/bg_main.gif) repeat-y top;
	}
	
#left {
	float:left;
	width:196px;
	background:url(images/bg_left.gif) repeat-x top;
	font-size:11px;
	}
	
#left a {
	color:#6d6d6d;
	text-decoration:none;
	}
	
#left #button {
	float:left;
	width:156px;
	height:40px;
	margin:16px 0 0 21px;
	display:inline;
	}
	
#left h1 {
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	margin:14px 0 0 26px;
	}
	
#left ul {
	list-style:none;
	margin:14px 0 14px 16px;
	padding:0;
	line-height:18px;
	}

#left li a {
	padding-left:12px;
	}
	
#left li a:hover {
	background:url(images/bg_left_arrow.gif) no-repeat left;
	}
	
#bg_right {
	float:left;
	width:668px;
	background:url(images/bg_right.gif) repeat-x top;
	padding-bottom:20px;
	}

#middle {
	float:left;
	margin:16px 0 0 19px;
	width:419px;
	padding-right:20px;
	border-right:1px solid #7caecb;
	line-height:15px;
	display:inline;
	}
	
#middle h1 {
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	}
	
#middle p {
	font-size:11px;
	color:#666666;
	}

#right {
	float:left;
	margin:16px 0 0 16px;
	width:180px;
	line-height:13px;
	display:inline;
	}

#right h1 {
	margin:0;
	font-size:13px;
	color:#7caecb;
	}
	
#right p {
	font-size:10px;
	color:#999999;
	}
	
#right .date {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	}
	
#right a {
	color:#7caecb;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}


#footer {
	clear:both;
	float:left;
	width:864px;
	height:80px;
	background:url(images/footer.jpg) no-repeat top;
	}
	
#footer #white {
	float:left;
	width:864px;
	height:24px;
	color:#FFFFFF;
	font-size:10px;
	}
	
#footer #address {
	float:left;
	width:470px;
	margin:5px 0 0 20px;
	display:inline;
	}

#footer #copyright {
	float:left;
	width:340px;
	margin:5px 0 0 16px;
	text-transform:uppercase;
	text-align:right;
	display:inline;
	}

#footer #black {
	float:left;
	width:864px;
	margin-top:15px;
	font-size:10px;
	color:#7caecb;
	}
	
#footer #black a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer #black a.member {
	color:#7caecb;
	margin-right:10px;
	display:inline;
	}

/* Tertiary Styles */

body#tertiary {
	background:url(images/bg2.jpg) repeat-x #000000;
	}

#container2 {
	width:701px;
	margin:38px auto 0 auto;
	background:url(images/bg_shadow2.jpg) no-repeat top;
	}
	
#wrapper2 {
	float:left;
	width:667px;
	margin-left:17px;
	display:inline;
	}
	
#header2 {
	float:left;
	width:667px;
	height:83px;
	}
	
#logo {
	float:left;
	width:187px;
	height:48px;
	margin:20px 0 0 27px;
	display:inline;
	}

#close {
	float:left;
	width:85px;
	height:14px;
	margin:36px 0 0 339px;
	display:inline;
	}

#blue_bar {
	float:left;
	width:667px;
	height:27px;
	background:url(images/bg_blue_bar.gif) repeat-x;
	}
	
#main2 {
	float:left;
	width:667px;
	background-color:#FFFFFF;
	}
	
#left_tertiary {
	float:left;
	width:410px;
	margin:20px 0 20px 27px;
	padding-right:23px;
	border-right:1px solid #7caecb;
	font-size:11px;
	color:#666666;
	display:inline;
	}
	
#left_tertiary h1 {
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	}
	
h2 {
	color:#6a9ec0;
	font-size:12px;
	}
	
#right_tertiary {
	float:left;
	float:left;
	margin:20px 0 0 18px;
	width:176px;
	line-height:13px;
	display:inline;
	}

#right_tertiary h1 {
	margin:0;
	font-size:13px;
	color:#7caecb;
	}
	
#right_tertiary p {
	font-size:10px;
	color:#999999;
	}
	
#right_tertiary .subhead, #right_tertiary a {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	}
	
#right a {
	color:#7caecb;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	
#container2 #footer {
	clear:both;
	float:left;
	width:667px;
	height:24px;
	background:url(images/footer2.jpg) no-repeat;
	}
