body
{
	background: url(../images/background775.jpg) center repeat-y;
	background-color: #19232c;
	margin: 0px;
	padding-top: 5px;
	color: black;
	font-family: arial;
	font-size: 12px;
}
table { padding: 0px; }
P { font-size: 12px; }
img { border: 0px; }
h1 { font-size: 16px; font-family: tahoma; color: #FEA940; }
h2 { font-size: 14px; font-family: tahoma; color: #FEA940; }

.img-center
{
	vertical-align: middle;
}

table#mainLayout { padding: 0px; padding-bottom: 5px; top: 0px; background-color: #263441; }
table#headerContainer { background: url(../images/banner.jpg) center no-repeat; height: 165px; }
.whitespaceContainer { padding-left: 11px; padding-right: 10px; color: white; }
.whitespace { background: url(../images/backdrop_logo.jpg) no-repeat center center; height: 450px; width: 100%; display: table; border-left: 1px #505a61 }
.whitespace a { font-family: arial; color: white; text-decoration: none; font-weight: bold; }
.whitespace a:hover { color: #c7c7c7; }
.whitespace ul { margin-top: 4px; margin-bottom: 10px; }
.welcomeContainer P { line-height: 100%; padding-bottom: 5px; padding-top: 5px; }

.footerContainer { height: 34px; width: 100% }
.footerContainer .copyright { padding-top: 11px; }
.footerContainer P { padding-top: 11px; font-size: 12px; margin: 0px; text-align: center; font-weight: bold; color: #FEA940;  }
.testimonial { opacity: 0.85; font-size: 11px; background-color: #8f8d8e; color: white; padding: 10px; border-left: solid 1px #dad8d8; border-right: solid 1px #dad8d8; margin-top: 30px; }
.ttContext { height: 24px; padding-left: 10px; padding-top: 2px; padding-bottom: 1px; font-weight: bold; border-bottom: solid 2px #dad8d8; margin-top: 3px; }
.imageHeading { text-align: center; color: white; }
.imageFooter { color: white; font-size: 8px; margin-left: 35px; background-image: url(../images/menu_scrollbar_down_arrow_disabled.png); }
.previewImage { margin: 25px 30px; background: url(../images/enlarge.jpg) no-repeat left bottom; padding-bottom: 5px; cursor: pointer; }
.description { font-size: 14px; color: white; }


/* Panel Styles */
.yui-panel-container
{
	position: absolute;
}
.yui-panel
{
	border-color: black;
	border-style: solid;
	border-width: 1px 0pt;
	left: 0pt;
	position:relative;
	top:0pt;
	z-index:1;
}
.mask
{
	bottom: 0pt;
	display: none;
	left: 0pt;
	overflow: auto;
	position: absolute;
	right: 0pt;
	top: 0pt;
	z-index: 1;
}
.mask
{
	background-color: #000000;
	opacity: 0.5;
}
.masked
{
	overflow-x: hidden;
}
.container-close
{
	background: transparent url(../images/panel_close.jpg) no-repeat scroll 0px 0px;
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 15px;
}
.yui-panel .hd
{
	background: #000000 url(../images/menu25bg.jpg) repeat-x scroll 0px 0px;
	color: #FFFFFF;
	font-size: 93%;
	font-weight: bold;
	line-height: 2;
	padding: 0pt 10px;
}
.yui-panel .bd
{
	background-color: #525552;
}
.yui-panel .bd img
{
	width: 100%;
}
/* Menu & MenuBar styles */
.yuimenubar
{
    visibility: visible;
    position: static;
    padding-right: 10px;
    padding-left: 11px;
    padding-top: 3px;
}

.yuimenu .yuimenu,
.yuimenubar .yuimenu
{
	visibility: hidden;
	position: absolute;
	top: -10000px;
	left: -10000px;
	padding: 0px;
}

.yuimenubar li, 
.yuimenu li {

    list-style-type: none;    

}

.yuimenubar ul, 
.yuimenu ul,
.yuimenubar li, 
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 { 

    margin: 0;
    padding: 0;

}

/* MenuBar background */
.yuimenubar ul
{
	/* zoom: 1; */
	background-image: url(../images/menu25bg.jpg);
}
.yuimenubaritem-hassubmenu
{
	background: url(../images/menubaritem_submenuindicator.png) right 6px no-repeat;
}
.yuimenubaritem-hassubmenu-selected
{
	background-image: url(../images/menubaritem_submenuindicator_selected.gif);
}
/* SubMenu background */
.yuimenu ul
{
	background-color: #19232c;
	background-image: none;
}

/* 
    Remove the "hasLayout" trigger for submenus of MenuBar instances as it 
    is unnecessary. 

.yuimenubar .yuimenu ul
{
    *zoom: normal;
}
*/
/*
    The following style rule allows a MenuBar instance's <ul> element to clear
    its floated <li> elements in Firefox, Safari and and Opera.
*/

.yuimenubar>.bd>ul:after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;

}

.yuimenubaritem
{
	float: left;
}

/*
    PLEASE NOTE: The <div> element used for a menu's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the menu's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Menu.  
    Implementers wishing to remove a menu's shadow or add any other markup
    required for a given skin for menu should override the "onRender" method.
*/

.hide-scrollbars * {

	overflow: hidden;

}

.hide-scrollbars select {

	display: none;

}


/*

The following style rule (".yuimenu.show-scrollbars") overrides the 
".show-scrollbars" rule defined in container-core.css which sets the 
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to 
"auto" when it is visible.  Without this override, a Menu would have scrollbars
when one of its submenus is visible.

*/

.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {

	overflow: visible; 

}

.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {

    overflow: hidden;

}

.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {

    overflow: auto;

}


/* Menu style rules */

.yuimenu
{
		margin-left: 10px;
		margin-top: -8px;
    background-color: #7F7d7d;
    border: solid 1px black;
    padding: 1px;
}

.yui-menu-shadow {

    display: none;

}

.yuimenu ul
{
    border: 0px;
    border-width: 0px;
    padding: 0px;
}

.yuimenu .yui-menu-body-scrolled {

    overflow: hidden;

}


/* Group titles */

.yuimenu h6,
.yuimenubar h6 { 

    font-size: 100%;
    font-weight: normal;
    border: solid 1px #c4c4be;
    color: #b9b9b9;    

}

.yuimenubar h6 {

    float: left;
    padding: 4px 12px;
    border-width: 0 1px 0 0;

}

.yuimenubar .yuimenu h6 {

    float: none;

}

.yuimenu h6 {

    border-width: 1px 0 0 0;
    padding: 5px 10px 0 10px;

}

.yuimenu ul.first-of-type, 
.yuimenu ul.hastitle,
.yuimenu h6.first-of-type {

    border-width: 0;

}



/* Top and bottom scroll controls */
.yuimenu .topscrollbar,
.yuimenu .bottomscrollbar
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: gray;
}
.yuimenu .topscrollbar
{
	background-image: url(../images/menu_scrollbar_up_arrow.png);
}
.yuimenu .topscrollbar_disabled
{
	background-image: url(../images/menu_scrollbar_up_arrow_disabled.png);
}
.yuimenu .bottomscrollbar
{
	background-image: url(../images/menu_scrollbar_down_arrow.png);
}
.yuimenu .bottomscrollbar_disabled
{
	background-image: url(../images/menu_scrollbar_down_arrow_disabled.png);
}


/* MenuItem and MenuBarItem styles */

.yuimenubaritemlabel
{
	text-align: left;
	white-space: nowrap;
	display: block;

	font-size: 12px;
	color: #fea940;
	text-decoration: none;

	border-width: 0px;
	background-image: url(../images/menu25sep.jpg);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #c4c4be;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-left: 16px; /* 11 separator spacing + 5 padding */
}

.yuimenubaritemlabel-hassubmenu
{
	padding-right: 20px;
}

.yuimenubaritemlabel-selected
{
	color: #c7c7c7;
}

.yuimenuitem
{
	display: inline;
}

.yuimenuitemlabel
{
	text-align: left;
	white-space: nowrap;
	display: block;
	
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;

	padding: 2px 20px;
}

.yuimenuitemlabel-selected
{
	text-decoration: none;
	color: #FEA940;
/*	background-color: red; */
}

.yuimenubar li.first-of-type .yuimenubaritemlabel
{
	background-image: none;
	border-width: 0;
	padding-left: 5px;
}