/* ================================================================ 
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/skeleton.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.
=================================================================== 
#eca #b97 #a86 #edb*/

body {background-color:#F4FBFB; }

#nav, 
#nav ul {padding:0 0 10px 0; margin:0; list-style:none; color:#330099 ; font: 12px verdana, sans-serif; border:1px solid; border-color: #0000FF; border-width:0px 2px 2px 1px; background:#fff; position:relative; z-index:200;}
#nav {height:25px; padding:0; width:998px; display:block; margin-left:auto; margin-right:auto}

#nav table {border-collapse:collapse;}
#nav li {display:block; float:left; padding:0 50px 0 10px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#330099; height:25px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300; background:#fff;}
#nav a:hover {position:relative; z-index:300; color:#b75;}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a { color:#b75;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
/*main menu*/
.menu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.amenu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #ffffff;  }

/*submenu*/
.submenu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #003333; text-decoration: none; }
.asubmenu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #003333;  }

/* big submenu*/
.bigsubmenu { font-size: 20pt; font-family: Tahoma, sans-serif; color: #003333; text-decoration: none; }
.bigasubmenu { font-size: 20pt; font-family: Tahoma, sans-serif; color: #003333; }


/*bottom menu*/
.bmenu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #003333; text-decoration: none; }
.abmenu { font-size: 12pt; font-family: Tahoma, sans-serif; color: #003333; }

/*copyright*/
.footer { font-size: 12pt; font-family: Tahoma, sans-serif; color: #747474; }

/*backgrounds*/
.main-bg { background-color: #E1E1E1; }
.submenu-bg { background-color: #4E8BC1; }
.menu-hr { background-color: #6BA4CF; }
.line { background-color: #CACACA; }

.PageHeader h2{
padding-left:100px;
width:300px;
font-size: 20pt; 
font-family: Tahoma, sans-serif;
}

.gradient {
height: 175px;
padding: 4px;
background-image:url(../Images/TopGrad.jpg);
color:#0033FF;
font:Arial, Helvetica, sans-serif;
font-size:20px;
padding-top:0;
border-left:thin #0033FF solid;
border-top:thin #0033FF solid;
border-right:thin #0033FF solid;
border-bottom:thin #0033FF solid;
 display:block; margin-left:auto; margin-right:auto
}

.footergradient {
height: 100px;
padding: 4px;
background-image:url(../Images/BottomGrad.jpg);
color:#0033FF;
font:Arial, Helvetica, sans-serif;
font-size:20px;
padding-top:0;
border:none;
 display:block; margin-left:auto; margin-right:auto
}

#pageWrapper {
	margin: 0 auto;
	width:970px;
	}

#MainHeader {
padding-left:20px;
padding-right:40px;
text-align:center;
font-size: 12pt; 
font-family: Tahoma, sans-serif;
	}
	
/* content */
.text-header { font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; color: #3B4F4A;}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }
.pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }

/* top elements */
.company {
	font-weight: bold;
	font-size: 13pt;
	font-family: Tahoma, sans-serif;
	color: #2A4E68;
	text-transform: uppercase;
}
.slogan {
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A4E68;
	text-transform: uppercase;
}


