/* Global Resets & Base -----------------------------------------------------*/
html, body
{
	height: 100%;
}
body
{
    font-size: 9pt;
    color: black;
    background: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,body,dl,dt,dd,form
{
	padding: 0;
    margin: 0;
}
img
{
	display: block;
	border: 0;
}
a
{
    cursor: pointer;
    outline: 0;
}
ul
{
	list-style: none;
}
td
{
	vertical-align: top;
}
.ExternalLinkIcon
{
	display: inline;
	border: 0px;
	padding: 0px 3px 0 3px;
	height: 8px;
	width: 8px;
}
.LargeTextBox
{
	width: 350px;
	height: 100px;
}
/* Wrapper ------------------------------------------------------------------*/
#wraper
{
    font-size: 9pt;
    min-height: 100%;
    background: #a9c2d9;
	/*background-image: url('../Images/stars.gif');*/
	padding: 6px 12px 8px 12px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
    margin: 0px auto;
    width: 750px;
    text-align: left;
}
/* Tagline ------------------------------------------------------------------*/
#topline
{
	background: #3f700c;
	color: White;
	text-align: center;
	padding: 2px 5px 2px 5px;
}
#topline A
{
	color: White;
	text-decoration: none;
}
/* Resource Navigation ------------------------------------------------------*/
#resource_nav
{
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 6px 1px 0px;
}
#resource_nav li
{
	display: inline;
	padding: 0px 5px 0px 8px;
    white-space: nowrap;
    border-right: solid 1px white;
}
#resource_nav li.last
{
    padding-right: 0px;
    border-right: 0;
}
#resource_nav li a
{
    color: white;
    text-decoration: none;    
}
#resource_nav li a:hover
{
    text-decoration: underline;
}
#resource_nav li a.highlight
{
    color: yellow;
    text-decoration: none;
    font-weight: bold;
}
#resource_nav li a.highlight:hover
{
    text-decoration: underline;
}
/* Header -------------------------------------------------------------------*/
#head
{
	position: relative;
	background: white;
	height: 130px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 2px #3f700c;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
#logo
{
	position: absolute;
	top: 0px;
    left: 35px;
    width: 180px;
    height: 120px;    
    background-color: white;
}
#banner
{
	position: absolute;
    top: 0px;
    left: 248px;
    height: 115px;
    width: 500px;
}
/* Top Navigation -----------------------------------------------------------*/
#top_nav
{
	position: absolute;
	top: 120px;
    width: 740px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#top_nav li
{
    float: left;
	padding: 0px 7px 0px 6px;
    border-right: solid 1px #3f700c;
}
#top_nav li.last
{
    border-right: 0;
}
#top_nav li a
{
    height: 21px;
    color: #3f700c;
    text-decoration: none;
}
#top_nav li a:hover
{
    color: #666666;
}
#top_nav li a.active
{
    color: #666666;
}
/* Middle -------------------------------------------------------------------*/
#mid
{
    float: left;
	margin: 0;
    background: #ffffff;
    padding: 10px 0px 12px 0px;
    border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
/* Side Bar -----------------------------------------------------------------*/
#side_bar
{
    float: left;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 148px;
}
#sub_nav
{
	width: 148px;
    background: #add97c;
    padding: 0px 0px 15px 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
#sub_nav ul
{
    font-size: 10pt;
	padding: 6px 0px 0px 0px;
}
#sub_nav ul li a:visited
{
    color: #666666;
}
#sub_nav li a.top
{
	display: block;
	font-size: 11pt;
	color: #ffffff;
    background: #3f700c;
    text-decoration: none;
	padding: 8px 12px 5px 12px;
	background-image: url('../Images/leftnav-topcap.gif');
    background-repeat: no-repeat;
}
#sub_nav li a.top:hover
{
    text-decoration: underline;
}
#sub_nav ul li
{
	padding: 0px 0px 0px 10px;
}
#sub_nav ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 0px 4px 0px;
    /*border-bottom: solid 1px #6b547d;*/
}
#sub_nav ul li a:hover
{
    text-decoration: underline
}
#sub_nav ul li a.active,
#sub_nav ul li a.active:hover
{
    color: #3f700c;
    font-weight: bold;
}
#sub_nav ul li a.children
{
	border: medium none;
}
#sub_nav ul li a.activechildren,
#sub_nav ul li a.activechildren:hover
{
	color: #3f700c;
    font-weight: bold;
	border: 0;
}
#sub_nav ul ul
{
	font-size: 9pt;
	background: #f0f0f0;
	padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px -10px;
}
#sub_nav ul ul li
{
	padding: 0px 0px 0px 15px;
}

#sub_nav ul ul li a
{
	border: 0;
}
/* Social Icons ------------------------------------------------------------*/
#Sponsors
{
	text-align: center;
	margin-top: 15px;
	font-size: 11pt;
	font-weight: bold;
	color: Gray;
}
.Logo
{
	display: inline;
	border: 0px;
	margin: 2px 2px 2px 2px;
	vertical-align: middle;
}
/* Right Bar ---------------------------------------------------------------*/
#right_bar
{
    float: right;
    padding: 0px;
    overflow: hidden;
    width: 148px;
}
/* Right Bar Events ---------------------------------------------------------*/
#right_events
{
	width: 148px;
    background: #ffffdd;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
#right_events ul
{
    font-size: 9pt;
	padding: 6px 0px 0px 0px;
	border-right: dotted 1px #3f700c;
	border-bottom: dotted 1px #3f700c;
	border-left: dotted 1px #3f700c;
}
#right_events ul li
{
	padding: 0px 3px 0px 7px;
}
#right_events ul li a:visited
{
    color: #666666;
}
#right_events li a.top
{
	display: block;
	font-size: 10pt;
	color: #ffffff;
    background: #3f700c;
    text-decoration: none;
	padding: 8px 12px 5px 12px;
	background-image: url('../Images/leftnav-topcap.gif');
    background-repeat: no-repeat;
}
#right_events li a.top:hover
{
    text-decoration: underline;
}
#right_events ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 0px 4px 0px;
}
#right_events ul li a:hover
{
    text-decoration: underline
}
#right_events ul li a.active,
#right_events ul li a.active:hover
{
    color: #3f700c;
    font-weight: bold;
}
.SpecialEvent
{
    font-size: 9pt;
    text-align: center;
}
.SpecialEvent a
{
    color: #3f700c;
    text-decoration: none;
}
.SpecialEvent a:hover
{
    text-decoration: underline;
}
/* Right Bar News -----------------------------------------------------------*/
#right_news
{
	width: 148px;
    background: #ffffdd;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
#right_news ul
{
    font-size: 9pt;
	padding: 6px 0px 0px 0px;
	border-right: dotted 1px #3f700c;
	border-bottom: dotted 1px #3f700c;
	border-left: dotted 1px #3f700c;
}
#right_news ul li
{
	padding: 0px 3px 0px 7px;
}
#right_news ul li a:visited
{
    color: #666666;
}
#right_news li a.top
{
	display: block;
	font-size: 10pt;
	color: #ffffff;
    background: #3f700c;
    text-decoration: none;
	padding: 8px 12px 5px 12px;
	background-image: url('../Images/leftnav-topcap.gif');
    background-repeat: no-repeat;
}
#right_news li a.top:hover
{
    text-decoration: underline;
}
#right_news ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 3px 0px 4px 0px;
}
#right_news ul li a:hover
{
    text-decoration: underline
}
#right_news ul li a.active,
#right_news ul li a.active:hover
{
    color: #3f700c;
    font-weight: bold;
}
/* Right Bar Person -----------------------------------------------------------*/
#right_person
{
	width: 148px;
    background: #ffffdd;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
#right_person ul
{
    font-size: 9pt;
	padding: 6px 0px 0px 0px;
	border-right: dotted 1px #3f700c;
	border-bottom: dotted 1px #3f700c;
	border-left: dotted 1px #3f700c;
}
#right_person ul li
{
	margin: -2px 1px 5px 2px;
	text-align: center;
}
#right_person ul li a:visited
{
    color: #666666;
}
#right_person li a.top
{
	display: block;
	font-size: 10pt;
	color: #ffffff;
    background: #3f700c;
    text-decoration: none;
	padding: 8px 12px 5px 12px;
	background-image: url('../Images/leftnav-topcap.gif');
    background-repeat: no-repeat;
}
#right_person li a.top:hover
{
    text-decoration: underline;
}
#right_person ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
}
#right_person ul li a:hover
{
    text-decoration: underline
}
#right_person ul li a.active,
#right_person ul li a.active:hover
{
    color: #3f700c;
    font-weight: bold;
}
#right_person img
{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
}
/* Main -------------------------------------------------------------------*/
#main
{
    float: left;
    margin: 0px 8px 0px 8px;
    overflow: hidden;
    width: 434px;
    min-height: 500px;
}
#main h1
{
	font-size: 14pt;
	font-weight: normal;
	color: #3f700c;
    background: #add97c;
    border-left: solid 5px #3f700c;
    padding: 5px 6px 3px 6px;
    margin: 0px 0px 10px 0px;
}
#main h2
{
    font-size: 12pt;
	color: #3f700c;
	padding: 9px 0px 9px 5px;
}
#main h3
{
	font-size: 10pt;
	color: #3f700c;
	padding: 6px 0px 6px 5px;
}
#main p
{
	padding: 0px 20px 15px 5px;
}
#main a
{
    color: #709156;
}
#main a:hover
{
    color: #3f700c;
    text-decoration: none;
}
#joinNow
{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
#main ol
{
	list-style-type: decimal;
	margin-left: 35px;
	padding: 0px 20px 5px 0px;
}
#main ul
{
	list-style-type: disc;
	margin-left: 20px;
	padding: 0px 80px 12px 0px;
}
#main li
{
	padding-bottom: 2px;
}
#main img
{
	border: 0;
	margin: 0;
}
#main .biopic
{
	width: 150px;
	height: 200px;
	border: solid 1px black;
	margin: 3px 10px 3px 0px;
	float: left;
}
#main .spotpic
{
	width: 100px;
	height: 150px;
	border: solid 1px black;
	margin: 3px 10px 3px 0px;
	float: right;
}
#main .galleryImage
{
	/*width: 300px;
	height: 200px;*/
	border: solid 1px black;
	margin: 5px 5px 5px 5px;
}
/* Social Icons ------------------------------------------------------------*/
#SocialIcons
{
	text-align: center;
	clear: both;
    font-size: 8pt;
	color: Black;
	background: White;
	width: 728px;
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;	
}
.SocialIcon
{
	display: inline;
	vertical-align: middle;
	border: 0px;
	margin: 0px 10px 5px 10px;
}
/* Footer -------------------------------------------------------------------*/
#foot
{
    clear: both;
    font-size: 8pt;
	color: White;
	background: #7cadd9;
	width: 728px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;    
}
#copyright
{
	width: 400px;
	float: left;
}
#foot A
{
	color: White;
	text-decoration: underline;
}
#foot UL
{
	float: right;
    text-align: right;
    width: 300px;
}
#foot UL LI
{
	display: inline;
	padding: 0px 4px 0px 4px;
    border-right: solid 1px white;
}
#foot UL LI.last
{
    padding-right: 0px;
	border-right: 0;
}
#foot UL LI A
{
    color: White;
    text-decoration: none;
}
#foot UL LI A:hover
{
    text-decoration: underline;
}
#credits
{
	clear: both;
	float: right;
}
#credits a
{
	color: White;
	text-decoration: none;
}
#credits a:hover
{
	text-decoration: underline;
}
/*---------------------------------------------------------------------------*/
#SiteMap LI
{
	font-size: 12pt;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
#SiteMap UL LI LI
{
	font-size: 10pt;
	font-weight: normal;
	list-style-type: disc;
	padding: 0;
	margin: 0;
	border: 0;
}
/*---------------------------------------------------------------------------*/