/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-image:  url("images/bg-body.gif");
	background-repeat: repeat-y;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
}

#skip-navigation{	
}

#wrap{
	background-image:  url("images/bg-logo.gif");
	background-repeat: no-repeat;
	background-position: 810px 15px;
	margin: 0;
	text-align: left;
	width: 1000px;
}
* html #wrap {  /* This is the Tan hack */
	width: 1000px; 
	w\idth: 1000px; 
	}

#centerc{
	display: inline;
	float:left;
	margin-left:182px;
	width:581px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 145px;

}
* html #centerc {  /* This is the Tan hack */
	width: 606px; 
	w\idth: 581px; 
	}

#leftc{
	float:left;
	margin-left:-787px;
	width: 182px;
}


#topimg {
	top: 0px;
	left: 183px;
	width: 617px;
	position: absolute;
}

#foot{
	clear: both;
	margin-right: 190px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/




/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#leftc p {
	color: #FFFFFF; 
	padding-left: 10px;
}




/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#footerright
{
	margin-left: 200px;
	margin-right: 40px;
	padding-top: 15px;
	text-align: center;
}
#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 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;	
}

h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #330000;
}
img {
	border: 0px;
}
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
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 230px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
  
fieldset.fieldsetVertical label {
  display:block;
  float: left;
  width: auto;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  }
  
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}

/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	margin-bottom: -20px;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 150px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
/*create a row*/
div.TableReplaceRowClear {
	clear: both;
  }
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.address {
	font-size: 0.8em;
}

.callout {
	padding: 10px; 
	margin-top:140px; 
	border: 1px solid #666699;
}

ul.UlTicked {
	list-style-image: url(images/tick.gif);
}
div.Uloutline {
	border: 1px solid #000066;
	margin: 0px;
	margin-left: 20px;
	padding: 10px;
	background-color: #000066;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
}
div.Uloutline p {
	margin: 23px;
}
blockquote.about {
	margin-left: 0px;
	
}
