﻿/* -------------------------------------------------------- */
/* Default CSS Stylesheet for a new Web Application project */
/* -------------------------------------------------------- */

BODY
{
    font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    font-size: 12px;
    background-color: #eeece0;
    margin-left: auto;
}

#pagecontainer
{
	width: 986px;
	margin: 0px auto;
}

.printerIcon
{
	display: block;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 5px;
}

.textarea { background-color: #ffffff; border: 1px solid gray;}

TD
{
	font-size: 12px;	
}

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT
{
    COLOR: #003366;
    font-style:	normal;
	text-decoration:	none;
}

H1	
{
	color: #687819;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: normal;
	margin-bottom: 0px;
	padding: 0px;
}	
		
H2	{	
	font-weight:	700;
	font-size:	1.75em;
}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size: 14pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI	{	
	list-style-type:	disc ;
	font-size: 10pt;	
	}	

UL LI LI	{	
	list-style-type:	square;
	font-size: 10pt;	
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: 10pt;	
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size: 10pt;	
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-size: 10pt;	
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-size: 10pt;	
	}
	
/* -------------------------------------------------------- */
/* General A TAG for Generic Links ------------------------ */
/* -------------------------------------------------------- */

A:link	{	
	text-decoration:	underline;
	color:	#0066cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#666600;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#0066cc;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#000000;
	}

a img {
	border: none;
}

.smBlack {
   font-size: 9pt;
   color: #000;
   font-weight: normal;
   text-decoration:	none;   
   text-align: center;
   padding-top: 2px;
}

.smBlack A:link {
   font-size: 9pt;
   color: #000;
   font-weight: normal;
   text-decoration:	underline;   
}

.smBlack A:visited {
   font-size: 9pt;
   color: #000;
   font-weight: normal;
   text-decoration:	underline;   
}

.smBlack A:active {
   font-size: 9pt;
   color: #000;
   font-weight: normal;
   text-decoration:	underline;   
}

.smBlack A:hover {
   font-size: 9pt;
   color: #000;
   font-weight: normal;
   text-decoration:	none;   
}
/* -------------------------------------------------------- */
/* Small Text Color --------------------------------------- */
/* -------------------------------------------------------- */

.greenText
{
	font-size: 10pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-style : normal;
}

/* -------------------------------------------------------- */
/* Small-Italics Text Color ------------------------------- */
/* -------------------------------------------------------- */

.greenTextItalics
{
	font-size: 10pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-style : italic;
}

/* -------------------------------------------------------- */
/* BIG Text Color ----------------------------------------- */
/* -------------------------------------------------------- */


.greenTextCaps
{
	font-size: 14pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* -------------------------------------------------------- */
/* Editor/Dialog Windows ---------------------------------- */
/* -------------------------------------------------------- */

FIELDSET 
{ 
	BORDER-RIGHT: #808080 1px solid; 
	BORDER-TOP: #808080 1px solid; 
	BORDER-LEFT: #808080 1px solid; 
	BORDER-BOTTOM: #808080 1px solid 
}
LEGEND 
{ 
	FONT: bold 11px Tahoma; 
	COLOR: #000000 
}


/* -------------------------------------------------------- */
/* Infragistics Selected Row Link ------------------------- */
/* -------------------------------------------------------- */

.igSelectedRow 
{
	 color:White;
	 background-color:Navy;
}

/* -------------------------------------------------------- */
/* Help --------------------------------------------------- */
/* -------------------------------------------------------- */

.HelpHeader 
{
	vertical-align:top;
	font-weight: bold;
	text-decoration: underline;	
}

.HelpRowHeader
{
	vertical-align:top;
	font-weight: bold;
}

/* -------------------------------------------------------- */
/* Command Bar -------------------------------------------- */
/* -------------------------------------------------------- */

.CommandBar 
{
}

.MyPageLink
{
	color: #5A544B;
	text-decoration: none;
}

.MyPageLink A:link 
{
	color: #529718;
	text-decoration: none;
}

.MyPageLink A:visited	
{
	color: #529718;
	text-decoration: none;
}	
		
.MyPageLink A:active	
{
	color: #529718;
	text-decoration: none;
}	
		
.MyPageLink A:hover	
{
	color: #5A544B;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* MY PAGE------------------------------------------------- */
/* -------------------------------------------------------- */

.MyPageTitle 
{
	font-size: 14px;
	text-transform: uppercase;
	color: #529718;
	font-weight: bold;
}

.ProfileMembershipHeader
{
	font-weight:bold;
}

/* -------------------------------------------------------- */
/* TOP NAV - utilNav -------------------------------------- */
/* -------------------------------------------------------- */

.utilNav {
	font-size: 11px;
	color: #5A544B;
	letter-spacing: 0px;
	text-decoration: none;
}
.utilNav A:LINK {
	color: 5A544B;
	text-decoration: none;
}
.utilNav A:VISITED {
	color: 5A544B;
	text-decoration: none;
}
.utilNav A:HOVER {
	color: 62BD19;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* LEFT NAV ----------------------------------------------- */
/* -------------------------------------------------------- */

.tableBG {
	background-image: url(/gd/templates/images/geodocs/mainNav_back.gif);
	background-repeat: no-repeat;
}

.LeftNav0
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	width:163px;
	height:27px;
	padding-left:0px;	
}

.LeftNavOn0
{
	background-color:#62BD19;
	color:#ffffff;
	font-weight:normal;
	font-size:10px;
	cursor:hand;
	padding-left:0px;
}

.LeftNavOn0 A:Link
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	padding-left:0px;
}

.LeftNavOn0 A:Visited
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: 5A544B;
	padding-left:0px;
}

.LeftNavOn0 A:Hover
{
	font-weight: normal; 
	font-size: 10px; 
	cursor: hand;	
	color: ffffff;
	padding-left:0px;	
}

/* -------------------------------------------------------- */
/* SEARCH ------------------------------------------------- */
/* -------------------------------------------------------- */

.SearchTabPrimaryOnInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	border-top: white thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white thin solid;
	cursor: hand;
	color: #5a544b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #00cc00;
}

.SearchTabPrimaryInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	border-top: white thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white thin solid;
	cursor: hand;
	color: #333300;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #339900;
}

.SearchTabPrimaryOnActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #62bd19;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabPrimaryActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #62bd19;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabPrimaryActive A:LINK 
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabPrimaryActive A:VISITED {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabPrimaryOnActive A:HOVER {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimaryInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimaryOnInactive A:HOVER {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabPrimarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white thin solid;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #ffffff;
}

.SearchTabSeperator
{
	border-right: gray thin solid;
	border-left: gray thin solid;
	height: 2px;
	background-color: #ffffff;
}

.SearchTabSecondaryOnInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	border-top: white thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white thin solid;
	cursor: hand;
	color: #5a544b;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #00cc00;	
}

.SearchTabSecondaryInactive
{
	border-right: gray thin double;
	padding-right: 3px;
	border-top: white thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: white thin solid;
	cursor: hand;
	color: #333300;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #339900;
}

.SearchTabSecondaryOnActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #62bd19;
	padding-top: 3px;
	background-color: #ffffff;	
}

.SearchTabSecondaryActive
{
	border-right: gray thin solid;
	padding-right: 3px;
	border-top: gray thin solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: gray thin double;
	cursor: hand;
	color: #62bd19;
	padding-top: 3px;
	background-color: #ffffff;
}

.SearchTabSecondarySpacer
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: gray thin solid;
	background-color: #ffffff;
}

.SearchTabSecondaryActive A:LINK 
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabSecondaryActive A:VISITED {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabSecondaryOnActive A:HOVER {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:LINK 
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabSecondaryInactive A:VISITED {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchTabSecondaryOnInactive A:HOVER {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.SearchHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: 529718;
	font-weight: bold;
}

.SearchResultHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: 529718;
	font-weight: bold;
}

.SearchAbstract
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5A544B;
	letter-spacing: 0px;
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}

.SearchLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 529718;
	font-weight: bold;
}

.SearchLink A:LINK {
	font-size: 12px;
	color: 529718;
	text-decoration: none;
}

.SearchLink A:VISITED {
	font-size: 12px;
	color: 529718;
	text-decoration: none;
}

.SearchLink A:HOVER {
	font-size: 12px;
	color: 529718;
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* CENTER SECTION/BODY ------------------------------------ */
/* -------------------------------------------------------- */

.BasicContentTitle {
	font-size: 13px;
	text-transform: uppercase;
	color: #0066cc;
	font-weight: bold;
}
.BasicContentBody 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: black;
	line-height: 20px;
}
.BasicContentBody A:LINK {
	color: #0066cc;	
	text-decoration: underline;
}
.BasicContentBody A:VISITED {
	color: #666600;
	text-decoration: none;
}
.BasicContentBody A:HOVER {
	color: #000;
	text-decoration: none;
}

.BasicContentBody li, ul, body, ol
{
	   line-height: 15px;
	   font-size: 10pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------------- */
/* Top Links Menu ----------------------------------------- */
/* -------------------------------------------------------- */
.quickLinksBackground {
	background-color: #7a7800;
	color: #a7d276;
	border-right: 5px solid #fff;
}

.quickLinksImage
{
	float: left;
}

.quickLinksMenu
{
	float: right;
	padding: 20px 80px 20px 0px;
}

.quickLinksBackground2 {
	background-color: #7a7800;
	color: #a7d276;
}

.quickLinks 
{
	font-size: 8pt;
	color: #a7d276;   
	font-weight: bold;
	float: left;
}

.quickLinks A:LINK  {
   text-decoration: none;
   color: #a7d276;
	font-weight: bold;
}

.quickLinks A:VISITED {
    text-decoration: none;
   color: #a7d276;
	font-weight: bold;
}

.quickLinks A:HOVER {
    text-decoration: none;
	color: #fff;
	text-decoration:underline;  
	font-weight: bold;
}

.quickLinks A:ACTIVE {
    text-decoration: none;
   color: #fff;
   text-decoration:underline;    
	font-weight: bold;
}

.quickLinksOn
{
	font-size: 8pt;
	color: white;   
	font-weight: bold;
	float: left;
}

.quickLinksOn A:LINK  {
   text-decoration: none;
   color: #a7d276;
	font-weight: bold;
}

.quickLinksOn A:VISITED {
    text-decoration: none;
   color: #a7d276;
	font-weight: bold;
}

.quickLinksOn A:HOVER {
    text-decoration: none;
	color: #a7d276;
	font-weight: bold;
}

.quickLinksOn A:ACTIVE {
    text-decoration: none;
   color: #a7d276;    
	font-weight: bold;
}

/* -------------------------------------------------------- */
/* Left Column -------------------------------------------- */
/* -------------------------------------------------------- */
.leftcontent_long
{
	float: left; 
	width: 399px; 
	background-color: #eeece0;
}

.leftcontent_short
{
	float: left; 
}

.rightcontent_short
{
	float: left; 
}

.leftColTable {
	width:399px;	
	background-color:#eeece0;
}

.leftColTable2 {
	width:399px;
	height: 544px;
	overflow: hidden;
}

.leftcol {
	background-color:#7a7800;
}

.leftcol2 {
	background-color:#7a7800;
	background-repeat : no-repeat;
	background-position : top;	
}

.factoid {
	margin-left:15px;
	margin-top:15px;
}

.transparent {
	background-color: #073a67;
	filter:Alpha(Opacity=90); 
	-moz-opacity:0.90; 
	-khtml-opacity:0.90;	
}

.transparentLogo {
	background-color: #cfa52c;
	filter:Alpha(Opacity=70); 
	-moz-opacity:0.80; 
	-khtml-opacity:0.80;
}

/* -------------------------------------------------------- */
/* Left Navigation -------------------------------------- */
/* -------------------------------------------------------- */

.leftNavigation
{
	line-height: 15px;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

.leftNavigation A:LINK  {
   font-size: 8pt;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   text-align: right;   
}

.leftNavigation A:VISITED {
	font-size: 8pt;
	color: #ffffff;
    text-decoration: none;
	font-weight: bold;
	text-align: right;
}

.leftNavigation A:ACTIVE {
	font-size: 8pt;
	color: #99cc66;
    text-decoration: underline;
	font-weight: bold;
	text-align: right;		
}

.leftNavigation A:HOVER {
	font-size: 8pt;
	color: #99cc66;
	font-weight: bold;
	text-align: right;
}

.leftNavigationOn
{
	line-height: 15px;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

.leftNavigationOn A:LINK  {
   font-size: 8pt;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   text-align: right;   
}

.leftNavigationOn A:VISITED {
	font-size: 8pt;
	color: #99cc66;
    text-decoration: underline;
	font-weight: bold;
	text-align: right;
}

.leftNavigationOn A:ACTIVE {
	font-size: 8pt;
	color: #99cc66;
    text-decoration: underline;
	font-weight: bold;
	text-align: right;		
}

.leftNavigationOn A:HOVER {
	font-size: 8pt;
	color: #99cc66;
	font-weight: bold;
	text-align: right;	
}

/* -------------------------------------------------------- */
/* Bottom Navigation -------------------------------------- */
/* -------------------------------------------------------- */
.navCell {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sideNav ol
{
	margin-top: 0px;
}

.sideNav {
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}

.sideNav A:LINK  {
   font-size: 8pt;
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
   text-transform: uppercase;
}

.sideNav A:VISITED {
	font-size: 8pt;
	color: #ffffff;
    text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}

.sideNav A:ACTIVE {
	font-size: 8pt;
	color: #ffffff;
    text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}

.sideNav A:HOVER {
	font-size: 8pt;
	color: #cfa52c;
    text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}

.sideNav2 {
	padding-right: 0px;
	padding-left: 130px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 11px;
}

/* -------------------------------------------------------- */
/* NavLinks ----------------------------------------------- */
/* -------------------------------------------------------- */
.navLinksOn
{
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;	
	font-size: 8pt;
    text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;	
}

.navLinksOn A:LINK
{
	color: #cfa52c;
}

.navLinksOn A:VISITED
{
	color: #cfa52c;
}

.navLinksOn A:ACTIVE
{
	color: #cfa52c;
}

.navLinksOn A:HOVER	
{
	color: #ffffff;
}

/* -------------------------------------------------------- */
/* Center/Right Sections ---------------------------------- */
/* -------------------------------------------------------- */
.content {
	   height:469px;
	   width:315px;
	   line-height: 20px;
	   font-size: 12pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content table, td, p, li, ul, body, ol
{
	   line-height: 20px;
	   font-size: 12pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content2
{
	   float: left;
	   margin: 0px;
	   padding-top: 10px;
	   padding-left: 20px;
	   padding-right: 20px;
	   width: 541px;
}

.content2 table, td, p
{
	   line-height: 15px;
	   font-size: 10pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content2 li, ul, body, ol
{
	   line-height: 15px;
	   font-size: 10pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content2 A:LINK {
	color: #0066cc;	
	text-decoration: underline;
}
.content2 A:VISITED {
	color: #0066cc;
	text-decoration: underline;
}
.content2 A:HOVER {
	color: #000000;
	text-decoration: underline;
}
.content2 A:Active {
	color: #666600;
	text-decoration: underline;
}

.content3
{
	   height:322px;
	   overflow: auto;
	   padding-top: 0px;
	   padding-left: 20px;
	   padding-right: 20px;
}

.content3 table, td, p
{
	   line-height: 15px;
	   font-size: 10pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content3 li, ul, body, ol
{
	   line-height: 15px;
	   font-size: 10pt;
	   color: #000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content3 A:LINK {
	color: #0066cc;	
	text-decoration: underline;
}
.content3 A:VISITED {
	color: #0066cc;
	text-decoration: underline;
}
.content2 A:Active {
	color: #666600;
	text-decoration: underline;
}

.content3 A:HOVER {
	color: #000000;
	text-decoration: underline;
}

.contentShort 
{
	width:308px;	
	line-height: 20px;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	float: left;
	padding: 10px;
}

.topLeft
{
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 30px;
	width: 365px;
}

.topRight
{
	vertical-align: middle;
	width: 295px;
	background-color: #DFAA0E;
}

/* -------------------------------------------------------- */
/* Featured Link Section ---------------------------------- */
/* -------------------------------------------------------- */

#featuredLinks {
	background-color:#eeece0;	
	width: 381px;
	height: 315px;
	font-size: 8pt;
}

#featuredLinks ul
{
	font-size: 8pt;	
	padding-bottom:20px;
}

#featuredLinks li
{
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	margin-right:8px;
	font-size: 8pt;
	color: #677719;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:12px;
}

.featuredLinkTitle
{
   padding: 25px;	
   font-size: 9pt;
   color: white;
   text-decoration: none;
   font-weight: bold;
   padding-bottom: 15px;  
}

.featuredLinks UL LI
{
   list-style-type: disc;
   font-size: 8pt;
   color: #677719;
   margin-left:-25px;
   margin-right:0px;
   margin-bottom:-30px;
   margin-top:-15px;
}

.featuredLinks A:LINK  {
   text-decoration: underline;
   font-size: 8pt;   
   color: white;   
   font-weight: bold;
}

.featuredLinks A:VISITED {
   text-decoration: underline;
   font-size: 8pt;   
   color: white;   
   font-weight: bold;	
}

.featuredLinks A:HOVER {
   text-decoration: none;
   font-size: 8pt;   
   color: white;   
   font-weight: bold;
}

.featuredLinks A:ACTIVE {
   text-decoration: underline;
   font-size: 8pt;   
   color: white;   
   font-weight: bold;	
}


/* -------------------------------------------------------- */
/* Top Navigation Menu ------------------------------------ */
/* -------------------------------------------------------- */

.topNav
{
	height: 33px;
	/* overflow: hidden; */
}

/* -------------------------------------------------------- */
/* Extra CSS ---------------------------------------------- */
/* -------------------------------------------------------- */
.ColorTxtLrg {
	font-size: 10pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ColorTxtMed {
	font-size: 9pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ColorTxt {
	font-size: 8pt;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
}
.ColorTxtItalic {
	font-size: 8pt;
	font-style: italic;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TxtSmall {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1px;
	padding-right: 1px;
}
.HighLights1 {
	font-size: 8pt;
	background-color:Aqua; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear 
{
	clear: both;
	height: 0px;
}
