@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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:22px;
	position:relative;
	z-index:1500;
	font-family:arial, verdana, sans-serif;
	float: left;
}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:22px; line-height:22px; color:#036; text-decoration:none; font-size:14px; font-weight:normal; padding:0 20px 0 20px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:1200;
	position:relative;
	color:#EEE;
	background-image: url(images/navTXOver.png);
}
#menu li:hover {position:relative; z-index:1200;}

#menu li:hover > a {background-image: url(../images/navTXOver.png);}
#menu li:hover > a.sub {color:#fff; background-image: url(../images/navTX.png);}

#menu li.current a {color:#fff;}

#menu li a.sub {background-image: url(../images/navTXOver.png);}
#menu li.current a.sub {color:#fff;}

#menu :hover ul {left:0; top:22px; width:230px; background-image: url(../images/navTXOver.png);}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background-image: url(../images/navTXOver.png); white-space:nowrap; width:230px; z-index:1200; height:auto;}

#menu :hover ul li {margin:0; }
#menu :hover ul li a {width:230px; padding:0; text-indent:10px; background-image: url(../images/navTX.png); color:#EEE; height:24px; line-height:24px;}
#menu :hover ul li a.fly {background:#333 url(../right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-image: url(../images/navTX.png); color:#EEE;}
#menu :hover ul :hover a.fly {background-color:#c60; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(../right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:230px; padding:0; text-indent:10px; background-image: url(../images/navTX.png); color:#ccc;}
#menu :hover ul :hover ul :hover {
	color:#fff;
	background-image: url(../images/navTX.png);
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background-image: url(../images/navTX.png); color:#fff;}
#menuPositioner {
	width: 100%;
	position: relative;
	float:left;
}
#menuHolder {
	position: relative;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	color: #333;
}
p {
	margin:0 0 10px 0;
}

h1 {
	font-size:180%;
	font-weight:normal;
	margin:0;
	color:#036;
}

h2 {
	font-size:150%;
	font-weight:normal;
	margin:0;
	color:#666;
}

h3 {
	font-size:120%;
	font-weight:normal;
	margin:0;
	color:#900;
}

a:link {
	color:#036;
	text-decoration:none;
}

a:hover {
	color:#444;
	text-decoration:none;
}

#container {
	margin:auto;
	width:1000px;
}
#headWrap {
	height: 121px;
	width: 100%;
}
.logo {
	float: left;
	height: 122px;
	width: 245px;
}
.login {
	width:240px;
	float:right;
	margin-top:10px;
}

.login h3 {
	font-size: 15px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}
.login h4 {
	font-size: 13px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}
.login p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	margin:0;
}
#navigation {
	clear: both;
	height: 22px;
	background-image: url(../images/navbkg.jpg);
	background-repeat: repeat-x;
	z-index: 1000;
}
.footer{
	padding-top: 10px;
	font-size: 70%;
	color:#999;
}
#contentWrap {
	width: 980px;
}
#content {
	background-image: url(../img/homeImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 360px;
	width: 1000px;
	float: left;
	color:#EEE;
}
.leftImage {
	float: left;
}
.contentMain {
	float: right;
	width: 680px;
}
.contentMain img{
	float: left;
}
.contentWild {
	width: 990px;
}
#banner {
	background-image: url(../images/bannerHead.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}
#footerWrap {
	width:1000px;
	margin:auto;
}

#footerContainer {
	width:1000px;
	margin:auto;
	padding-top: 10px;
}

#wrapper {
	margin: auto;
	width: 1000px;
}
#headWrap {
	margin: auto;
	width: 1000px;
}
#rightColumn {
	float: right;
	width: 180px;
	margin-left: 40px;
}
.rightTool {
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
}
#navWrap{
	background-image: url(../images/navbkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top:#666 1px solid;
}
.staffWrap {
	padding-bottom: 15px;
}
.staffName {
	float: left;
	width: 200px;
	margin-right: 30px;
}
.staffCred {
	float: left;
	width: 420px;
}
.flashBanner {
	float:left;
	width:500px;
}

