	/*	CSS by www.invisible-ink.com	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #000 url(img/bg.gif);
	font: 12px/1.4 Gill Sans, arial, helvetica, georgia;
	color: #fff;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	width: 215px;
	height: 273px;
	background: transparent url(img/cascadequad.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}
		
h2, .header_1	{
	font-size: 18px;
	color: #febd11;
	font-weight: bold;
	padding: 0;
	margin: 0 0 14px 0;
	}
	
h4, .header_2	{
	font-size: 14px;
	color: #febd11;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: #fff;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
input.btn { 
	color: #000; 
	font-weight: bold;
	background-color: #9cc; 
	border: 1px solid; 
	border-color: #000; 
	padding: 10px;
	margin: 0 0 15px 0;
	cursor: pointer;
	} 
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #4c4b3c url(img/shell.png) top left repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 215px;
	background: transparent;
	float: left;
	padding: 0;
	margin: 0;
	}

#content 	{
	width: 745px;
	float: left;
	margin: 0;
	padding: 20px;
	border-top: 14px solid #231f20;
	}
	
#footer	{
	clear: both;
	background: transparent url(img/footer.png) bottom left no-repeat;
	width: 980px;
	margin: 0;
	padding: 10px 10px;
	text-align: right;
	color: #ccc;
	}

	/*	Main Menu	*/

#globalnav	{
	width: 215px;
	height: 383px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	width: 215px;
	height: 383px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	height: 49px;
	left: 0;
	}
	
#menu li, #menu a {
	height: 49px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0px; width: 215px; top: 0;}
#about	{left: 0px; width: 215px; top: 49px;}
#photos	{left: 0px; width: 215px; top: 98px;}
#events	{left: 0px; width: 215px; top: 147px;}
#members	{left: 0px; width: 215px; top: 196px;}
#sponsors	{left: 0px; width: 215px; top: 245px;}
#contact	{left: 0px; width: 215px; top: 294px;}

#home a:hover {background: transparent url(img/menu.png) 0 -383px no-repeat;}
#about a:hover {background: transparent url(img/menu.png) 0 -432px no-repeat;}
#photos a:hover {background: transparent url(img/menu.png) 0 -481px no-repeat;}
#events a:hover {background: transparent url(img/menu.png) 0 -530px no-repeat;}
#members a:hover {background: transparent url(img/menu.png) 0 -579px no-repeat;}
#sponsors a:hover {background: transparent url(img/menu.png) 0 -628px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) 0 -677px no-repeat;}

	/*   Extra Formatting 	*/

.nomargin	{
	padding: 0;
	margin: 0;
	}

.header	{
	background: #000;
	color: #fff;
	}

.cell a:link, .cell a:hover, .cell a:visited	{
	color: #000;
	}

.cell	{
	background: #e5e5e5;
	color: #000;
	}

	/*   Links 	*/

a:link	{
	color: #fff;
	font-weight: bold;
	}
	
a:visited	{
	color: #e5e5e5;
	font-weight: bold;
	}
	
a:hover	{
	color: #febd11;
	font-weight: bold;
	text-decoration: none;
	}

	/*   Increase your visibility with Invisible Ink	*/
	
#ink  {
	width: 980px;
	height: 20px;
	margin: 6px auto 15px auto;
	text-indent: -9999px;
	}
	
#ink a {
	width: 155px;
	height: 20px;
	display: block;
	float: right;
	background: transparent url(img/ink.png) top left no-repeat;
	}
	
#ink a:hover	{
	display: block;
	width: 155px;
	height: 20px;
	background: transparent url(img/ink.png) 0px -20px no-repeat;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}
