/* CSS Document */

/* Basic reset of default parameters */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {
	margin: 0;
	padding: 0;
	border:0;
}
	
table {
	border-spacing: 5px;
}
	
fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

/* Main Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#333333;
	/*background-image:url(Images/backgroundRed.jpg);
	background-repeat:repeat;*/
}

p, td, li, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 30px;
	font-weight:bold;
}
h2 {
	font-size: 24px;
	font-weight:bold;
}
#wrapper {
	width:960px;
	height: 720px;
	background-image:url(Images/Lakeview960a1.jpg);
	background-repeat:no-repeat;
	margin:15px auto 0;
	border:0;
	padding:0;
}
#pagetop {
	margin:0px 0 0 0;
	height:15px;
}
#pagetop2 {
	height:125px;
	margin:0 33px 0 27px;
}
#pagetop3 {
	height:70px;
	margin:5px 33px 0 120px;
}
#sidebar {
	width:180px;
	float:left;
	display:inline;
}
#sidebar ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#sidebar li {
	margin:30px 8px 0 45px;
	}

#sidebar ul a {
	display:block;
	width:155px;
	height:30px;
	text-decoration:none;
}
#sidebar a.home {
	background-image: url(Images/HomeRed.png);
	background-repeat:no-repeat;

}
#sidebar a.home:hover {
	background-image: url(Images/HomeGold.png);
	background-repeat:no-repeat;
}
#sidebar a.aboutus {
	background-image: url(Images/AboutUsRed.png);
}
#sidebar a.aboutus:hover {
	background-image: url(Images/AboutUsGold.png);
	background-repeat:no-repeat;
}
#sidebar a.vendors {
	background-image: url(Images/VendorsRed.png);
}
#sidebar a.vendors:hover {
	background-image: url(Images/VendorsGold.png);
	background-repeat:no-repeat;
}
#sidebar a.dealers {
	background-image: url(Images/DealersRed.png);
}
#sidebar a.dealers:hover {
	background-image: url(Images/DealersGold.png);
	background-repeat:no-repeat;
}
#sidebar a.prostaff {
	background-image: url(Images/ProStaffRed.png);
}
#sidebar a.prostaff:hover {
	background-image: url(Images/ProStaffGold.png);
	background-repeat:no-repeat;
}
#sidebar a.contactus {
	background-image: url(Images/ContactUsRed.png);
}
#sidebar a.contactus:hover {
	background-image: url(Images/ContactUsGold.png);
	background-repeat:no-repeat;
}
#content {
	display:inline;
	width:750px;
	float:right;
}

#insidestory {
	width:710px;
	margin: 30px 0 0 0;
	float:left;
	background-image: url(Images/tanbkgnd.png);
	background-repeat:repeat;

}
#insidestory h1 {
	padding: 15px 0 0 5px;
	text-align:left;
	font-family:Arial,Helvetica, sans-serif;
}
#insidestory h3 {
	padding-top:10px;
	padding-bottom:5px;
	font-size:16px;
}
#insidestory p{
	font-size:22px;
	padding:10px 10px 10px 10px;
	font-weight:bold;
}
#insidestory.center{
	text-align:center;
}

#insidestory .paragraph1 {
	margin-top:10px;
	border-top:1px solid;
}

#insidestory ul {
	margin:10px 5px  5px 10px;
	padding:0 0 5px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	list-style-position:outside;
}
#insidestory li {
	margin: 5px 0 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	/*background-color:#E5E5E5;*/
	list-style-position:outside;
}

#insidestory ul.indent {
	margin:5px 0 5px 5px;
}
#insidestory a{
	text-decoration:underline;
	color: #000000;
}
#insidestory a:link {color:#0000CC;}
#insidestory a:visited {color:#990000;}
#insidestory a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#spring {
	width:350px;
	float:left;

}

#fall {
	width:350px;
	float:left;
}
	
#footer {
	height:70px;
	color:#fcf8d3;
	background-color: #660000;
 	background-image: url(Images/footer_bkgnd_green960.jpg);
	clear:both;

}
#footermenu {
	margin:0px 0 2px 0;
	padding:2px 0 0 0;
}
#footer a{
	font-size:11px;
	color:#fcf8d3;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFF00;
	text-decoration:none;
}
#copyright {
	font-size:11px;
	color:#fcf8d3;
}

