/*This is the entire CSS sheat for the
web page discussion*/

body 
{
	margin:0px;
	padding:0px;
	/*background-image:url(../images/back2.jpg);*/
	/*background-color:#151617;*/
	background-color:#E6DFCE;
}

p ul li
{
	margin:0px;
	padding:0px;
}

/*this is to float any object that needs to be floated*/

.floatl
{
	float:left;
	padding-right:5px;
}

.floatr
{
	float:right;
	padding-left:5px;
}

.floatl1
{
	float:left;
	width:400px;
}

/*This tag will surround the entire rest
of the div tags to align everything with in
it. Because it will be used once then this
tag needs to be an ID.*/
div#outer
{
	display:block;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
div#mains
{
	width:770px;
	padding-left:auto;
	padding-right:auto;
	/*padding-bottom:3px;*/
	background-color:#151617;
	float:left;
}

#mains div#main
{
	position:relative;
	width:760px;
	background-color:#E6DFCE;
	float:left;
}

/*This will actually be the filled in div tags
that we can use for information These are kept in the
order that they appear on the page*/

#mains div#main div#secondstripe
{
	position:relative;top:0px;left:0px;
	width:760px;
	height:130px;
	background-color:#C9BEA8;	
	float:left;
}

#mains div#main div#secondstripe div#line
{
	position:absolute;top:0px;left:0px;
	width:760px;
	height:47px;
	background-color:#151617;	
	float:left;
}

#mains div#main div#secondstripe div#line div#topstripe
{
	position:absolute;top:0px;left:0px;
	width:760px;
	height:45px;
	background-color:#D9CCB0;	
	float:left;
}

#mains div#main div#secondstripe div#leftpic
{
	position:absolute;top:-1px;left:596px;
	width:165px;
	background-color:Transparent;
	z-index:1;
}

#mains div#main div#secondstripe div#pics
{
	position:absolute;top:55px;left:210px;
	width:150px;
	background-color:Transparent;
	float:left;
}

#mains div#main div#secondstripe div#logo
{
	position:absolute;top:0px;left:0px;
	width:192px;
	background-color:Transparent;
	float:left;
}

#mains div#main div#secondstripe div#header
{
	position:relative;top:10px;left:195px;
	width:527px;
	background-color:Transparent;
	z-index:2;
	float:left;		
}

#mains div#main div#containment1
{
	width:760px;
	background-color:#C9BEA8;
	background-image:URL(../images/signlow2.gif);
	background-repeat:repeat-y;
	float:left;
}

.navigation
{
	width:192px;
	background-color:#C9BEA8;
	background-image:URL(../images/signlow.gif);
	background-repeat:repeat-y;	
	float:left;
}

#mains div#main div#containment1 div#information
{
	width:410px;
	float:left;
}

#mains div#main div#containment1 div#information1
{
	width:410px;
	float:left;
	padding-left:25px;
}

div#adds
{
	width:150px;
	position:relative;left:0px;top:15px;
	float:right;
	z-index:1;
}

/*as this ounds this is the bottom of th page*/
#mains div#main div#bottom
{
	position:relative;
	width:760px;
	height:40px;
	background-color:#C9BEA8;
	background-image:URL(../images/stage1.gif);
	/*background-image:url(../images/base.gif);	*/
	background-repeat:no-repeat;
	float:left;
}

#mains div#main div#bottom div#textbase
{
	padding-left:192px;
	padding-right:150px;
	text-align:center;
	width:410px;
	float:left;
}

#mains div#main .test
{
	padding:0px;
	margin:0px;
	position:absolute;left:510px;top:140px;
	*left:0px;
	*top:0px;
	width:120px;
}

/*This tag is for the head text we override h1*/

H1
{
	padding:0px;
	margin:0px;
	font-family:Papyrus, Edwardian Script ITC,Georgia;
	font-size:24pt;
	font-weight:bolder;	
	/*text-shadow:black 1px 1px 0px;*/
	/*height:1px;
	filter:shadow(color="#666666", direction=135, strength=3);
	color:#840000;
	/*text-transform:uppercase;*/
}

/*H2 is the sub text for the header*/

H2
{
	padding:0px;
	margin:0px;
	font-family:Papyrus,Edwardian Script ITC,Georgia;
	font-size:14pt;
	/*text-shadow:black 1px 1px 0px;*/
	/*height:1px;
	filter:shadow(color="#666666", direction=135, strength=3);
	color:#840000;*/
}

.maininformation
{
	padding:0px;
	margin:4px;
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
}

H3
{
	padding:0px;
	margin:0px;
	font-family:Engravers MT,Tahoma,Georgia;
	font-size:14pt;
	/*text-shadow:black 1px 1px 0px;*/
	color:#840000;
}

H4
{
	padding:0px;
	margin:0px;
	font-family:Engravers MT,Tahoma,Georgia;
	font-size:12pt;
	/*text-shadow:black 1px 1px 0px;*/
	color:#840000;	
}

H5
{
	padding:0px;
	margin-top:-7px;
	*margin-bottom:-2px;
	font-family:Engravers MT,Tahoma,Georgia;
	font-size:8pt;
	text-align:center;
	/*text-shadow:black 1px 1px 0px;*/
	color:#616460;
}

H6
{
	padding:0px;
	padding-top:15px;
	*padding-top:5px;
	margin:0px;
	font-family:Engravers MT,Tahoma,Georgia;
	font-size:7pt;
	text-align:center;
	/*text-shadow:black 1px 1px 0px;*/
	color:#616460;
}

a
{
	text-decoration:none;
	border:0;
	color:#840000;
	font-family:Engravers MT,Tahoma,Georgia;
}

.basetext
{
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Engravers MT;
	font-size:xx-small;	
}

/*list information*/

#nav
{
	text-decoration:none;
	list-style-type:none;
	list-style:none;	
}

#nav li
{
	margin:0px;
	padding:0px;
	position:relative;
	top:-20px;
	*top:0px;
	height:35px;
	width:75px;
	background-image:URL(../images/bsign.gif);
	background-repeat:no-repeat;
}

#nav li.off
{
	width:115px;
	left:0px;	
}

#nav li.off ul
{
	list-style-type:none;
}

#nav li a 
{
	/*for all links in the list*/
	color:#616460;
	font-family:Engravers MT,Tahoma,Georgia;
	text-decoration:none;
	font-size:8pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/*second list items*/
#nav li.off ul.council
{
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  text-decoration:none;
  height: 0px;
  padding: 0px;
}

#nav li.off ul.council
{
  /*put the subnav below*/
  top:0px; /*reposition for IE*/
  left:100px;
  *left:67px; /*reposition for IE*/
}

#nav li.off ul.council li
{
	float:none;
	text-align:center;
	vertical-align:middle;
	top:0px;
	*padding: 0px;
}

#nav li.off ul.council li a 
{
	text-align:center;
  	border: 0;
	*height: 0px;
	*top:0px;
	*padding:0px;
	padding:0px;
}

#nav li.off:hover ul.council, #nav li.over ul.council
{
  	/*  display the other topics when
      their parent is hovered */
  	display:block;
  	z-index:10005;
}

#nav li.off a:hover, #nav li:hover a,#nav li.over a 
{
	
}

