/* Basic Homepage Layout */
body {  margin: 0; padding: 0; text-align: center; }
form { padding: 0; margin: 0; }
.clear { clear: both; }

.page { width: 960px; margin-left: auto; margin-right: auto;}

/* Top Block */
.top { margin: 0 auto; position: relative; text-align:left; z-index:1}

.header { width: 230px; position: absolute; z-index:100; left: 30px; top: 370px }
.headercontrols { position: relative; float: right; text-align: right; padding: 10px 10px 10px 10px; z-index: 110; display:none }
.banner { position: relative; text-align: left; top: 0px; z-index:1}

/* Menu */
.siteMenu { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; width: 650px; height: 52px; position: absolute; text-align: left; z-index: 100; left:260px; top:386px; opacity:0.85;filter:alpha(opacity=85);}

.siteSubMenu { position: absolute; visibility: hidden; z-index: 1000; border: 0; padding: 0px; overflow: visible; margin: 0px 0px 0px 15px}
.siteSubMenuTable { position:relative; z-index: 1000; font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; overflow: visible;}

.siteMainItem { background-color: #200E03; padding: 18px 10px; color: #997D73; border: 0; cursor: pointer; white-space: nowrap;}
.siteMainItemHover, .siteMainItemActive { background-color: #200E03; padding: 18px 10px; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;}

.siteMenuItem { background-color: #296959; color: #ffffff; cursor: pointer; white-space: nowrap; position:relative; z-index: 1000; }
.siteMenuItemHover, .siteMenuItemActive { background-color: #15493C; color: #ffffff; cursor: pointer; white-space: nowrap; position:relative; z-index: 1000;}

.siteMenuFolderText, .siteMenuItemText { width: 170px; padding: 7px 10px 7px 10px; background-color: inherit; white-space: nowrap; }
.siteMenuFolderLeft, .siteMenuItemLeft { padding: 0px; white-space: nowrap; }
.siteMenuFolderRight, .siteMenuItemRight { padding: 0px; white-space: nowrap; }

/* Middle Block */
.middle { position: relative; }
.toppanel { filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#524B47, EndColorStr='#1E1510);
background: -moz-linear-gradient(top,  #524B47,  #1E1510);
background: -webkit-gradient(linear, left top, left bottom, from(#524B47), to(#1E1510));
background-color: #1E1510 }
.leftpanel { display:none }
.content { display:none }
.rightpanel { display:none }

/* Bottom Block */
.bottom { margin:0px; position: relative;}
.footer{ float: left; text-align: left; width: 960px; }