﻿@charset "utf-8";
/* CSS Document */
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {font-size: 9pt; margin: 10px; margin-left:16px; font-family: trebuchet ms}
#main .menu {margin-left:1px}
.menu ul {padding-right: 0px; padding-left: 0px; z-index: 500; padding-bottom: 0px; margin: 0px; width: 13em; padding-top: 0px; list-style-type: none; position: relative;}
/*.menu li {float: left; background-color: #ffffff}*/
.menu li {float: left; background-color: #4AA02C;}
/*.menu li.sub {background-color: #ffffff}*/
.menu li.sub {background-color: #4AA02C;}
.menu table {margin-top: -1px; font-size: 1em; z-index: 100; left: 0px; position: absolute; top: 0px; border-collapse: collapse}
.menu a {border-right: #006600 1px solid; border-top: #006600 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #006600 1px solid; width: 13em; color: #FFFFFF; font-weight:bold; line-height: 2em; border-bottom: #006600 1px solid; font-style: normal; height: 1.8em; font-variant: normal; text-decoration: none}
.menu a:visited {border-right: #006600 1px solid; border-top: #006600 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #006600 1px solid; width: 13em; color: #FFFFFF; font-weight:bold; line-height: 2em; border-bottom: #006600 1px solid; font-style: normal; height: 1.8em; font-variant: normal; text-decoration: none}
.menu b {float: right; margin-right: 5px}
* html .menu a {width: 13em}
* html .menu a:visited {width: 13em; line-height: 1.8em}
* html .menu a:hover {font-weight: normal; text-transform: none; color: #009900; font-style: normal; position: relative; background-color: #ccffcc; font-variant: normal; text-decoration: none}
.menu li:hover {position: relative}
/*.menu a:active {font-weight: normal; text-transform: none; color: #009900; font-style: normal; background-color: #ccffcc; font-variant: normal; text-decoration: none}
.menu a:focus {font-weight: normal; text-transform: none; color: #009900; font-style: normal; background-color: #ccffcc; font-variant: normal; text-decoration: none}*/

.menu a:active {font-weight: normal; text-transform: none; color: #FFFFFF; font-style: normal; background-color: #ccffcc; font-variant: normal; text-decoration: none}
.menu a:focus {font-weight: normal; text-transform: none; color: #FFFFFF; font-style: normal; background-color: #ccffcc; font-variant: normal; text-decoration: none}


/*.menu li:hover > a {font-weight: normal; text-transform: none; color: #009900; font-style: normal; background-color: #ccffcc; font-variant: normal; text-decoration: none}*/

.menu li:hover > a {font-weight: normal; text-transform: none; color: #FFFFFF; font-style: normal; background-color: #254117; font-variant: normal; text-decoration: none}

.menu li ul {padding-right: 2em; padding-left: 2em; left: 12em; visibility: hidden; padding-bottom: 2em; padding-top: 2em; position: absolute; top: -2em; background-color: transparent}
.menu li:hover > ul {visibility: visible}
.menu ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible}


.menu ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* For news alert*/
.news a, .news a:visited {
	/*border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
	width: 11em;*/
	/*display: block;  font-weight: normal; text-transform: none;; color: #006600; line-height: 2em; font-style: normal; height: 1.8em; font-variant: normal; text-decoration: none;*/
	/*margin: -10px;*/
	color:Red;
	font-weight:bold
}

	div.rows div.row {
		clear:both;    
		width: 100%;
	}

	div.rows div.column {
		float: left;
	}

	div.rows div.clear-row {
		line-height: 0px; 
		font-size: 0px; 
		clear:both;
	}		

	.w-70-percent {
		width: 79%;
		height: 30px;
		font-size:14px;
		font-weight:bold;
		vertical-align:text-top;
	}
	.w-30-percent1 {
		width: 21%;
		height: 30px;
		font-size: 14pt;
		font-weight: bold;
		vertical-align:text-top;
	}
	.w-30-percent2 {
		width: 21%;
		height: 30px;
		font-size: 10pt;
		font-weight: normal;
		vertical-align:text-top;
	}	
	
	.BottomLine {
		width: 100%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #006600;
		margin-bottom: 18px;
		padding-bottom: 6px;
		height:2px;
	}			

    #header .BottomLine{
        margin-left: 15px;
        margin-right: 35px;
    }

	#container {
		margin: auto;
		width: 100%;
	}