/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #e8e9ea;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation {	
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 775px;
	border: 1px solid #cfd2d4;
}
* html #wrap {  /* This is the Tan hack */
	width: 777px; 
	w\idth: 775px; 
}

#header{
	position: relative;
}
#centerc-home{
	display: inline;
	float:left;
	width: 775px;
}
#centerc{
	display: inline;
	float:left;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 545px;

}
* html #centerc {  /* This is the Tan hack */
	width: 589px; 
	w\idth: 545px; 
}


#leftc{
	float:left;
	width: 186px;
}
#rightc{
	float:left;
	width: 135px;
}


#foot{
	background-image: url(../images/footer-fill.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 20px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic img {
	display:block;
}

#navigation{
	background-image:url(../images/nav-fill.gif);
	background-repeat:repeat-x;
	width: 775px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 22px;
	margin-right: 10px;

}
#navigation ul li {
	float: right;
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
	color: #464749;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;   
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	text-decoration: none;
	height: 19px;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	background-image: url(../images/nav-fill-hover.gif);
	background-repeat: repeat-x;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/
#menu h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
#menu ul {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 20px;
}
#menu ul li {
	margin: 0; 
	padding: 0; 
}

#menu ul li a, #menu ul li a:visited {
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #DB4D28;
} 
#menu2 h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
#menu2 ul {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 20px;
}
#menu2 ul li {
	margin: 0; 
	padding: 0; 
}

#menu2 ul li a, #menu2 ul li a:visited {
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
}
#menu2 ul li a:hover, #menu2 ul li a:active {
	color: #2E408B;
} 






/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft ul
{
	list-style: none;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 2px;
	position: absolute;
	white-space: nowrap;
	width: 488px;
	
}
#footerleft ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#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: 2px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	margin-right: 3px;	
}
#footerright ul li a
{		
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
}



/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	margin: 0px;
	padding: 0px;
	color: #DB4D28;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;	
}
h1.business {
	margin: 0px;
	padding: 0px;
	color: #2D408B;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;	
}

h2 {
	color: #c83921;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	 
}

a, a:visited {
	color: #6699CC;
	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;
}
p {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  width: 470px;
  }
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;
  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;
  }


/** ------------------------------------------------------ **/
/** ------------------- 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 -------------------------- **/

.banner img {
	display: block;
}
.box1 {
	background-color: #f2f2f2;
	width: 195px;
	float: left;
	xheight: 320px;
}

.box2 {
	width: 287px;
	float: left;
}
.box2 div ul li, .box3 div ul li {
	padding-top: 0px;
}
.box2 div ul li a, .box2 div ul li a:visited, .box3 div ul li a, .box3 div ul li a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #000000;
}
.box2 div ul li a:hover, .box2 div ul li a:active, .box3 div ul li a:hover, .box3 div ul li a:active {
	color: #c83921;
}

.box3 {
	background-color: #e9e9f1;
	width: 293px;
	float: left;
	xheight: 320px;
}
.box3 a:hover, .box3 a:active {
	color: #2D408B !important;
}
.box1 div,.box2 div,.box3 div {
	padding-left: 8px;
	padding-right: 8px;
}
span.fontColourOrange {
	color: #DB4D28;
}
span.fontColourBlue {
	color: #2D408B;
}
img.floatRightc {
	margin: 0px;
	padding: 0px;
	position: relative;
	float:right;
	margin-left: 10px;
	left: 19px;
	
} 
img.ImgFloatRightNews {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: right;
}

