 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #5b0e0e;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 40px;
	margin: 0 auto;
	background: #f3f1ce url(../BenMhorimages/bg/BenHead.gif) repeat-x bottom left;
	border-bottom: 2px solid #5b0e0e;
	background-color: #48525B;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}





/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 92px;
  
}





/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background:  url(../BenMhorimages/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
 
  height: 22px;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.06em;
  background:  url(../BenMhorimages/bg/menu.gif) repeat-x top left;
  color: #666;
  padding: 0 3px;

  
  
 
}

#menu ul li a span {
  display: block;
  padding: 4px 4px 4px 7px;
   
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #ccc;
}


#menu ul li a:hover,
#menu ul li a.here {
  color: #333;
  background:  url(../BenMhorimages/bg/menu1.gif) repeat-x top left;
  
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
   background: url(../BenMhorimages/bg/ContentBG.gif) repeat-y center;
}

#columns {
  margin: 0 auto;
  
}


/* Column widths */
.width {
  width: 800px;
   margin: 0 auto 0 auto;
    background: url(../BenMhorimages/bg/ContentBG.gif) repeat-y;
}

.headerwidth {
  width: 800px;
   margin: 0 auto;
   padding-top: 35px;
}

.menuwidth {
  width: 750px;
  margin: 50 auto;
}

.widthPad {
  width: 700px;
   background: #604343;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
 
  float: left;
  margin:0;
  padding:0;
  width: 100%;
  color: #f3f1ce;
  

}

#bg {

  height: 55px;
  margin: 0 auto 0 auto;
  background:  url(../BenMhorimages/bg/footer.jpg) no-repeat top ;

}

#bg a { color:#CCCCCC;
text-align:right;}

.foottext { 
padding-top: 10px;
text-align:center;}


/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}




/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}
.right
{
	float: right;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.left {
width: 700px;
text-align:justify;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #ece7b5;
}
