@charset "utf-8";
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1f1f1f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 5px 0px;
} 
body  {
	font: 100% Tahoma,Arial,sans-serif;
	background-image: url(site_bg.jpg);
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cfcece;
}
a{ 
color:#FFFFFF;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:visited{ 
color:#da3b03;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:hover{ 
color:#f8ba35;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #header { 
	background: #000000; 
	height: 273px;
	background-image: url(header.jpg);	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2d2d2b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 5px 2px 5px 5px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2d2d2b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr .sbTitle{ 
color: #779998;
padding: 0 0 0 0;
margin: 0 0 0 0;
vertical-align:top;
}
.thrColFixHdr .sbBlock{ 
padding: 3 3 3 3;
margin: 0 0 0 0;
vertical-align:top;
width:200px;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.thrColFixHdr .sbBlock a{ 
color:#FFFFFF;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.thrColFixHdr .sbBlock a:visisted{ 
color:#da3b03;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.thrColFixHdr .sbBlock a:hover{ 
color:#f8ba35;
text-doecoration:none;
font-size: 10pt; font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent { 
	margin: 0 0 0 220px;
	padding: 0 0 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent p{ 
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.portblock{ 
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#1f1f1f;
	text-align:center;	
} 
.thrColFixHdr #portblock .port_left{ 
	background-color:#1f1f1f;
	width:200px;
	text-align:left; float: left;
} 
.thrColFixHdr #portblock .port_right{ 
	background-color:#1f1f1f;
	text-align:left; border:1px solid; 
	width: 200px;
	float: left;
	vertical-align:top;
} 
.portblock img{ 
width: auto;
padding:0 5px 0 5px;
	
} 
.portblock p{ 
text-align:left;
font-size:16px;
color:#ffffff;	
} 

.pageblock{ 
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#1f1f1f;
	text-align:left;	
} 
.pageblock img{ 
width: auto;
padding:0 5px 0 5px;
	
} 
.pageblock p{ 
text-align:left;
font-size:16px;
color:#ffffff;	
} 
.navbar {
text-align: center;
}
.article{ 
	padding: 5px 5px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 5px 5px 0px;
	background-color:#282826;
} 

.article p {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	color:#ffffff;
}

.ah{ 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 5px 0px 5px;
	background-color:#282826;
	font-size: 18px;
} 
.pbh{ 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 5px 0px 5px;
	font-size: 18px;
	text-align:left;
} 
.index_buzz{ 
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 5px 0px 0px;
	font-size: 18px;
	text-align:left;
} 
.ab{ 

	padding: 0px 10px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 5px 5px 5px;
	background-color:#282826;
} 

.testi{ 

	padding: 0px 10px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 5px 10px 5px;
	background-color:#282826;
} 

.testi h1 { font-size:12pt;
color:#f8ba35;
padding:0 0 5px 0;
margin:0;
line-height:normal;
} 
.submit {color: #ffffff; font-size: 9pt; font-family: Arial; background-color: #7b3912; border-left: solid 1px #cccccc; border-top: solid 1px #cccccc; border-bottom: solid 1px #333333; border-right: solid 1px #333333}
.thrColFixHdr #footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2d2d2b;
	color: #cfcece;
	margin: 5px 5px 5px 5px;	
} 
.thrColFixHdr #footer p {
	margin: 0 0 15px 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 */
}
.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 */
	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;
	font-size: 1px;
	line-height: 0px;
}

#tickerarea{
}

#expandbutton{
background-color:yellow;
width:100px;
}

.expandmenu{
position:absolute;
width:250px;
border:1px solid black;
background-color:white;
visibility:hidden;
z-index:50;
}

.expandmenu a{
text-decoration:none;
font: normal 14px default;
}

.expandmenu_highlight{
background-color:lightyellow;
}