/* CSS Document */

body{
	padding :0;
	margin :0;
	background-color: #ffffff;
}

#wrapper{
width: 1000px;
background-color: #ffffff;
border: 2px solid #000000;
align-text: left;
}

#header {
	background-color: #181136;
	background-image: url(http://7riverslgbt.org/images/7rivers_banner.gif);
	width: 1000px;
	height: 125px;
	border-bottom: 2px solid #006;
	margin-bottom: 0px;
}

#content{
	padding-top : 30px;
	padding-bottom : 30px;
	padding-left : 200px;
	padding-right : 15%;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content h4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-top: 1px solid #006;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #0000CC;
	background-color : transparent;
}

#content ul {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height : 110%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

li#ellen { display: inline; list-style : none; padding-left : 0px;}
li#elton { display: inline; list-style : none; padding-left : 250px;}
li#365 { display: inline; list-style : none; padding-left : 550px;}


p.indent {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	left : 20px;
	line-height : 100%;
	font-weight: normal;
	color: #0000cc;
	background-color : transparent;
}

#content ol {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height : 110%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

dd, dt {
	font-family: Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 10px;
	}

#rhtcolumn{
	position : absolute;
	top : 130px;
	left : 550px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	color: #666666;
	padding-right : 5px;
}

#script{
	position : absolute;
	top : 130px;
	left : 800px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	color: #666666;
	padding-right : 5px;
}

#navigation{
	position: absolute;
	top : 140px;
	left : 30px;
	width : 150px;	
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #330066;
}

.button a {
	background-color : #ffff99;
	border : 1px solid #993399;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	width : 100%;
}


.subbutton a {
	background-color : #ffff99;
	border : 1px solid #993399;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	padding-bottom : 2px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 2px;

}

.button a:hover {
	background-color : #9933cc;
	color : #FFFFFF;
}


.subbutton a:hover {
	background-color : #9933cc;
	color : #FFFFFF;
}

.boxrt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000066;
	float: right;
	margin: 6px 6px 6px 10px;
	}
	
.boxlft {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 160px;
	padding-right : 15%;
	margin: 2px 10px 2px 2px;
}

.boxbottom {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 160px;
	padding-right : 15%;
	margin: 2px 10px 2px 2px;
}

#footer {
	background-color : #ffff99;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	color: #000066;
	border-top: 2px solid #999999;
	font-size: 10px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
 
