@charset "utf-8";
/* CSS Document */
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
h1 {font-size: 1.5em; 
	line-height: .6;
	text-transform: uppercase;
	}
h2{line-height: 1em;}
#logo a img{
	min-width: 290px;
}
#link{
	text-align:right;
	position: relative;
	bottom: 20px;
	border:none;}

#banner{
	}
#banner nav{
	text-align:center;	
	padding:0px;
	position: relative;
	bottom: 20px;
	margin-left:0px;
	min-width: 290px;
	/*width:100%;*/
}
#banner nav a{
	font-family: "Times New Roman", Times, serif;
	font-weight: none;
	
	font-size:1.6em;
	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
/*#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}*/
#banner nav ul {
	position:relative;
	/*right:40px;*/
	border-left-width:0px;
	width:100%;
	border-bottom-style:solid;
	/*border-style:solid;
	/*border-color:#600;*/
	border-bottom-color: #8DC53C;
	border-bottom-width:5px;
	padding:0;
	
	/*width: 100%;*/}
#banner nav li {
	background-color:#0173BC;
	display: inline-table;
	border-style:outset;
	border-bottom-style:solid;
	border-color:#0173BC;
	text-align:center;
	/*border-top-width: 40px;
	border-bottom-width:10px;
	/*line-height:15px;*/
	width: 20%;
	/*padding-left: 4%;
	padding-right: 4%;
	/*border-left-width: 3em;
	border-right-width: 3em;*/
	
	border-radius: 5px;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
#banner ul li#active{
	border-style:inset;
	border-bottom-style:solid;
	border-color:#8DC53C;
	background-color: #8DC53C;
	
}
#banner ul li#active a{
	color: #000;
}


#content {
	padding-right: 15px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	position: relative;
	bottom: 20px;
	line-height: 1em;}
#content article{
	position: relative;
	bottom: 10px;
	left: 10px;}
#content_ul{
	position: relative;
	right: 15px;
	line-height:2em;
	}
#content_li{
	position: relative;
	right: 10px;
}
#article{
	position: relative;
	bottom: 15px;}

#footer{
	background-color:#CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
}

#stock_updates{
	font-size:.9em;
	line-height:1em;
	padding-top:3px;}
#stock_picks{
	text-align:center;}
#private_policy{
	text-align:center;
}
#title{
	font-size:.7em;}
#featured_list{
	line-height: 1.2em;
	}

