html, body{
  height:100%!important;
}

body{
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
}

body #Form{
  margin: 0;
  padding: 0;
  height: 100%;
}

table, tr, td{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #222;
  line-height: 140%;
}

p, div, ul, li{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #222;
  line-height: 140%;
}

p{
  display: block;
  margin: 0;
  padding: 0 0 15px 0;
}

li{
  list-style: none outside url('images/li.gif');
}

ol li{
  list-style: decimal;
}

ul li{
  list-style: none outside url('images/li.gif');
}

li{
  margin: 5px 0;
}

.ControlPanel{
  z-index:99999!important;
}

#Wrapper{
  position: relative;
}

#TopBarB{
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 580px;
}

#TopBarT{
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 580px;
}

#Outer{
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

#OuterTable{
  margin: 0 auto;
}

#OuterTable #TL{
  background: transparent url('images/WhiteBGBox.TL.png') no-repeat top left;
}

#OuterTable #TR{
  background: transparent url('images/WhiteBGBox.TR.png') no-repeat top right;
}

#OuterTable #TM{
  background: transparent url('images/WhiteBGBox.TM.png') repeat-x;
  margin: 0 20px;
  padding-bottom: 12px;
}

#OuterTable #ML{
  background: transparent url('images/WhiteBGBox.ML.png') repeat-y top left;
}

#OuterTable #MR{
  background: transparent url('images/WhiteBGBox.MR.png') repeat-y top right;
}

#OuterTable #MM{
  background: #fff;
  margin: 0 10px;
  min-height: 1px;
}

#Header{
  position: relative;
}

#Logo{
  padding: 40px 10px 10px;
  width: 50%;
}

#Logo a{
  border: none;
}

#Logo a:hover{
  border: none;
  background: transparent;
}

#NavAux{
  position: absolute;
  top: 40px;
  right: 10px;
}

#NavAux div{
  padding-left: 10px;
  float: right;
  margin-bottom: 7px;
}

#NavAux .Sep{
  color: #fff;
  font-weight: 300;
}

#NavAux #Login .Icon,#NavAux #Register .Icon{
  width: 12px;
  height: 12px;
  background: transparent url('images/LoginIcon.bg.png') no-repeat;
  float: left;
  margin: 3px 3px 0 0;
  padding: 0;
}

#NavAux #Login #Arrow2,#NavAux #Register #Arrow1{
  width: 7px;
  height: 6px;
  background: transparent url('images/LoginIcon.arrow.gif') no-repeat;
  float: left;
  margin: 3px 0 0 3px;
  padding: 0;
}

#NavAux #Login #Arrow2 img,#NavAux #Register #Arrow1 img{
  width: 1px;
  height: 1px;
  border: 0;
}

#NavAux #Language{
  display: none;
}

#NavAux #FontWidget{
  max-width: 66px;
}

#Search{
  display: none;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 265px;
  height: 34px;
  background-image: url('images/search.bg.gif');
  background-repeat: no-repeat;
}

#SearchPos{
  position: relative;
  margin: 2px;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox{
  width: 177px;
  height: 20px;
  background: transparent;
  color: #666;
  padding: 7px 4px 2px;
  margin: 0;
  border: none;
  cursor: text;
}

a.SearchButton:hover, a.SearchButton:active, a.SearchButton:visited, a.SearchButton:link{
  width: 70px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  display: inline-block;
  background-image:url('images/search.btn.png')!important;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#NavBarCorners{
  position: relative;
}

#NavBarCorners .CL{
  width: 15px;
  height: 38px;
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 99999;
}

#NavBarCorners .CL img{
  width: 15px;
  height: 38px;
  border: 0;
}

#NavBarCorners .CR{
  width: 15px;
  height: 38px;
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 99999;
}

#NavBarCorners .CR img{
  width: 15px;
  height: 38px;
  border: 0;
}

#BreadcrumbRow{
  height: 35px;
  background: url('images/breadcrumb.bg.gif') repeat-x;
}

#BreadcrumbRow .CL{
  width: 15px;
  height: 36px;
  float: left;
}

#BreadcrumbRow .CL img{
  width: 15px;
  height: 36px;
  border: 0;
}

#Breadcrumb{
  color: #cacaca;
  float: left;
  margin: 9px 5px 0 10px;
}

#Breadcrumb span{
  color: #cacaca;
  white-space: nowrap;
}

#Breadcrumb #BreadcrumbArrow{
  font-size: 14px;
  margin-right: 6px;
}

#Date{
  float: right;
  margin: 9px 5px 0 5px;
}

#BreadcrumbRow .CR{
  width: 15px;
  height: 36px;
  float: right;
}

#BreadcrumbRow .CR img{
  width: 15px;
  height: 36px;
  border: 0;
}

#BannerRow1,#BannerRow2{
  min-height: 0;
}

#Panes{
  clear: both;
  margin: 0;
  padding: 10px 10px 0;
}

.FooterArea1 #FooterL{
  background: transparent url('images/WhiteBGBox.Footer1L.png') no-repeat bottom left;
}

.FooterArea1 #FooterR{
  background: transparent url('images/WhiteBGBox.Footer1R.png') no-repeat bottom right;
}

.FooterArea1 #FooterM{
  background: #fff url('images/WhiteBGBox.Footer1M.png') repeat-x bottom left;
  margin: 0 140px;
  min-height: 1px;
}

.FooterArea1 #Footer{
  height: 40px;
  width: 100%;
  clear: both;
  text-align: center;
  color: #999;
}

.FooterArea1 #FooterPadding{
  padding: 15px 0 0;
  color: #d4d4d4;
}

.FooterArea1 #BL{
  background: transparent url('images/WhiteBGBox.BL.png') no-repeat top left;
}

.FooterArea1 #BR{
  background: transparent url('images/WhiteBGBox.BR.png') no-repeat top right;
}

.FooterArea1 #BM{
  background: transparent url('images/WhiteBGBox.BM.png') repeat-x;
  height: 35px;
  margin: 0 140px;
}

.FooterArea2 #FooterL{
  background: transparent url('images/WhiteBGBox.Footer2L.png') no-repeat top left;
}

.FooterArea2 #FooterR{
  background: transparent url('images/WhiteBGBox.Footer2R.png') no-repeat top right;
}

.FooterArea2 #FooterM{
  background: url('images/WhiteBGBox.Footer2M.png') repeat-x;
  margin: 0 10px;
  min-height: 1px;
}

.FooterArea2 #Footer{
  width: 100%;
  clear: both;
  text-align: center;
  color: #666;
}

.FooterArea2 #FooterPadding{
  padding: 15px 0;
  color: #d4d4d4;
}

.FooterArea2 #BL{
  background: transparent;
}

.FooterArea2 #BR{
  background: transparent;
}

.FooterArea2 #BM{
  background: transparent;
  height: 35px;
}

.FooterArea2 .FooterPane{
  padding: 10px 20px;
}

.FooterArea3 #FooterL{
  background: transparent url('images/WhiteBGBox.Footer3L.png') no-repeat top left;
}

.FooterArea3 #FooterR{
  background: transparent url('images/WhiteBGBox.Footer3R.png') no-repeat top right;
}

.FooterArea3 #FooterM{
  background: url('images/WhiteBGBox.Footer3M.png') repeat-x;
  margin: 0 30px;
  min-height: 1px;
}

.FooterArea3 #Footer{
  width: 100%;
  clear: both;
  text-align: center;
  color: #666;
}

.FooterArea3 #FooterPadding{
  padding: 35px 0 0;
  color: #d4d4d4;
}

.FooterArea3 #BL{
  background: transparent url('images/WhiteBGBox.Footer3BL.png') no-repeat top left;
}

.FooterArea3 #BR{
  background: transparent url('images/WhiteBGBox.Footer3BR.png') no-repeat top right;
}

.FooterArea3 #BM{
  background: transparent url('images/WhiteBGBox.Footer3BM.png') repeat-x;
  height: 20px;
  margin: 0 30px;
}

.FooterArea3 .FooterPane{
  padding: 35px 0 10px;
}

div, p{
  margin-top: 0;
}

.left{
  float: left;
}

.right{
  float: right;
}

.clear{
  clear: both;
}

.dummy{
  display: none;
}

h1, h1 .Head,.Head{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: 700;
  line-height: 130%;
  border: none;
  margin-top: 0;
  letter-spacing: -1px;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
}

h2{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: 700;
  line-height: 130%;
  color: #633;
  border: none;
  margin-top: 0;
  letter-spacing: 0;
}

h3{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  border: none;
  margin-top: 0;
  letter-spacing: -1px;
}

h4{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 130%;
  font-weight: 500;
  line-height: 130%;
  border: none;
  margin-top: 0;
  letter-spacing: 0;
}

h5{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 115%;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  border: none;
  margin-top: 0;
}

h6{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 115%;
  font-weight: 500;
  line-height: 130%;
  border: none;
  margin-top: 0;
}

.textIntro{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: 300;
  line-height: 130%;
  color: #666;
  border: none;
  margin: 10px 20px;
}

div.form{
  width: 500px;
  text-align: left;
}

div.form_group{
  text-align: left;
  margin-bottom: 10px;
  font-size: 115%;
  color: #60ae4b;
}

div.form_text{
  float: left;
  margin: 0;
}

p.form_text{
  margin: 0 0 3px 0;
}

textarea.form_text, input.form_text, select.form_text{
  font-weight: bold;
  font-size: 100%;
  color: #222;
  background: #efefef;
  border-color: #bbb #bbb #ddd;
  border-width: 2px 1px 1px;
  padding: .2em;
  margin: 0 10px 10px 0;
}

.icons{
  padding-bottom:1px!important;
  line-height:0!important;
  min-height:1px!important;
}

.Settings,#dnn_ctr_ModuleContent{
  text-align:left!important;
}

.TopPane,.BottomPane,.ContentPane{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
}

.LeftPane1{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.LeftPane2{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
}

.RightPane{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.SidePane33{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
  width: 33%;
}

.SidePane50{
  margin: 0;
  padding: 0 7px 7px;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.HeaderPane1{
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.HeaderPane2{
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  margin-top: 1px;
}

.DNNEmptyPane{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  display: none;
}

a.USER_object:active, a.USER_object:visited, a.USER_object:link,.USER_object, a.LOGIN_object:active, a.LOGIN_object:visited, a.LOGIN_object:link,.LOGIN_object{
  color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
}

a.USER_object:hover, a.LOGIN_object:hover{
  color: #FFF;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  text-decoration: underline;
}

a.BREADCRUMBS_object:active{
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
}

a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:link,.BREADCRUMBS_object,.DATE_object{
  color: #939393;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
}

a.BREADCRUMBS_object:hover{
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  text-decoration: underline;
}

.FOOTER_objects{
  color: #939393;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
}

a.FOOTER_objects:active, a.FOOTER_objects:visited, a.FOOTER_objects:link{
  color: #939393;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  text-decoration: none;
}

a.FOOTER_objects:hover{
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 85%;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  text-decoration: underline;
}

.Normal,.normal{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #222;
  line-height: 120%;
  text-align: left;
}

strong, b,.NormalBold{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #222;
  line-height: 120%;
  text-align: left;
}

.NormalRed{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #C00;
  line-height: 120%;
  text-align: left;
}

.SubHead{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #222;
  line-height: 120%;
  text-align: left;
}

.font-family{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #777;
  line-height: 120%;
  background: transparent;
}

a:active, a:visited, a:link{
  background: transparent;
  text-decoration: none;
}

a:hover{
  background: transparent;
  text-decoration: underline;
  color: #000;
}

a.Normal:visited, a.Normal:link{
  background: transparent;
  text-decoration: none;
  font-weight: normal;
}

a.Normal:hover{
  background: transparent;
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}

a.CommandButton, a.CommandButton:active, a.CommandButton:visited, a.CommandButton:link{
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

a.CommandButton:hover{
  text-decoration: underline;
  color: #000;
}

input{
  color: #999;
}

select{
  color: #999;
}

.StandardButton{
  color: #000;
  background: #EEE;
  border-right: solid 1px #D1C7BE;
  border-bottom: solid 1px #D1C7BE;
  border-left: none;
  border-top: none;
  height: 17px;
}

.NormalTextBox{
  color: #666;
  background: #FFF;
  border: solid 1px #EBE4DD;
  padding-left: 4px;
  line-height: 12px;
  font-weight: normal;
}

td.NormalTextBox, span.NormalTextBox{
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.MainMenu_SubMenu{
  z-index: 999999;
  margin: 0;
  border-right: 1px #900 solid;
  border: 1px #e4e4e4 solid;
  border-bottom: 2px #e4e4e4 solid;
  padding: 0 5px 10px 5px;
}

.ModuleTitle_MenuItem{
  color: #848996;
  font-size: 100%;
  font-weight: normal;
  height: 23px;
  border: 0;
  border-bottom: 1px #f5f5f5 solid;
  white-space: nowrap;
}

.ModuleTitle_MenuItem td{
  color: #848996;
  font-size: 100%;
  font-weight: normal;
  height: 23px;
  border: 0;
  border-bottom: 1px #f5f5f5 solid;
  white-space: nowrap;
  text-align: left;
}

.ModuleTitle_MenuItem span{
  margin: 0 5px;
}

.ModuleTitle_MenuItemSel{
  color: #FFF;
  font-size: 100%;
  font-weight: normal;
  height: 23px;
  border: 0;
  border-bottom: 1px #f5f5f5 solid;
  white-space: nowrap;
  background-color: #A0A0A0;
}

.ModuleTitle_MenuItemSel td{
  color: #FFF;
  font-size: 100%;
  font-weight: normal;
  height: 23px;
  border: 0;
  border-bottom: 1px #f5f5f5 solid;
  white-space: nowrap;
  background-color: #A0A0A0;
  text-align: left;
}

.ModuleTitle_MenuItemSel span{
  margin: 0 5px;
}

.ModuleTitle_MenuContainer{
  color: #2c2c2c;
}

.ModuleTitle_MenuBar{
  cursor: pointer;
}

.ModuleTitle_MenuBar Span{
  border: 0 none;
}

.ModuleTitle_MenuIcon{
  padding: 0 5px;
}

.ModuleTitle_RootMenuArrow{
  display: none;
}

.ModuleTitle_MenuArrow{
  display: none;
}

.ModuleTitle_MenuBreak{
  display: none;
}

#NavBar{
  height: 38px;
  padding-left: 20px;
}

.root span.txt{
  float: left;
}

.NavBar1_1{
  background: url('images/NavBar.H1.White.png') repeat-x;
}

.main_dnnmenu_rootitem,.main_dnnmenu_rootitem_hover,.main_dnnmenu_rootitem_selected{
  display: inline-block;
  float: left;
  text-align: center;
  white-space: nowrap;
}

.NavBar1_1 .main_dnnmenu_rootitem,.NavBar1_2 .main_dnnmenu_rootitem,.NavBar1_3 .main_dnnmenu_rootitem,.NavBar1_4 .main_dnnmenu_rootitem,.NavBar1_5 .main_dnnmenu_rootitem,.NavBar1_6 .main_dnnmenu_rootitem{
  background: transparent url('images/menu.1.1.R.off.png') no-repeat right top;
  height: 50px;
  margin-top: -12px;
}

.NavBar1_1 .main_dnnmenu_rootitem_hover,.NavBar1_1 .main_dnnmenu_rootitem_selected,.NavBar1_3 .main_dnnmenu_rootitem_hover,.NavBar1_3 .main_dnnmenu_rootitem_selected,.NavBar1_5 .main_dnnmenu_rootitem_hover,.NavBar1_5 .main_dnnmenu_rootitem_selected{
  background: transparent url('images/menu.1.1.R.on.png') no-repeat right top;
  height: 50px;
  margin-top: -12px;
  position: relative;
}

.main_dnnmenu_rootitem span.txt,.main_dnnmenu_rootitem_hover span.txt,.main_dnnmenu_rootitem_selected span.txt{
  display: inline-block;
  height: 28px;
  padding-top: 22px;
  padding-left: 18px;
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}

.main_dnnmenu_rootitem span.txt{
  background: transparent none;
}

.main_dnnmenu_rootitem_hover span.txt,.main_dnnmenu_rootitem_selected span.txt{
  color:#fff!important;
}
/*Navigation Text - hover and selected (with line 1371*/
.NavBar1_1 .main_dnnmenu_rootitem_hover span.txt,.NavBar1_1 .main_dnnmenu_rootitem_selected span.txt,.NavBar1_3 .main_dnnmenu_rootitem_hover span.txt,.NavBar1_3 .main_dnnmenu_rootitem_selected span.txt,.NavBar1_5 .main_dnnmenu_rootitem_hover span.txt,.NavBar1_5 .main_dnnmenu_rootitem_selected span.txt{
  background: transparent url('images/menu.1.1.L.on.png') no-repeat;
  color:#633!important;
  font-weight: bold;
  font-size: 14px;
}

.main_dnnmenu_submenu{
  background: url('images/submenu.bg.gif') repeat-x top left;
  background-color: #f0f0f0;
  display: block;
  padding: 4px;
  z-index: 99999;
}

.main_dnnmenu_submenu .main_dnnmenu_bar{
  background-color:transparent!important;
}

.main_dnnmenu_submenu tr{
  background:transparent none!important;
  height: auto;
  padding: 0;
}

.main_dnnmenu_submenu td{
  background:transparent none!important;
  border-top:1px #fff solid!important;
  border-bottom:1px #e3e3e3 solid!important;
  font-size: 90%;
  font-weight: normal;
  text-align: left;
  color: #000;
  line-height: 1.4em;
  padding: 4px 12px 5px 5px;
  margin: 0;
  white-space: nowrap;
  z-index: 1000;
}

.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td{
  color:#fff!important;
  text-decoration: underline;
}

.main_dnnmenu_rootitem{
  cursor: pointer;
}

body{
  background: #fff none repeat 0 0;
}

.SkinBgColor{
  background-color:#633!important;
}

.SkinColor, h1, h1 .Head,.Head, h4, h6{
  color: #633;
}

a:active, a:visited, a:link, a.Normal:visited, a.Normal:link, a.CommandButton, a.CommandButton:active, a.CommandButton:visited, a.CommandButton:link{
  color: #633;
}

.SkinWidth{
  width: 940px;
}

#TopBarB{
  background: #633 none repeat 0 0;
}

#TopBarT{
  background: transparent url(images/bg.ttw.png) repeat-x bottom left;
}

#NavBarCorners .CL,#NavBarCorners .CR,#BreadcrumbRow .CL,#BreadcrumbRow .CR{
  display: none;
}

#OuterTable #TL,#OuterTable #TR,#OuterTable #TM{
  background: transparent none;
}

.LeftPane2{
  display: none;
}

.C02CTW_BoxTL,.C03CTW_BoxTL,.C04CTW_Box,.C06CTW_BoxTL,.C07CTW_BoxTL,.C08CTW_Box{
  background-color:#633!important;
}

.C02GTW_BoxTL,.C03GTW_BoxTL,.C04GTW_Box,.C06GTW_BoxTL,.C07GTW_BoxTL,.C08GTW_Box{
  background-color:#E0E0E0!important;
}

#Search{
  display: none;
}

.NavBar1_1,.NavBar1_2,.NavBar1_3,.NavBar1_4,.NavBar1_5,.NavBar1_6,.NavBar3_1,.NavBar4_1,.NavBar4_3{
  background-color: #633;
}

.main_dnnmenu_bar .hov td,.main_dnnmenu_bar .sel td{
  background-color:#633!important;
}

.main_dnnmenu_rootitem_hover span.txt,.main_dnnmenu_rootitem_selected span.txt{
  color:#fff!important;
}
/*Navigation Text - not selected*/
.main_dnnmenu_rootitem span.txt{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
/*Condo Listing Page Styles*/
#clpcontainer{float:left;width:100%;padding: 15px 5px 5px 5px;border-bottom:solid 1px #F4F0D3;}
#clpthumb{float:left;width:200px;}
#clpheadline{float:left;width:635px;margin:0 0 3px 10px;font-size:15px;font-weight:bold;color:#663333;}
#clptextbox{float:left;width:635px;margin:3px 0 3px 10px;font-weight:bold;}
#clptextbox1{float:left;width:635px;margin:3px 0 3px 10px;}
#clptextbox2{float:left;width:100%;padding:5px 0 0 0;color:#603813}
#clplinklt{float:left;width:200px;height:20px;text-align:center;padding-top:3px;}
#clplinkrt a{float:right;width:175px;height:20px;background-color:#FFCC00;border:1px solid #663333;text-align:center;color:#663333;font-weight:bold;}
#clplinkrt a:hover{background-color:#663333;color:#FFF;}
/*Condo Detail Page Styles*/
#cpcontainer{float:left;width:100%;}
#cpbody{float:left;width:100%;padding: 0 0 10px 0;}
#cpbullets{float:left;width:100%;padding-bottom:10px;}
#cplinkscontainer{float:left;width:100%;}
#cplink a{float:right;width:175px;height:25px;background-color:#FFCC00;border:1px solid #663333;text-align:center;color:#663333;font-weight:bold;font-size:120%;padding-top:5px;}
#cplink a:hover{background-color:#663333;color:#FFF;}
#cplinkrt a{float:left;width:175px;height:20px;margin:0 0 0 20px;background-color:#F4F0D3;border:1px solid #603813;text-align:center;color:#603813;font-weight:bold;}
#booklink a{float:left;width:100%;height:25px;background-color:#FFCC00;border:1px solid #663333;text-align:center;color:#663333;font-weight:bold;font-size:120%;padding-top:5px;/*margin:10px 0 20px 25px;*/}
#booklink a:hover{background-color:#663333;color:#FFF;}
#list {width:100%;}
ul.left {float:left;width:225px;}
ul.right {float:right;width:225px;}


