/*
	www.qyrang.ca
	By: Josh Solecky
	http://www.gocactus.com
*/

/* BASIC PAGE SETUP & RESET */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% "Trebuchet MS", Helvetica, sans-serif; background: #333132; }

ul { list-style: none inside; }
p { font: 1.3em/1.3em "Trebuchet MS", Helvetica, sans-serif; margin-bottom: 1.3em; }
a { outline: none; text-decoration: none; }
img, a img { border: none; }
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */




/* STRUCTURE */

#page-wrap {
	margin: 0 auto;
	width: 1000px;
	background: url(images/BG-repeat.jpg) repeat-y;
}

#body {
	margin: 0 auto;
	width: 900px;
	background: #ece2b9;
}

/* END STRUCTURE */




#header {
	height:190px;
	background: url(images/header.jpg) no-repeat;
	}
	
#img-area.home {
	height: 276px;
	background: url(images/temp_flash-area.jpg) no-repeat;
	}
	
#img-area {
	height: 236px;
	background: url(images/img-area.jpg) no-repeat;
	}

#img-area.about-img {
	background-image: url(images/img-area2.jpg);
	}

#img-area.join-img {
	background-image: url(images/img-area5.jpg);
	}
	
#img-area.contact-img {
	background-image: url(images/img-area4.jpg);
	}
	
#img-area.multi-img {
	background-image: url(images/img-area3.jpg);
	}



/* NAVIGATION */

#nav {
	height: 43px;
	background: url(images/BG-nav.jpg) no-repeat;
	}

.home-nav {
	height: 30px;
}

ul#navigation li {
	text-indent: -9999px;
	display: inline;
	float: left;
	}

		ul#navigation li#home a:link, ul#navigation li#home a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat 0 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		
		ul#navigation li#home a:hover {
			background-position: 0 -34px;
		}
		
		ul#navigation li#about a:link, ul#navigation li#about a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat -150px 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		
		ul#navigation li#about a:hover {
			background-position: -150px -34px;
		}
		
		ul#navigation li#command a:link, ul#navigation li#command a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat -300px 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		
		ul#navigation li#command a:hover {
			background-position: -300px -34px;
		}
		
		ul#navigation li#multimedia a:link, ul#navigation li#multimedia a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat -450px 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		
		ul#navigation li#multimedia a:hover {
			background-position: -450px -34px;
		}
		
		ul#navigation li#join a:link, ul#navigation li#join a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat -600px 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		
		ul#navigation li#join a:hover {
			background-position: -600px -34px;
		}
		
		ul#navigation li#contact a:link, ul#navigation li#contact a:visited {
			background: url(images/NAV-buttons.jpg) no-repeat -750px 0;
			display: block;
			height: 34px;
			width: 150px;
		}
		 
		ul#navigation li#contact a:hover {
			background-position: -750px -34px;
		}

/* END NAVIGATION */





/* CONTENT */

.homecontent {
	width: 900px;
	height: 520px;
	background: url(images/BG-content.jpg) no-repeat;
	}

.contact-bg {
	background: url(images/BG-content2.jpg) top right no-repeat;
	}
	
.brandy {
	background: url(images/BG-brandy.jpg) no-repeat;
}

#content #brandywine a {
	text-decoration: none;
	border-bottom: none;
}

.new-title {
	margin-top: 50px;
}

.sub-title {
	color: #545e39;
	font-size: 14px;
	}

#content {
	width: 860px;
	padding: 20px 20px 20px 20px;
	}
	
#content.command {
	width: 410px;
	padding: 20px 20px 20px 20px;
	}

.command img {
	margin: 0 8px 10px 0;
	}

#content h1, #content.home h1 {
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #2f3e1e;
	}

#content.home {
	width: 303px;
	padding: 20px 290px 0 20px;
	}
	
#content.home h1 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #2f3e1e;
	}

#content ul {
	color: black;
	line-height: 1.5em;
	margin-left: 20px;
	}

#content ul.list{
	margin-bottom: 20px;
	}

#content ul.list li {
	list-style: outside;
	font-size: 13px;
	margin-left: 12px;
	line-height: 1.4em;
	}

.dotted {
	border-bottom: 2px dotted white;
	margin: 10px 0 10px 0;
	}
	
.contact img {
	margin: 0 375px 0 0;
}	

#content ul.sub-nav {
	margin: 10px 0 30px 150px;
	}

#content ul.sub-nav li {
	display: inline;
	list-style: none;
	font-size: 16px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #545e39;
	color: #545e39;
	}

#content ul.sub-nav li.last {
	border-right: none;
	}	

#content ul.sub-nav li a {
	border-bottom: 1px dotted #545e39;
	color: #545e39;
	}
	
#content ul.sub-nav li a:hover {
	border-bottom: 1px dotted #2f3e1e;
	color: #2f3e1e;
	}
	
#content a {
	border-bottom: 1px dotted #545e39;
	color: #545e39;
	}
	
#content a:hover {
	border-bottom: 1px dotted #2f3e1e;
	color: #2f3e1e;
	}			
	
/* SIDEBAR */

#sidebar {
	width: 287px;
	background: url(images/sidebar-repeat.jpg) repeat-y;
	}
	
#sidebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 10px;
	}

#sidebar a {
	color: white;
	border-bottom: 1px dotted white;
	}
	
#sidebar a:hover {
	color: #545e39;
	border-bottom: 1px dotted #545e39;
	}

.sidebar-content {
	width: 222px;
	padding: 0 40px 0 25px;
	color: white;
	background: url(images/sidebar.jpg) no-repeat;
	}
	
.sidebar-bottom {
	width: 287px;
	height: 20px;
	background: url(images/sidebar-bottom.jpg) no-repeat;
	}

/* END SIDEBAR */

/* END CONTENT */





/* FOOTER */

#footer {
	width: 900px;
	height: 73px;
	color: white;
	background: url(images/footer.jpg) no-repeat;
	}

#footer p {
	font-size: 1.1em;
	}
	

#footer a {
	color: white;
	border-bottom: 1px dotted white;
	}
	
#footer a:hover {
	color: #545e39;
	border-bottom: 1px dotted #545e39;
	}

/* END FOOTER */