/* Basic Layout */
body { margin: 0; padding: 0; text-align: center; }
form { padding: 0; margin: 0; }

.page { width: 960px; margin-left: auto; margin-right: auto; }
.clear { clear: both; }

/* Top Block */
.top { margin: 0 auto; position: relative; z-index: 1; text-align:left;  }

.header { width: 230px; position: absolute; z-index:100; left: 30px; top: 0px }
.headercontrols { position: relative; float: right; text-align: right; padding: 10px 10px 10px 10px; z-index: 110; display:none }
.banner { width: 960px; text-align: left; margin: 0px 0px 0px 0px;;}

/* 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:16px; 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 { background-color:#ffffff; padding: 30px 0px }
.rightpanel { width: 250px; !width: 260px; text-align: left; float:right; padding: 0px; margin: 0px 20px 10px 20px }
.content { width: 620px; !width: 660px; text-align: left; float: left; padding: 0px 20px 10px 20px; }

/* Bottom Block */
.bottom { position: relative; }
.footer { width: 960px; text-align: left; float: left; margin: 0px 0px 0px 0px; }