@charset "utf-8";
/* styles.css */

* { margin: 0; padding: 0;}

body {
	background-position: center;
	background-repeat: repeat-y;
	background-color:#444;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#wrapper{
	background-image: url(../images/bg_body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
	
/*DROPDOWN STYLES*/

.drop
	{margin: 0;
	padding: 0;
	z-index: 30;}

.drop img
	{float: left;
	margin: 0px;
	padding: 0px;
	display: inline;}

.drop li
	{margin: 0;
	padding: 0;
	width: 122px;
	list-style: none;
	float: left;
	font: bold 11px arial;}


.drop li a
	{display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top:9px;
	padding-bottom:9px;
	width: 122px;
	background-image:url(../images/bg_nav.gif);
	color: #000;
	text-align: center;
	text-decoration: none;}
	
#lastnav a{
	background-image: url(../images/nav_bg.gif);
	width:128px;}	

.drop li a:hover{
	background-image: url(../images/bg_subnav.jpg);
	color:#FFF;}
	
#lastnav a:hover{
	background-image: url(../images/bg_subnav.jpg);
	color: #FFF;}
	
#firstnav a:hover{
	background-image: url(../images/bg_subnav.jpg);
	color: #FFF;}

#firstnav a {
	margin-left:0px;}


.drop div
	{position: absolute;
	visibility: hidden;
	width:122px;
	margin: 0;
	padding: 0;}

.drop div a
	{position: relative;
	display: block;
	margin-left: -2px;
	padding: 9px;
	width: 109px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/bg_subnav.png);
	color: #000;
	font: 11px arial;}
	
	

/*.drop div a:hover
	{background-color: #000;
	color: #FFF;}
*/

/*HEADER STYLES*/
#header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/bg_header.jpg);
	
	height:100px;
	border: 0px dotted #333333; 
	}

	#header img{
		border:0px;
		margin:0px;}
	
	#header h1{
		float:left;
		display:inline;
		margin:0px;}
	
	#header p
		{float:right;;
		display:inline;
		
		margin:10px 20px 0px 0px;
		padding-right:10px;}
	 
	#header p a
		{color:#FFF;
		font-size:12px;}
	
	#header select
		{margin:10px 10px 0px 0px;	
		float:right;
		}
		
	#gobtn{
		margin:10px 10px 0px 0px;
		padding-right:10px;
		clear:right;
		float:right;
		}


/*NAVIGATION STYLES*/
	
#nav {
	width:860px;
	height:38px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/nav_bg.gif);
	}
	
/*BANNER STYLES*/

#homebanner {
	width:860px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/woman_beach.jpg);
	}
	
#banner {
	width:860px;
	height:190px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	}

/*CONTENT STYLES*/
#middle {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top:2px solid #FFF;
	}
	

	
/*SUBNAVIGATION STYLES*/
#left {
	width: 190px;
	float:left;
		}
		
#homeleft {
	width: 430px;
	float:left;
	
		}
#homeleft p{
	line-height:1.4em;
	font-size:1em;
	margin:5px 5px 13px 20px;
	font-size:.9em;
	}
#homeleft a{
	text-decoration:none;
	color:#333333;}
		
	#leftTitle {
		background-image:url(../images/bg_leftheading.jpg);
		height:20px;
		}
	#leftTitle img{
		display:inline;}
		
	#left div {
		margin-bottom:5px;
		width:190px;
	}
		
	#left div a{
		display: block;
		width: 190px;
		color: #222;
		text-decoration: none;
		font-size:.8em;
		margin-left:10px;
		}
		
	#left div a:hover{
		text-decoration:underline;
		
		}
	
.leftinfo
	{font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#397dc1;
	padding:5px 3px 5px 4px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	background-color:#eee;
	}
.leftinfo a{
	color:#397dc1;
	text-decoration:underline;}
		
/*MAIN CONTENT STYLES*/
#right {
	background-image:url(../images/bg_shadowcontent.jpg);
	background-repeat:repeat-y;
	background-color:#fbf8f5;
	width: 670px;
	float:right;
	}
	
#right p{
	line-height:1.4em;
	margin:5px 5px 13px 20px;
	font-size:.9em;
	}
		
#rightTitle {
	background-image:url(../images/bg_rightheading.jpg);
	height:20px;
	}
	
#right h1{
	margin:10px 0px 12px 20px;
	font-size:1.1em;
	font-weight:bold;
	
	}

#right h2{
	margin:10px 0px 12px 20px;
	font-size:.95em;
	color:#06F;
	}
	
#right a{
	color:#333;
	text-decoration:underline;}
	
#right ul{
	padding-left: 40px;
	}
	
#right li{
	padding-left: 10px;
	margin-top:5px;}

#right table{
	margin:10px 0px 12px 20px;}
	
#right label{
	margin-left:20px;
	}

#homeright {
	background-image:url(../images/bg_shadowcontent.jpg);
	background-repeat:repeat-y;
	background-color:#fbf8f5;
	width: 430px;
	float:right;
	}
	
#homeright p{
	line-height:1.4em;
	font-size:1em;
	margin:5px 10px 5px 10px;
	font-size:.9em;
	}
	
#homeright h1{
	margin:10px 0px 12px 20px;
	font-size:1.1em;
	font-weight:bold;
	}
		
.homenews{
	border-top:1px solid #333;
	margin-top:5px;
	clear:right;
	margin:10px;}
	
.homenews img{
	float:right;
	margin-left:3px;
	border-bottom:8px;}

.homenews h2{
	margin:5px 10px 5px 10px;
	font-size:.85em;
	color:#397dc1;}

.homenews #more a{
	display:block;
	margin-left:110px;
	color:#397dc1;}
	
.more a{
	color:#397dc1;}
	
#stock{
	background-color:#CCC;
	}	

#earnings p{
	line-height:1.4em;
	margin:5px 5px 13px 20px;
	font-size:.9em;}	

#stockdate{
	float:right;
	padding:7px 15px 10px 0px;}
	
#stockprice{
	float:right;
	padding:7px 15px 10px 0px;}
	
#pos{
	color:#0C3;}
	
#neg{
	color:#CC0000;}
	
.list li{
	background-image:url(../images/bullet_tan.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	list-style:none;
	line-height:18px;
	margin:0px;
	}

/* Extra */
.tblRowHeader {
	font-size:14px;
	color:#06F;
	font-weight:bold;
}

span.tblRowHeader {
	font-size:14px;
	color:#06F;
	font-weight:bold;
}
.tblRowHeaderCapital {
	font-size:14px;
	color:#06F;
	font-weight:bold;
	height:100px;
}
.tblRowHeaderCenter {
	font-size:14px;
	color:#06F;
	font-weight:bold;
	text-align:center;
}
.tblRowHeader a{
	font-size:14px;
	color:#06F;
	font-weight:bold;
}
.tblRowText {
	font-size:12px;
	color:FFFFFF;
	font-weight:normal;
}

span.tblRowText {
	font-size:12px;
	color:FFFFFF;
	font-weight:normal;
}
/*SIDELIGHT STYLES*/

.sidelight{
	float:right;
	width:200px;
	padding:5px;
	
	background-image:url(../images/bg_sidelight_teal.jpg);
	background-repeat:no-repeat;
	background-color:#64dbbb;
	border-bottom:1px #b9b193 solid;
	border-left:1px #b9b193 solid;
	}
.sidelight img{
	margin:10px;
	background-color:#FFF;
	padding:2px;
	border:1px solid #333;}
	
.sidelight p{
	
	margin-left:3px !important;
	padding:0px;
}


/*UTILITIES*/
.clear {
	clear: both;
	height: 0;
	}
	
	
/*FOOTER STYLES*/
#footer {
	width: 860px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	border-top:solid 2px #333;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:.9em;
	color:#666;
	text-align:center;}
	
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:.9em;
	color:#666;
	}
	
#footer a:hover{
	color:#333;
	}



