body {
	margin: 0px;
	padding: 0px;
}

#page-wrapper {
	width: 750px;
	margin: 0px;
	padding: 0 0 20px 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

p {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 9px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.nomargins { margin: 0; padding: 0; }
	
a:link {  text-decoration: none; font-weight: bold; color: #0065a5}
a:visited {  text-decoration: none; font-weight: bold; color: #41a054}
a:hover {  text-decoration: underline; font-weight: bold; color: #b24233}
a:active {  text-decoration: underline; font-weight: bold; color: #b24233}

/* main navigation */

#navbox { 
	/* horizontal rectangle to go behind nav items */
	height: 25px;
	background-color: #ffe99b;	/* yellow background */
	background-image: url(images/nav_bg.gif);
	background-position: 0 4px;
	background-repeat: repeat-x;
	*background-position: 0 3px;
	margin-left: 230px;			/* indented to line up with photos */
	padding: 0;
	margin-top: -3px;
	margin-bottom: -1px;
	}

ul#nav, ul#nav li ul {
	/* zero out list formatting (bullets, indents, spacing, etc.) */
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#nav {
	/* make the top menu row something other than "static" 
	   so the submenu row has something to align to */
	position: absolute;
	}

ul#nav li, ul#nav li ul li { 
	/* this all applies to nav and subnav */
	padding-top: 4px;		/* 4px space above and below each row */
	padding-bottom: 2px;
	float: left;			/* position menu items horizontally in sequence */
	font-family: Arial;		/* set menus in Arial (Bold) */
	}

ul#nav li ul li { 
	/* this all applies to nav and subnav */
	padding-top: 2px;		/* 4px space above and below each row */
	padding-bottom: 2px;
	}

ul#nav li ul {
	/* hide submenu items 
	(until mouse goes over main menu items -- see next definition ) */
	display: none;
	}

ul#nav li:hover ul, ul#nav li.over ul {
	/* show submenu items when mouse goes over main menu items */
	display: block;			/* behave as a standalone element */
	position: absolute;		/* position relative to the main menu */
	left: 0;				
	right: 0;
	width: 500px;
	top: 29px;
	background: #0065a5;	/* blue background */
	margin-top: -5px;
	height: 25px;
	}

/* the next five definitions adjust the horizontal position of each submenu */
/* NOTE: left + width should = 500px */
ul#nav li:hover ul#eventssub, ul#nav li.over ul#eventssub {
	left: 45px;
	width: 455px;				
	}

ul#nav li:hover ul#grantssub, ul#nav li.over ul#grantssub {
	left: 97px;
	width: 403px;				
	}

ul#nav li:hover ul#speakerssub, ul#nav li.over ul#speakerssub {
	left: 150px;
	width: 350px;				
	}

ul#nav li:hover ul#membershipsub, ul#nav li.over ul#membershipsub {
	left: 150px;
	width: 350px;				
	}

ul#nav li:hover ul#photossub, ul#nav li.over ul#photossub {
	left: 342px;
	width: 158px;				
	}

ul#nav li a:hover, ul#nav li ul li a {
	/* style links on both nav and subnav */
	color: white;
	padding-top: 5px;		/* padding added to expand clickable background on links */
	padding-bottom: 6px;	/* as well as background color highlight area */
	padding-left: 6px;
	padding-right: 6px;
	background: #0065a5;	/* blue background */
	}

ul#nav li a {
	/* basic styling for main menu */
	color: #42a255;			/* green text */
	padding-left: 6px;		/* horizontal padding */
	padding-right: 6px;
	}

#subnavbox { 
	/*background area for subnav*/
	height: 25px;
	background-color: #0065a5;	/* blue background */
	}
	
	

/* admin navigation */

#adminnavbox { 
	/* horizontal rectangle to go behind nav items */
	position: relative;
	height: 25px;
	background-color: #ffe99b;	/* yellow background */
	}

ul#adminnav {
	/* zero out list formatting (bullets, indents, spacing, etc.) */
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	}
	
ul#adminnav li { 
	/* this all applies to nav and subnav */
	padding-top: 4px;		/* 4px space above and below each row */
	padding-bottom: 4px;
	float: left;			/* position menu items horizontally in sequence */
	font-family: Arial;		/* set menus in Arial (Bold) */
	}

ul#adminnav li a:hover {
	/* style links on nav */
	color: #0065a5;
	padding-top: 5px;		/* padding added to expand clickable background on links */
	padding-bottom: 8px;	/* as well as background color highlight area */
	padding-left: 6px;
	padding-right: 6px;
	}

ul#adminnav li a {
	/* basic styling for main menu */
	color: #0065a5;			/* blue text */
	padding-left: 6px;		/* horizontal padding */
	padding-right: 6px;
	}



#content {
        display: block;
		width: 520px;
        padding: 0;
        margin: 0;
        padding-top: 30px;
        margin-bottom: 36px;
       float: right;
	}

#sidebar {
        display: block;
		width: 190px;
		margin: 0;
		margin-left: 10px;
 		margin-top: 30px;
  	    padding: 0px;
        float: left;
	}

#footer {
    display: block;
	width: 730px;
	margin-left: 10px;
    padding: 0px;
    text-align: center;
    clear: both;
    border-top: solid gray 1px;
	}

#hotbox {
	width: 100%;
	margin: 0;
    padding: 0;
	font-family: Arial;
	font-size: 12px;
	background: #ffe48a;
	margin-top: 24px;
	}

#hotbox p {
	margin: 0;
	padding: 0 12px;
	}

#hotbox img {
	display: block;
	}
	
h1 {										/* use for main page heads */
	font-family: Georgia, Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #b24233;
	margin: 24px 0px 0px;
	}
	
h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #b24233;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	}


ul { font-family: Georgia, Times, serif; font-size: 12px; line-height: 20px }
li { font-family: Georgia, Times, serif; font-size: 12px; line-height: 20px }

.pictureleft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.pictureright {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 6px;
}
h3 {										/* use for text subheads */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #41a054;
	padding: 3px;
	margin-bottom: 6px;
}
h4 {										/* use for large italic quotes in the sidebar, such as Mission */
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	color: #000;
}
h5 {										/* use for photo captions */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
}
