/* Start of CMSMS style sheet 'HOTCLayout2' */
body {
  text-align: center;
  background-color: #e2d8cb;
}

#container {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 100px;
  border: 1px ridge #efefef;
  text-align: left;
  background: #ffffff;
}

#belowpage {
  clear: both;
  height: 30px;
}

#header {
  height: 178px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

#bar {
  width: 100%;
  height: 22px;
  background:url(images/HOTC/NavBar.png) repeat-x;  
}

#barleft {
  float: left;
  height: 22px;
  width: 161px;
  background:url(images/HOTC/LeftSideTop.jpg);
}

#barright {
  margin-left: 161px;
}

#leftcol{
 width:161px;
 float:left;
 position: relative;
 margin-right:1px;
 margin-left: -161px;
 background-color: #bfac8e;
 } 

#rightcol {
  float: right;
  width: 100%;
  margin: 0 -8px 0 -2px;
}

.content {
  padding: 5px;
}

#inner {
  margin: 0;
  width: 100%;
}

#outer{
 border:solid white 0px;
  /*/*/ border-left-width: 161px ;  /* left column width. NN4 hack to hide borders */
border-left-color: #BFAC8E  ; /* left column colour */ 
border-left-style: solid;
  background-color: #FFFFFF ; /* center column colour */
width: auto;
 } 

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }

#footer {
  clear: both;
  height: 50px;
  background-color: #ffffff;
}

#footerleft {
  float:left;
  background: url(images/HOTC/LeftSideBottom.png);
  width: 161px;
  height: 50px;
}

#footerright {
  height: 50px;
  width: auto;
  background: #ffffff;
  text-align: right;
  vertical-align: text-top;
  border: 1px solid white; /* This is here to make Mozilla happy and not have a space */ 
}

#Copyright {
  width: auto;
  color: black;
  line-height: 10px;
  font-size: 10px;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Bread crumbs */
.pathway {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	height: 22px;
	line-height: 22px;
}
a.pathway {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	height: 22px;
}

a.pathway:hover {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	background: #000000;
	height: 22px;
}

.contenttitle {
	background: url(images/HOTC/title_background.gif) no-repeat;
	text-align: left;
	text-indent: 20px;
	text-transform: uppercase;	
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.block {
padding: 5px;
}

/* General fonts and stuff */
body,td,tr,p,div {
font-family:  Arial,Verdana,Helvetica,sans-serif; 
font-size: 13px;
 }
a {
text-decoration:  underline; 
 }
a:hover {
text-decoration:  underline; 
 } 

/* End of 'HOTCLayout2' */

