/* Love the Monkey - be the monkey */

/* HTML TAGS */


html, body, form, p, ul, li, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

body {
	background: white url(../images/body_bg.gif) repeat-y left;
	color: #0F0F0F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

@media print {
	body {
		background: transparent;
		color: black;
	}
}

a {
	color: #072FA2;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	color: #444444;
}
h1 {
	font-size: 24px;
	padding-bottom: 8px;
}

h2, h3 {
	padding-bottom: 4px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

hr {
	background-color: #EDEEF4;
	border: 0;
	border-top: 1px solid #D7D9E6;
	height: 4px;
	margin-bottom: 8px;
}

img {
	border: 0;
}

p {
	padding-bottom: 15px;
}

.adminLoginButton
{
	position: absolute;
	color: White;
	top: 5px;
	left: 645px;
	float: right;
}

.crosslink {
	font-size: 12px;
	font-weight: bold;
}

.crosslinkCI {
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #ff9111;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px 5px 5px 14px;
}

/*** REGIONS ***/

@media screen {
	
	.PageContainer {
		background: url(../images/page_bg.gif) repeat-x top;
		position: relative;
		height:100%;
	}
	
	.LoggedInPanel 
	{
		margin-top:9px;
	}
	
	.LoggedInPanel .div
	{
		padding: 10px 0px 0px 0px;
		margin: auto;
		width:155px;
	}
}


/* HEAD */
@media screen {

	.Head  {
		background: url(../images/head_bg.gif) no-repeat;	 
		height: 128px;
		position: relative;
		width: 100%;
		/* width: 910px; */
	}

	.Logo {
		background: url(../images/logo.gif) no-repeat;
		display: block;
		position: relative;
		top: 8px;
		left: 18px;
		width: 161px;
		overflow: hidden;
		padding-top: 73px;
		height: 0px !important;
		height /**/: 73px;
	}
	
	.Search {
		position: relative;
		top: 28px !important;
		top: 26px;
		left: 10px;
		width:160px;
		visibility:hidden;
	}
	
	.Search input {
		border: 1px solid #283471;
		color: #283471;
		padding: 1px 2px;
		text-align: center;
		width: 130px;
		
	}
	
	.Search a {
		background: url(../images/search_go.gif) no-repeat;
		display: block;
		width: 22px;
		position: relative;
		top: -19px !important;
		top: -19px;
		left: 138px;
		overflow: hidden;
		padding-top: 18px;
		height: 0px !important;
		height /**/: 18px;
	}
}

@media print {

	.Logo {
		background: transparent url(../images/logo_print.gif) no-repeat;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 163px;
		overflow: hidden;
		padding-top: 76px;
		height: 0px !important;
		height /**/: 76px;
	}
	
	.Search {
		display: none;
	}
}

/* MAIN NAV */
@media screen {
	.MainNav {
		position: absolute;
		top: 101px;
		left: 179px;
		width: 625px;
	}
	
	.MainNav a {
		display: block;
		float: left;
		color: white;
		font-size: 13px;
		font-weight: bold;
		padding: 5px 10px 6px;
		margin-left: 1px;
		text-decoration: none;
	}
	
	.MainNav a:hover {
		background-color: #7D84AA;
		padding-bottom: 5px;
		text-decoration: none;	
	}
	.MainNav a.on, .MainNav a.on:hover {
		background: white;
		color: #1D2A69;
		border: solid 1px #1D2A69;
		border-bottom-color: white;
		padding: 5px 10px 5px;
		position: relative;
		top: -1px;
	}
}
@media print {

	.MainNav {
		display: none;
	}
}



/* BREADCRUMBS */
@media screen {
	.BreadCrumbs
	{
		position: relative;
		left: 195px;
		top: 5px;
		font-family: Georgia, "Times New Roman", Serif;
		font-size:10px;
		width: 605px;
		color: navy;
	}
	
	.BreadCrumbs a {
		font-size: 10px;
		
	}
}

@media print {
	.BreadCrumbs {
		display: none;
	}
}


/* SECTION NAV */
@media screen {

	.SectionNav {
		position: relative;
		left: 0;
		width: 175px;
		top: 0px;
		
	}
	
	.SectionNav a {
		color: #0B1237;
		display: block;
		font-size: 11px;
		padding: 3px 0 3px 20px;
		height: auto !important;
		height/**/:16px;
		margin-top:1px;
		text-decoration: none;
	}
	
	.SectionNav a.on, .SectionNav a:hover {
		background: url(../images/sectionnav_on.gif) repeat-y left;
		text-decoration: none;
	}
	
	.SectionNav a.sub {
		padding-left: 35px;
	}
}

@media print {
	.SectionNav {
		display: none;
	}
}


/* CONTENT */
.Content {
	position: absolute;
	top: 175px;
	left: 195px;
	width: 583px;
	/*width: 625px;*/
	padding-bottom: 50px;
}

.Content ul, ol
{
	padding-left:16px;
}

@media print {

	.Content {
		left: 0;
		top: 80px;
	}
}

.LeftColumn{
	width: 385px;
	/*width: 450px;*/
	padding-bottom: 25px;
}

.Home
{
	padding-top: 15px;
	position: relative;
	top: -40px;
}

.Home .LeftColumn 
{
	width: 345px;
	/*width: 450px;*/
}

.Home .panel
{
	position: relative;
	background-color: #FDEFDE;
	border-bottom: 1px solid #FF9214;
	color: #666666;
	padding: 10px;
	width: 200px !important;
	width: 208px;
	/*
	width: 320px !important;
	width: 328px;*/
}

.Home .panel hr
{
	color: #FF9214;
	border: 0;
	height: 1px;
	margin: 4px 0;
	
}

.Home .subTitle
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}

.Home .announcment
{
	color: black;
	font-size: 12px;
	display: block;
	padding: 20px 0;
}

.Home .title
{
	position: relative;
	background-color: #FF9214;
	border-right: 1px solid #FF9214;
	color: White;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
	width: 211px !important;
	width: 219px;
	/*
	width: 331px !important;
	width: 339px;*/
	
}

.Article {
	font-size: 12px;
	color: black; /* MAKE THIS BLACK */
	line-height: 1.5;
}

.Article .panel {
	font-size: 11px;
}

.RightColumn {
 	width: 180px;
	position: absolute;
	top: 0;
	left: 405px;
	/* left: 465px; */
}

.Home .RightColumn 
{
	width: 222px;
 	/*width: 340px;*/
	position: absolute;
	top: 12px;
	left: 363px;
	/* left: 465px; */
}

.SectionLeftPanel
{
	padding-right: 12px;
}

.SectionRightPanel
{
	float:right;
	text-align:left;
	border-left: solid 2px #EDEEF4;
	width:260px;
	padding: 0px 0px 5px 12px;	
}

.SectionRightPanel .heading
{
	font-size:11px;
	font-weight:bold;
}

.SectionRightPanel a
{
	font-size: 11px;	
}

.EventsContent
{
	position: relative;
	float:right;
	top: 0px;
	width:300px;
	margin-left: 10px;
	margin-top: 15px;
}

.EventsArticles
{
	position: relative;
	top: 0px;
}

.News
{
	font-size: 11px;
	position: relative;
	float:right;
	top: 0px;
	margin-left: 10px;
}

.News .articles
{
	background-color: #FDEFDE;
	color: #666666;
	border: 1px solid #D7D9E6;
}

.News .RSSRoller {
 	width: 290px;
 	position: relative;
	top: 0px;
	left: 0px;
}

.News .RSSRoller .articles {
 	padding: 0px 10px 0px 10px;
 	margin: 0px 0px 0px 0px;
}

.News .RSSRoller .articles a{
 	display: block;
}

.News .RSSRoller .articles font a{
	font-size: 11px;
	margin: 0px 0px 0px 10px;
}

.News .RSSRoller .articles font {
	font-size: 11px;
}

.News .articles hr
{
	color: #FF9214;
	border: 0;
	height: 1px;
	margin: 4px 0;
	
}

.News .articles rh
{
	color: #FF9214;
	border: 0;
	height: 1px;	
}

.News .title
{
	background-color: #FF9214;
	border-right: 1px solid #FF9214;
	color: White;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
}

.News .articleDate
{
	font-style: italic;
	font-size: 11px;
}

@media screen {

	.advertisement {
		background-color: #EEEEEE;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		letter-spacing: 2px;
		padding: 5px 0 0;
		text-align: center;
		width: 180px;
		margin-bottom: 10px;
	}
	
	.advertisement a {
		color: #AAAAAA;
		display: block;
		padding-bottom: 5px;
	}
}

@media print {
	.Advertisement {
		display: none;
	}
}

/* STYLES */

.title {
	color: #2F3B75;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 24px;
	padding-bottom: 8px;
}

.Content .readMore {
	font-family: Georgia, "Times New Roman", Serif;
}

.frame {
	border: 1px solid #AAAAAA;
	padding: 6px;
	margin: 0 0 10px 10px;
}

.panel {
	background-color: #EDEEF4;
	border: 1px solid #D7D9E6;
	color: #1D2A69;
	padding: 10px;
}

.panel h1 {
	font-size: 14px;
}

.LeftColumn ul, ol
{
	padding-left:16px;
}

.LeftColumn .panel {
	margin-top: 20px;
	padding-bottom: 25px;
}
.LeftColumn .panel a {
	display: inline;
	padding: 0 0 0 3px;
}
.LeftColumn .panel img
{
	vertical-align:middle;
}
.LeftColumn .panel span {
	display: block;
	padding: 2px 0 7px 28px;
}

.relatedDocuments 
{
	background-color: #EDEEF4;
	border: 1px solid #D7D9E6;
	color: #1D2A69;
	padding: 10px;
	margin-top: 20px;
	padding-bottom: 25px;
}
.relatedDocuments h1 {
	font-size: 14px;
}
.relatedDocuments a {
	display: inline;
	padding: 0 0 0 3px;
}
.relatedDocuments img
{
	vertical-align:middle;
}
.relatedDocuments span {
	display: block;
	padding: 2px 0 7px 28px;
}

/* Used for Login & Greeting on Homepage and Instructions on Registration Page */
.HomeLoginPanel 
{
	position: absolute;
	top: 270px;
	left: 19px;
	color: #1D2A69;
	margin-right: 2px;
	width: 145px;
}

.HomeLoginPanel .label 
{
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.HomeLoginPanel input 
{
	width: 100%;
}

.HomeLoginPanel a 
{
	display: block;
	margin-top: 5px;
	font-size: 11px;
}

@media print 
{
	.HomeLoginPanel 
	{
		display: none;
	}
}

.LeftPanelAnnouncement 
{
	position: relative;
	top: 20px;
	margin-left:20px;
	color: #1D2A69;
	margin-right:2px;
}

.LeftPanelAnnouncement h1
{
	font-size:13px;
	font-weight:bold;
}

.LeftPanelAnnouncement h2
{
	font-size: 13px;
	font-weight: bold;
}

.LeftPanelAnnouncement a
{
	font-size: 10px;
	text-align:left;
}
.LeftPanelAnnouncement a:hover
{
	background: none;
	text-decoration: underline;
}

.LeftPanelAnnouncement .credentials
{
	color: #5F5F63;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	text-align:left;
	
}

.LeftPanelAnnouncement .credentials a
{
	font-weight: normal;
	font-size: 11px;
	padding-left: 1px;
}

.dateHeading {
	font-size: 11px;
	font-weight: bold;
	display:block;
}

.RightColumn .panel {
	margin-bottom: 15px;
}
.RightColumn .panel a{
	display: inline;
	margin: 0px 0px 0px 0px;
}
.RightColumn .panel img{
	display: inline;
	margin: 0px 0px 0px 0px;
	border: solid 0px black;
}


/* X-Form Tables */
.errorSummary
{
	background-color: Red;
	color: white;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}
.errorSummary li
{
	margin-left: 15px;
}
.xFormInstructions 
{
	width: 320px;
}

.xFormTable
{
	width: 300px;
}
.xFormTable td
{
	padding: 3px;
	font-size: 11px;
}
.xFormTable td
{
	padding-left:20px;
}
.xFormTable td input
{
	width: 150px;
}

.xFormTable td select
{
	width: 154px;
}

.xFormTable td span input
{
	width:auto;
}

.xFormTable .error 
{
	background: url(../images/error.gif) no-repeat left;
}

fieldset
{
	border:#ffffff;
	margin-top:-10;
	padding:0;
}


.memberOnlyImage
{
	vertical-align:text-bottom;
	padding-left: 5px;
}

.memberOnlyArticleImage
{
	float: right;
	padding-top: 8px;
	padding-left: 8px;
}

.memberOnlyMessage, .errorPage
{
	background-color: #AA0000;
	color: #FFDDDD;
	display: block;
	font-weight: normal;
	padding: 15px;
	margin-bottom: 15px;
}
.memberOnlyMessage h1, .errorPage h1
{
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
.memberOnlyMessage div, .errorPage div
{
	padding-top: 5px;
}
body .memberOnlyMessage a, body .errorPage a
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

/* Edit User Profile Screen */
.EditProfileTable
{

}

.EditProfileTable .changePassword
{
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

.EditProfileTable .orgNameNote
{
	color:Black;
}

.EditProfileTable td
{
	padding: 3px;
	color: Navy;
	font-size: 11px;
}
.EditProfileTable td input
{
	margin: 2px;
	width: 200px;
	border: 1px solid #000000;
}
.EditProfileTable td select
{
	margin: 2px;
	width: 200px;
	border: 1px solid #000000;
}

.EditProfile_Button	{
	font-size: 11px;
	width: 130px;
	padding: 1px 0px 1px 0px;
}

.UserResetPass_Error 
{
	position:relative; 
	top: 2px; 
	left:6px;
}

.RelatedDocumentUploadNote
{
	font-size:10px;
	color:rgb(102, 102, 102);
	font-weight:bold;
}

.memberOnlyPanel
{
	color:Red;
	font-weight:bold;
}

.memberOnlyPanel a
{
	font-weight:normal;
}

/*Non-IE Hack*/
html>body .MDUBox 
{
	position:relative;
	top:100px;
}

/*Non-IE Hack*/
html>body .HomePageEditor 
{
	position:relative;
	top:110px;
}

/* Utility Site Messaging */
.utilSiteMessage
{
}

.HelpContactTable
{
	position:relative;
	width: 400px;
	color: Navy;
}

.HelpContactTable td
{
	padding: 3px;	
	font-size: 11px;
}
.HelpContactTable td input
{
	margin: 2px;
	width: 300px;
	float:right;
}

.HelpContactTable td textarea
{
	margin: 2px;
	width: 300px;
	float:right;
}

/* ---  MEDIA Videos --- */

#MediaMenu {
	width: 340px;
}
#MediaMenu .title {
	color: #666666;
	font-size: 10px;
}
#MediaMenu img {
	position: relative;
	top: 3px;
	left: 4px;
}
#MediaMenu a.on {
	color: #E76516;
}
#MediaPlayer {
	color: #444444;
	position: absolute;
	top: 20px;
	left: 360px;
	width: 360px;
}

/*Sponsors Box*/
#col5 {border:4px solid #E7F1F8; width:212px; margin-left:1px; margin-bottom: 10px;}
#col5 dl{margin:0; padding:0;}
#col5 .sponsors {padding:10px;}
#col5 .sponsors div {background:transparent url(/inc/images/vertbrd.gif) repeat-x scroll left bottom; color:#25308B; display:block; font-size:1.1em; font-weight:bold; margin-bottom:10px; padding-bottom:5px;}
#col5 .sponsors ul {list-style-image:none; list-style-type:none; padding:0px; text-align: center; }
#col5 .sponsors ul li {border-bottom:1px solid #E8E8E8; padding:10px 0pt;}
#col5 .sponsors ul li.last {border:medium none;}