/* Styles */

body {
	font: 84%/1.2em arial,sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(../images/backgrounds/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #3A4758;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
img.FloatRight {
	float: right;
	clear: none;
	margin: 10px 0px 10px 10px;
	border: 1px solid #CCC;
	}
	
img.FloatLeft {
	float: left;
	clear: none;
	margin: 10px 10px 10px 0px;
	border: 1px solid #CCC;
	}
	
div#container {
	position: relative;
	top: 0px;
	width: 990px;
	margin: 0px auto 0px auto;
	}

div#WrapperMain {
	width: 990px;
	background-image: url(../images/backgrounds/bg_WrapperMain.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	}
	
div#WrapperMain,
div#header,
div#header div.logo,
div#header a#logo_site,
div#header div.nav,
div#header div.nav ul,
div#header div.nav ul li,
div#header div.nav ul li a,
div#header div.nav ul li.active a span,
div#subnav,
div#WrapperCopy,
table#alumni_roster,
div#footer,
div#footer div.nav,
div#footer div.site_sponsors,
div.information,
div.copyright,
div#sponsors,
table#board {
	float: left;
	clear: none;
	}

	
/*=================================
			Site Header
==================================*/
	
div#header {
	clear: both;
	width: 990px;
	}
	
div#header div.logo {
	width: 167px;
	height: 67px;
	margin: 15px 0px 0px 38px;
	z-index: 1000;
	}
	
div#header a#logo_site {
	position: absolute;
	width: 167px;
	height: 67px;
	background-image: url(../images/logos/logo_LM_site.gif);
	background-repeat: no-repeat;
	z-index: 1000; 
	}
	
div#header a:hover#logo_site {
	text-decoration: none;
	}
	
div#header a#logo_site span {
	visibility: hidden;
	}
	
div#utilitynav {
	float: right;
	clear: none;
	width: 400px;
	height: 31px;
	text-align: right;
	margin: 6px 16px 0px 0px;
	padding-top: 8px;
	}

div#header div#utilitynav a.home,	
div#header div#utilitynav a#contact_us {
	height: 31px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	margin-left: 10px;
	padding: 5px 0px 5px 24px;
	background-image: url(../images/icons/ico_contactus.gif);
	background-repeat: no-repeat;
	}
	
div#header div#utilitynav a.home {
	padding-left: 26px;
	background-image: url(../images/icons/ico_home.gif);
	}

	
div#header div.nav {
	width: 725px;
	height: 50px;
	list-style: none;
	margin: -40px 10px 0px 10px;
	padding: 0px 0px 0px 245px;
	background-image: url(../images/backgrounds/bg_nav_header_shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 900;
	}
	
div#header div.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 900;
	}
	
div#header div.nav ul li {
	display: inline;
	color: #FFF;
	z-index: 900;
	}
	
div#header div.nav ul li a {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	height: 28px;
	margin: 10px 5px 0px 5px;
	padding: 12px 20px 0px 20px;
	background-color: #1B3261;
	}
	
div#header div.nav ul li.about a {
	background-color: #318BB3;
	}
	
div#header div.nav ul li.active a {
	height: 50px;
	color: #1B3261;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background-image: url(../images/backgrounds/bg_nav_header_active_lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	}
	
div#header div.nav ul li.active a span {
	height: 28px;
	padding: 22px 20px 0px 0px;
	cursor: pointer;
	background-image: url(../images/backgrounds/bg_nav_header_active_rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
/*=========================================
			Section Subnavigation
===========================================*/

div#subnav {
	width: 968px;
	height: 50px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-image: url(../images/backgrounds/bg_subnav.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	}
	
div#subnav ul {
	width: 968px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: url(../images/backgrounds/bg_subnav.jpg);
	background-repeat: repeat-x;
	}
	
div#subnav ul li {
	display: inline;
	margin-right: 40px;
	}
	
div#subnav ul li a.active {
	color: #006600;
	font-size: 1.2em;
	}	
	
div#subnav ul li a {
	color: #1B3261;
	font-size: 1em;
	font-weight: bold;
	}
	
/*=========================================
		 		Page Copy
===========================================*/
	
div#WrapperCopy {
	width: 912px;
	margin: 0px 10px 0px 10px;
	padding: 15px 28px 30px 28px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #FFF;
	}
	
div.contact#WrapperCopy {
	margin-top: 10px;
	padding-top: 30px;
	background-image: url(../images/backgrounds/bg_nav_header_shadow.gif);
	background-repeat: repeat-x;
	}
	
div#WrapperCopy h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	}
	
div#WrapperCopy h2 {
	color: #1B3261;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	}
	
div#WrapperCopy h3 {
	line-height: 1.2em;
	}
	
div#WrapperCopy h4 {
	line-height: 1.2em;
	}
	
div#WrapperCopy h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	}
	
div#WrapperCopy p {
	margin-top: 0px;
	line-height: 1.6em;
	}	
	
div#WrapperCopy ul li {
	padding-bottom: 8px;
	}
	
div#WrapperCopy table {
	float: left;
	clear: both;
	}	
	
/* button */
	
a.action_btn {
	float: left;
	clear: both;
	height: 33px;
	color: #000;
	padding: 0px;
	background-image: url(../images/backgrounds/bg_action_btn_rt.gif);
	background-repeat: no-repeat;
	background-position: right;
	}
	
a.action_btn:hover {
	color: #FFF;
	}
	
a.action_btn span {
	float: left;
	clear: none;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px 0px 20px;
	cursor: pointer;
	background-image: url(../images/backgrounds/bg_action_btn_lt.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
/*-- News & Updates box --*/

div#WrapperCopy table.news {
	float: right;
	clear: right;
	width: 279px;
	margin: 0px 0px 20px 20px;
	border-top: 1px solid #CCC;
	}
	
html>body table.news {
	border: none;
	background-image: url(../images/backgrounds/bg_box_home_btm.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-collapse: collapse;
	}
	
table.news tr td,
table.news tr th {
	border-collapse: collapse;
	}

table.news tr td {
	padding: 10px;
	}
	
table.news h1 {
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #CCC;
	margin: 0px 3px 0px 3px;
	padding: 10px 0px 10px 0px;
	}	
	
/*-- Alumni Roster -- */

table#alumni_roster {
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
table#alumni_roster tr th {
	font-size: 1.1em;
	text-align: left;
	padding: 8px 4px 8px 4px;
	border-left: 1px solid #CCC;
	background-color: #EEE;
	}
	
table#alumni_roster tr td {
	padding: 5px 4px 5px 4px;
	border-bottom: 1px solid #CCC;
	}
	
/*---Quotes--*/

div.quote {
	display: block;
	width: 70%;
	font-size: 1.1em;
	color: #666;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 75px;
	background-image: url(../images/backgrounds/bg_quote.gif);
	background-repeat: no-repeat;
	}
	
/*=========================================
			Sponsors
===========================================*/	
	
div#sponsors {
	width: 872px;
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #EEE;
	}
	
div#WrapperCopy div#sponsors h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: -20px -20px 10px -20px;
	padding: 10px;
	background-color: #EEE;
	}
	
div#WrapperCopy div#sponsors h1 span {
	float: right;
	clear: none;
	font-size: .7em;
	font-weight: normal;
	margin-top: -1.2em;
	margin-right: 10px;
	}
	
div#sponsors iframe {
	width: 872px;
	height: 90px;
	overflow: hidden;
	border: none;
	}
	
/*-- Website Sponsors -- */

div#footer div.site_sponsors {
	width: 970px;
	margin: 5px 0px 5px 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #5F6C7D;
	border-bottom: 1px solid #5F6C7D;
	}
	
div#footer div.site_sponsors h1 {	
	float: left;
	clear: none;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 10px 4px 0px;
	}	
	
/*=========================================
			Footer
===========================================*/


div#footer {
	width: 990px;
	padding-top: 65px;
	padding-bottom: 20px;
	background-image: url(../images/backgrounds/bg_nav_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3A4758;
	}
	
div#footer div.nav {
	width: 970px;
	margin-bottom: 10px;
	}
	
div#footer div.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	text-align: right;
	}
	
div#footer div.nav ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFF;
	}
	
div#footer div.nav ul li.home {
	border: none;
	}
	
div#footer div.nav ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	}
	
div.information {
	width: 320px;
	margin: 10px 0px 0px 0px;
	color: #FFF;
	}
	
div.information span {
	display: block;
	color: #CCCC99;
	font-weight: bold;
	margin-bottom: 6px;
	}
	
div.copyright {
	width: 650px;
	color: #FFF;
	margin: 10px 20px 0px 0px;
	}
	
div.copyright p {
	color: #CCCC99;
	font-size: .8em;
	line-height: 1.6em;
	margin: 0px;
	}
	
/*=====================================
			Board of Directors
=======================================*/

table#board {
	width: 910px;
	}

table#board tr td {
	font-size: .8em;
	width: 20%;
	vertical-align: top;
	}

table#board img {
	display: block;
	}