/* Header Area
----------------------------------------------- */
#LogoArea { float: left; }
#LogoArea IMG { float: left; margin: 10px 20px 0 25px; }
#LogoPrint { display:none; }
#LogoEmail { }

#Header { text-align:right; }
#Header a { color:#b6c1d7; letter-spacing:1px; text-decoration: none; }
#Header a:active { color:#b6c1d7; letter-spacing:1px; text-decoration: none; }
#Header a:hover { color:#fff; text-decoration: underline; }
* HTML #Header a { display: block; }
#Header img.phone { margin: 2px 7px 0 0; }

UL#Toolbar  { margin: 0 0 2px 0; padding: 4px 0; list-style: none; float: right; color:#b6c1d7; }
UL#Toolbar LI { margin: 0; padding: 0; font-size: 10px; display: inline; float: left; }
UL#Toolbar A { padding: 0 6px; border-right: 1px solid #b6c1d7; letter-spacing:0;}
* HTML UL#Toolbar A { display: block; }
UL#Toolbar A:hover 	{ color: #fff; text-decoration: underline; }
UL#Toolbar A:active { color: #fff; text-decoration: underline; }
UL#Toolbar A.Last { border-right: none; }

/* Navigation
----------------------------------------------- */
#Navigation { margin: 0; padding: 0; }
#Navigation UL { margin: 0; padding: 0; list-style: none; width: 900px; }
#Navigation LI { margin: 0; padding: 0; float: left; width: 200px; height:52px; text-align: center; background: url(bg_tab1.gif) top left no-repeat; }
#Navigation LI.Short { width: 149px; margin-left:1px; background: url(bg_tab2.gif) top left no-repeat; }
#Navigation LI.Edit  { width: 200px; background: url(bg_tab3.gif) top left no-repeat; }
#Navigation LI.EditShort { width: 100px; background: url(bg_tab4.gif) top left no-repeat; }

#Navigation LI A { padding: 21px 0 11px 0; display: block; color: #fff; font: 16px "Myriad Pro", "Trebuchet MS", arial, san-serif; line-height: 1em; font-weight: normal; text-decoration: none; }
#Navigation LI A:link 	 { }
#Navigation LI A:visited { }
#Navigation LI A:hover	 { } /* font-weight:bold; */
#Navigation LI A:active	 { }

#Navigation LI.Selected { background: url(bg_tab1on.gif) top left no-repeat; }
#Navigation LI.Selected A { padding: 16px 0 16px 0; color: #1259ae; }
#Navigation LI.SelectedShort { width: 149px; margin-left:1px; background: url(bg_tab2on.gif) top left no-repeat; }
#Navigation LI.SelectedShort A { padding: 16px 0 16px 0; color: #1259ae; }

.menu { position: absolute; visibility: hidden; font: normal 14px "Trebuchet MS", arial, san-serif; line-height: 16px; background-color: #339fe6; width: 230px; z-index: 100; text-align: left; padding-bottom:20px; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }
.menu a { width: 193px; display: block; padding: 5px 0 5px 37px; text-decoration: none; font-weight: normal; color: #ffffff; }
.menu a:hover { background-color: #93ccf2; color: #011c6b; font-weight:bold; text-decoration: none; }

.menuAbout { position: absolute; visibility: hidden; font: normal 14px "Trebuchet MS", arial, san-serif; line-height: 16px; background-color: #557991; width: 230px; z-index: 100; text-align: left; padding-bottom:20px; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }
.menuAbout a { width: 193px; display: block; padding: 5px 0 5px 37px; text-decoration: none; font-weight: normal; color: #ffffff; }
.menuAbout a:hover { background-color: #afc0cd; color: #011c6b; font-weight:bold; text-decoration: none; }

.menuNews { margin:0 0 0 -26px; position: absolute; visibility: hidden; font: normal 14px "Trebuchet MS", arial, san-serif; line-height: 16px; background-color: #557991; width: 175px; z-index: 100; text-align: left; padding-bottom:20px; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }
.menuNews a { width: 155px; display: block; padding: 5px 0 5px 20px; text-decoration: none; font-weight: normal; color: #ffffff; }
.menuNews a:hover { background-color: #afc0cd; color: #011c6b; font-weight:bold; text-decoration: none; }


/* Footer
----------------------------------------------- */
#Footer { margin: 0; padding: 10px 10px 0 10px; height:70px; color:#dae4f1; background: #125aaf url(bg_footer.gif) top repeat-x; }
#Footer a { color:#dae4f1; }
#Footer #Left  { float: left; }
#Footer #Right { float: right; }

/* override Search box
--------------------------------------------- */
#search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 10px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

