/* GENERIC RULES */
/* global whitespace reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

html {
	overflow: scroll; /* force scrollbar on all pages */
}

body  {
	line-height: 1;
	background: #ffffff; /* white */
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000; /* black fallback */
}
 
#container {  /* centers container div but aligns content left */
	width: 1005px;
	background: #ffffff; /* white */
	margin: 0 auto;
	text-align: left;
}


/****** CENTER COLUMN ******/
#maincontent { 
	margin: 0 150px; /*  the margins create space for two outer columns to sit in */
}

#header {
	height: 227px;
	background-color: #fecd08;  /* orange */ 
}

#header .title {
	position: absolute;
	margin-top: 147px;
	padding-left: 0;
	width: 475px;
	height: 80px;
	color: #ffffff; /* white */
	background-image: url(../images/headertitle_bg.png);
	background-position: left;
	background-repeat: no-repeat;
}

#header .title h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff; /* white */
	padding-left: 20px;
	padding-top: 20px;
}

#header .title h1 span {
	color: #ffff00; /* yellow */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #00535e; /* dark green */
	padding-left: 20px;
}

#maincontent li {
	list-style-type: disc;
	margin-left: 3em;
}

#maincontent p, #maincontent li, #maincontent blockquote {
	font-size: 12px;
	line-height: 130%;
	color: #00535e; /* dark green */
}

/* INDEX PAGES */
#fullwidth_copy {
	width: 695px;
}

#fullwidth_copy p {
	padding: 10px 20px;
}

body.case_studies #fullwidth_copy p, body.services #fullwidth_copy p { /* keeps whitespace below rightcol */
	margin-right: 200px;
	padding: 10px 20px;
}
#index_intro {
	width: 100%;
	height: 1%;
	background-color: #00535e;
	background-image: url(../images/intro_bg.png) ;
	background-repeat: repeat-y;
	border-top: 5px solid #ffffff;
}

#index_intro p {
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
}

/* SERVICES PAGES */
#services_copy p {
	padding-top: 10px;
	padding-left: 20px;
	margin-right: 200px;
}

/* SEARCH PAGES */
#propertytabs {
	width: 665px;
	height: 480px;
	float: left;
	padding: 10px 20px;
}

#propertytabs p{
	padding: 0px;
}

#propertytabs ul, #propertytabs li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tabs {
	background-color: #ffffff;
}
ul.tabs li {
	display: inline;
	float: left;
	width: 20%;
}
ul.tabs a {
	display: block;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}
ul.tabs a, ul.tabs a:link, ul.tabs a:visited {
	background: #00535e;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
}
ul.tabs a.active, ul.tabs a:link.active, ul.tabs a:visited.active {
	background: #e6e7e8;
	color: #00535e;
}
.tab_panel {
	background-color: #e6e7e8;
	color: #00535e;
	padding:10px;
}
form {
	display: block;
}
#propertytabs fieldset {
	border-bottom: 1px groove #00535e;
	margin-bottom: 5px;
	clear: both;
}
.tabledivider {
	border-bottom: 1px groove #00535e;
	margin-bottom: 5px;
}
legend {
	font-size: 12px;
	padding: 20px 0 10px 0;
	font-weight: bold;
}
form ol {
	margin: 0;
	padding:0;
}
#maincontent form li {
	list-style-type: none;
	margin: 10px 0;
}
label {
	display: -moz-inline-block;
	display: inline-block;
	width: 120px;
	font-size: 12px;
}
select {
	width: 150px;
}
.property_block {
	height: 100px;
	margin: 10px 20px;
}
.property_block img {
	float: left;
	width: 100px;
	height: 100px;
}
.propertyTitle {
	font-size: 14px;
	font-weight: bold;
	color: #00535e;
	vertical-align: top;
	padding-bottom:10px;
}
.propertySubTitle {
	font-size: 12px;
	color: #00535e;
	vertical-align: top;
	padding-bottom:5px;
}

.propertyLink a {
	font-size: 12px;
	padding-bottom:5px;
}
/* CLIENTS PAGE */
ul#logos li {
	display: block;
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 200px;
	height: 120px;	
}

/* CASE STUDY PAGE */
#fullwidth_copy h2 {
	padding-top: 10px;
}

#casestudy_inner {
	width: 180px;
	float: right;
	padding-top: 10px;
	padding-left: 20px;
}

#casestudy_inner img {
	float: right;
	margin-bottom: 20px;
}

#casestudy_inner  a {
	font-size: 10px;
}

/* NEWS PAGE */
#newspage {
}

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

news_image img {
	width: 140px;
	height: 100px;
}

.newsblock {
	margin-left: 120px; /* space reserved for width of news image */
}

h2.news {
	padding-top: 0; /* negate fullwidth rule above */
}

p.news {
	font-size: 12px;
	color: #00535e; /* dark green */;
	padding: 0 20px;
}

p.news_date {
	font-size: 10px;
	color: #00535e;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news_link {
	left:449px;
	margin-right:20px;
	position:relative;
	width:80px;
}

.news_link a:link, .news_link a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #00535e;
	text-decoration: none;
}

.news_link a:hover, .news_link a:active {
	color: #fecd08;
}

#newslist {
  list-style: none;
}

#newslist li {
  list-style: none;
  margin-top: 10px;
  position: relative;
}

#newslist li .date {
	font-size: 12px;
	color: #00535e;
	margin-bottom: 0;
	padding-bottom: 0;
}

#newslist li .title {
	font-size: 12px;
	color: #00535e; /* dark green */;
	left: 150px;
	width: 500px;
	position: absolute;
}

#newslist li a {
	text-decoration: none;
}




.divider {
	width: 655px;
	margin-left: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #00535e;
}

/* CONTACT PAGE */
ul#contact li {
	list-style-type: none;
	display: block;
	float: left;
	color: #00535e; /* dark green */;
	margin: 10px 20px;
	width: 300px;
}

/*** BOX RULES ***/
/* KEY CONTACTS BOX */
#keycontactbox {
	width: 200px;
	height: 400px;
	background-image: url(../images/keycontactbox_bg.png);
	float: right;
}

#keycontactbox h2 {
	padding: 20px 0 20px 20px;
}

#keycontactbox ul {
	margin-left: -10px;
}

#keycontactbox li {
	list-style: none;
	padding-left: 18px;
	background: url(../images/key_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px;
	padding-bottom: 20px;	
	width: 140px;
}

/* QUOTE & NEWS BOX */
#boxes {
	margin: 40px 10px 0 10px;
	line-height: 0;
}

#quotebox {
	width: 475px;
	height: 220px;
	background-image: url(../images/quotebox_bg.png);
	float: left;
}

#staff_pic {
	position: absolute;
	margin-top: -10px;
	margin-left: -5px;
}

#staff_pic img {
	width: 110px;
	height: 154px;
}

#quotebox blockquote {
	padding: 10px 10px 0 130px;
	font-size: 11px;
}

#quotebox p.staff_name {
	padding-top: 10px;
	padding-left: 130px;
	font-size: 11px;
	font-weight: bold;
}

a.green, a.boldgreen {
	color: #00535e; /* dark green */;
}

a.boldgreen {
	font-weight: bold;
}

#newsbox {
	width: 200px;
	height: 220px;
	background-image: url(../images/newsbox_bg.png);
	float: right;
}

#newsbox h3 {
	padding: 15px 60px 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fdb813;
}

#newsbox p {
	padding: 10px 60px 0 10px;
	font-size: 11px;
}


/* OUR PEOPLE BOX */
/*ul#people li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 10px 10px 20px 20px;
	padding-top: 10px;
	width: 200px;
	height: 90px;
	background-image: url(../images/peoplebox_bg.png);
	background-repeat: no-repeat;
}

ul#people li img {
	float: left;
	width: 55px;
	height: 77px;
}

ul#people li img.staff {
	position: relative;
	margin-top: 0px;
	margin-left: 2px;
}

ul#people li .name {
	font-size:11px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 8px;
}

ul#people li .position, ul#people li .telephone, ul#people li .mobile, ul#people li .email {
	font-size:10px;
	position: relative;
	top: 0px;
	left: 8px;
}
*/

/* WIDER OUR PEOPLE BOX */
ul#people li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 10px 10px 20px 20px;
	padding-top: 10px;
	width: 300px;
	height: 150px;
	background-image: url(../images/peoplebox_bg2.png);
	background-repeat: no-repeat;
}

ul#people li img {
	float: left;
	width: 119px;
	height: 169px;
}

ul#people li img.staff {
	position: relative;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 10px;
}

ul#people li .name {
	font-size:13px;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 0px;
}

ul#people li .position, ul#people2 li .telephone, ul#people2 li .mobile, ul#people2 li .email {
	font-size:12px;
	position: relative;
	top: 0px;
	left: 0px;
}


/****** LEFT COLUMN ******/
#sidebar1 {
	float: left;
	width: 150px;
}
/* see seperate navbar.css file for menu rules */

/****** RIGHT COLUMN ******/
#sidebar2 {
	float: right;
	width: 150px;	
}

.cornerimage {
	background: url(../images/right_top_bg.png) top right no-repeat;
	height: 30px;
}

.searchmenu {
	width: 150px;
	height: 310px;
	background-color: #fecd08;  /* orange */
	font-size: 12px;
	color: #00535e; /* dk green */
}

#sitesearch {
	/*padding-top: 67px;*/
	padding-left: 10px;
}

#sitesearch input.txt {
	width: 126px;
	margin-top: 7px;
	background-color: #ccff66; /* pale yellow */
}

.searchbutton {
	margin-top: 10px;
}

#propertybox {
	margin-left: 10px;
	margin-top: 55px;
}

.caseheader {
	height: 60px;
	background-image:url(../images/caselink_header.png);
	margin-top: 5px;
	margin-bottom: 5px;
}

.caseheader h3 {
	position:relative;
	width: 120px;
	top: 42px;
	left: 5px;
	font-size: 11px;
	color: #ffff00;
	font-weight: 600;
}

.caselink {
	height: 42px;
	background-image: url(../images/caselink_bg.png);
	margin-top: 5px;
	margin-bottom: 5px;
}

.caselink a {
	display: block;
	width: 150px;
	height: 42px;
	font-size: 11px;
	color:#ffffff;
	font-weight: 600;
	text-decoration: none;
}

.caselink a:visited {
	color:#ffffff;
}


.casestudy {
	position: relative;
	width: 100px; /* prevent paperclip bg image overlap? */
	top: 5px;
	left: 5px
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 100%;
	float: left;
}

#footer p {
	font-size: 10px;
	margin: 0;
	width: 600px;
	color: #00535e; /* lt grey */
	padding-top: 0;
	padding-left: 160px;
	float: left;
}

#pweek {
	float: right;
	position: relative;
}

#rss {
	float: left;
	position: relative;
}


a.grey {
	color: #999999;
	font-weight: bold;
}

#news_pdflink {
	left:0px;
	margin-right:20px;
	position:relative;
	width:80px;
	font-size: 12px;
	color: #00535e;
	text-decoration: none;
}

#news_pdflink a:link, a:visited {
	font-weight: bold;
	color: #00535e;
	text-decoration: none;
}

#news_pdflink a:hover, a:active {
	color: #fecd08;
}

#clients_flash {
  padding-left: 15px;
}
