/* -------- HTML STYLES -------- */
html, body {
	width: 100%; 
	height: 100%;
	background-color: #808080;
	background-image: url(images/background1.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: auto;
	/* NOTE: The padding breaks the menu display. 
	padding-top: 10px; 
	
	*/
}
/* -moz-box-sizing:content-box;
box-sizing:content-box;
display: inline; */

.LabelEditTextClass {
	background-color: #ffffff;
	text-align: left;
}
/* -------- TEXT STYLES -------- */
.SubHead {
	color: #85B4EC;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.Normal {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 10pt;
	color: #787878;
}
.LowerPart .Normal {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 10pt;
	color: #ffffff;
}
a {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 10pt;
}
.UpperPart a:link, .UpperPart a:active {
	color: #2F9DE2;
	text-decoration: none;
}
.UpperPart a:visited {
	color: #2F9DE2;
	text-decoration: none;
}
.UpperPart a:hover {
	color: #2F9DE2;
	text-decoration: underline;
}
.LowerPart a:link, .LowerPart a:active {
	color: #2F9DE2;
	text-decoration: none;
}
.LowerPart a:visited {
	color: #2F9DE2;
	text-decoration: none;
}
.LowerPart a:hover {
	color: #2F9DE2;
	text-decoration: underline;
}
.SearchPane a:link, .SearchPane a:active, .SearchPane a:visited {
	color: #2F9DE2;
	text-decoration: none;
}
.SearchPane a:hover {
	color: #2F9DE2;
	text-decoration: underline;
}.FooterBottom a:link, .FooterBottom a:active, .FooterBottom a:visited {
	color: #2F9DE2;
	text-decoration: none;
}
.FooterBottom a:hover {
	color: #2F9DE2;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	color: #454549;
	letter-spacing: -1px;
	font-weight: bold;
}
.LowerPart h1, .LowerPart h2, .LowerPart h3, .LowerPart h4, .LowerPart h5 {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	color: #ffffff;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
h5 {
	font-size: 11pt;
	font-weight: bold;
}
/*a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285992;
	text-decoration: underline;
}*/
.greenheadslarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #88B641;
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #88B641;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.CommandButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #285992;
	text-decoration: underline;
}

.LogReg:link, .LogReg:active, .LogReg:visited {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	color: #333333;
}
.LogReg:hover {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	color: #CCCCCC;
}
.Breadcrumbs:link, .Breadcrumbs:active, .Breadcrumbs:visited {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	font-size: 8pt;
	color: #123c56;
}
.Breadcrumbs:hover {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: underline;
	font-size: 8pt;
	color: #123c56;
}
.LinkzBottom:link, .LinkzBottom:active, .LinkzBottom:visited {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
}
.LinkzBottom:hover {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #cccccc;
}
.BottomStuff {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
}
.BottomStuff .CommandButton {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
}
/* ------------------ SIMPLE HORIZONTAL MENU STYLES ---------------------------- */
.MenuWrapper {
	cursor: default;
	padding: 3px 15px 0px 15px;
	width: 100%;
}
.MenuPane {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
}
.SearchPane {
	text-align: right;
	padding-right: 50px;
	padding-top: 2px;
	_padding-top: 2px;
}

.Linkz {
	padding: 11px 10px 12px 10px;
	_padding: 12px 10px;
	line-height: 37px;
	margin-bottom: -0px;
}
.Linkz:link, .Linkz:active, .Linkz:visited {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.Linkz:hover {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	color: #2F9DE2;
	background-color: #123c56;
	font-weight: bold;
	_border-top: 2px solid #b8b8c6;
}

/* -----------============ Horizontal Menu Styles ============----------- */
.MainMenu_MenuContainer table, .MainMenu_MenuContainer {
	height: 38px;
	_height: 39px;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
	width: 10px;
}
.MainMenu_MenuContainer td {
	padding: 0px;
	margin: 0px;
}
.MainMenu_MenuBar {
	height: 38px;
	_height: 39px;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuIcon img, .MainMenu_MenuIcon {
	padding-left: 4px;
}
.MainMenu_MenuItem, .MainMenu_MenuItemSel {
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: transparent;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuItem  td {
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuItemSel td {
	background-color: #123c56;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuItem {
	color: #000;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuBreak, .MainMenu_MenuIcon, .MainMenu_MenuArrow {
	background-color: transparent;
	border-color: transparent;
	cursor: default;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 5px 0px 0px 0px;
}
.MainMenu_MenuItemSel {
	color: #2F9DE2;
	background-color: #123c56;
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
/* -------- SKIN MASTER -------- */

.SkinMaster {
	margin: 0 auto;
	background: url(images/white-background.jpg) repeat-y top left;
	text-align: left;
}
.UpperPart {
}
.LowerPart {
	vertical-align: top;
}
/* HEADER STYLES */
.HeaderWrapper {
	height: 108px;
	background-color: #000000;
	background-image: url(images/top-bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
}
.LogoPane {
	width: 402px;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.LogRegPane {
	height: 10px;
	color: #777780;
	padding: 10px 40px;
	white-space: nowrap;
	cursor: default;
	vertical-align:top;
}
.HeaderPane {
	text-align: center;
	padding: 10px 50px 10px 20px;
}
.BreadcrumbPane {
   padding-left: 50px;
	padding-top: 10px;
	height: 10px;
	font-family: "Lucida Sans", "Century Gothic", Arial;
	text-decoration: none;
	font-size: 8pt;
	color: #c9c9c9;
	cursor: default;
}
.HeadAdPane {
 padding: 0;
z-index: -100;
}
/* -------- CONTENT STYLES -------- */
.ContentWrapper {
height: 80%;
}
.MarginLR45 {
	padding: 0px 45px;
}
.MarginLR15 {
	padding: 0px 15px;
}
.LeftPane {
	vertical-align: top;
	background-color: #000000;
	width: 200px;
	padding: 5px;
}
.TopPane {
		vertical-align: top;
		padding: 5px;
}
.ContentPane {
		vertical-align: top;
		padding: 5px;
}
.RightPane {
		vertical-align: top;
		padding: 5px;
		width: 220px;
}
.MidLeftPane {
		vertical-align: top;
		padding: 5px;
		width: 50%;
}
.MidRightPane {
		vertical-align: top;
		padding: 5px;
		width: 50%;
}
.BottomLPane {
		width: 33%;
		vertical-align: top;
		padding: 2px;
}
.BottomMPane {
		width: 33%;
		vertical-align: top;
		padding: 2px;
}
.BottomRPane {
		width: 33%;
		vertical-align: top;
		padding: 2px;
}
/* FOOTER STYLES */
.FooterTop {
		background-color: #000000;
		border-top: 1px solid #aeaebc;
		height: 10px;
		text-align: center;
		cursor: default;
		color: #123c56;
}
.FooterBottom {
		height: 10px;	
		background-color: #000000;
		text-align: center;
		cursor: default;
}
.footerGreen
{
background: #000 url(images/bottom-green.jpg) no-repeat top left;
text-align: center;
cursor: default;
height: 97px;
margin: auto;
}

/* --------------------- OTHER STYLES --------------------- */
.LogoPane div {
	bottom:0px;
	display: block;
	padding: 0px;
	position: relative;
	_bottom: -4px;
	vertical-align:bottom;
}
.FullWH {
	width: 100%;
	height: 100%;
}
.FixedWH {
	width: 999px;
	margin: 0px auto;
	height: 100%;
}
.FixedWHtd {
	padding: 0px 15%;
}

/*========================================================================================
----------------------   Arraya Styles   -------------------------------------------------
========================================================================================*/

img {
border: none;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #285992;
}
.greybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.greybody a {
	color: #285992;
	text-decoration: underline;
}
.greenheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #88B641;
}
.greenheadlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.greenheadslarger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #88B641;
	text-decoration: none;
}

.GCSearchButton
{
 margin:0px;
 padding:0px;
 border:none;
 width:22px;  /*Same as Background Image's Width */
 height:18px; /*Same as Background Image's Height */
 background-image:url(images/go.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 background-color: transparent;
}
.readmore {
background: url(/Portals/0/readmore.jpg) no-repeat top left;
height: 20px;
width: 121px; 
padding-left: 10px; 
padding-top: 2px;
margin-bottom: 2px;
color: #fff;
display: inline-block;
}
.readmore a {
color: #fff;
font-size: 9px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
.AnnouncementHead {
font-size: 12px;
font-weight: bold;
color: #88B641;
text-transform: capitalize;
}
.dontshowme{
display: none;
}