@charset "utf-8";
/* Buy-Stocks.com CSS Document */

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}

table {   
    border-collapse:collapse;   
    border-spacing:0;   
}

ol,ul {   
    list-style:none;  
}

h1,h2,h3,h4,h5,h6 {   
    font-size:100%;   
    font-weight:normal;   
}

img {
	border:0;
}

a {	color: #ce1c1e; }

body {
	font:12px normal Verdana, Tahoma, Arial;
	background-color: #3d6f84;
	text-align: center;
	color:#000;
}

/* CONTAINER */
#home-container, #article-container {
	width: 947px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFF;
}

#content-container {
	width: 947px;
	height: 100%;
	background-color: #c6dae0;
	overflow: auto;
}

#left-panel-container {
	float: left;
	width: 180px;
}


/* HEADER */
#header {
	position: relative;
	width: 947px;
	height: 150px;
	background: #3d6f84 url(header.jpg) no-repeat 0;
}

#logo a {
	display: block;
	width: 947px;
	height: 130px;
	text-indent: -9999px;
}

#search {
	float: right;
	padding-top: 2px;
	height: 15px;
	width: 240px;
}

#search input {
	height: 13px;
}

/* HOME */
#home-content {
	width: 937px;
	height: 100%;
	background-color: #FFF;
	padding: 0px 0px 10px 10px;
	text-align: left;
	overflow: auto;
}

#home-left-panel {
	float: left;
	width: 618px;
	height: 100%;
}

#home-top-content {
	width: 620px;
	height: 226px;
	background: #ededed url(home_stock_101.jpg) no-repeat 0;
}

#home-top-content div {
	width: 370px;
	margin-left: 237px;
	margin-top: 10px;
}

#home-left-content {
	margin-top: 10px;
	float: left;
	width: 307px;
	background-color: #f0f0f0;
}

#home-right-content {
	margin-top: 10px;
	float: right;
	width: 307px;
	background-color: #f0f0f0;
}

#sub-heading {
	width: 307px;
	height: 21px;
	background: #FFF url(home_sub_header.jpg) no-repeat 0;
	padding-top: 3px;
}

#sub-heading h2 {
	margin-left: 40px;
}

#home-right-panel {
	float: right;
	width: 299px;
	height: 658px;
	margin-left: 2px;
	background-color: #e8e8e8;
}

#home-content h2, #home-content h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #0f394e;
	text-decoration: none;
}

#feature-heading {
	width: 299px;
	height: 23px;
	padding-top: 3px;
	background: #FFF url(home_feature_header.jpg) no-repeat 0;
}

#feature-heading h2 {
	margin-left: 40px;
	color: #FFF;
}

#home-content p {
	margin-top: 10px;
	color:#292929;
	padding: 5px;
	text-align: justify;
}

#learn-more {
	float: right;
}

#learn-more a {
	color: #0f394e;
	font-weight: bold;
}

#learn-more img {
	margin-bottom: -2px;
}

/* HORIZONTAL NAVIGATION */
#horizontal-nav {
	width: 947px;
	height: 28px;
	text-align: center;
	background: #3d6f84 url(nav_bg.jpg) no-repeat 0;
}

#horizontal-nav li {
	float: left;
	padding: 0px 20px 0px 20px;
	height: 28px;
}

#horizontal-nav li a.selected {
	background: url(nav_highlight.gif) no-repeat bottom center;
	color: #ffe700;
}

#horizontal-nav li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

/* LEFT NAVIGATION */
#navigation {
	width: 177px;
	text-align:left;
	background-color: #ebeff1;
	border:1px solid #6095aa;
}

#navigation ul, $navigation ul ul {
	margin:0px;
	padding:0px;
}

#navigation ul li a {
	display: block;
	font-size: 12px;
	color: #0f394e;
	text-decoration: none;
}

#navigation ul li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom: 1px dotted #6095aa;
	background-color: #c6dae0;
}

#navigation a {
	padding:6px 2px;
}

#navigation ul ul {
	margin-top: 4px;
	background-color: #c6dae0;
	border:none;
}

#navigation ul ul li {
	padding-left: 10px;
}

#navigation ul ul li a {
	font-size: 11px;
	color:#3d6f84 !important;
}

.main-selected {
	background-color: #0f394e !important;
}

.main-selected a {
	color:#FFF !important;
	font-weight: bold;
}

.sub-selected a {
	color:#3d6f84 !important;
	font-weight: bold;
}

/* CONTENT */
#content {
	float: left;
	width: 756px;
	text-align: justify;
	padding: 0px 5px;
	border-top:1px solid #6095aa;
	background-color: #FFF;
}

#content a { color: #000; font-weight:bold; text-decoration: none; }

#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #0f394e;
}

#content h2 {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	color: #0f394e;
}

#content h3 {
	font-size: 13px;
	margin-top: 8px;
	font-weight: bold;
	color: #0f394e;
}

#content p {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px;
	line-height: 16px;
}

#content input {
	margin:2px;
}

#content-top-ad {
	margin:0;
	padding:0;
	width: 100%;
	text-align:center;
	padding:4px 0px;
}

#content img {
	padding:2px;
	border:1px solid #CCC;
}

/* CONTACT */
#contact td {
	padding:2px;
}


/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	height: 70px;
	color:#FFF;
	background-color: #0f394e;
	text-align: center;
}

/* LEFT ADS */
#left-ads {
	width: 174px;
	height:100%;
	margin-top: 25px;
	padding:4px;
	text-align:left;
}

#footer a {
	color:#FFF;
}

/* GOOGLE */
#google-content-box {
	float: left;
	padding:4px;
}

/* AFFILIATES */
#affiliate { clear: both; margin-top: 230px; padding: 6px; }
	

