ss@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
!a:visted {text-decoration:none; color:#000000;}
!a:link {text-decoration:none; color:#000000;}
!a:hover {text-decoration:none; color:#FFFFFF;}

body {
	background-color:#672633;
	}
	

#wrapper {
	position: relative;
	width:100%;
	height:100%;
	z-index:1
	}

	
#logo {
	position: absolute;
	left: 0em;
	top: 0em;
	z-index:15;
	}
	
.curtistipis {
	background-image: url(images/curtistipi.jpg);
	background-repeat:none;
}
	
.greenbg {
	background-image: url(images/GreenTranspartent.png);
	background-repeat:repeat;
	}
	
*.borders {
	border-bottom:2px solid #000000;
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #000000;
	}
#content {
	position: relative;
	padding: 0;
	width: 50em;
	height: 60em;
	left: 4em;
	top: 2em;
	bottom:0;
	z-index:5;
	border:0;
	}

#header h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	float: left;
	width: 80%;
	color:#000000;
	line-height: normal;
	margin-top: 1.5em;
	margin-right: 0%;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}
	
#header h2.index {
	float: right;
	width: 85%;
	color:#000000;
	line-height: normal;
	margin-top: 2em;
	margin-right: 1em;
	border: thin none #000000;
}
	
#header {
	position: relative;
	left:auto;
	right:auto;
	top:0;
	width:100%;
	height:8em;
	z-index:6;
}

.tempheader	{
	background-color:#999966;
	border-bottom:2px solid #000000;
	border-top: thin solid #000000;
	border-right: medium outset #000000;
	border-left: thin solid #000000;
	background-image: url(images/IndiansandTipis.jpg);
	background-position:right;
	background-repeat: no-repeat;
	}
	
h3 { font-size:1.1em; }
h4 { font-size:1em; font-weight:normal; }
p  { margin:0; margin-top:1em; }

*.float-divider  { clear:both; height:1px; font-size:1px; line-height:1px; }

#bar		{
	position:relative;
	top:0;
	width:auto;
	float:right;
	margin-bottom:0px;
	border-bottom:0px solid #000000;
	margin-top: .5em;
	margin-right: 0;
	margin-left:0;
	margin-bottom:0em;
	z-index:45;
			}
			
*.later { display:none;
}
			
/* Essential Styles */
*.menu      { float:right; position:relative; top:auto; width:auto; z-index:40; cursor:pointer; 
              font-size:0.8em; white-space:nowrap; 
			  }

*.menu a    { text-decoration:none; color:black; }

*.menu h3   { float:left; margin:0; padding:1px 5px;  
              background:url(g1.jpg) repeat-x left bottom white; }
*.menu h4   { display:inline; margin:0; }

*.menu ul   { position:absolute; margin:0; padding:0; padding-bottom:5px; 
              background:url(g3.jpg) repeat-x left bottom white;  }

*.menu li   { margin:0; padding:2px 25px; list-style-type:none; color:black; }
*.menu li img       { margin-left:-22px; padding-right:5px; }
*.menu li.separator { margin-top:0; border-top:1px solid gray; padding-top:.5em; }
*.menu li.flyout-trigger { background:url(flyout1.gif) no-repeat right center; }

*.menu h3.hover      { background:url(g2.jpg) repeat-x left top white; }
*.menu li.hover      { background-color:#660066; color:white; }

*.menu ul.dropdown   { top:100%;  clear:left; }
*.menu ul.submenu    { left:100%; margin-top:-1.5em; margin-left:-0.3em; }

*.menu *.hidden      { left:-99999px; top:-99999px; }

*.menu h3,*.menu ul {
	border-left:1px solid #999999;
	border-right:1px solid #660099;
	border-top:1px solid #999999;
	border-bottom:0px solid #660099;
}
/* Essential styles that do not work properly in Internet Explorer 6. */
*.menu li.flyout-trigger.hover 
            {
	background-color: #660066;
	background-image: url(flyout2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

*.menu li.hover > a  { color:white; }


#mainbody {
	position: relative;
	top: 0;
	left: 0;
	right:0;
	height: auto;
	width: 50em;
	margin-top: .5em;
	z-index:30;
	padding-top: .5em;
}

#picture {
	position:absolute;
	top:3em;
	left:70%;
	width:auto;
	height:auto;
	right: 0px;
	margin: 1em;
	float: none;
	}


#rightbar {
	position:absolute;
	float:right;
	width:30%;
	height:60%;
	left:65%;
	right:-1em;
	margin:0em;
	border:thin solid #000000;
	background-color:#660066;
	top: 2em;
}
p.middlelink{
text-align:center
}

#navlink {
	position: absolute;
	top:-1.5em;
	left:auto;
	right:0;
	width:auto;
	height:1em;
	margin-left:0em;
	margin-right:0em;
	padding:0;
	border:0;
	}
	
*.navlink {
	position:relative;
	display:inline;
	width:auto;
	cursor:pointer;
	font-size:0.9em;
	padding:0;
	text-align:right;
	color:#ffffff;
	white-space:nowrap;
	border:0;
	}
	
.navlink li a:visted { text-decoration:none; color:#ffffff; }	
.navlink li a:link  { text-decoration:none; color:#000000; }
.navlink li a:hover { text-decoration:underline; color:#ffffff;}	
	
.navlink ul {
	list-style:none;
	display: inline;
	}
.navlink li {
	list-style:none;
	display:inline;
	padding:.5em;
	}
	
#textbox.about_text {
	position:absolute;
	padding-top:0em;
	padding: 2em;
	text-indent:none;
	margin: 0em;
	}
	
	
#textbox {
	position:relative;
	padding-top:0em;
	padding: 2em;
	height: 50%;
	width: 60%;
	left: 0em;
	border: 0px solid #000000;
	top: 0em;
	margin: 0em;
	text-indent:0em;
	}
	

#textbox_full {
	position:relative;
	padding-top:0em;
	padding: 2em;
	height: 50%;
	width: auto;
	left: 0em;
	right:0;
	border: 0px solid #000000;
	top: 0em;
	text-indent: 0em;
	margin: 0em;
	z-index: 0;
	}

.text {
	font-family:Times New Roman, Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.textindent {
	font-family:Times New Roman, Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 4em;
	}
	
1.contact {
	text-align:center;
	margin-top:0;
	}
	
.text li.text {list-style:none;}
	
#footer {
	position: relative;
	height: auto;
	margin-top:1em;
	border:0px solid #000000;
	text-align:center;
}

p.footer{
	color:#000000;
	font-size:0.7em;
	text-align:center;
	margin-top: 1em;
}

*.footer_nav {
	display:inline;
	height:auto;
	line-height:1em;
	font-size:0.7em;
	text-align:center;
}

ul.footer_nav a:link, ul.footer_nav a:visted, ul.footer_nav a:active { text-decoration:none; color:#330033; }
ul.footer_nav a:hover, ul.footer_nav a:focus { text-decoration:underline; color:#000000; }

*.footer_nav a    { text-decoration:none; color:black; }

*.footer_nav li.hover { background-color:#660066; color:white; }
*.footer_nav li {
	list-style:none;
	display:inline;
	padding-right:2px;
	padding-left:2px;
	border-right:thin solid #000000;
	height:auto;
	text-align:center;
	}
	
*.footer_nav li.noline {border-right:thin none #000000;} 


