@charset "utf-8";
/* CSS Document */
body  {
	background: #fff url('images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Book Antiqua"
}
.main a {
  text-decoration: none;
  font-weight: normal;
  color:#333333;
}
.main a:hover {
  text-decoration: underline;
}
.main #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.main #header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 200px;
	background:#FFFFFF;
} 
.main #dummyheader {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	background:#FFFFFF;
} 

.main #header1 {
	position: absolute;
	top: 0px;
	left: 110px;
	width: 456px;
	height: 56px;
	text-align: left;
	font-size: 16px;
	font-family:Garamond;
	font-weight:bold;
}
.main #header2 {
	position: absolute;
	top: 68px;
	left: 110px;
	width: 492px;
	height: 102px;
	text-align: center;
	border: 1px solid #999999;
	text-align: left;
	font-size:14px;
}
.main #paypal {
	position: absolute;
	top: 78px;
	left: 394px;
	width: 122px;
	height: 47px;
}

.main #header h1 {
	margin: 0;
	padding: 10px 0;
}

.main #headersearch {
	position: absolute;
	top: 0px;
	left: 731px;
	width: 254px;
	height: 62px;
	margin-top: 12px;
}
.main #headerwatch {
	position: absolute;
	top: 65px;
	left: 636px;
	width: 257px;
	height: 108px;
	float:left;
	text-align: center;
	font-size: 14px;
}

.stockstitleout {
	position:relative;
	left: 2px;
	top: 14px;
	width:740px;
	background-image:url('images/shade1.gif');
	background-repeat:repeat-x;
	height: 24px;
	text-indent:10px;
	padding-top:2px
}

/* sidebar1 */
.main #sidebar1 {
	float: right;
	width: 230px;
	background: #EBEBEB;
/*	padding-top: 15px; */
	margin-left: 5px;
}
.main #sidebar1 h3, .main #sidebar1 p {
	margin-left: 5px;
	margin-right: 5px;
}
.main #sidebarjoin {
	color:#000000;
	text-align:center;
/*	background: url(images/chromebg.gif) center center repeat-x;*/
	height:9S0px;
}
.main #sidebarwhy {
	font-size:12px;
	color:#000000;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.main #sidebarnews {
	padding-left:5px;
	padding-right: 5px;
	border: 1px solid #666666;
	width: 210px;
	margin-left: 5px;
	padding-top: 5px;
}
.main #sidebarnews h3 {
text-align:left;
color:#333333;
font-size:14px;
font-weight:bold;
}
.main #sidebarnews div {
text-align:left;
color:#333333;
font-size:12px;
}

.main #sidebarnews a {
  color:blue;
}
.main #sidebarnews a:hover {
  text-decoration: underline;
}

.main #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 1px;
} 
.main #mainContentPage {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
} 
.main #mainCenter {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
} 
.main #mainContentPage p, #mainContentPage ol, #mainContentPage ul, #mainCenter p, #mainContent p {
	font-size:14px;
	margin-left:10px;
	color:#666666;
} 
.main #sidebarright {
	float: left;
	width: 230px;
	border: 1px solid #666666;
	background: #EBEBEB;
	margin-left: 2px;
}
.main #mainnewscolumn {
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #666666;
	width: 186px;
	font-size:12px;
	height:220px;
	background-image:url('images/stock_market_news.png');
	background-repeat:no-repeat
}

.main #mainnewscolumn a {
  color:blue;
}
.main #mainnewscolumn a:hover {
  text-decoration: underline;
}

.main #mainvideocolumn {
	float:left;
	margin-left: 4px;
	margin-right: 2px;
/*	border: 1px solid #666666; */
	width: 374px;
	height:340px;
	font-size:14px;
	color:#666666;
}

.main #newvideocolumn {
	margin-left: 80px;
/*	border: 1px solid #666666; */
	width: 550px;
	height:410px;
	font-size:14px;
	color:#666666;
	text-align:center;
}
.main #maxvideocolumn {
	margin-left: 20px;
	width: 680px;
	height:340px;
	font-size:14px;
	color:#666666;
	text-align:center;
}

.main #mainnewsread {
	float:right;
	width: 170px;
	font-size:12px;
}

.main #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#606060;
	color:#ffffff;
	font-size:12px;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.main #footer a {
  color:#ffffff;
}
.main #footer a:hover {
  text-decoration: underline;
}

.main #copyleft {
	padding: 10px 10px; 
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.defvalue {
font-size:12px;
color:#999999;
}

.main #mainContent {
	zoom: 1;
}
.main #mainContentPage {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/* menu */
.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 30px;
	text-align: center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url('images/chromebg.gif') repeat-x center;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
/*font-weight:bold;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('images/chromebg-over.gif') repeat-x center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; 
border-bottom-width: 0; */
background-image:url('images/menubg.png');
background-repeat:repeat; 
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Book Antiqua
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
/*background-color: #F0F0F0;*/
background-color: black;
}
.stylethis {
	text-align:left; 
	font-size:12px; 
	color:#666666;
	margin-left:10px; 
}
