/* CSS Stylesheet */

body {
	font-family:Arial, Helvetica, sans-serif; 
}

h1,h3 {
	font-family:Arial Narrow, sans-serif; 
	color:#24418C; 
}
 
.style1 {
	font-family:Arial Narrow, sans-serif;  
	font-size:18px; 
	color:#24418C; 
	font-weight:bold; 
}

.style2 {
	font-family:Arial Narrow, sans-serif; 
	font-weight:bold; 
}

.style2 ol {
	list-style-position: inside;
	margin-left: 0;
	padding: 0;
}

.style3 {
	font-family:Arial, Helvetica, sans-serif; 
	color: #cc3000; 
}

.style4 {
	font-family:Arial, Helvetica, sans-serif; 
}

/*DO NOT USE .style5 for anything */

.style6 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	color:#000000; 
	font-weight:bold; 
}

.price {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold; 
	color:red; 
}

list {
	list-style-type:circle; 
}

.white {
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
	color:white; 
}

hr {
	color:#24418C; 
}

.title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold; 
}

.call {
	font-size:18px; 
	font-weight:bold; 
	color:red; /*For the phone number in the footer*/
	} 

h1 + h3 {
   margin-top: 5px;
 }
 
 div#suwanee_images {
	 width: 800px;
	 margin: 0 auto;
 }
 
 div#suwanee_images img {
	 border: none;
	 margin: 0;
 }
 
 div#suwanee_images ul {
	 list-style: inside none;
	 width: 800px;
	 margin: 0;
	 padding: 0;
 }
 
 div#suwanee_images ul li {
	 float: left;
	 padding: 0px;
	 display: inline;
	 text-align: center;
	 width: 197px;
	 margin: 0;
 }
 
 .clear {
	 display: block;
	 clear: both;
	 margin: 0;
	 padding: 0;
 }
	 
	 


