/*-------- General ---------*/

#leftside {
	color: #333;
	width: 230px;
	float: left;
	padding: 8px;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 3px;	
	/*background-image: url(cssimages/cream_bgnd.jpg);
	background-position: bottom;
	background-repeat: repeat;*/
	border: 1px solid Black;
	background-color: #fffaa8;
	/*-- background-color: #B0C4DE; -*/
}
#leftside a {
	color: #006400;
}
#leftside a:hover {
	color: #C86E00;
}
#leftside p {
	margin-bottom: 20px;
	font-size:100%;
}
#leftside h3 {
   text-align: center;
	height: 20px;
 	display:block;
   color: #fff;
	padding-top:3px;
	padding-left:3px;
	margin-bottom: 5px;
	background-color: #none;
	border: 1px solid #fff;
	font-family: georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-image: url(cssimages/h6_bgnd.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

#leftside li {
	list-style-image: url(cssimages/arrow_right.gif);
}

#leftside ul {
   margin: 0px 15px 0px 0px;
	padding: 0px 5px 10px 20px;
}
.leftside_image_paragraph_left {
	float: left;
	padding: 3px;
	border: 0px solid #ccc;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

/*-------- Boxes -----*/
#leftside .specialoffers {
   float : left;
   width : 134px;
   height : 200px;
   cursor : pointer;
   /*background-image : url(cssimages/right_left_bgnd.jpg);
   background-position: bottom;
   background-repeat: no-repeat;*/
   margin:0 5px 15px 0;
   padding:0;
}
#leftside .locationlink {
   float : left;
   width : 134px;
   height : 230px;
   cursor : pointer;
   /*background-image : url(cssimages/right_left_bgnd.jpg);
   background-position: bottom;
   background-repeat: no-repeat;*/
   margin:0 5px 15px 0px;
   padding:0 0 0 0px;
}
#leftside .morehere {
   float : left;
   width : 134px;
   height : 100px;
   cursor : pointer;
   /*background-image : url(cssimages/right_left_bgnd.jpg);
   background-position: bottom;
   background-repeat: no-repeat;*/
   margin:0 5px 15px 0px;
   padding:0 0 0 0px;;
}
#leftside .moreheretext {
   margin:0 0px 0 0px;
   padding:0 0 0 5px;;
}
.floatLeft {
float : left;
}
.floatRight {
float : right;
}
