/* CSS Document containing all styles used in _topnav.cfm include.  Styles listed here may be used elsewhere. */

/* creates gradient background */
body {
	background-image: url(../images/bkg_body.gif);
	background-color: #014D4D;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0px 0px 0px 0px;
	text-align:center;
	}

/* sets width of page to 900px */
#width {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	}

td {
	text-align:left;
}

	
/* VA0 MENU */
.outer ul {padding:0; list-style-type:none; background:transparent; margin:0px;}
.outer li {display:block; float:left; width:128px;}
.outer {display:block; position:relative; background:#eee;}

.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; /*text color - regular*/color:#dddddd; margin:0; font-weight:normal; padding-bottom:0.5em; width:128px;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {/*rounded corner tip color - regular*/background:#EEC900; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#cc6; border:0 solid #fff; border-width:0 1px 1px 1px;}


a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:7em; font-size:8pt;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {/*text color - on hover*/color:#ffffff;}
a.xmenu2:hover .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 {background:#888;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {/*rounded corner tip color - on hover*/background:#8B6508; border-color:#CDC673;}

.xboxcontentd {display:block; /*tab color- regular*/background:#013D3D; border-bottom:3px solid #013D3D; padding-top:5px;}
a.xmenu2:hover .xboxcontentd {/*tab color - on hover*/background:#006666; border-bottom:3px solid #006666;}


/* welcome line - on all pages */
	
.welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	color: #EEAA33;
	letter-spacing: 1px;
	font-weight: bold;
	}

.welcomelinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	}

