@charset "UTF-8";
/* CSS Document */

body { 
	margin:0; 
	padding:0;
	background-image:url(images/bg_tile.gif);
	background-color: #868559;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32331D;
	} 
	
a:link {
	color: #1F170E;
}
a:visited {
	color: #1F170E;
}
a:hover {
	color: #787746;
}
a:active {
	color: #787746;
}
	

#topContainer{
	width:1000px;
	height:115px;
	margin: 0 auto 0 auto;
	background-image:url(images/bg_main_top.gif);
	}
	
#mainContainer {
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1000px;
	height:387px;
	margin: 0 auto 0 auto;
	}
	
#aboutContainer {
	background-image:url(images/bg_main-NoDecal.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1000px;
	height:425px;
	margin: 0 auto 0 auto;
	}
	
#mainContainerNoDecal {
	background-image:url(images/bg_main-NoDecal.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1000px;
	height:387px;
	margin: 0 auto 0 auto;
	}	


#quote {
	width:680px;
	float:right;
	padding:28px 20px 0px 0px;
	}

#navigation {
	width:600px;
	padding:10px 0px 0px 0px;
	float:right;
	}
#letter {
	width:537px;
	float:left;
	}
	
.aboutMain {
	float:left;
	}
	
.locationMain {
	width:1000px;
	float:left;
	}

#flash {
	width:264px;
	float:left;
	padding: 0;
	margin: 0;
	}

#rightColumn {
	width:199px;
	padding-top:90px;
	float:right;
	background-image:url(images/bg_image_Rightcorner.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
.RightColumnPadding {
	padding: 10px;
	}
	
#rightAbout {
	width:242px;
	float:right;
	}
	
#busCenter {
	padding: 5px 5px 0px 10px;
	height: 365px;
	background-image:url(images/img_tree.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	padding-top:10px;
	}
.aboutImagesDetail {
	padding: 0px 5px 5px 5px;
	float:right;
	}
