/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #383838;
	color: #6d6e71;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation {
	height: 20px;
}

#wrap{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 978px;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
}
* html #wrap {  /* This is the Tan hack */
	width: 980px; 
	w\idth: 978px; 
}

#header{
	position: relative;
}

#centerc-wrapper{
	display: inline;
	float:left;
	margin-left:252px;
	width:726px;
}
#centerc {
	padding-left: 10px;
	padding-right: 25px;
	float: left;
	width: 691px;
}
* html #centerc {  /* This is the Tan hack */
	width: 726px; 
	w\idth: 691px; 
}

#leftc{
	float:left;
	margin-left:-980px;
	width: 242px;
	padding-left: 10px;
}
* html #leftc {  /* This is the Tan hack */
	width: 252px; 
	w\idth: 242px; 
}


#foot{
	background-image: url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	background-position: bottom; 
	clear: both;
	margin-right: 12px;
	
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic {
}
#header_graphic img {
	display: block;
	float: left;
}
#header_graphic div {
	float: left;
}
#header_graphic div ul {
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.2em;
	float: left;
	width: 500px;
}
#header_graphic div ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #88898c;
	margin-right: 5px;
	font-weight: bold;
}
#header_graphic div ul li a, #header_graphic div ul li a:visited {
	margin: 0px;
	padding: 0px;
	color: #88898c;
	text-decoration: none;
	margin-right: 5px;
	font-weight: bold;
}
#header_graphic div ul li a:hover, #header_graphic div ul li a:active {
	text-decoration: underline;
}

#menu {
	margin-bottom: 10px;
	float: left;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
	float: left;
}
#menu ul li {
	margin: 0px; 
	padding: 0px; 
	float: left;
}
#menu ul li a img {
	display: block;
	float: left;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: left;
}
#footerleft p {
	padding: 0px;
	margin: 0px;
	margin-left: 11px;
	margin-top: 30px;
}
#footerleft p a, #footerleft p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#footerleft p a:hover, #footerleft p a:active {
	text-decoration: underline;
}
#footerleft ul
{
	list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 15px;
    position: absolute;
	white-space: nowrap;
}
#footerleft ul li
{
	color: #ffffff;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
#footerleft ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #ffffff;
	text-decoration: underline;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 15px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #ffffff;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #ffffff;
	text-decoration: underline;	
}


/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #8dc63f;
	font-size: 1.4em;
	font-weight: bold;	
	border-bottom: 1px dashed #b0b0b0;
}

h2 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #8dc63f;
	font-size: 1.2em;
	font-weight: bold;	
	border-bottom: 1px dashed #b0b0b0;
}

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;
  margin-top: 10px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px;
  margin-bottom: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: 600px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
textarea{
	margin-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 -------------------------- **/

#homeBannerImage {
	width: 717px;
	float: left;
	margin-bottom: 10px;
}
#homeBannerImage img {
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.leftc-segments {
	float: left;
}
.leftc-segments img {
	display: block;
}
#footerlogos {
	float: right;
}
#footerlogos img {
	display: block;
	float: left;
}
#footeruc4 {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}
#footeruc4 p {
	margin: 0px;
	padding: 0px;
}
#footeruc4 p a {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#quoteForm {
 	width: 488px;
}

#addresses{
	text-align:right;
	
}	

#addresses p{
	float:left;
	font-size:11px;
	width:120px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
}	

.feedback-dark{
	background-color:#CCCCCC;
	border-bottom:solid 1px #FFFFFF;
	}	
.feedback-light{
	background-color:#E2E2E2;
	}		

.FormCheckboxes {
	clear:both !important;
 	margin-right: 0px !important;
	margin-bottom:10px;
	
 }
 
.FormCheckboxes div {
 	margin-right: 0px !important;
	width: 130px !important;
 }	
 
#centerc ul li{
	margin-bottom:15px;
	} 

#tagline{
	width:280px;
	font-weight:bold;
	float:right;
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-bottom:10px;
	font-size:1.5em;
}		
