@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #68594a;
	font-size: 1ems;
	
	}
	


	
h1, h2, h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #68594a;
}

h2 {
	font-size: .8em;
	font-style: italic;	
}
	
	
	
/*  body  */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: 68594a;
	background-image: url(art/pattern_bkgrd.gif);
}
/* home page container */

#container {
	clear: both;
	background-position: center;
	background-image: url(art/pictures.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	height: 850px;
	width: 1100px;
	top: 102px;
}

#tier_2_container {
	clear: both;
	background-position: center;
	background-image: url(art/tier_2.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	height: 850px;
	width: 1100px;
	top: 102px;
	
	}
#header {
	
	display: inline;
	float: left;
	margin: 40px auto auto auto;
	padding-left: 7em;
	
	}

#navigation  {
	float: right;
	height: 50px;
	margin: 100px auto auto auto;
	padding-right: 9em;
	color: 68594a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#tier_2_header  {
	display: inline;
	float: left;
	margin: 100px auto auto auto;
	padding-left: 8.5em;
	
}

#tier_2_navigation  {
	float: right;
	height: 50px;
	margin: 100px auto auto auto;
	padding-right: 9em;
	color: e6e0d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* content */
	#content {
			width: 860px;
			padding-top: 20px;
			padding-right: 10px;
			padding-left: 10px;
			margin: auto;
			padding-top: 20px;
		
		}
		
		#content p {
			padding-bottom: 8px;
			
		}
		
		
	#content ul {
	list-style-type: square;
	color: #68594a;
	left: 25px;
	padding-left:30px;
		}
		
	#content li {
		margin-bottom: 5px;
		
		}	
		
		
		#content a {
			color: #F9eeda;
			text-decoration: none;
		}
		
		#content a:hover{
			color: #000000;
			text-decoration: none;
			border-bottom: none;	
			font-weight: bold;	
		}
	

#slideshow  {
	margin: 162px  auto auto  auto;
	width: 620px;
	height: 401px;
	position: absolute; /* IE Bug Fix */
	display: inline; /* IE Bug Fix */
	left: 318px;
	top: 54px;
}

/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		border: #ECE7D5 thick solid;
			padding: 4px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
		img.p {
			font: bold 10px/Verdana, Arial, Helvetica, sans-serif;
			color: #666666;
			text-align: center;
			}
		
			
			
#footer {
	display: inline;
	margin: -40px 250px auto auto;
	float: right;
}
