/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #FFFFFF;
	color: #6c6c6c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
	line-height: 1.3em; /* Line height. This will affect all pages */
}

#skip-navigation{	
}

#wrap{
	background-color: #FFFFFF;
	background-image: url(../images/wrap-background.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 1026px;
}
* html #wrap {  /* This is the Tan hack */
	width: 1026px; 
	w\idth: 1026px; 
}

#header{
	position: relative;
}

#centerc{
	display: inline;
	float:left;
	margin-left:40px;
	padding-left: 25px;
	padding-right: 15px;
	width:545px;
																										/*background-color:#06C;*/
}
* html #centerc {  /* This is the Tan hack */
	width: 585px; 
	w\idth: 545px;
	}

#rightc{
	float:right;
	width: 360px;
	margin-right: 40px;
	
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #1299c8;
																										/*background-color: #900;*/
}

#foot{
/*	border-top: 1px solid #999999;*/
	clear: both;
/*	margin-top: 10px;*/
	background-image:url(../images/footer-background.gif);
	background-repeat:no-repeat;
	height: 96px;
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic{
}

#navigation{
	background-image: url(../images/navigation-background.gif);
	background-repeat: no-repeat;
	float: left;
	width: 1026px;
	height: 44px;
	
	padding-bottom: 10px;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

/*	width: 900px;*/
	margin-left: 40px;
}
#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navigation ul li a, #navigation ul li a:visited {
	color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;   
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	padding-top: 5px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	color: #D5E024;
}


/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#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 {
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 185px;
}
* html #menu ul li a, #menu ul li a:visited {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 185px; 
	}
.menu_header {
	border-bottom: 1px solid #666666;
	display: block;  
	font-weight: bold;	
	padding-bottom: 5px; 
	padding-left: 15px;	
	padding-right: 0px;	
	padding-top: 5px; 
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 185px;
}
* html .menu_header {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 185px; 
	}

/** ------------------------------------------------------ **/
/** ------------------------ 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
{
	margin-top: 20px;
	margin-left: 20px;
	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: #FFFFFF;
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #FFFFFF;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #FFFFFF;
	text-decoration: underline;	
}
#footerright
{
	margin-top: 20px;
	margin-right: 60px;

	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: #FFFFFF;
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;	
/*	padding-right: 11px;	*/
}
#footerright ul li a
{		
	color: #FFFFFF;
	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: #1299c8;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	color: #1299c8;
	font-size: 1.4em;
	font-weight: bold;
	
	line-height: 1.3em; /* Line height. This will affect all pages */

}

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;
}


/** ------------------------------------------------------ **/
/** ------------------- 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;
  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;
  }

/* hide anti spam box */
.sec-form-field {
	display: none;
}

/** ------------------------------------------------------ **/
/** ------------------- 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: 230px;
	margin: 0px;
	
	font-weight: bold;
	color: #1299c8;
}
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
	
	font-weight: bold;
} 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
} 
div.TableReplaceRowClear {
	clear: both;
}
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/


#why-we-are-different {
	width: 948px;
	height: 310px;
	margin-left: 38px;
	background-image:url(../images/why-we-are-different-header.gif);
	background-repeat:no-repeat;
}

#why-we-are-different-content {
	width: 850px;
	padding-top: 20px;
	margin-left: 50px;
}

#why-we-are-different-content p.highlight {
	color: #1299c8;
	font-weight: bold;
}

#why-we-are-different-footer {
	width: 948px;
	height: 16px;
	margin-left: 38px;
	background-image:url(../images/why-we-are-different-footer.gif);
	background-repeat:no-repeat;
	
	padding-bottom: 10px;
}



#why-we-are-different-photo {
	float: right;
	width: 250px;
}

#why-we-are-different-photo p {
	text-align: center;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#right-ad {
	padding-bottom: 15px;
}

.right-telephone {
	text-align: center;
}
