﻿/*------------------------------
	
------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}
/*------------------------------
	Page Style
------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
 	background-color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C86B5;
 	background-color: white;

}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0C86B5;
	text-decoration: none;
 	background-color: white;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 6px;
 	background-color: white;

}
strong {
	color: #333;
 	background-color: white;

}
b {
	color: #333;
 	background-color: white;

}
p {
	margin: 10px 0px;
 	background-color: white;

}
ul {
	list-style-image: url('../images/bullet_red.gif' );

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #336699;
	text-decoration: underline;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #336699;
	text-decoration: underline;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*text-decoration: none;*/;
	color: #336699;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #666666;

}
.pagelink {
	border-width: 0px;
	float: left;
}
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
/*------------------------------
	Formatting	
------------------------------*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.Center {
	margin: 0px auto;
}
.padding10 {
	padding: 10px;
}
#weather {
	width: 141px;
	height: 79px;
	background: #fff url('../images/img-weather.jpg') no-repeat;
	text-align: center;
	padding-top: 9px;
	margin: 0px auto;
}
/*------------------------------
	Layout
------------------------------*/
#footer {
	overflow: hidden;
	display: inline-block; /* safari and opera need this */;
	width: 100%;
	clear: left;
	font-size: 10px;
	text-align: center;
	margin: 5px 0px;
}
#footer a {
	font-size: 10px;
}
#sub-section {
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 29.9%; /*background-color: #F4F2E6;
	border-left: 1px #DCE1E1 solid;
	*/;
	text-align: center;
	z-index: 1;
	/*background-color: BLUE;*/
}
#content {
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 45%;
	/*background-color: red;*/
}
#sub-left {
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 25%;
	text-align: center;
}
#header {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 117px;
	background: #E8E7EA url('../images/RedCar.Website_02.jpg') repeat-x;
	z-index:99;
}
#navigation {
	height: 38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/RedCar.Website_07.jpg') repeat-x;
}
/*------------------------------
	Navigation
------------------------------*/
#QuickLink-menu {
	position: relative;
	margin-top: 20px;
	left: 5px;
	display: block;
}
#QuickLink-menu a.button:visited {
	display: block;
	width: 142px;
	height: 27px;
	background: url(../images/img-blue-button.jpg);
	background-position: top left;
	background-color: transparent;
	text-align: center;
	color: #005E8F;
	line-height: 27px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}
#QuickLink-menu a.button {
	display: block;
	width: 142px;
	height: 27px;
	background: url(../images/img-blue-button.jpg);
	background-position: top left;
	background-color: transparent;
	text-align: center;
	color: #005E8F;
	line-height: 27px;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}
#QuickLink-menu a.button:hover {
	background-position: 0 -27px;
	line-height: 27px;
	overflow: hidden;
}
#QuickLink-menu a.button:active {
	background-position: 0 -54px;
}