#body
{
	margin: 0px; 
	background-color: #222222;
	font-size: 12px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 18pt;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


/* 
~~~~~~~ BACKGROUND IMAGE STYLES ~~~~~~~ 
*/

.top-content
{
	background-image: url(images/top-content-bkg.jpg); 
	min-height: 50px;
	width: 100%;
}


.header-content
{
	background-image: url(images/header-content-bkg.jpg); 
	height: 392px;
}

.sub-header-content
{
	background-image: url(images/header-content-bkg.jpg); 
	height: 88px;
}

.image-background
{
	background-image: url(images/picture-bkg.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	max-width: 496px; 
	width: 100%;
	height: 392px;
}

.main-content
{
	background-image: url(images/main-content-top.jpg); 
	height: 23px;
}

.sub-content
{
	background-image: url(images/sub-content-top.jpg); 
	height: 45px;
}

.main-content-bkg
{
	background-image: url(images/main-content-bkg.jpg); 
	background-repeat: repeat;
}

.footer-content-bkg
{
	background-image: url(images/footer-content-bkg.jpg); 
	height: 64px;
}

a
{
	font-size: 14px;
}

a:hover
{
}

a:active
{
	font-size: 14px;
}

a:link
{
	font-size: 14px;
}

a:visited
{
	font-size: 14px;
}


/* 
~~~~~~~ TEXT STYLES ~~~~~~~ 
*/

.headline-text
{
	padding-top: 25px; 
	font-size: 24px; 
	font-weight: bold; 
	font-family: Arial Black, arial; 
	padding-right: 25px;
}

.sub-page-headline-text
{
	font-size: 25px; 
	font-weight: bold; 
	font-family: Arial Black, arial; 
	padding-right: 25px;
}

.sub-headline-text
{
	font-size: 14px; 
	font-weight: normal; 
	font-family: Verdana; 
	padding-top: 25px;
	line-height: 19px;
	text-align: left;
}

.header-text
{
	color: #2c2927; 
	font-family: Lucida Sans Unicode; 
	font-weight: bold; 
	font-size: 20px;
	padding: 0px;
}

.content-text
{
	color: #6b635b; 
	font-family: verdana, tahoma, Georgia; 
	font-size: 14px; 
	text-align: left; 
	padding-right: 15px;
	line-height: 21px;
}

.content-text a
{
	color: #09236d; 
	font-family: Tahoma, Georgia; 
	font-size: 14px; 
}

.content-text a:link
{
	color: #09236d; 
	font-family: Tahoma, Georgia; 
}

.content-text a:active
{
	color: #09236d; 
	font-family: Tahoma, Georgia; 
}

.content-text a:hover
{
	color: #09236d; 
	font-family: Tahoma, Georgia; 
}

.content-text a:visited
{
	color: #09236d; 
	font-family: Tahoma, Georgia; 
}

.footer-text
{
	color: #e4e2d2; 
	font-size: 11px; 
	font-family: Century Gothic;
}

.container-text-1
{
	color: #2c2927; 
	font-family: Lucida Sans Unicode; 
	font-weight: bold; 
	font-size: 20px;
}

.container-text-2
{
	color: #6b635b; 
	font-family: Verdana, Georgia; 
	font-size: 14px; 
	text-align: left; 
	padding-right: 15px;
	line-height: 21px;
}



/* 
~~~~~~~ MENU STYLES ~~~~~~~ 
*/

.menu-bkg
{
	max-width: 500px;
	width: 100%;
	height: 44px;
}

.menu-sub-bkg
{
	max-width: 500px;
	width: 100%;
	height: 49px;
}

#navHContainer 
{
	position: relative;
    left: 425px;
	top: 9px;
    display: block;
    max-width: 450px;
	width: 100%;
	z-index: 99;
}

#navHSubContainer 
{
	position: relative;
	top: 15px;
    display: block;
    max-width: 525px;
	width: 100%;
	z-index: 99;
}

#nav ul 
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: auto;
    background-color: transparent;
	top: 9px;
}

#nav li 
{
	position: relative;
	float: left;
	line-height : 1.25em;
	width: 105px;
	text-align: center;
	height: 24px;
	list-style: none;
}

#nav li ul 
{ /* second-level lists */
	position: absolute;
	left: -999em;
	width: 175px;
	border: 1px solid #f4bf17;
	font-weight: normal;
	background-color: #f5ecbd; 
}

#nav li li
{
	height: 35px;
}

#nav a 
{
	font-size: 11px;
	display: block;
	text-decoration: none;
    font-weight: bold;
    padding: 2px 0 2px 0;
    color: #c7dad5;
	font-size: 14px;
	font-family: verdana;
}

#nav li li a 
{
	width: 175px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

#nav li li a:hover 
{
	background-color: #f4bf17;
	border: solid 1px #b08b12;
	height: 30px;
}

#nav li li li a:hover 
{
	background-color: #f4bf17;
	z-index: 0;
}


#nav li a.SelectedTab 
{
    font-size: 14px;
	padding-top: 9px;
}

#nav .selectedTab A 
{
	color: white;
	padding-top: 4px;
}

#nav .selectedTab
{
	top: -1px;
}

#nav li .selectedTab
{
	width: 175px;
	top: -1px;
}


#nav .DisabledTab 
{
    color: #ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,

#nav li.iehover ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul, 

#nav li.iehover ul 
{
	background-color: #f5ecbd; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	margin: 4px 0px 0px;
	top: 14px;
	left: 0;
	color: #333333; 
	text-align: left; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,
  
#nav li li li.iehover ul 
{
	top: 1px;
	left: 205px;
	background-color: #c4d3fd; 
}

#navContainerBorder 
{
    background-color: white;
    padding: 2px;
    border: 1px solid #333;
    height: 30em;
}

#navContainer 
{
   border: 1px solid #333;
   background-color: #d8edfb;
   height: 30em;
   width: 12em;
   vertical-align: top;
   padding: 10px 5px 10px 5px;
}

#LoginUserContainer 
{
    position: relative;
    padding-right: 25px;
    horizontal-align: right;
}


/* 
~~~~~~~ FOOTER STYLES ~~~~~~~ 
*/

#navFSubContainer
{
	position: relative;
	top: 0px;
    display: block;
    width: 100%;
	max-width: 525px;
	z-index: 99;
}

#navFooter ul 
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: auto;
    background-color: transparent;
}

#navFooter li 
{
	position: relative;
	float: left;
	line-height : 1.25em;
	width: 100px;
	text-align: right;
	height: 24px;
	list-style: none;
}

#navFooter li ul 
{ /* second-level lists */
	position: absolute;
	left: -999em;
	width: 100px;
	border: 1px solid #f4bf17;
	font-weight: normal;
	background-color: #f5ecbd; 
}

#navFooter li li
{
	height: 35px;
}

#navFooter a 
{
	font-size: 11px;
	display: block;
	text-decoration: none;
    font-weight: normal;
    padding: 2px 0 2px 0;
    color: #c7dad5;
	font-size: 14px;
	font-family: verdana;
}

#navFooter li li a 
{
	width: 175px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

#navFooter li li a:hover 
{
	background-color: #f4bf17;
	border: solid 1px #b08b12;
	height: 30px;
}

#navFooter li li li a:hover 
{
	background-color: #f4bf17;
	z-index: 0;
}


#navFooter li a.SelectedTab 
{
    font-size: 14px;
	padding-top: 9px;
}

#navFooter .selectedTab A 
{
	color: white;
	padding-top: 4px;
}

#navFooter .selectedTab
{
	top: -1px;
}

#navFooter li .selectedTab
{
	width: 175px;
	top: -1px;
}


#navFooter .DisabledTab 
{
    color: #ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#navFooter li:hover ul ul,
#navFooter li:hover ul ul ul,
#navFooter li:hover ul ul ul ul,
#navFooter li.iehover ul ul,
#navFooter li.iehover ul ul ul,

#navFooter li.iehover ul ul ul ul
{
	left: -999em;
}

#navFooter li:hover ul, 

#navFooter li.iehover ul 
{
	background-color: #f5ecbd; 
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	margin: 4px 0px 0px;
	top: 14px;
	left: 0;
	color: #333333; 
	text-align: left; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

#navFooter li li:hover ul,
#navFooter li li li:hover ul,
#navFooter li li.iehover ul,
  
#navFooter li li li.iehover ul 
{
	top: 1px;
	left: 205px;
	background-color: #c4d3fd; 
}




/* 
~~~~~~~ MISC STYLES ~~~~~~~ 
*/

.img-align-style-1
{
	padding-top: 55px; 
	text-align: left;
	padding-left: 7px;
}

.GCSearchButton
{
	margin:0 0 0 0;
	padding:0;
	border:solid 1px black;
	width:70px;
	height:22px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
}

.GCSearchBox
{
	border: solid 1px white;
}

.dv-01 {float: left;
	padding-right: 25px;}

.dv-01 a:active {color: #c7dad5;}
.dv-01 a:link {color: #c7dad5;}
.dv-01 a:visited {color: #c7dad5;}
.dv-01 a:hover {color: #c7dad5;}

.dv-02 {padding-bottom: 3px;}

.dv-03 {background-color: #ededed; 
	width: 291px;}

.dv-04 {width: 291px;}

.t-01 {display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 2px 0;
	color: #c7dad5;
	font-size: 14px;
	font-family: verdana;}
  
.t-02 {display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 0 2px 0;
	color: #c7dad5;
	font-size: 14px;
	font-family: verdana;}
  
.t-03 {color: #6b635b; 
	font-family: verdana, tahoma, Georgia; 
	font-size: 14px; 
	text-align: left; 
	padding-right: 15px;
	line-height: 21px;
	border-bottom: solid 1px #dddddd;}
  
.t-03 a:link {color: #09236d; font-weight: 600;}
.t-03 a:active {color: #09236d; font-weight: 600;}
.t-03 a:hover {color: #09236d; font-weight: 600;}
.t-03 a:visited {color: #09236d; font-weight: 600;}

.anchor {display: block; position: relative; top: -100px; visibility: hidden;}
.afType {display: none !important;}
