﻿/* Zero out the defaults */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/*HTML Attributes*/
html{width:100%; body:100%;}
body
{
	font-family:Arial, Tahoma, Verdana;
	background-color:#eee;
}

/*Container Elements*/
#mainHeader
{
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	background-image:url(/images/headerback.jpg);
	background-repeat:repeat-x;
	width:100%;
	clear:both;
}
#headerTitle
{
	font-size:18px;
	font-weight:bold;
	float:left;
	width:500px;
	color:#fff;
	padding:8px;
}
#headerOptions
{
	float:right;
	padding:8px;
	width:300px;
	text-align:right;
	color:#fff;	
	font-size:13px;
}
#headerOptions a:link,#headerOptions a:visited
{
	color:#eee;
	text-decoration:none;
}
#headerOptions a:hover,#headerOptions a:active
{
	color:Yellow;
	text-decoration:underline;
}
#container
{
	position:absolute;
	top:80px;
	left:20px;
	background-color:#fff;
	width:950px;
}
#mainContent
{
	float:left;
	padding:20px 5px 20px 20px;
	width:700px;
	background-color:#fff;
	border:#eee;
}
#mainNav
{
	position:absolute;
	top:55px;
	left:20px;
	padding:0;
	margin:0;
	font-size:14px;
	list-style-type:none;
}
#custInfo
{
	background-color:#eee;
	font-size:13px;
	padding:10px;
	border:1px solid #999;
}
#login
{
	position:absolute;
	padding:10px;
	background-color:#fff;
	left:50%;
	top:50%;
	width:300px;
	height:200;
	margin-left:-150px;
	margin-top:-100px;
	font-size:13px;
}
#footer
{
	font-size:11px;
	margin:30px 15px 15px 15px;
}
#ads
{
	float:left;
	width:180px;
	border:1px solid #eee;
	margin:20px 0px 0px 0px;
	font-size:12px;
	padding:10px;
}
#ads ul
{
	list-style-type:none;
}

/*Formatting Classes*/

/*Menu Formatting*/
#mainNav li 
{
	display:inline;
	float:left;
	width:100px;
	padding:5px;
	margin-right:8px;
}
.selectedNav
{
	text-align:center;
	background-color:#fff;
	color:#666;
	font-weight:bold;
	height:30px;
	padding:3px 12px 0px 8px;
}
.columnContainer
{
	width:100%;
	clear:both;
}
.columnOne
{
	float:left;
	width:300px;
}


hr.clear {display:block; height:1px; clear:left; visibility:hidden;}

#mainNav li.selectedNav a:link,#mainNav li.selectedNav a:visited
{
	color:#666;
	text-decoration:none;	
}
#mainNav li.selectedNav a:hover, #mainNav li.selectedNav a:active
{
	color:#ccc;
	text-decoration:underline;
}
.unselectedNav
{
	background-color:#999;
	text-align:center;
	padding:3px 12px 3px 8px;
	color:#fff;
}
#mainNav li.unselectedNav a:link,#mainNav li.unselectedNav a:visited
{
	color:#fff;
	text-decoration:none;	
}
#mainNav li.unselectedNav a:hover, #mainNav li.unselectedNav a:active
{
	color:#fff;
	text-decoration:underline;
}

/*feed formatting*/
.divMainFeedContainer
{
	border:1px solid #eee;
	padding:20px;
	width:640px;
	min-height:600px;
	_height:600px;
}
#feedFooter
{
	font-size:smaller;
}
#whatIsThis
{
	width:600px;
	font-size:12px;	
}
#Feeds
{
	width:600px;
	font-size:12px;	
}
.divFeedsContainer
{
	clear:both;
	width:700px;
	font-size:smaller;	
}
.divFeedHeader
{
	font-size:11px;
}
.divFeeds
{
	margin-bottom:10px;	
	padding:8px;
	width:600px;
	border-bottom:1px dotted #ccc;
	font-size:11px;
}
.divFeeds a:link, .divFeeds a:visited
{
	text-decoration:none;
	color:#ff0000;
}
.divFeeds a:hover, .divFeeds a:active
{
	text-decoration:underline;
	color:#999;
}

.divFeedsImage
{
 width:600px;
}
.divFeedImage a:link, .divFeedImage a:visited
{
	text-decoration:none;
	color:#666;
}
.divFeedImage a:hover, .divFeedImage a:active
{
	text-decoration:underline;
	color:#ff0000;
}
.feedDate
{
	color:#ccc;
	font-weight:bold;
}
.feedTitle
{
	font-weight:bold;
	font-size:larger;
}