/* CSS Document */


body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#0000FE;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #FFFFFF;
}


html,* html #wrap {
height:100%;
}

#wrap {
min-height:100%;
position:relative;
width:800px; /*page width set here*/
margin:0 auto;

}

#inner-wrap { /*holds the nav and main contents*/
	padding-bottom:20px; /*this is as deep as the footer*/
	position:relative;
	background-image: url(graphics/main_07.jpg);
	background-repeat: repeat-y;
	background-color:#0061FE;
}

#inner-wrap:after {
content:" ";
display:block;
}

* html #inner-wrap {
height:1px;
}

#topmap { /*this is the bar at the top to hold the sitemap link can be hidden if required*/
	height:20px;
	margin-left:30px;
	margin-right:30px;
	text-align:right;
	text-decoration: none;
}
#topmap a{
	text-decoration: none;
}

#topmap a:link, #topmap a:visited{color:#FFFFFF;}
#topmap a:active, #topmap a:hover{color:#00CCFF;}
#header {
	height:150px;
	background-image: url(graphics/design_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0000FE;
	font-size: 18px;
	color: #CCCCCC;
}
#heademailadd{
	position: absolute;
	width: 220px;
	height: 29px;
	left: 56px;
	top: 76px;
}
#headtelno{
	position: absolute;
	left: 50px;
	top: 85px;
	width: 284px;
	height: 32px;
	color: #CCCCCC;
	font-size: 22px;
}
#headaddress{
	position: absolute;
	left: 590px;
	width: 200px;
	top: 27px;
	height: 132px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#headaddress2{
	position: absolute;
	left: 592px;
	width: 200px;
	top: 29px;
	height: 132px;
	text-align: right;
	color: #333333;
	font-weight: bold;
}
#established{
	position: absolute;
	left: 354px;
	top: 85px;
}
#navigation {
	width:188px;
	float:left;
	background-image: url(graphics/main_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	height: 220px;
}
#navbackground{
	background-image: url(graphics/main_07.jpg);
	background-repeat: repeat-x;
}
#content {
	margin-left:185px;
	position:relative;
	margin-bottom: 25px;
}

#footer {
	position:relative;
	bottom:0;
	left:0; /*this is for internet 'stupid' explorer*/
	height:20px;
	text-align:center;
	display: block;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	width: 100%;
	background-color: #3399FE;

}
#footerlinks{
	display: block;
}
#footerlinks ul{
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	position: relative;
	height: 20px;
	width: 325px;

}
#footerlinks li{
	margin-left: auto;
	margin-right: auto;
	float: left;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;

}
#footerlinks li a{
	padding-top: 3px;
	list-style: none;
	text-decoration: none;
	clear: both;
	height: 20px;
}
#footerlinks li a:link, #footerlinks li a:visited{
	color:#FFFFFF;
	display: block;
}
#footerlinks li a:hover, #footerlinks li a:active{
color:#000000;
text-decoration:none;
} 

/* start of main side navigation*/

 
#links {
	width:144px;
	margin-left:1px;
	vertical-align: middle;
}

#links ul {
list-style:none;
margin:0;
padding:0;
}

#links li {
	list-style:none;
}

#links li a {
	height:30px;
	text-decoration:none;
	list-style:none;
	margin-bottom:2px;
	color: #CCCCCC;
	border: 1px dashed #0000FE;
}

#links li a:link,#links li a:visited {
	color:#CCCCCC;
	display:block;
	padding-left:2px;
	font-size:14px;
	font-weight: bold;
	list-style: none;
	position: relative;
	padding-top: 10px;
}

#links li a:hover,#links li a:active {
	color:#FFFFFF;
	text-decoration:none;
	border-top-color: #3399FE;
	border-right-color: #3399FE;
	border-bottom-color: #3399FE;
	border-left-color: #3399FE;
/*background:url(graphics/nav_bg_over.gif) left top repeat-x;*/ /*Here is the over state image*/
}

/*end of navigation*/

/* Site Content*/

#HomeSpecial{
	position: relative;
	float: right;
	right: 10px;
	width: 330px;
	height: 360px;
	border: 2px solid #0000FE;
	background-color: #0000FE;
	/*margin-left:290px;*/
	top:15px;
}
#IntroText{
	position: relative;
	float: left;
	height: 370px;
	width: 245px;
	top: 15px;
	left: 5px;
}
#directions {

	width: 321px;
	/*top: -5px;*/
	background-color: #0061FE;
	padding-left: 5px;
}
#FinanceSection{
	position: relative;
	top: 20px;
	width: 610px;
	height: 100px;

}
#carholder{
	width: 590px;
	position: relative;
	background-color: #0000FE;
}
