@charset "UTF-8";

/*Note: This CSS file may not always be valid according to the W3C standards.
It may contain proprietary/nonstandard or yet unsupported code.
This code is used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.*/

/*
@website: 
@author: spotonearth team
@copyright: spotonearth 2009 

1    general rules
1.1. reset
1.2. typography
1.3. forms
1.4. tables
1.5. floats
1.6. misc

2   layout
2.1. grids
2.2. container
2.3. header
2.4. content
2.5. footer
*/

/*************************************
1. General rules
**************************************/

/*---------1.1. reset-------------*/
* { 
	list-style: none;
	font-size: 100%; 
	text-decoration: none;
	font-variant: normal;
	font-family: inherit;
	outline: 0;
}

html, body {
	height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,ul, ol, li, dl, dt, dd, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, li,  fieldset, form, label, legend, input, select, option, optgroup{
	padding: 0px;
	margin: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background: #e9e9e9 url(../images/body_bg.gif) repeat-x top left;
}

*:focus::-moz-focus-inner {
	border-color: transparent !important;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }

pre {
	width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

img,
object,
embed {
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	vertical-align: bottom;
}

a img {
	vertical-align: middle;
}

ul.list,
ol.list {
	overflow: hidden;
	margin: 10px 0px;
	padding: 0px 0px 0px 1.3em;
}

ul.list li {
	list-style-image: url(../images/icons/dot.gif);
}

ol.list {
	list-style: decimal;
}

dl.list { margin: 10px 0px; }

dl.list  dt { margin: 10px 0px 2px 0px; }

dl.list dd { margin: 0px 0px 0px 2em; }

/*-------1.2. typography----*/
/*headings and paragraphs*/
h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 10px 0px;
}

h1 span, h2 , h3 , h4 , h5 , h6 {
	color: #0077c0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	text-transform: none;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0px 0px 10px 0px;
}

blockquote {
	font-style: italic;
}

blockquote p {
	margin-bottom: 10px;
}

/*links*/
a {
	color: #0466A5;
	cursor: pointer;
}

a:link,
a:visited {}

a:hover, 
a:focus,
a:active {}

/*phrase elements*/
strong, b {
	font-weight: bold;
	color: #0077c0;
}

em, i { font-style: oblique; }

del, s, strike { text-decoration: line-through; }

ins, u { text-decoration: underline; }

abbr,
acronym { speak: spell-out; }

abbr[title],
acronym[title],
dfn[title]{
	border-bottom: 1px dashed #000;
	cursor: help;
}

sup {
	vertical-align: text-top;
	font-size: 85%;
}

sub {
	vertical-align: text-bottom;
	font-size: 85%;
}

dfn {}

cite { 
	font-weight: bold; 
	font-style: italic;
}

kbd {
	padding:  0px 2px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 2px 2px 1px;
	background: #F7F7F7;
}

var {}

code {}

samp {}

/*------------1.3. forms-----------------*/
fieldset {
	border: none;
}

form li {
	margin-bottom: 3px;
}

legend {}

label {
	display: block;
	font-size: 1.2em;
}

input {
	vertical-align: bottom;
}

label input {
	vertical-align: middle;
}

.text {
	padding: 2px 0px;
	border: 1px solid #c7c7c7;
	background: #e2e2e2;
}

.text:focus,
.text:active {}

.radio {}

.checkbox {
	width: 13px;
	height: 13px;
}

.image {}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
}

button,
.button { 
	width: auto;
	overflow: visible;
	text-align: center;
	cursor: pointer;

}

button span { 
  display: block; 
  white-space: nowrap; 
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {}

select {
	padding: 2px 0px;
	border: 1px solid #c7c7c7;
	text-indent: -1px;
	background: #e2e2e2;
}

select:focus,
select:active {}

optgroup {}

option {}

textarea {
	padding: 2px 0px;
	border: 1px solid #c7c7c7;
	width:30%;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	background: #e2e2e2;
}

textarea:focus,
textarea:active {}

.small {
	width: 30%;
}

.medium {
	width: 50%;
}

.large {
	width: 99%;
}

select.large {
	width: 100%;
}

/*----------1.4. tables---------*/
table {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;  /*when set to "0" cellspacing has no effect on tables */
}

tr {}

td {}

th {}

caption {
	text-align: center;
	font-weight: bold;
}

/*----------1.5. floats---------*/
form li:after,
form dl:after,
form dt:after, 
form dd:after,
ul:after,
ol:after,
dl:after,
.container:after,
.header:after,
.content:after,
.mainContent:after,
.sideContent:after,
.line:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*-------1.6. misc------*/
.hidden,
label.valid,
label.invalid {
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: -9999em !important;
	left: -9999em !important;
	font-size: 0px !important;
}

.left { text-align: left; }

img.left {
	margin: 0px 20px 10px 0px;
	float: left;
	clear: left;
}

.center { text-align: center; }

img.center {
	display: block;
	margin: 0 auto 20px auto;
}

.right { text-align: right; }

img.right {
	margin: 0px 0px 10px 20px;
	float: right;
	clear: right;
}

.confirm,
.warning,
.notice,
.error {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	background-position: 6px 6px !important;
	background-repeat:no-repeat !important;
}

.confirm{
	border-color: #60C300;
	background: #DFFFBF url(../images/icons/confirm.png);
}

.warning{
	border-color: #FF7200;
	background: #FFE59F url(../images/icons/warning.png);
}

.notice {
	border-color: #5fb9f7;
	background: #caecff url(../images/icons/notice.png);
}

.error{
  border-color: #FF0000;
	background: #FFAFAF url(../images/icons/error.png);
}

/* form validation */
.valid {
	border-color: #60C300;
	background: #DFFFBF;
}

.invalid {
	border-color: #ff0000;
	background: #FFAFAF;
}

/* slideshow */
#slideshow {
	width: 510px;
	height: 138px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#sec_slideshow {
	width: 280px;
	height: 160px;
	overflow: hidden;
	position: relative;
}

#slideshow li,
#sec_slideshow li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/************************************
2. Layout
*************************************/

/*--------------2.1. grids--------------*/
.line {
	overflow: hidden;
	zoom: 1.0;
}

.g1of2,
.g1of3,
.g1of4,
.g1of5,
.g2of3,
.g2of5,
.g3of4,
.g3of5,
.g4of5 {
	border-right: 2px solid #d8d8d8;
	float: left;
	overflow: hidden;
	padding: 0px 1%;
	zoom: 1.0;
}

.g1of2 { width: 47.5%; }
.g1of3 { width: 31.5%; }
.g1of4 { width: 23%; }
.g1of5 { width: 20%; }
.g2of3 { width: 64%; }
.g2of5 { width: 40%; }
.g3of4 { width: 75%; }
.g3of5 { width: 60%; }
.g4of5 { width: 80%; }
.lastUnit {
	padding-right: 0px;
	border: none;
	float: none;
}

/*------------2.2. container------------*/
.container {
	width: 946px;
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin: 0 auto -96px;
	position: relative;
	font-size: 1.0em;
}

/*------------2.3. header---------------*/
.header {}

.subHeader {
	overflow: hidden;
	padding: 20px 0px 10px 0px;
}

.logo {
	width: 182px;
	height: 139px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat center center;
}

.info {
	padding: 90px 0px 0px 0px;
	float: right;
	text-align: center;
}

.info a {
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #999; 
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	color: #0467a6;
}

.info span {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
}

#mainHeader {
	background: #3186BC;
}

.siteInfo {
	overflow: hidden;
	padding: 10px;
	background: #242424;
	color: #fff;
}

.siteInfo h5 {
	margin: 0px;
	float: left;
	text-transform: uppercase;
	color: #fff;
}

.messages {
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #000;
}

.date {
	padding: 10px 30px 10px 10px;
	float: left;
	background:url(../images/icons/arrow2.png) center right no-repeat;
}

.date span {
	color: #0077C0;
}

.message {
	overflow: hidden;
	zoom: 1.0;
	padding: 10px;
	position: relative;
}

.message p {
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* main navigation */
#mainNav {
	padding: 10px 0px;
	background: #1D73A8 url(../images/mainNav_bg.gif) repeat-x top left;
}

#mainNav li {
	float: left;
}

#mainNav a {
	padding: 0px 10px;
	border-left: 2px solid #3f81a9;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

#mainNav a:hover, 
#mainNav a:focus,
#mainNav .on a {
	color: #232323;
}

#mainNav li:first-child a,
#mainNav li.first-child a {
	border: none;
}

/* secondary navigation*/
#secNav {
	padding: 20px 0px;
	text-align: center;
	background: #458EC1 url(../images/sec-nav.jpg) bottom center no-repeat;
}

#secNav li {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0px 0px 10px 0px;
	margin: 0px 9px;
	vertical-align: top;
	background: url(../images/secNav_bg.png) repeat-x left bottom;
}

#secNav a {
	display: block;
	width: 160px;
	height: 180px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

#secNav .last {
	background: url(../images/button4.png) no-repeat center top;
}

.first {
	background: url(../images/button1.png) no-repeat center bottom;	
}

.sec {
	background: url(../images/button2.png) no-repeat center bottom;
}

.third {
	background: url(../images/button3.png) no-repeat center bottom;
}

.fourth {
	margin-top: 5px;
}

.fourth span {
	display: block;
	line-height: 1.6em;
}

/* user navigation */
.userNav {
	padding: 0px 0px 0px 30px;
	float: right;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/icons/key.gif) center left no-repeat;
}

.userNav li {
	float: left;
}

.userNav a {
	display: block;
	padding: 0px 30px 0px 0px;
	float: left;
	color: #fff;
	background: url(../images/icons/arrow1.png) center right no-repeat;
}

.userNav span {
	color: #0467a6;
}

/* sub navigation */
.subNav {
	padding: 0px 0px 0px 10px;
	float: left;
}

.subNav li {
	padding: 0px 5px;
	border-left:1px solid #000;
	float:left;
	line-height:0.9em;
}

.subNav li:first-child,
.subNav li.first-child {
	border: none;
}

.subNav a {
	text-transform: uppercase;
	font-size: 1.0em;
	color: #000;
}

.subNav a:hover,
.subNav a:focus,
.subNav .on a {
	color: #0466a5;
}

/* informational navigation */
.infoNav {
	float: right;
	font-size: 1.0em;
	font-weight: bold;
	color: #0466A5;
}

.infoNav li {
	padding: 0px 5px;
	border-left:1px solid #0466a5;
	float:left;
	line-height:0.9em;
}

.infoNav li:first-child,
.infoNav li.first-child {
	border: none;
}

.infoNav a {
	color: #0466a5;
}

.infoNav a:hover,
.infoNav a:focus,
.infoNav .on a {
	color: #000;
}

/*------------2.4. content--------------*/
.content {
	width: auto;
	padding: 25px 0px 15px 10px;
	font-size: 1.2em;
	line-height: 1.3;
}

.mainContent {
	width:620px;
	float: left;
}

.mainContent2 {
	width: 680px;
	float: left;
}

.sideContent {
	display: inline;
	float: right;
}

.promo {
	width: 265px;
	margin: 0px 25px 60px 0px;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.promo strong{
	text-transform: uppercase;
}

.leading {
	margin: -6px 5px 0px 0px;
	float: left;
}

.listing {
	overflow: hidden;
}

.listing li {
	width: 31%;
	padding: 0px 0px 0px 2%;
	float: left;
}

.sideContent li {
	margin-bottom: 10px;
}

/* team listing */
.photo {
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.photo img {
	border: 1px solid #bcb4ad;
}

.function {
	min-height: 2.6em;
	height: auto !important;
	height: 2.6em;
	color: #0077C0;
}

.description {
	min-height: 17em;
	height: auto !important;
	height: 17em;
}

/*testimonials*/
.author {
	margin-bottom: 25px;
	font-weight: bold;
}

.testimonialNote {
	text-align: center;
}

/* contact page */
.request {
	margin: 0px 0px 3px 0px;
	font-size: 120%;
}

#contactForm fieldset {
	width: 143px;
	margin: 0px 1px 0px 0px;
	float: left;
}

#enquiry {
	height: 138px;
}

.usersTools {
	margin-top: 10px;
}

.usersTools li {
	float:left;
	margin-right: 10px;
}

/*surveyor page*/

.header {
	text-align: left;
}

.contentRight a {
	float:right;
}

.titles {
	overflow: hidden;
}

.titles h1 {
	float:left;
}

.titles a {
	float:right;
}

.download {
	display:block; 
	margin-top: 10px;
}

.listTable td {
	padding-right: 20px;
}

.formMessage {
	color:#FF0000;
	font-size: 1.2em;
}

.errors {
	color:#FF0000;
}

.line .center {
	margin-top: 10px;
}

.back_page {
	float: left;
}

.pageNav {
	margin: 0 0 15px 88px;
}

.pageNav li {
	display: inline;
	margin: 3px;
}

.pageNav .selected a {
	color: #000;
}

/*------------2.5. footer---------------*/
.footer {
	padding: 10px 0px 0px 0px;
	border-top: 2px solid #0468a7;
}

/* sticky footer*/

.push {
	height: 96px;
}

.bottom {
	margin: 20px 0px 0px 0px;
	height: 96px;
	background: url(../images/bottom.png) repeat-x left bottom;
}

.charaty {
	color: #0077C0;
}

.charatyBold {
	font-weight: bold;
}
