@charset "UTF-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	background: #FFF;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	
	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: #000000;
}
h2 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:32px;
}
img
{
	border:0;	
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixRtHdr #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #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 */
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.textcontent {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:19px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 32px;
	text-align: left;
}

div.textcontent p {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:19px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: left;
}

div.homebotboxcontent {
	width:203px;
	height:420px;
	border-left:1px solid #ccc;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:19px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: left;
}

div.homebotbox ul { margin:0 0 0 15px; padding:0 }

div.clean { clear:both; line-height:0; }

a {
font-weight:bold;
color:#46768b;
text-decoration:underline;
}
a:hover { text-decoration:none; }
a.bluecaps {
font-size:9px;
text-transform:uppercase;
font-weight:bold;
color:#46768b;
text-decoration:underline;
}
a.bluecaps:hover { text-decoration:none; }

.footer {
margin-left:auto;
font-weight:bold;
margin-right:auto;
color:#999999;
width:750px;
text-align:left;
padding-left:0;
font-size:9px;
}
a.footer:link {
font-size:9px;
color:#999999;
text-decoration:underline;
}
a.footer:hover {
font-size:9px;
color:#999999;
text-decoration:none;
}
div.footer_links {
float:left;
width:750px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
color:#BEBEBE;
margin-top:10px;
}
div.footer_links a {
font-size:9px;
color:#BEBEBE;
font-weight:normal;
text-decoration:none;
}
div.footer_links a:hover {
color:#BEBEBE;
text-decoration:underline;
font-size:9px;
} 

#twitCharts
{
	margin-top:-20px;
	* margin-top:0px;
	float:left;
}

ul#menu
{
	margin:20px 0 10px 452px;
	padding:0;
	list-style-type:none;
	width:auto;
	height:30px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

ul#menu li
{
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	float:left;
	color:#4197c7;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#46768b;
	height:22px;
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	float:left;
	margin:0;
}

label {
	text-align:left;
	margin-left:20px;
	float:left;
	display: inline
	position:inherit;
}
input {
	padding:0.15em 0.15e 0.15e 0;
	margin-left:20px;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 14px arial, sans-serif;
	color:#3366ff;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	display:inline;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#fff;
}
