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

body {
	background: #aed5ae url(images/body-bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
}

p, a, ul, li, div, h1, h2, h3, h4, strong, em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#contain {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
	#contain p {
		text-align: left;
		margin-left: 15px;
		margin-right: 20px;
		width: 580px;
	}

#header {
	width: 800px;
	height: 300px;
	background: url(images/header/rotate.php) top left no-repeat;
	margin: 0px;
	padding: 0px;
}
	#header-nav {
		width: 800px;
		height: 30px;
		background: url(images/nav/header-nav-bg.png) top right no-repeat;
		text-align: right;
		padding-top: 15px;
	}
	#header-wimpyplayer {
		width: 210px;
		height: 16px;
		margin-top: 7px;
		margin-right: 15px;
		float: right;
	}

#navigation {
	width: 800px;
}

#sidebar {
	width: 200px;
	float: right;
	text-align: center;
	padding-top: 15px;
}
	#sidebar p {
		width: 180px;
	}

#footer {
	width: 770px;
	background: #005b00;
	padding: 15px;
	clear: both;
}




/* -------------------- tag styling -------------------- */

a {
	color: #3f933f;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #3f933f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: left;
	margin-left: 15px;
}

h2 {
	color: #005b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
	margin-left: 15px;
}

ul, li, td {
	text-align: left;
	color: #555;
}

table, tr, td {
	text-align: left;
	vertical-align: top;
}



/* -------------------- navigation -------------------- */


#top-nav {
	width: 800px;
	height: 50px;
	background: #005b00 url(images/nav/top-nav.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}
	#top-nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#top-nav li, #top-nav a {
		height: 50px;
		display: block;
	}

		#top1 {	
			left: 0; width: 164px;
			/*  background: transparent url(images/nav/top-nav.gif) 0px -50px no-repeat; */
			}
		#top1 a:hover, #top1.current {
			background: transparent url(images/nav/top-nav.gif) 0px -50px no-repeat;
			}

	  	#top2 {
			left: 164px; width: 116px;
			}
		#top2 a:hover, #top2.current {
			background: transparent url(images/nav/top-nav.gif) -164px -50px no-repeat;
			}
			
	    #top3 {
			left: 280px; width: 174px;
			}
		#top3 a:hover, #top3.current {
			background: transparent url(images/nav/top-nav.gif) -280px -50px no-repeat;
			}

	    #top4 {
			left: 454px; width: 105px;
			}
		#top4 a:hover, #top4.current {
			background: transparent url(images/nav/top-nav.gif) -454px -50px no-repeat;
			}

	    #top5 {
			left: 559px; width: 101px;
			}
		#top5 a:hover, #top5.current {
			background: transparent url(images/nav/top-nav.gif) -559px -50px no-repeat;
			}

	    #top6 {
			left: 660px; width: 140px;
			}
		#top6 a:hover, #top6.current {
			background: transparent url(images/nav/top-nav.gif) -660px -50px no-repeat;
			}




#bottom-about {
	width: 800px;
	height: 50px;
	background: #ebcb94 url(images/nav/bottom-nav-about.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}
	#bottom-about li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#bottom-about li, #bottom-about a {
		height: 50px;
		display: block;
	}


		#about1 {	
			left: 0; width: 149px;
			}
		#about1 a:hover {
			background: transparent url(images/nav/bottom-nav-about.gif) 0 -50px no-repeat;
			}

	  	#about2 {
			left: 149px; width: 142px;
			}
		#about2 a:hover {
			background: transparent url(images/nav/bottom-nav-about.gif) -149px -50px no-repeat;
			}

	    #about3 {
			left: 291px; width: 130px;
			}
		#about3 a:hover {
			background: transparent url(images/nav/bottom-nav-about.gif) -291px -50px no-repeat;
			}




#bottom-contact {
	width: 800px;
	height: 50px;
	background: #ebcb94 url(images/nav/bottom-nav-contact.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}
	#bottom-contact li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#bottom-contact li, #bottom-contact a {
		height: 50px;
		display: block;
	}


		#contact1 {	
			left: 0; width: 149px;
			}
		#contact1 a:hover {
			background: transparent url(images/nav/bottom-nav-contact.gif) 0 -50px no-repeat;
			}

	  	#contact2 {
			left: 149px; width: 142px;
			}
		#contact2 a:hover {
			background: transparent url(images/nav/bottom-nav-contact.gif) -149px -50px no-repeat;
			}

	    #contact3 {
			left: 291px; width: 130px;
			}
		#contact3 a:hover {
			background: transparent url(images/nav/bottom-nav-contact.gif) -291px -50px no-repeat;
			}




#bottom-media {
	width: 800px;
	height: 50px;
	background: #ebcb94 url(images/nav/bottom-nav-media.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}
	#bottom-media li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#bottom-media li, #bottom-media a {
		height: 50px;
		display: block;
	}


		#media1 {	
			left: 0; width: 149px;
			}
		#media1 a:hover {
			background: transparent url(images/nav/bottom-nav-media.gif) 0 -50px no-repeat;
			}

	  	#media2 {
			left: 149px; width: 142px;
			}
		#media2 a:hover {
			background: transparent url(images/nav/bottom-nav-media.gif) -149px -50px no-repeat;
			}




#bottom-projects {
	width: 800px;
	height: 50px;
	background: #ebcb94 url(images/nav/bottom-nav-projects.gif);
	margin: 0px auto;
	padding: 0;
	position: relative;
}
	#bottom-projects li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	#bottom-projects li, #bottom-projects a {
		height: 50px;
		display: block;
	}


		#projects1 {	
			left: 0; width: 133px;
			}
		#projects1 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) 0 -50px no-repeat;
			}

	  	#projects2 {
			left: 133px; width: 93px;
			}
		#projects2 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -133px -50px no-repeat;
			}

	  	#projects3 {
			left: 226px; width: 109px;
			}
		#projects3 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -226px -50px no-repeat;
			}

	  	#projects4 {
			left: 335px; width: 151px;
			}
		#projects4 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -335px -50px no-repeat;
			}

	  	#projects5 {
			left: 486px; width: 119px;
			}
		#projects5 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -486px -50px no-repeat;
			}

	  	#projects6 {
			left: 605px; width: 79px;
			}
		#projects6 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -605px -50px no-repeat;
			}

	  	#projects7 {
			left: 684px; width: 116px;
			}
		#projects7 a:hover {
			background: transparent url(images/nav/bottom-nav-projects.gif) -684px -50px no-repeat;
			}





/* ------------------ custom classes ------------------ */


.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right {
	text-align: right;
}
.bottom {
	padding-bottom: 15px;
}

.quote-contain {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.quote-top {
	width: 180px;
	height: 15px;
	background: url(images/quote-top.gif) no-repeat;
}	
.quote {
	width: 180px;
	background: #d0d0d0 url(images/quote-bg.gif) center center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.quote-bottom {
	width: 180px;
	height: 15px;
	background: url(images/quote-bottom.gif) no-repeat;
}
.subtitle {
	text-align: left;
	width: 585px;
}