/** ------------------------------------------------------ **/
/** -------------------3 column layout no header-------------------- **/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{
	height: 12px;	
}

#wrap{
	background-color: #5e9cd9;
	background-image: url(../images/wrap-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 953px;
}
* html #wrap {  /* This is the Tan hack */
	width: 953px; 
	w\idth: 953px; 
	}

#centerc{
	display: inline;
	float:left;
	margin-left: 190px;
	margin-top: 87px;
	width: 466px;
}
* html #centerc {  /* This is the Tan hack */
	width: 466px; 
	w\idth: 466px; 
	}

#leftc{
	float: left;
	margin-left: -656px;
	margin-top: 11px;
	padding-left: 10px;
	width: 180px;
}
* html #leftc {  /* This is the Tan hack */
	width: 190px; 
	w\idth: 180px; 
	}
	
#rightc{
	float:left;
	margin-top: 87px;
	padding-left: 10px;
	padding-right: 15px;
	width: 272px;
}
* html #rightc {  /* This is the Tan hack */
	width: 297px; 
	w\idth: 272px; 
	}
	
#footwrap{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0px;
	height: 228px;
}
#foot{
	clear: both;
	margin: 0 auto;
	height: 30px;
	width: 953px;
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/




/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/



/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px; 
	padding: 0px;
	width: 153px;
}
#menu ul li a {
	text-decoration: none;
	width: 153px;
}
#menu img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/


/** ------------------------------------------------------ **/
/** ------------------- 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;
	font-weight: normal;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #999999;
	text-decoration: none;	
}
#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;
	font-weight: normal;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: none;	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	background-color: #b2d677;
	color: #FFFFFF;
	display: inline;
	font-size: 2.2em;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

h2 {
	background-color: #f57c22;
	color: #FFFFFF;
	display: inline;
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #b2d677;
}
img {
	border: 0px;
}



/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  color: #FFFFFF;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 150px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/
.clearboth {
	clear:both;
}
.blackText {
	color: #000000;
}
	


