/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/ 
body {
	background-image: url(../images/structure/bg-page.gif);
	background-repeat: repeat;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 10px;
}

#wrap{
	background-color: #FFFFFF;
	background-image: url(../images/structure/bg-wrap.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 784px;
}

#header{
	height: 190px;
	margin-bottom: 40px;
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	padding-left: 20px;
	padding-right: 25px;
	width:556px;
}
* html #centerc {  /* This is the Tan hack */
	width: 601px; 
	w\idth: 556px; 
	}
	
#rightc{
	float:left;
	padding-left: 21px;
	padding-left: 11px;
	width: 151px;
}
* html #rightc {  /* This is the Tan hack */
	width: 183px; 
	w\idth: 151px; 
	}

#foot{
	background-color: #333399;
	background-image:url(../images/structure/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 119px;
	padding-bottom: 10px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header img {
	display: block;
}
#header_image{
	left: 0px;
	position: absolute;
	top: 0px	
}
#header_logo {
	left: 601px;
	position: absolute;
	top: 0px
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#menu ul li {
	color:  #333399; 
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px; 
	padding: 0px;
	padding-left: 10px;
}

#menu ul li a, #menu ul li a:visited {
	color: #333399;
	display: block;	
	margin-bottom: 8px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 141px;
}
#menu ul li a:hover {
	color: #dc0a25;
}

#menu ul li.MenuHeading {
	background-color: #333399;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 141px;
}
#menu ul li.MenuProduct a, #menu ul li.MenuProduct a:visited {
	font-weight: normal;
	padding-left: 10px;
	/*width avoids extra whitespace in ie5-6*/
	width: 131px;
}

* html #menu ul li.MenuProduct a, * html #menu ul li.MenuProduct a:visited{  /* This is the Tan hack */
	width: 141px; 
	w\idth: 131px; 
	}
	
/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#footerleft
{
	text-align: center;    
}
#footerleft ul
{
    list-style: none;
	margin: 0;
	padding: 0px;
	padding-top: 70px;
    white-space: nowrap;	
}
#footerleft ul li
{
	color: #000000;
	display: inline;
	font-size: 0.8em;
	margin: 0;	
}
#footerleft ul li a
{		
	color: #000000;
	padding-right: 10px;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #333399;
	text-decoration: none;	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/


img {
	border: 0px;
}
caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}



/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  border: 0px;
  padding: 0px;
  width: auto;
  }
legend {
  display: none;
  }
input {
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: 10px;
  padding: 3px;
  width: 315px;
  }
textarea {
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 3px;
  width: 315px;
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  color: #4c7d13;
  float: none;
  font-weight: bold;
  width: auto;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/



