/* these are our custom css settings */


/* For the header */

html, body { 
    width:100%;
    height: 100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
â€‹
#headwrapper div#header {
	/* width:990px; */
	margin: 0px auto 0px auto;
    background: none !important;
}

#header div#topads {
	text-align:center;
	height:90px;
	padding:3px 0 3px 0;
	background:#000000;
}

#leaderboard {
	width: 728px;
	float: left;
}

#topads #leaderboard {
	padding:0; 
	height:90px;
	width:728px;
	margin:0 3px;	
}

#topads #cornerstone {
	float: right;
	width: 250px;	
}

#cornerstone img {
	display: block;
	float: right;
}

.clearAbove {
	clear: both;
}

#masthead {
	background-position:bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	height:130px;
	width: 988px;
	padding-bottom:.5em;
	margin-top:.5em;
	margin-bottom:0;
/*	font-size:16px; */
	overflow: visible !important;
}

#headerLogo {
	padding:.5em 0 0 .5em;
	float: left;
	width: auto;
	margin-top: 8px;
}

#mastheadRight {
	float: right;
	width: 560px;
}
#mastheadRight-inner {
	padding-top: 1em;
}

/* Navigation */

#classifieds {
	margin-top: .25em;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: #000 -1px 2px 4px;
	background-color: #666666;
	z-index: 999;
	position: relative;
	right: -17px;
}

#classifieds > #elbow {
	position: absolute;
	width: 13px;
	height: 9px;
	background-image:url(images/classifieds-elbow.png);
	background-repeat: no-repeat;
	bottom: -9px;
	right: 0;
}

#classifieds > ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	width: 90%;
	padding: 0;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}

#classifieds > ul > li {
	display: inline;
	font-size: .72em;
	padding-right: .73em;
}

#classifieds > ul > li:last {
	margin-right: 2em;
}

#classifieds > ul > li > a {
	text-decoration: none;
}
#classifieds > ul > li > a:link,
#classifieds > ul > li > a:visited {
	color: #FFF;
}
#classifieds > ul > li > a:hover,
#classifieds > ul > li > a:active {
	text-decoration: underline;
	color: #FFF;
}


/* Weather section */
#weather {
/* 	width: 66%; */
	width: 100%;
	float: left;
	padding-top: 1em;
}

#weather-module {
	border-radius: 15px;
	width: 90%;
	height: 60px;
	margin: auto;
	background-image:url(images/weather-module.png);
	background-size:contain;
	background-repeat: repeat-x;
	position: relative; 
}

#weather-module > #sponsor {
	padding-top: 1em;
	margin-left: 1em;
}

#weatherInfo {
	position: absolute;
	width: 125px;
	height: 125px;
	top: -35px;
	right: 15px;
}

#moreweather { font-size:.75em; margin-left:2.5em; }
#moreweather a { text-:none; font-weight:bold; }

#temperature, #weatherConditions {
	text-align: center;
	position: relative;
	font-size: 1.5em;
}

#weatherConditions {
	margin: 0;
	top: 45px;
}

#temperature {
	width: 100%;
	font-weight: bold;
	top: 45px;
}


/* Main Table overrides */
table#TableMain {
	margin:auto; 
	width:990px; 
	background-color:#ffffff; 
	box-shadow: 3px 2px 20px rgba(50, 50, 50, 0.75);
	margin-top: 5px; 
	margin-bottom: 10px;
	border-spacing: 0px;
	/* all the rest of this crap has to be here for IE */
	cellspacing: 0;
	border-collapse: separate;  
	border: #ddd 1px solid;
}

table#tableHeader {
	width: 988px;
}

.TableContent
{
	background-color: #FFFFFF !important;
	width: 100%;
}

.TableBody
{
	width: 100%;
	background-color: #FFF !important;
}

table#TableNavRight {
	display: none;
	width: 0px;
}

table.TableFooter
{
	background-color: #FFF; 
	width: 988px;
	padding-top: 20px;
}

.navbar-brand {
  float: left;
  padding: 5px 15px 5px 15px;
  /* font-size: 18px; */
  line-height: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
}

ul.nav>li {
	padding-top: 20px;
	font-weight: bold;
}

#rightnav>div {
	padding-bottom: 12px;
	background-color: #FFF;

	display: none;

}


/* Footer section */

#footer {
	background-color: #FFF;
}


.fifth {
	float: left;
	width: 20%;
	min-height: 260px;
	border-left: thin solid  #999;
}

.fifth img {
	width: 85%;
	height: auto;
	display: block;
	margin: auto;
	border: none;
}

.fifth1 {
	float: left;
	width: 19%;
	min-height: 260px;
}

.fifth1 img {
	width: 85%;
	height: auto;
	display: block;
	margin: auto;
	border: none;
}


.fifth>ul, .fifth>ul a, .fifth1>ul, .fifth1>ul a
{
    list-style-type: none;
}

.fifth a:link,
.fifth a:visited,
.fifth1 a:link,
.fifth1 a:visited
{
	color: #333;
	text-decoration: none;
}

.fifth a:hover,
.fifth a:active,
.fifth1 a:hover,
.fifth1 a:active
{
	color: #900;
	text-decoration: none;
}

/* To fix problems with default stylesheet */
/* redeclare this so it is the same in both */
A:link {
    color: #174464;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

td { border: 0px; padding: 0px; vertical-align: top; }

table {
	border-spacing: 0px !important;
}

