body {
	background-color: #C0BBAB;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background: #FFF;
	width: 900px;
	padding: 0px;
	margin: 0px auto;
}

/******************/
/* Header Styles */
/******************/

#header {
	height: 140px;
	width:800px;
	margin:0 auto;
	position:relative;
	background-color: #fff;
	border-bottom: solid 1px #cccccc;
}

#header h1 {
	position:absolute;
	top:40px;
	right:0;
	background:url(../images/logo.jpg) top no-repeat;
}

#header h1, 
#header h1 a {
	display:block;
	height:76px;
	width:260px;
}

#header h1 a span {
	display:none;
}

#subheader {
	width:800px;
	height: 60px;
	margin:0 auto;
	position:relative;
	border-bottom: solid 1px #cccccc;
	
}

/**************************/
/* Content Wrapper Styles */
/**************************/

#content{
	width: 800px;
	margin: 25px auto;
	background-color: #FFFFFF; 
	min-height: 300px;
}



/*********************/
/*** Footer Styles ***/
/*********************/
#footer{
	width: 100%;
	height: 25px;
	text-align:center;
}

#footerBelow{
	width: 100%;
}

#footerText{
	margin: 10px 0 20px 0;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}

#footerText p{
	color:#716A5B;
	margin-bottom: 5px;
}

.footerEmail{
	color:#716A5B;
}

.footerEmail:hover{
	color:#fff;
}


/* ========================================================= STYLES */
.clearMe{
	clear:both;
	margin:0;
	padding:0;
}

.white{
	color: #fff;
}

/*********************/
/* Hacks/Misc Styles */
/*********************/
.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

.clear1{
  clear: both;
  font-size: 1px;
  margin-bottom: 0px;
  line-height: 1px;
  height: 1px;
}



/*********************/
/* Header Menu */
/*********************/

#headerMenu{
  font-weight: normal;
  font-size: 13px;
  vertical-align: bottom;
  color: #575656;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  height: 24px;
  text-align: right;
  letter-spacing: .03em;   
}

#headerMenu ul{
  margin: 0;
  padding: 0;
  position:absolute;
  top:70px;
  left:0;
  list-style:none;
}

#headerMenu ul li{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display:inline;
  background:none;
}

#headerMenu a{
  margin-right: 12px;
  text-decoration: none;
  font-weight:bold;
}

#headerMenu a:link, #headerMenu a:visited{
  color: #575656;
}

#headerMenu a:hover, #headerMenu li.active a{
  padding-bottom: 1px;
  color: #141414;
  border-bottom: #44A7D0 1px dotted;
}

.bg1 .seperator {
  margin-right: 12px;
  color: #C8B7A4;
}


/*********************/
/* Main Column */
/*********************/

.maincol, .maincol-split, .rightcol {
  margin-top: 10px;
}

.maincol {
  float: left;
  width: 515px;

}

.maincol-left {
  float: left;
  width: 240px;

}
.maincol-right{
  float: right;
  width: 240px;
}


.maincol-split{
  float: left;
  width: 790px;
  padding: 0 5px 25px 0px;
}

.contentpaneopen { width: 100%; }

/* @group rightcol */

.rightcol{
  float: right;
  padding-bottom: 5px;
  width: 240px;
}

div.moduletable ul.sidenav, div.moduletable ul.sidenav ul{
  margin: 0;
  padding: 0;
}

ul.sidenav li{
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-left: 0px;
}

ul.sidenav li li{
  margin-left: 15px;
}

ul.sidenav img{
  float: left;
  margin-top: 5px;
}

ul.sidenav a{
  margin-left: 0px;
  padding-left: 10px;
  line-height: 25px;
  font-weight: bold;
}

ul.sidenav a:hover{
  text-decoration: none;
}
/* @end rightcol */