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

body {
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 90%;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.larger {
	font-size: 120%;
	font-family: 'FontSiteSansItalic', Arial, sans-serif;
}
.subhead {
	font-size: 80%;
	font-family: 'FontSiteSansBold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}
/* Font Faces*/

@font-face {
 font-family: 'FontSiteSansRoman';
 src: url('fonts/fontsitesans_roman_english/FontSiteSans-Roman-webfont.eot');
 src: url('fonts/fontsitesans_roman_english/FontSiteSans-Roman-webfont.eot?iefix') format('eot'), url('fonts/fontsitesans_roman_english/FontSiteSans-Roman-webfont.woff') format('woff'), url('fonts/fontsitesans_roman_english/FontSiteSans-Roman-webfont.ttf') format('truetype'), url('fonts/fontsitesans_roman_english/FontSiteSans-Roman-webfont.svg#webfont0rx2N1su') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FontSiteSansItalic';
 src: url('fonts/fontsitesans_italic_english/FontSiteSans-Italic-webfont.eot');
 src: url('fonts/fontsitesans_italic_english/FontSiteSans-Italic-webfont.eot?iefix') format('eot'), url('fonts/fontsitesans_italic_english/FontSiteSans-Italic-webfont.woff') format('woff'), url('fonts/fontsitesans_italic_english/FontSiteSans-Italic-webfont.ttf') format('truetype'), url('fonts/fontsitesans_italic_english/FontSiteSans-Italic-webfont.svg#webfontVa4WzbYD') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'FontSiteSansBold';
 src: url('fonts/fontsitesans_bold_english/FontSiteSans-Bold-webfont.eot');
 src: url('fonts/fontsitesans_bold_english/FontSiteSans-Bold-webfont.eot?iefix') format('eot'), url('fonts/fontsitesans_bold_english/FontSiteSans-Bold-webfont.woff') format('woff'), url('fonts/fontsitesans_bold_english/FontSiteSans-Bold-webfont.ttf') format('truetype'), url('fonts/fontsitesans_bold_english/FontSiteSans-Bold-webfont.svg#webfontzV3umGzg') format('svg');
 font-weight: normal;
 font-style: normal;
}
a {
	color: #353B1B;
	text-decoration: none;
}
a:hover {
	color: #59612d;
	text-decoration: underline;
}
.GT #overlayNav {
	width: 252px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	margin-left: 150px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	z-index: 10;
	position: absolute;
	-moz-box-shadow: 3px 1px 5px #888;
	-webkit-box-shadow: 2px 1px 5px #888;
	box-shadow: 0px 0px 5px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	padding-bottom: 30px;
}
.GT #container {
	width: 1401px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.GT #header {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.GT #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.GT #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: -20px;
}
.GT #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.GT # Content {
}
.GT #overlayMain {
	width: 590px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	margin-left: 401px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	position: absolute;
	z-index:1;
	-moz-box-shadow: 3px 4px 5px #444;
	-webkit-box-shadow: 2px 4px 5px #444;
	box-shadow: 0px 0px 5px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
.GT #overlayPortfolio {
	width: 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1 dotted #036;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 401px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index:1;
	-moz-box-shadow: 3px 4px 5px #444;
	-webkit-box-shadow: 2px 4px 5px #444;
	box-shadow: 0px 0px 5px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
.GT #overlayContent {
	width: 490px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 35px;
	margin-bottom: 50px;
	margin-left: 50px;
	color: #7e8156;
}
.GT #overlayContent img {
	margin-bottom: -7px;
}

.GT #overlayContent img#mb {
	padding-bottom: 8px;
	padding-left: 15px;	
}

.GT #overlayContent ul {
	margin-top: -5px;
	margin-left: -25px;
}
.GT #footer {
	background:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.GT #footer2L {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: 1201px;
	margin-left: 100px;
}
.footer2L {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #788146;
	float: left;
}
.footer2R {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #788146;
	float: right;
}
.footer2R a{
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ================================================================ 
Side Navigation
=================================================================== */

#GTsidebar {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 220px;
}

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	color: #8e9e45;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	letter-spacing: .08em;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist a:hover {
	background-image:  url(images/l1_over.jpg);
	color: #675f3c;
}
#sidebar #navlist .uberlink {
	background-image:  url(images/l1_over.jpg);
	font-family: 'FontSiteSansBold', Arial, sans-serif;
	color: #675f3c;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at all times.
Copyright (c) 2010 Stu Nicholls. All rights reserved.
=================================================================== */

#menu {
	width:1200px;
	height:51px;
	text-align:left;
	margin-left: 410px;
	padding-top: 10px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:center;
}
#menu ul {
	display:inline-block;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline-block;
	display:inline;
}
#menu ul ul {
	position:absolute;
	left:-9999px;
	padding:0px 0;
	z-index:200;
}
#menu ul.level1 {
	margin:0 auto;
	padding:0 0px;
	
}
#menu ul.level1 li.level1-li {
	float:left;
	display:block;
	position:relative;
}
/* nav sizes */
#menu ul.level1 li.level1-li#about {
	width:85px;
}
#menu ul.level1 li.level1-li#process {
	width:115px;
}
#menu ul.level1 li.level1-li#casestudies {
	width:124px;
}
#menu ul.level1 li.level1-li#portfolio_nav {
	width:100px;
}
#menu ul.level1 li.level1-li#method {
	width:80px;
}
#menu ul.level1 li.level1-li#press {
	width:85px;
}
#menu ul.level1 li.level1-li#contact {
	width:96px;
}
/* end nav sizes */

#menu ul.level1 {
	background:#FFF;
}
#menu ul.level2 {
	background:#a0b153;
	-webkit-transition: opacity 0.6s ease-in-out;
	width: 133px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: .7;
	filter: alpha(opacity=70);
	text-align: left;
}
#menu b {
	position:absolute;
} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/
#menu a {
	display:block;
	color:#d5e392;
	line-height:25px;
	text-decoration:none;
	margin-right:-10px;
	letter-spacing: .1em;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
#menu ul ul a {
	line-height:15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space:normal;
	padding-right: 20px;
}
#menu li.left ul li a {
	padding:0 10px 0 30px;
	margin-right:0;
	margin-left:-10px;
}
#menu ul.level1 li.level1-li a.level1-a {
	float:left;
	width: 133px;
}
#menu ul li.level1-li:hover {
	padding-bottom:10px;
	margin-bottom:-10px;
}
#menu ul li:hover > ul {
	visibility:visible;
	left:0;
	top:35px;
	opacity:1;
	margin-top:15px;
}
#menu ul ul li:hover > ul {
	visibility:visible;
	left:100%;
	top:auto;
	margin-top:-35px;
	opacity:1;
	margin-left:8px;
}
#menu li.left:hover > ul {
	visibility:visible;
	left:auto;
	right:-10px;
	top:35px;
	opacity:1;
	margin-right:10px;
}
#menu li.left ul li:hover > ul {
	visibility:visible;
	left:auto;
	right:100%;
	top:auto;
	margin-top:-35px;
	margin-right:10px;
	opacity:1;
}
#menu a:hover ul {
	left:0;
	top:28px;
}
#menu li.left a:hover ul {
	left:auto;
	right:-1px;
	top:28px;
}
#menu li.left ul a {
	text-align:right;
	padding:0 10px 0 20px;
}
#menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
	visibility:visible;
}
#menu li.left a:hover a:hover ul, #menu li.left a:hover a:hover a:hover ul {
	left:auto;
	right:0;
	visibility:visible;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu li.left a:hover ul ul, #menu li.left a:hover a:hover ul ul {
	left:-9999px;
}
#menu li a.fly {
	background:transparent url(cssfade/arrow.gif) no-repeat 92% center;
}
#menu li.left ul a.fly {
	background:transparent url(cssfade/arrow-left.gif) no-repeat 10px center;
}
#menu li a:hover, #menu li a.fly:hover {
	color:#FFF;
	direction:ltr;
}
#menu ul li:hover > a, #menu ul li:hover > a.fly {
	color:#FFF;
}
#menu table {
	position:absolute;
	height:33px;
	width:0;
	left:0;
	border-collapse:collapse;
	margin-top:-4px;
}
#menu table table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-44px;
}
#menu li.left table {
	position:absolute;
	height:0;
	width:0;
	left:auto;
	right:0;
	border-collapse:collapse;
	margin-top:-4px;
}
#menu li.left table table {
	position:absolute;
	left:auto;
	right:100%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-44px;
}
/* ================================================================ 
Column CSS
=================================================================== */

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:405px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
}
.threecol .colmid {
	right:22%;			/* width of the right column */
}
.threecol .colleft {
	right:45%;	/* left column background colour */
}
.threecol .col1 {
	width:32%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:32%;			/* Width of left column content (column width minus padding on either side) */
	left:35%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:32%;			/* Width of right column content (column width minus padding on either side) */
	left:70%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* three column */ 
 #pagewidth {
	border: thin dotted #F6F4E5;
}
#leftcol {
	width:30%;
	float:left;
	position:relative;
}
#twocols {
	width:65%;
	float:right;
	position:relative;
}
#rightcol {
	width:45%;
	float:right;
	position:relative;
}
#maincol {
	float: left;
	position: relative;
	width:50%;
}
#leftcol img {
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 5px;
}
#rightcol img {
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 5px;
}
#maincol img {
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  



  /* two column */

 div.my_wrapper {
	width: 630px;
}
div.my_left_box {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
div.my_right_box {
	float: right;
	width: 48%;
}
/* nicetitle */
div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 0px;
	color: black;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 25em;
	font-weight: bold;
	background: url(images/ntbg.png);
	/* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
	margin: 0;
	padding: 0 3px;
}
div.nicetitle p.destination {
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
}


/*--Email Form--*/

span.label, span.spacer, span.multiple span {
	width:210px;
	float:left;
}
span.label {
	padding-left: 50px;
		text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
span.multiple {
	float:left;
}
form {
	background-image: url(images/nav_bg.gif);
	height: 200px;
	width: 250px;
	padding-top: 130px;
}
span.button {
	padding-left:100px;
	padding-top: 20px;
}
div.clear {
	clear:both;
	padding-top:5px;
}
iframe {
	margin-left: 10px;
	float: left;
	margin-top: 65px;
}
