/* CSS Document */

/* modified version of "soft_green" style sheet */
/* found at http://www.oswd.org/ */
/* by Nicolas Fafchamps */
/* http://nicolas.freezee.org */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #182801;
}


.container {
	margin-top: 10px;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -370px;
	border: 0px solid #f00;
	color: #000;
	background-color: #eee;
}


.header {
	background-image: url("images/headerlogo 800px.jpg");
	background-repeat: no-repeat;
	height: 150px;
	padding-left: 50px;
	padding-top: 40px;
	max-width: 750px;
	border-bottom: 1px solid #182801;
	color: #fff;
}


.header-title-one {
	font-size: 2.3em;
	border-top: 1px solid #fff;
}


.header-title-two {
color: #000;
	text-indent:5px;
	padding-top: 60px;
	font-size: 2em;
	padding-bottom: 3px;
	
}

.header-title-greg {
color: #000;
	text-indent:158px;
	padding-top: 60px;
	font-size: 2em;
	padding-bottom: 3px;
	
}
.menu {
	float: none;
	margin: -24px;
	padding: 12px;
	margin-left: 0px;
	
}

.center {
	padding-left:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


.text-right {
	height: 25px;
	text-align: right;
	padding-right: 10px;
}

/*
.menu-list {
	list-style-type: none;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.menu li {
	display:inline;
}


.menu li a {
	float:left;
width:87px;
nowrap;
text-decoration:none;
color:white;
font-weight:bold;
background:#3366FF;
padding:5px;
border-right:1px solid #FFFFFF;
}

.menu liw a {
	float:left;
width:103px;
nowrap;
text-decoration:none;
color:white;
font-weight:bold;
background:#3366FF;
padding:5px;
border-right:1px solid #FFFFFF;
}


.menu li a:hover {
	text-decoration: none;
	background:#0033FF;

	
}
.menu liw a:hover {
	text-decoration: none;
	background:#0033FF;

	
}
*/

h1{
	margin-left: -30px;
	margin-top: 5px;
	padding-left: 5px;
	font-size: 1.6em;
	color: #000;
	font-weight: normal;
}


h2{
	margin-left: -20px;
	margin-top: 15px;
	padding-left: 5px;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid gray;
}


h2 span {
	border-bottom: 4px solid red;
}


pre {
	font-size:10pt;
}

a{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #9900cc;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}


blockquote{
	margin-left: 5px;
	background-color: #fff;
	padding : 3px;
	border-left: 2px solid #d00;
}

/* not sure what these do, if anything

* html .menu {
	margin-left: -3px;
}


* html .menu li{
	margin-bottom:-3px;
}
/* <style type="text/css"> 
/*#info {height:450px;}
 
 
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {list-style-type:none; 
/* margin:40px 0 0 50px; /* settings for this demo olnly */
padding:0;}
 
#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {
	display:block;
	z-index:100;
	padding: 5px 10px;
	font-size:1.1em;
	font-weight:bold;
	color: #FFF;
	background-color: #00C;
}
#menu li a, #menu li a:visited {display:block; padding:0;}
 
/* #menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}*/
#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {
	margin:0;
	font-size: 1.1em;
	font-weight:bold;
	border-bottom:1px solid #fff;
	float:left;
	border-right:1px solid #fff;
	background-color: #3366FF;
}
#menu dd {
	display:none;
	border-bottom:1px solid #cce;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 1em;
	text-align:left;
	background-color: #3366FF;
}
 
#menu dt a, #menu dt a:visited {
	display:block;
	color:#FFF;
	padding: 5px 10px;
	text-decoration:none;
}
#menu dd a, #menu dd a:visited {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding: 5px 10px;
	background-color: #06F;
}
 
#menu li a:hover {
	border:0;
	background-color: #0033FF;
}
 
#menu li:hover dd, #menu li a:hover dd {
	display:block;
	background-color: #0033FF;
}
#menu li:hover dl, #menu li a:hover dl {
	border-bottom:3px solid #0033FF;
	background-color: #FFF;
}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	color:#FFF;
	background-color: #0033FF;
}
 
 
</style>

