/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body{
	background-color: #FFFFFF;
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{
	height: 1px;
}

#wrap{
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 0px solid #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	width: 975px;
}
* html #wrap {  /* This is the Tan hack */
	width: 985px; 
	w\idth: 975px; 
	}

#header{
	padding-left:0px;
	margin-top: 20px;
	position: relative;
}

#centerc{
	width: 755px;
	display: inline;
	float:left;
	margin-left: 180px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	min-height: 420px;
    height:auto !important;
    height: 420px;
	
}
* html #centerc {  /* This is the Tan hack */
	width: 795px; 
	w\idth: 755px; 
	}

#leftc{
	width: 180px;
	float:left;
	margin-left: -975px;
	padding-top: 0px;
}
* html #leftc {  /* This is the Tan hack */
	width: 180px; 
	w\idth: 180px; 
	}

#foot{
	height: 82px;
	clear: both;
	background-image: url(../images/template/footer.gif);
	background-repeat: repeat-y;
	margin-top: -30px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic1{
	position:relative;
	top: 0px;
	left: 0px;
	height: 124px;
}
#header_graphic2{
	position:absolute;
	top: 0px;
	left: 180px;
}

#header_nav{
	position:absolute;
	top: 35px;
	left: 782px;
}

#header_nav ul
{
    list-style: none; 
    margin: 0;
	padding: 0px;
    white-space: nowrap;
	position: absolute;
}
#header_nav ul li
{
	margin-right: 0px;
	display: inline;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
}
#header_nav ul li a
{		
	color: #FFFFFF;
	text-decoration: none;
}
#header_nav ul li a:hover, #header_nav ul li a:active, #header_nav ul li a:focus
{	
    text-decoration: underline;
	color: #FFFFFF;
}

/** ------------------------------------------------------ **/
/** ------------------- leftc ---------------------------- **/

#menu{
	width: 180px;
}
#devnav{
	width: 180px;
}

#leftcContainer {
	float:left;
	margin-left: 0px;
	width: 180px;
}


/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerclear
{
    clear: both;
}
#footerleft
{
    float: left;
	margin-top: 0px;
	padding-left: 15px;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
	padding: 0px;
    white-space: nowrap;
	position: absolute;
}
#footerleft ul li
{
	margin-right: 0; 
	display: inline;
	padding-right: 11px;
	color: #000000;
	font-size: 0.9em;
}
#footerleft ul li a
{		
	color: #FFFFFF;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    text-decoration: none;
	color: #FFFFFF;
}


#footercenter
{
    float: left;
	padding-left: 35px;
    padding-top: 8px;
	position: absolute;
	margin-left: 120px;
}
#footercenter ul
{
    list-style: none; 
    margin: 0;
	padding: 0px;
    white-space: nowrap;
	position: absolute;
}
#footercenter ul li
{
	margin-right: 15px;
	display: inline;
	padding-right: 11px;
	color: #003366;
	font-size: 1em;
}
#footercenter ul li a
{		
	color: #003366;
	text-decoration: none;
}
#footercenter ul li a:hover, #footercenter ul li a:active, #footercenter ul li a:focus
{	
    text-decoration: none;
	color: #FFFFFF;
}

#footerright
{
    float: right;
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding: 0px;
    white-space: nowrap;
}
#footerright ul li
{
	margin: 0; 
	display: inline;
	padding-right: 20px;
	color: #666666;
	font-size: 0.9em;
}
#footerright ul li a
{		
	color: #666666;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    text-decoration: underline;
	color: #CCCCCC;
}


/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

h1, .h1 {
	color: #666666;
	font-weight: boldest;
	font-size: 1.5em; 
}

h2, .h2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em; 
}

h3, .h3 {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.4em; 
}

caption {
	text-align: left;
	font-weight: normal;
}
th {
	text-align: left;
	font-weight: bold;
}

a, a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666699;
}

img {
	border: 0px;
}

.redtext {
	color: #FF0000;
}



/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: normal;
  padding-bottom: 10px;
  }
legend strong {
  color: #CC0000;
  font-size: 1.2em;
  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;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display: block;
  float: left;
  width: 120px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
textarea {
	font-family: Verdana, Helvetica, sans-serif;
}

div.divSelectWidth select {
	width: 14em;
}
label.labelOptIn {
	width: 244px;
}
input.inputnoclear {
  margin-right: 0px
  }


/** ------------------------------------------------------ **/
/** ------------------- bespoke ------------------------- **/

.clear {
	clear:both;
}

.ImgFloatRight {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.ImgFloatLeft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.ImgFloatNone {
	margin-right: 15px;
	margin-bottom: 10px;
}


/** ------------------------------------------------------ **/
/** ---------------------- home ------------------------- **/

.HomeNewsRed {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

.HomeNewsBlue {
	color: #003366;
	font-weight: bold;
	font-size: 1.2em;
}

.hometitle {
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 8px;
	margin-top: 0px;
}

#homeLeftC {
	text-align: center;
	width: 136px;
}

#homeLeftC strong {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003366;
	font-weight: bold;
	}

#homeLeftC p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: normal;
	}
#homeLeftC p a, #homeLeftC p a:visited {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	}
#homeLeftC p a:hover {
	color: #003366;
}

/** ------------------------------------------------------ **/
/** ------------------- 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;
}

/*data cell*/
div.TableReplaceRow div.TableReplaceStopPressImage {
	float: left;
	margin: 0px;
	width: 235px;
  } 
 div.TableReplaceRow div.TableReplaceStopPressText {
	float: left;
	margin: 0px;
	width: 375px;
  } 