/* StrataLink main.css
* Palette: DK BLUE:#0056A3  BLUE:#0079C6   AQUA:#73BDE7  
* HEADINGS:#007BC4
* FOOTER-BG:#73BDE7    NAVBOT-TEXT:#007AC3
* */

body,table,input,select,textarea {
  font-family:Verdana,Helvetica,sans-serif;
  font-size:small;
}

body {
  margin:0;
  padding:0;
  background:#0079C6;
  color:#000;
}

input,select,textarea {
  font-size:1em;
}


small {
  font-size:0.85em;
}

img {
  border:0;
}

form {
  margin:0;
  padding:0;
}

ul {
  margin:1em 0 1em 3em;
  padding:0;
}

li {
  list-style:square;
}

p,
dl {
  margin:1em 0 1em 0;
}

dl.col {
  line-height:1.5em;
}

dl.col dt {
  float:left;
  width:14em;
  font-weight:bold;
}

dl.col dd {
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear:both;
}

.nav,
.nav ul {
  margin:0;
  padding:0;
  list-style:none;
}


a {
  text-decoration:underline;
  color:#0056A3;
  white-space:nowrap;
}

a:hover {
  color:#73BDE7;
}

h1 {
  font-family:Century Gothic, Verdana, sans-serif;
  font-size:2em;
  color:#007BC4;
}

h2 {
  font-family:Century Gothic, Verdana, sans-serif;
  font-size:1.8em;
  color:#007BC4;
  font-weight:normal;
}

h3 {
  font-family:Verdana, Arial, sans-serif;
  font-size:1em;
  color:#007BC4;
  font-weight:normal;
  font-style:italic;      
}

h4 {
  font-family:Verdana, Arial, sans-serif;
  font-size:1.7em;
  color:#fff;
  text-align:center;
  margin:10px; 
}

#header {
  background-color:#0079C6;
  height:112px;
}

#header span {
  display:none;
}

#header .tagline {
  position:absolute;
  top:0px;
  left:20px;
  width:240px;
  height:106px;
  background:transparent url(../images/i-h-tagline.gif) no-repeat; 
  font-family:"Century Gothic",Verdana,Helvetica,sans-serif;
  color:#FFF;
  text-align:right;
}

#header .tagline strong {
  font-size:1.5em;
}

#header .logo {
  position:absolute;
  top:10px;
  right:20px;
  width:226px;
  height:92px;
  background:transparent url(../images/i-h-logo.jpg) no-repeat; 
}

#nav-top {  
  height:144px;
  background:transparent url(../images/i-n-bg.jpg) repeat-x;
  border-top:#FFF solid 1px;
  text-align:center;
}

#nav-top li {
  float:left;
  height:144px;
  list-style:none;
}
#nav-top a { border-right:#FFF solid 1px;  
  display:block;
  width:150px;
  padding-top:124px; padding-bottom:5px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
  font-weight:normal;
  color:#FFF;
  text-decoration:none;
}

#n-home { background:transparent url(../images/i-n-home.jpg) no-repeat; }
#n-integrity { background:transparent url(../images/i-n-integrity.jpg) no-repeat; }
#n-proactivity { background:transparent url(../images/i-n-proactivity.jpg) no-repeat; }
#n-services { background:transparent url(../images/i-n-services.jpg) no-repeat; }
#n-choose { background:transparent url(../images/i-n-choose.jpg) no-repeat; }


#nav-bottom {
  font-size:0.9em;
  text-align:left;
  color:#007AC3;
}

#nav-bottom li {
  display:inline;
}

#nav-bottom a {
  color:#007AC3;
  text-decoration:none;
}

#nav-bottom a:hover {
  text-decoration:underline;
}

#footer {
  margin:0;
  padding:10px 10px 5px 10px;
  background-color:#73BDE7;
  font-size:0.85em;
  text-align:left;
  color:#FFF;
}

#footer a {
  color:#fff;
}

#footer .logo {
  float:left;
}
#footer .Contacts {
  margin-left:114px;
}

#footer .Contacts dl {
  line-height:1.5em;
}

#footer .Contacts dt {
  float:left;
  width:15em;
  font-weight:bold;
  text-align:right;
}

#footer .Contacts dd {
  margin-left:17em;
}

#footer .Enquiry {
  margin-top:1em;
  text-align:right;
}

#footer .Address {
  text-align:right;
  line-height:1.4em;
}



.author {  
  float:right;
  font-size:x-small;
}

.author,
.author a {
  color:#DDD;
}


#content {
  margin:0;
  padding:10px;
  background-color:#FFF;  
  font-size:1em;
}

#content p,
#content li {
  line-height:1.2em;
}



#content .photos {
  margin:1.5em 0 1em 0;
}

#content .thumbs a {
  background-color:#04446A;
  color: #FFF;
  margin: 1px;
  padding: 2px;
  display: block;
  float:left;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#content .thumbs img {
  border:#0A2F49 solid 1px;
  margin:1em 0 1em 10px;
  padding:3px;
}

#content .images {
  margin: 0.3em 0 0 1em;
  width: 260px;
  float: right;
}

#content .images img {
  border:#000 solid 1px;
  margin:1px;
}


#content .photos img {
  float:left;
  border:#000 solid 1px;
  margin:1px;
}
#content .list {
  width:80%;
}
#content .columnL {
  float:left;
  width:350px;
}
#content .columnR {
  float:right;
  width:350px;
}

.return {
  font-size:0.85em;
  font-weight:bold;
}

.left {
  float:left;
  margin-right:10px;
  width:160px;
}

.right { 
  float:right;
  margin-left:10px;
  width:150px;
}

.testimonial { 
  float:right;
  margin-bottom:10px;
  padding-bottom:4px;
  width:150px;
  background-color:#0079C6;
  font-size:0.8em;
  color:#fff;
}

.testimonial h2 {
  margin:0;
  background-color:#0079C6;
  font-family:"Century Gothic",Helvetica,sans-serif;
  font-size:1.4em;
  font-weight:bold;
  text-align:center;
  color:#fff;
}

.quote {
  background-image:url(../images/i-t-left.gif); background-repeat:no-repeat;
  padding:8px 5px 0 12px;
}

.right img {
  border:#000 solid 1px;
}

.photoR {
  float:right;
  margin:0 10px 10px 15px;
}

.photoL {
  float:left;
  margin:0 15px 10px 0;
}

.photo-strip {
  margin: 10px 0 20px 0;
}

.highlight {  
  background-color:#E2F3FD;
  border:#B2D3E4 solid 1px;
  width:315px;
  padding:15px;
  font-size:0.92em;
  float:left;
  margin:0 10px 10px 0;    
}

.highlight h2 {
  margin: 0 0 10px 0;
}

.highlight img {
  border: #0079c6 solid 1px;
}

#cbwc {
	float:right;
	text-align:center;
	font-weight:bold;	
	margin: 0 0 0 20px;
	}
	
.sponsored-logos {
  float: right;
  padding:13px;
  height: 80px;
  width: 220px;
}