@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;  
}
ul{
	list-style-type:disc;
	padding-left:15px;
}
ul li{
	list-style-type:disc;
}
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: #3d423c;
	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: #dedfc5;
	overflow: auto;
}

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


/* HEADER */
#header {
	position: relative;
	width: 947px;
	height: 180px;
	background: #69F url(images/head.png) no-repeat 0;
}

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

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

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

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

#navigation ul li a {
	display: block;
	font-size: 12px;
	padding:6px 5px;
	text-decoration: underline;
	color: #3d423c;
	font-weight: bold;
}
#navigation ul li a:hover{
	background-color: #b2b39f;
	color:#f5f7bd;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li .active{
	color: #662A20;
}

#navigation ul li {
	position: relative;
	border-bottom: 1px dotted #6095aa;
	background-color: #dedfc5;
}

#content a.top{
	text-decoration:underline;
	color: #3d423c;
	font-weight:bold;
}
#content a.top:hover{
	text-decoration:none;
}

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

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

#content h1 {
	padding-top:5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #7b7c6e;
}

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

#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;
}

table, table tr td{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
}
#head_wrapper{
	height:150px;
}
#logo{
	float:left;
}
#head_table{
	float:right;
	padding-top:2px;
	padding-right:2px;
}
#nav_table{
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
}
#left_table{
	padding:2px;
}

#footer {
	clear: both;
	width: 100%;
	height: 45px;
	padding-top:25px;
	background-color: #f5f7bd;
	text-align: center;
	color:#3d423c;
	font-weight:bold;
}
#footer a {
	text-decoration:none;
	color:#3d423c;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .active{
	color: #662A20;
}