@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background-color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-style: normal; 
line-height: 17pt; 
font-weight: normal;
}

h1 {
font: bold 1.5em "Trebuchet MS", Helvetica, sans-serif;
color: #000;
margin-top: 25px;
}
h2 {
font: bold 1.25em Verdana, Arial, Helvetica, sans-serif;
color: #000;
}
h3 {
font-size:1em; 
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
font-size:.9em;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#homeBack {
	 background-image: url(mid_div.jpg); 
	 background-repeat: repeat-x; 
	 background-position: top left; 
	 margin-top: 38px;
	 padding: 1.5em 2em 1.5em 3em;  
	 background-color: #009933; 
	 height:240px;
}

.border {
	border: 1px #009933 solid; 
	margin-top: 38px;
	padding: 5em 0;
}

.border2 {
	border: 1px #009933 solid; 
	padding: 1.5em 2em 1.5em 3em; 
	margin-top: 38px;
}

.border3 {
border: 1px #009933 solid; 
padding: 0.5em 2em 1.5em 2em;	
margin-top: 38px;
}

p {
font: 1em Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin-bottom: 10px;
line-height:inherit;
}

a {
font: 1em Verdana, Arial, Helvetica, sans-serif;
color: #009933;
text-decoration: none;
line-height: inherit;
}

a:hover {
color: #000000;
border-bottom: groove 1px #009933;
}

#container {
width: 850px;
margin: 0em auto 0em auto;
text-align:left;
padding: 0.2em 0em 1em 0em;
}

ul#topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 810px;
	background: #222;
	font-size: 0.8em;
	background: url(topnav_bg.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul#topnav li a{
	padding: 0px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul#topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
	border-bottom: none;
}
ul#topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul#topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul#topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul#topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul#topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #093 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul#topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #003399 url(dropdown_linkbg_hov.gif) no-repeat 10px center;
}


/*ul#menu {
display: inline;
text-align: center;
color: #FFF;
margin: auto;
}

ul#menu li {
  list-style: none;
  text-align: center;
  margin: 0;
  display:inline;
}

ul#menu li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  display: inline;
  text-decoration: none;
  padding: 0 0.85em;
  font-weight: normal;
  line-height: 1em;
  color: #FFF;
}

ul#menu li a:hover {
color: #CCC;
border: none;
}

ul#whoNav {
display: inline;
color: #666;
line-height: 22px;
margin-left: 100px;
}

ul#whoNav li {
  list-style: none;
  display:inline;
}

ul#whoNav li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  display: inline;
  text-decoration: none;
  padding: 0 0.75em;
  color: #666;
  font-weight: normal;
  line-height: 0.5em;

}

ul#whoNav li a:hover {
color: #009933;
border: none;
}
*/
#home #topnav .home,
#members #topnav .members,
#missions #topnav .missions,
#who #topnav .who, 
#events #topnav .events,
#students #topnav .students,
#donations #topnav .donations,
#membership #topnav .membership,
#contact #topnav .contact
{
color: #FFF;
font-weight: bold;
cursor: default;
background: none;
}

/*#missions #newOrleans #whoNav .newOrleans, 
#missions #teacapan #whoNav .teacapan
{
color: #666;
font-weight: bold;
cursor: default;
background: none;
}
*/
#greenBot
{
	padding: 0.5em 2em 1.5em 3em; 
	margin-top: 0; 
	background-color: #093;
}

.center {
margin: 0 auto;
text-align:center;
}

.leftCol {
float:left;
width: 350px;
margin-left: 25px;
margin-top: 20px;
}

.rightCol {
float: left;
width: 350px;
margin-left: 40px;
margin-top: 20px;
}

.clear {
clear: both;
}

.imgRight {
float: right;
margin: 0 0 10px 10px;
}

.division {
border-bottom: dashed 1px #003399; 
margin: 20px 0;
}

.list {
display: marker;
list-style:inside;
color: #000;
}

.sub {
margin-left: 15px;
font-size: 100%;
list-style: none;
font-weight: normal;
}

.intro {
	margin: 0.5em 0 0em 0; 
	color: #FFF; 
	width: 380px; 
	font-size: 1em;
	line-height: 1.2em;
}

.leadIn {
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}

.news {
	background-color: #FFF;
	border: 1px dashed #009933;
	width: 400px;
	padding: 0 10px;
}

.news h3 {
	color: #009933;
	text-decoration:underline;
}

.news a {
	color: #000;
	border-bottom: dashed 1px #009933;
}

.news a:hover {
	color: #009933;
	border: none;
}

/* Code for rounded boxes */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
    font: 1em Verdana, Arial, Helvetica, sans-serif;
	}
/* Normal styling */
.cb {
	margin:0.5em 0;
	
}
	/* Top corners and border */
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute;
	top:0;
	right:0;
}
#two {
	float:left;
	width:45%;
}
.two .i1,
.two .i2 { background-image:url(borders.gif); }
.two .bt,
.two .bt div,
.two .bb,
.two .bb div { background-image:url(box.gif); }
#three {
	float:left;
	clear:both;
	width:80%;
}
#three .cb {
	float:left;
	width:40%;
}
<!--[if lt IE 8]>
<style type="text/css">
/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url(borders.gif);}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(box.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.one {width:70%;}

/* Custom rules for the buttons */
/* All IE versions need a width */
.button {width:20em;}
/* IE 7 does not need these */
* html .button .i1,
* html .button .i2 {background:transparent;}
* html .button .bt,
* html .button .bt div {background-image:url(button.gif);}
* html .button .bb,
* html .button .bb div {background-image:url(button.gif);}
</style>
<![endif]-->
