/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/       

html, body {border: 0; margin: 0; padding: 0;}

html {
  	line-height: 130%;
  	margin-bottom: 40px;
}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: #FFFFFF url(../images/stripe.jpg) repeat-x 0 0;
  	width: 100%;
  	min-width: 960px;
  	color: #000;
}

img {
	border: none;
}

a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #DA0000;
}

a img {
  border: none;/*remove border for linked images*/
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

p {
	line-height: 1.2em;
}

.bodytext{font-size: 12px;line-height: 12pt;text-decoration: none;color: #000000;}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px;}

/***** Main Layout ****/
#main {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	overflow: auto;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#header {
  	width: 980px;
  	min-height: 250px;
  	height: auto !important;
  	margin: 28px auto 0 auto;/* center the page in Firefox */
  	text-align: left;
  	background-color: #7B7B7A;
  	color: #FFF;
	padding: 0;
}

#s4 {
	position: relative;
	float: left;
	width: 200px;
	height: 250px;
}

#cars {
	position: relative;
	float: right;
	width: 780px;
	height: 250px;
}

#barr {
	position: relative;
  	width: 980px;
  	height: 27px;
  	margin: 0 auto;/* center the page in Firefox */
  	background: #FFFFFF url(../images/barr.gif) repeat-x top left;
  	color: #000;
	padding: 0;
}

#pg_con {
	position: relative;
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	color: #000;
	min-height: 500px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

#pg_con p {
	line-height: 1.8em;
}

#pg_con .left {
	position: relative;
	float: left;
	clear: left;
	width: 200px;
	min-height: 456px;
	height: auto !important;
	background: #E5E5E5 url(../images/grey_bot.gif) repeat-x bottom left;
	color: #000;
}

#pg_con .right {
	position: relative;
	float: right;
	clear: right;
	text-align: left;
	width: 740px;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	height: auto;
	background-color: #FFF;
	color: #000;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

#pg_con .right p a {
	background-color: inherit;
	color: #DA0000;
	text-decoration: none;
}

#pg_con .right p a:hover {
	background-color: inherit;
	color: #000;
	text-decoration: underline;
}

#pg_con .right h1 {
	clear: both;
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pg_con .right h2 {
	clear: both;
	font-size: 24px;
	margin-bottom: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pg_con .right ul li{
	line-height: 1.4em;
}

.bread {
	position: relative;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	float: left;
	width: auto;
	height: 36px;
}

.bread a {
	text-decoration: underline;
	background-color: #FFF;
	color: #DA0000;
}

.bread a:hover {
	background-color: inherit;
	color: #000;
}

.social {
	position: relative;
	background-color: #FFF;
	color: #000;
	text-align: right;
	font-size: 13px;
	float: right;
	width: auto;
	height: 36px;
}

.social a {
	text-decoration: underline;
}

.social a:hover {
	background-color: inherit;
	color: #DA0000;
}

.social img {
	vertical-align: bottom;
	margin-right: 6px;
	margin-left: 12px;
}

#nav{
	position: relative;
	float: left;
	text-align: left;
	background-color: #E5E5E5;
	width: 200px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 35px;
	height: 460px;
	color: #CDCDCD;
	z-index: 10;
}

#nav ul {
	margin: 0;
	padding: 0;
	line-height:	34px;
	list-style: none;
	position: absolute;
}

#nav ul li {
	float: left;
	position: relative;
	min-width: 80px;
	display: inline;
}
#nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#nav ul a{
	display: block;
	position: relative;
	padding: 0;
	padding-left: 20px;
	width: 160px;
	border: 0;
	background: #7B7B7A url(../images/buttons.jpg) no-repeat;
	background-position: 0 0;
	color: #CDCDCD;
	text-decoration: none;
}

#nav ul a:hover{
	color: #DA0000;
	border: 0;
	background: #7B7B7A url(../images/buttons.jpg) no-repeat;
	background-position: 0 -34px;
}

#nav ul a:active{
	border: 0;
	background: #CB0000 url(../images/buttons.jpg) no-repeat;
	background-position: 0 -68px;
	color: #FFF;
}

#nav ul .selected{
	border: 0;
	background: #CB0000 url(../images/buttons.jpg) no-repeat;
	background-position: 0 -68px;
	color: #FFF;
}

#nav ul .bottom {
	background: transparent url(../images/button_bottom.jpg) no-repeat top left;
	height: 150px;
	width: 180px;
	display: block;
	position: relative;
	padding: 0;
}


#adspace_1 {
	width: 100%;
	margin: 20px 0;
	text-align: left;
}
#adspace_1 .roundedGray { width: 46%; float: left; height: 210px; }
#adspace_1 .roundedGray .content { height: 196px; }
#adspace_1 .middle { margin: 0 10px; }
#adspace_1 .content a img { background-color: white; border: 1px solid #B8B8B8; padding: 4px; display: block; margin-left: auto; margin-right: auto; color: #666; }
#adspace_1 .title{ float:left; width:85%; font-style: normal; font-size: 15px; color: #777; margin-left:-3px; margin-bottom: 10px;line-height: 1.0em; padding: 0 0 6px 10px; background: #F5F5F5 url(../images/line.png) no-repeat right bottom; }

#adspace_1 .content .panelled a img { padding-top: 8px; padding-bottom: 8px; }

/* ROUNDED BOXES */
.roundedGray, .roundedWhite{ border: 1px solid #DDD; }
.roundedGray{ background: #F5F5F5; }
.roundedWhite{ background: #FFF; }
.leftTopCorner, .leftBottomCorner{ float: left; }
.rightTopCorner, .rightBottomCorner{ float: right; }
.leftTopCorner, .rightTopCorner, .leftBottomCorner, .rightBottomCorner{ display: block; width: 4px; height: 3px; line-height: 3px; }
.roundedGray .leftTopCorner{ background: transparent url(../images/corner_gray_1.png) no-repeat 0 0; margin: -1px 0 0 -1px; }
.roundedGray .rightTopCorner{ background: transparent url(../images/corner_gray_2.png) no-repeat right 0; margin: -1px -1px 0 0; }
.roundedGray .rightBottomCorner{ background: transparent url(../images/corner_gray_3.png) no-repeat right bottom; margin: 0 -1px -1px 0; }
.roundedGray .leftBottomCorner{ background: transparent url(../images/corner_gray_4.png) no-repeat 0 bottom; margin: 0 0 -1px -1px; }
.roundedGray .container{ width: 100%; }
.roundedGray .content{ padding: 6px 23px 6px 19px; }
.roundedGray .thinMargins{ padding: 9px 9px 9px 9px; }
.roundedGray .hr{ height: 1px; background: #CCC; margin: 9px 0 9px 0; clear: both; }


.banner_side_t {
	position: relative;
	clear: left;
	width: 210px;
	height: 32px;
	background: transparent url(../images/div_banner.png) no-repeat top left;
	margin: 0;
	margin-left: -5px;
	margin-bottom: -18px;
	z-index: 90;
	color: #FFF;
	text-align: left;
	padding: 8px 0 0 20px;
	font-weight: bold;
}

.banner_side {
	position: relative;
	clear: left;
	width: 210px;
	height: 32px;
	background: transparent url(../images/div_banner.png) no-repeat top left;
	margin: 0;
	margin-left: -5px;
	margin-bottom: 8px;
	z-index: 90;
	color: #FFF;
	text-align: left;
	padding: 8px 0 0 20px;
	font-weight: bold;
}

.footly {
	position: relative;
	clear: both;
	background: #FFF url(../images/bottom_bar.jpg) repeat-x top left;
	border: 0;
	width: 980px;
	height: 120px;
	padding: 30px 0 80px 0;
	margin: 0 auto;
	text-align: center;
}

.footlinks {
	font-size: 13px;
	line-height: 1.3em;
	text-decoration: none;
}
.footlinks a:link{text-decoration: none;color: #DA0000;} /*E5FF42;}*/
.footlinks a:visited{text-decoration: none;color: #DA0000;}
.footlinks a:hover{text-decoration: underline;color: #000;}
.footlinks a:active{text-decoration: none;color: #000;}



#fotd{
	position:fixed;
	z-index: 100;
	text-align:center;
	width: 100%;
	border: none;
	left: 0;
	bottom: 0;
	height: 30px;
	margin: 0;
	padding: 0;
}

.spon_foot{
	position: relative;
	bottom: 0;
	text-align:center;
	vertical-align: middle;
	z-index: 100;
	margin: 0 auto;
	width:990px;
	height:30px;
	background-color: #E4E4E4;
	border:1px solid #999;
	border-bottom: 1px solid #C6C6C6;
}

.spon_foot img{
	border: none;
	margin: 0 5px;
}

.sponf{
	position: relative;
	float:left;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	background-color: #E4E4E4;
	border: 1px solid #FFF;
	border-right:1px solid #999;
	border-bottom: 0;
}

.spond{
	position: relative;
	float:left;
	text-align: center;
	vertical-align: middle;
	width: 33px;
	height: 30px;
	background-color: #E4E4E4;
	border: 1px solid #FFF;
	border-right:1px solid #999;
	border-bottom: 0;
}

.spond:hover{
	background-color: #F5F5F5;
}

.spong{
	position: relative;
	float:right;
	text-align: center;
	vertical-align: middle;
	width: 33px;
	height: 30px;
	background-color: #E4E4E4;
	border: 1px solid #FFF;
	border-bottom: 0;
}

.spong:hover{
	background-color: #F5F5F5;
}

#dropmenuspndiv{
	position:fixed;
	bottom: 32px;
	right:0;
	background-color: #FFF;
	border:1px solid #999;
	font:normal 0.8em Arial;
	z-index:100;
}

#dropmenuspndiv a{
	width: 100%;
	background: #FFF;
	display: block;
	color: #333;
	text-align:center;
	padding: 1px 0;
	text-decoration: none;
	font-weight: 400;
}

#dropmenuspndiv img{border:none;vertical-align:center;margin-top: 6px;}

#dropmenuspndiv a:hover{ /*hover background color*/
	background: #FFF;
	color: #333;
}

