/* CSS Document */

html, body {
	height: 100%;
}

body {
	text-align: center; /* for IE 5 */
	background: #FFFFFF;
}

table {
	text-align: left;
}

#page-container {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	text-align: left;
}

#header {
	margin-top: 5px;
	padding: 0 0;
}

#top-nav {
	width: 780px;
	height: 38px;
	padding: 0 0;
	background: url(../images/nav_bar.jpg) top left no-repeat;
}

#left-panel {
	float: left;
	width: 199px;
	margin-right: 7px;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	background: url(../images/left_panel.jpg) top left no-repeat;
}

#middle-panel {
	float: left;
	width: 365px;
	margin-top: 7px;
	padding: 0 0 0 0;
	background: url(../images/middle_panel.jpg) top left no-repeat;
}

#right-panel {
	float: right;
	width: 199px;
	margin-top: 7px;
	padding: 0 0 0 0;
	background: url(../images/right_panel.jpg) top left no-repeat;
}

#content-panel {
	float: left;
	width: 573px;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	background: url(../images/content_panel.jpg) top left no-repeat;
}

#full-panel {
	float: left;
	width: 778px;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
	background: url(../images/full_panel.jpg) top left no-repeat;
}

#advert-panel {
	float: center;
	width: 780px;
	text-align: center;
	margin-top: 7px;
	padding: 0 0 0 0; /*top, right, bottom, left*/
}

#bottom-nav{
	float: left;
	width: 780px;
	height: 28px;
	padding: 7px 0 0 0; /*top, right, bottom, left*/
	margin-top: 3px;
	background: url(../images/bottom_nav.jpg) top left no-repeat
}
	
#footer {
	text-align: center;
	clear: left;
	padding: 10px 0 0 0; /*top, right, bottom, left*/
}

#weather-panel{
	text-align: center;
	width: 199px; 
	height: 600px;  
	background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_160x600_bg.jpg ); 
	background-image: url( ../images/weather-background.jpg);
	background-repeat: no-repeat; 
	background-color: #346797; 
}	

.box-heading h1 {
	padding: 4px 0 0 45px; /*top, right, bottom, left*/
}

.box-heading p {
	padding: 7px 5px 0 5px; /*top, right, bottom, left*/
}

.box-heading a {
	color: #211095;
}

.box-heading li {
	margin-left: 40px; 
}

.nav {
	list-style: none;
	text-align: left;
}

.nav li {
	display: inline;
	text-align: center;
}

#top-nav .nav {
	padding: 1px 0 0 30px; /*top, right, bottom, left*/
	letter-spacing: -0.0em;
}

#top-nav .nav li {
	padding: 0 17px 0 17px; /*top, right, bottom, left*/
	text-transform: uppercase;
	line-height:29px;
	border-color: #C2C2C2;
	border-right-width: 1px;
	border-right-style: solid;
}

#top-nav a {
	color: #211095;
	font-size: 0.8em;
	font-weight: bold;
}

#top-nav a:hover{
	color: #C2C2C2;
	font-size: 0.8em;
	font-weight: bold;
}

#bottom-nav .nav {
	padding:  0 0 0 35px; /*top, right, bottom, left*/
	letter-spacing: -0.0em;
	text-align: center;
}

#bottom-nav .nav li {
	padding: 0 35px 0 0px;
	text-transform: uppercase;
}

#bottom-nav a {
	color: #656565;
	font-size: 0.8em;
	font-weight: normal;
}

#bottom-nav a:hover{
	color: #C2C2C2;
	font-size: 0.8em;
}

#home #page-container #home-lnk, #carspec #page-container #carspec-lnk, #forsale #page-container #forsale-lnk, 
#events #page-container #events-lnk, #contact #page-container #contact-lnk, #links #page-container #links-lnk,
#photos #page-container #photos-lnk {
	color: #000000;
}

.forsale-thumb {
	float: left;
	margin: 0 9px 0 0;
	border: solid 1px #211095;
}

.rss-cell {
	border: solid 1px #D8D8D8;
	padding: 2px;
}

.rss-box {
	border: none;
	padding: 0px;
}

.rss-box h1 {
	padding: 4px 0 0 45px; /*top, right, bottom, left*/
}

.rss-box p {
	padding: 7px 0 0 0; /*top, right, bottom, left*/
}

.rss-box a {
	color: #626262;
}