body{
  font-family: 'Trebuchet MS', Verdana, Arial;
  color: #757575;
  font-size: 13px;
}

/* LINKS */
a{
  color: #007AC2;
  text-decoration: none;
}

h1{
  font-size: 1.4em;
}

h1.page-heading{
  
  padding: 0.3em 0;
  font-size: 1.4em;
}


h2{
  font-size: 1.3em;
  color: #0079C2;  
}

h3{
  font-size: 1.2em;
  color: #DFA700;
}

h4{
  font-size: 1.1em;
  color: #0079C2;
}

h5{
  font-size: 0.9em;
  color: #DFA700;
}

h6{
  font-size: 1em;
}

ol,ul{
  margin-bottom: 1em;
}
ol{
  list-style:decimal;
}

ul{
  list-style: disc;
}

li{
  margin-left: 30px;
  line-height: 1.3em;  
}

ul.justify li,
li.justify{
  text-align: justify;
}

ol li ul,
ul li ul{
  margin-bottom: 0;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset{
  margin-bottom: 0.5em;
}

/* PARAGRAPHS */
p{
  text-align: justify;
  line-height:  1.3em;
  margin-bottom: 1em;
}

p.center{
  text-align: center;
}
.highlight-asterisk{
  font-weight: bold;
  color: #DFA700;
}

p.highlight{
  color: #DFA700; 
  font-weight: bold;   
}

fieldset p {
  margin: 10px;
}

td#head-office{
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 1em 0.5em 1em; 
  border:  solid 1px rgb(150,150,150);
}

/* superscript */
sup {
  font-size: 0.83em;
  vertical-align:  super;
}

div.references{
  font-size: 0.83em;
}

/* LISTS */
.home-services-lhs,
.home-services-rhs{
  width: 180px;
}
.list-services-lhs,
.list-services-rhs,
.list-case-studies-lhs,
.list-case-studies-rhs{
  width: 274px;
}

.home-services-lhs,
.home-services-rhs,
.list-services-lhs,
.list-services-rhs,
.list-case-studies-lhs,
.list-case-studies-rhs{
  float: left;
}
.home-services-lhs ul.icons li,
.home-services-rhs ul.icons li{
  margin-left:60px;
  padding: 15px 0 15px 35px;
  
}


#footer-nav {
	float:			left;
}
#footer-nav ul{
  display: inline;
  list-style: none;
}

#footer-nav li {
	margin: 		0.5em;
}

#footer-nav li a {
	border-right:	0;
	margin: 		0.5em;
	text-decoration:none;
}

#footer-nav a, #footer-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
#footer-nav li {
}
#footer-nav li:hover #footer-nav a:focus, #footer-nav a:hover, #footer-nav a:active {
  text-decoration: underline;
}




/* IMAGES */

#content img,
#content-home img{
  border: 1px solid #007ac2;
}
#content img.no-border{
  border: 0px;
}
#content img.issue{
  border: 0px;
  padding: 0;
  margin: 0;
}


img.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1em;
}

img.left{
  float: left;
  margin: 0 1em 0.1em 0;
}

img.right{
  float: right;
  margin: 0 0 0.5em 1em;
}

/* divs */
div.center{
  text-align: center;
}

/* TABLES */
table.clients,
table.contact,
table.showcase {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
	font-weight: normal;
	border: 0px;
  line-height:  1.3em;	
}



/* HORIZONTAL RULE */
hr{
  border:0 #ccc solid;
  border-top-width:1px;
  clear:both;
  height:0;
}

/* FORMS */
form{
  margin: 0;
}

.form-warn{
  padding: 0 5px;
  color: red;
  font-weight: bold;  
}

form.tablebutton{
  margin: 0px;
  height: 20px;
}
form.inline{
  display:inline;
}

form.search{
  display:inline;
  margin: 0px;
}

fieldset{
  border: 1px solid #D18600;
}


legend {
  padding: 0.2em 0.5em;
  border: 0;
  color: #005FAE;
  font-weight: bold;
  text-align:left;
  text-transform: uppercase;
}

label{
  display: inline;
  color: #005FAE;
  font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: right;
	width: 100px;
	margin: 3px 10px 2px 0px;
}

label.short{
	width: 10px;
}
label.demo{
	width: 60px;
}
label.short-boxes{
	width: 100px;
}
label.longlabel{
	width: 180px;
}
input.demo{
	width: 128px;
}
input.demo-home{
	width: 128px;
  margin: 0px 30px;	
}
input.hide-me{
  display: none;
}

input,select{
  color: #757575;
	text-decoration: none;
  height: auto;
	margin-bottom: 5px;
	_margin-left:-3px; /* IE6 bug */
	/*border: 1px solid #9f9f9f;*/
}

textarea{
  font-family: Arial, 'Trebuchet MS', Verdana;
  font-size:  1em;  
  color: #757575;


	text-decoration: none;
  height: auto;
	margin-bottom: 5px;
	_margin-left:-3px; /* IE6 bug */
	/* border: 1px solid #9f9f9f; */
  resize: none; /* turn off resize handles in Safari */  
}

input  { width: 140px; }
select { width: 144px; }
input.long, textarea.long  { width: 250px; }
input.shortbox  { width: 50px; }
label.no-label { width: 0; margin: 0; }
select.long {width: 255px;}
input.readonly,
select.readonly,
textarea.readonly{
  color: #6F6F6F;
  background-color: #DFDFDF;
}

input#file { width: 200px; }
input.image { 
  margin: 1px;
  _margin-bottom: 0;
  
  width: 16px; 
  height: 16px;
  padding: 1px;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  border-color: #C2C2C2 #888888 #888888 #C2C2C2;
  
}


#submit{
  /* background: transparent url('../images/forms/button_back.gif') repeat-x center center; */
  margin: 5px 10px 0px 160px;
  width: 100px;
  color: #005FAE;
  font-weight: bold;
}
#submit.short{
  margin-left:  70px;
}
#submit.widget-btn{
  margin:  10px 15px;
  width: 100px;
}
#submit.quote,
#submit.widget-btn-home{
  margin:  10px 44px;
  width: 100px;
}
#submit-right{
  /* background: transparent url('../images/forms/button_back.gif') repeat-x center center; */
  margin: 0px;
  width: 100px;
  color: #114499;
  font-weight: bold;  
  float: right;
}
#submit-inline{
  /* background: transparent url('../images/forms/button_back.gif') repeat-x center center; */
  padding: 0;
  width: 100px;
  height: 20px;
  color: #114499;
  font-weight: bold;  
}
#clear-inline{
  background-color: transparent;
  width: 60px;
  color: #114499;
  font-weight: bold;  
}
#search-button{
  background: transparent url('flexigrid/images/magnifier.png') no-repeat center;
  width: 20px;
  height: 21px;
  /* color: #114499; */
  color: #DEE8F6; 
  font-size: 1pt;
}
input.input-search{
  color: #757575;
	text-decoration: none;
  height: auto;
	border: 1px solid #9f9f9f;
  margin: 0 3px 0 3px;
  width: 170px;
  font-size: 0.95em;
  
  text-align: left;
  
}

input.tablebutton { 
  width: 12px; 
  height: 12px;
  border: 0;
  margin: 0 2px 0 2px;
}
 
#submit:hover{
  /* background: #FEAF43 url('../images/forms/button_back_hover.gif') repeat-x center center; */
  background-color: #FEAF43;
} 

table.offices {
  margin-top: 1em;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
	font-weight: normal;
/*  border:  solid 1px rgb(150,150,150); */
}

table.offices td{
  text-align: left;
  vertical-align: top;
	text-decoration: none;
	padding-left: 1em;
}   

