@charset "UTF-8";
/* CSS Document */

a:link{
	color:#006666;
	text-decoration: underline;
}
a:visited{
	color:#003333;
}
a:link:hover{
	color:#003333;
}
a:active{
	color:#003333;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #e8f3f6;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
/*container div heights*/

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	height:600px;
}

div#container_index {
	position:relative;
	margin:0 auto;
	width:940px;
	height:65em;
}

div#container_services {
	position:relative;
	margin:0 auto;
	width:940px;
	height:252em;
}

div#container_casestudies {
	position:relative;
	margin:0 auto;
	width:940px;
	height:90em;
}

div#container_cs1 {
	position:relative;
	margin:0 auto;
	width:940px;
	height:79em;
}

div#container_cs2 {
	position:relative;
	margin:0 auto;
	width:940px;
	height:74em;
}

div#container_cs3{
	position:relative;
	margin:0 auto;
	width:940px;
	height:80em;
}

div#container_links {
	position:relative;
	margin:0 auto;
	width:940px;
	height:90em;
}

div#container_contact {
	position:relative;
	margin:0 auto;
	width:940px;
	height:30em;
}

div#container_sitemap {
	position:relative;
	margin:0 auto;
	width:940px;
	height:52em;
}

div#container_mark {
	position:relative;
	margin:0 auto;
	width:940px;
	height:54em;
}

div#container_william {
	position:relative;
	margin:0 auto;
	width:940px;
	height:53em;
}

div#container_john {
	position:relative;
	margin:0 auto;
	width:940px;
	height:72em;
}

div#container_about {
	position:relative;
	margin:0 auto;
	width:940px;
	height:50em;
}

#container > #footer { position: fixed; bottom: 0px; right: 0px; } 

div#main {
	/*padding:1em 1em 5em;  bottom padding for footer */
	height: 100%;
	z-index: 1;
}

#maincontainer{
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 250px; /*Height of top section*/
	background-color: #006077;
	padding-top: 0px;
	margin_left: -15px;
}
#nav{
	height: 120px;
	width: 940px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	margin_left: -15px;
	margin_top: -15px;
	
}
#bar{
	clear: left;
	position: relative;
	top: 90px;
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 0;
	background-image: url(../commonimages/nav_bg_strip.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}
#banner{
	position: absolute;
	top: -10px;
	left: -17px;
	text-align: center;
	z-index: 600;
	height: 216px;
}

#titles {
	width: 940px;
	position: absolute;
	top: 13px;
	left: -1px;
	height: 65px;
	padding-top: 10px;
	z-index: 1000;
}

#column_1 {
	width: 588px;
	position: absolute;
	top: 80px;
	left: -12px;
}

#col1_1st{
	z-index: 0;
}

#col1_2nd{
	z-index: 2;
}


#column_2 {
	width: 377px;
	position: absolute;
	top: 80px;
	left: 576px;
	height: 872px;
}

#column_1_casestudies {
	width: 588px;
	position: absolute;
	top: 76px;
	left: -12px;
} 

#column_2_casestudies {
	width: 377px;
	position: absolute;
	top: 80px;
	left: 557px;
}

#column_1_casestudies_detail {
	width: 588px;
	position: absolute;
	top: 64px;
	left: -12px;
}

.thumb_left {
float: left;
padding: 0px 10px 0px 0px;
border: 0;
}

.inset_for_thumb {
	float: left;
	padding: 0px 0px 0px 90px;
	border: 0;
}

.float_right {
float: right;
border: 0;
}
.float_left {
float: left;
border: 0;
}

hr{
	margin-top:-15px;
	height: 1px;
	color: #666666;
	padding:0px;
	border-bottom:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	display:block;

}
h1{
	margin-bottom:0.35em;
	font-size: 22pt;
	color: #000000;
	font-weight: normal;
}
h2{
	font-size: 18pt;
	color: #006666;
	font-weight: normal;
}

h3{
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
}

h4{
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	font-size: 12pt;
	color: #006666;
}

h5{
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #009999;
	font-weight: bold;
	font-size: 10pt;
	color: #009999;
	text-decoration: none;
}


#column_1_contact {
	width: 483px;
	position: absolute;
	top: 80px;
	left: -12px;
}
#column_2_contact {
	width: 482px;
	position: absolute;
	top: 80px;
	left: 482px;
}

#footer{
	width: 100%;
	height: 35px;
	background: 000000;
	color: #ffffff;
	text-align: center;
	background-image: url(../commonimages/gw_footer_bg.jpg);
	background-repeat: repeat-x;
	z-index: 1000;
}
#footer_text{
	color: #ffffff;
	text-align: center;
	padding: 8px 0 0 0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}
#footer_width_restrictor{
	width: 720px;
	text-align: center;
	padding: 0 0 0 0;
	align: center;
	margin: 0 auto;
}

#RICS{
	padding: 0 0 0 0;
	float: left;
}

.case_study {
margin-left: 250px;
z-index:400;
}

.bulldog {
	position: absolute;
	top: -39px;
	right: 418px;
	width: 102px;
	z-index:600;
	background-image:url("../commonimages/bulldog_clip.jpg");
	background-repeat: none;
	height: 97px;
}

.cs_mainimage{
	position: absolute;
	top: 79px;
	left: -61px;
	width: 601px;
	z-index:600;
	height: 349px;
}

casestudies_mainimage {
	position: absolute;
	top: -20px;
	right: 0px;
	z-index:100;
}
	
.case_study_photo {
	position: absolute;
	top: 26px;
	right: 319px;
	z-index:100;
}

/* news ticker stuff */
#services{ 
width:310px; 
height:200px; 
border:0px; 
overflow:hidden; 
top: 0px;
left: 0px;
}

#ticker { 
width:310px; 
height:200px; 
border:0px; 
overflow:auto; 
top: 0px;
left: 0px;
}

#ticker dt { 
font:normal 9pt; 
padding:0 0px 0px 0px;  
border-bottom:none; 
border-right:none; 
position:relative; 
}

#ticker dd { 
margin:0 0 5px 0;
font:normal 9pt; 
padding:0 0px 0px 0px; 
position:relative; 
}

#ticker div { 
margin-top:0; 
}
