html {
}

body {
  width: 750px;
  margin: auto;
}

#portal_title {
  margin: 0;
  margin-bottom: -4px;
}

#portal_title h1 {
  display: inline;
}

#portal_logo {
  border: 0;
}

.searchbar {
  background-color: #c9cce1;
  height: 24px;
  text-align: right;
  padding-top: 4px;
}

.browserRec {
  color: #666;
  float: left;
  font-size: 0.6em;
  margin-left: 0.8em;
  margin-top: 0.2em;
}

.dnn_login {
  font-size: 0.7em;
  margin-right: 0.5em;
}

.dnn_search {
  font-size: 0.7em;
  margin-right: 1em;
}

#sign_up {
  margin-right: 1em;
  position: relative;
  top: 12px;
}

#sign_up img {
  border: 0;
}

#content_container_pri {
  width: 730px;
  margin: auto;
  margin-top: 1em;
}

#content_container_sec {
  width: 750px;
  height: 100%;
}

.content_pane_pri {
  width: 290px;
  float: left;
}

.content_pane_sec {
  float: left;
  width: 490px;
  margin: 1em;
}

.footer_pane {
  float: right;
  margin: 1em;
  width: 500px;
}

#sidebar_pri {
  float: right;
  width: 350px;
}

#sidebar_sec {
  float: left;
  width: 211px;
  background-color: #c9cce1;
}

.nav_pane {
  clear: left;
  width: 209px;
  margin-bottom: 25em;
}

.right_pane {
  width: 350px;
}

#bottom {
  width: 350px;
}

.bottom_left {
  width: 171px;
  float: left;
}

.bottom_right {
  width: 171px;
  float: right;
}

#menu {
  background-color: #556293;
  height: 30px;
  line-height: 33px;
}

.main_dnnmenu_container {
  background-color: transparent; 
}
.main_dnnmenu_bar {
  cursor: pointer; 
  cursor: hand;
  height: 30px;
  background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
  cursor: pointer; 
  cursor: hand; 
  color: #fff; 
  font-size: 9pt; 
  font-weight: normal; 
  font-style: normal; 
  background-color: Transparent;
  font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 5px 3px 3px 1px; 
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
  cursor: pointer; 
  cursor: hand; 
  color: #fff; 
  font-size: 9pt; 
  font-weight: normal; 
  font-style: normal; 
  background-color: Transparent;
  border-right: 1px solid #fff;
  font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/      
    padding: 5px 12px 6px 12px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
  background-color: #80561b; 
}

.main_dnnmenu_itemhover td {  
  background-color: #8da4d3; 
}

.main_dnnmenu_icon {
  cursor: pointer; 
  cursor: hand; 
  text-align: center; 
  width: 15px; 
  height: 100%;
}
.main_dnnmenu_submenu {
  background-color: #80561b;
  z-index: 1000; 
  cursor: pointer; 
  cursor: hand; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
  opacity: 0.9;
  padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_submenu td {
    border-bottom: 1px solid #fff;
}

.main_dnnmenu_break {
  height: 1px;
  font-size: 1px;
}

.main_dnnmenu_arrow {
  border-right: #cad5ea 1px solid; 
  border-bottom: #cad5ea 1px solid; 
  border-top: #cad5ea 0px solid;
  font-family: webdings; 
  font-size: 10pt; 
  cursor: pointer; 
  cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
  font-family: webdings; 
  font-size: 10pt; 
  cursor: pointer; 
  cursor: hand;
}

h2 {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
}

h4 {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
}

h5 {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
}

h6 {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
}