/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
/*	background-image:  url("../pics/bg.jpg");
	background-repeat: repeat;*/
}

#skip-navigation {
height: 0px;	
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
* html #wrap {  /* This is the Tan hack */
	width: 902px; 
	w\idth: 900px; 
}

#header{
	position: relative;
}


#centerc{
	display: inline;
	float:left;
	margin-left: 232px;
	padding-left: 25px;
	padding-right: 15px;
	width: 628px;
}
* html #centerc {  /* This is the Tan hack */
	width: 668px; 
	w\idth:628px; 
}

#leftc{
	float:left;
	margin-left:-902px;
	width: 237px;
}

#foot {
	clear: both;
	padding-top: 40px;
}
#foot img {
	display: block;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic {
	
}
#header_graphic img {
	float: left;
}

#navigation{
	XXbackground-color: #017747;
	background-image:url(../images/header_bglogo.gif); 
	float: left;
	XXborder-top: 1px solid #000000;
	margin-bottom: 20px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {

	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
	background-color: #0DB24C;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;   
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	background-color: #ffffff;
	color: #017747;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu {
	margin-left: 20px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;	
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	color: #000000;
	border-bottom: 1px solid #0DB24C;
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 202px;
}
* html #menu ul li a, #menu ul li a:visited {  /* This is the Tan hack */
	width: 217px; 
	w\idth: 202px; 
}
#menu ul li a:hover, #menu ul li a:active {
	color: #017747;
}
.menu_header {
	display: block;
	color: #ffffff;  
	font-weight: bold;	
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 217px;
}
* html .menu_header {  /* This is the Tan hack */
	width: 217px; 
	w\idth: 217px; 
}
.menu_header p {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	XXbackground-color: #017747;
	background-image:url(../images/menu-bg.gif);
}
#menu img {
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
	vertical-align: text-top;
	
}

/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li
{
	margin: 0; 
	padding: 0; 
}

#submenu ul li a, #submenu ul li a:visited
{
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 170px;
}
* html #submenu ul li a,  #submenu ul li a:visited {  /* This is the Tan hack */
	width: 185px; 
	w\idth: 170px; 
	}


/** ------------------------------------------------------ **/
/** ------------------- higlights boxes------------------- **/

div.miniadverta {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: normal;
}

div.miniadverta a , div.miniadverta a:visited {
	color: #333366;
	text-decoration: underline;
	font-weight: normal;
}
div.miniadverta a:hover, div.miniadverta a:active {
	color:#0066CC;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #000000;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #999999;
	text-decoration: underline;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #000000;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: underline;	
}

#validated {
	clear:both;
	padding-top:5px;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.4em;	
	border-bottom: 1px solid #0DB24C;
	padding-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #0DB24C;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
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 {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 180px;
  margin-right: 0px;
  margin-left: 0px;
  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 -------------------------- **/

.contactDisplay {	
}
.contactDisplay p {
	padding: 0px;
	margin: 0px;
}
.contactDisplay div {	
	margin-bottom: 5px;
}
.contactDisplay .contactSection {
	width: 100px;
	float: left;
}
.contactDisplay .contactDetails {
	float: left;
}
