@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	background-image:url(images/bgRepeat-1.jpg);
	background-repeat:repeat-x;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFCC66;
}

.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0;
	padding: 0;
	border: 0px solid #555555;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	margin: 0px 20px 10px 40px;
	padding: 345px 20px 10px 40px;
	border: solid 0px #665555;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	height:auto;
	margin: 0px 20px 10px 60px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 75%;
	margin: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.table1 {
	border: 0px solid #996600;
	top: auto;
}

ahover {
	color: #FF9900;
	text-decoration: underline;
}
h2 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #E7CA7C;
}
.textSmall {
	font-size: 0.75em;
}
.textMini {
	font-size: .1em;
	color: #660000;
}
hr {
	color: #7B5300;
	width: 595px;
	margin-top: 35px;
}
.paddingRight {
	margin-right: 10px;
}

a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

h1 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #E7CA7C;
}
p {
	font-weight: 100;
}





/* ----- MENU ----- */

#wrap {
	font-size: 1em;
	width: 540px;
	padding: 0px;
	margin: 0 auto;
	background-color: #000000;
	position:relative;
}

/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: auto; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 15px;
	background-color: #410A41;
	color: #999999;
	text-decoration: none;
}

#navbar li a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #410A41;
	color: #999999;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	}
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #410A41;
	border-bottom: 1px solid #666;
	padding:8px;
	width:176px;
}
#navbar li li a:hover {
	background-color: #000000;
}
	
#apDiv1 {
	position:absolute;
	width:520px;
	height:51px;
	z-index:100;
	left: 513px;
	top: 362px;
	border: 0px;
	border: 0px solid #996600;
}


#apDiv2 {
	position:absolute;
	width:330px;
	height:29px;
	z-index:7;
	left: 15px;
	top: 9px;
	border: 0px solid #996600;
}

#apDiv10 {
	position:absolute;
	width:400px;
	height:358px;
	z-index:10;
	left: 525px;
	top: 0px;
	border: 0px solid #996600;
}
.h1indent {
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px -20px;
}
.clearall {
	clear: both;
}



/*-------------------------Menu Bar ----------------------------*\

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 10px;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 690px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0px;
	padding: 0px 10px 2px 0px;
	list-style-type: none;
	font-size: 90%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width:80px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:12px;
	position:relative;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 13px;
	border: 0px solid #666666;
	width:80px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	
	background-color: #000;
	border: 1px solid #666666;
	width:140px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 90%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #ff0000;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #CCCCCC;
	text-decoration: none;
	padding:10px;
	width:140px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	padding:10px;
	width:140px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
	padding:10px;
	width:140px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 65% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 89% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position:absolute;
	z-index: 1000;
	background-color:#000000;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display:inline;
	f\loat: left;
	}
}


.TabbedPanelsTab a {
	color: #FC6 !important;
	display: block !important;
	text-decoration: none;
	text-align: center !important;
	padding: 8px 11px !important;
}
