* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px;  	
	background-color: #fff;
}


div#page {
	border-top: 5px solid #fef200;
	margin: 0 auto;
	width: 79em;
}

/** HEADER **/

h1#logo {
	margin: 0;
	width: 208px;
	height: 50px;
	background: url('../img/fieldwork_logo.jpg') no-repeat;
	text-indent: -9000px;
	display: block;
	float: left;
	cursor: pointer;
}

div#header {
	margin: 67px 0 0px 0;
}

div#dateFlag {
	float: right;
	background:  url('../img/date_flag.gif') no-repeat;
	width: 121px;
	height: 29px;
	
	position: relative;
	right: -9px;
	top: 0;
	
}

div#dateFlag span {
	
	display: block;
	font-size: 12px;
	margin: 4px 0 0 32px;
}

/** Navigation **/

div#mainNav {
	margin: 4px 0 11px 0;
	padding-top: 10px;
	background: url('../img/dot_right.gif') top left repeat-x;	
	clear: both;
}

div#mainNav ul {
	text-transform: uppercase;
}

div#mainNav ul li {
	margin-right: 16px;
	
}

div#mainNav ul li.last {
	margin-right: 0px;
}

div#mainNav ul li a {
	font-size: 12px;
	letter-spacing: 0px;
	color: #999;
	text-decoration: none;
	padding-left: 7px;
	outline: none;
}



div#mainNav ul li a:hover,
ul#mainMenu li.selected>a {
	background: url('../img/nav_arrow.gif') center left no-repeat;	
	color: #000;
}

ul#mainMenu {
	
}

ul.subMenu {
	position: absolute;
	z-index: 999;
	margin-left: 65px;
	*margin-left: 0px;
	padding: 0 0 5px 0;
	height: 100px;
	clear: both;
	display: block;
	/*visibility: hidden;*/
}

ul#mainMenu ul.subMenu li {
	display: block;	
	background-color: #fff;
	width: 70px;
	padding-left: 8px;
	margin: 0;
}




ul.subMenu li.selected a {
	color: #000;
	background: url('../img/nav_arrow.gif') center left no-repeat;	
}

ul.subMenu li.notselected a {
	color: #999;
	background: none;	
}


ul.subMenu li.last {
	padding-bottom: 8px !important;
}

ul#mainMenu ul.subMenu li a {
	font-size: 11px;
	display: block;	
	padding: 3px 0px 1px 8px;
	
}


/** FOOTER **/

div#footer {
	border-top: 1px solid #666;	
	text-align: right;
	color: #696969;
	padding: 5px 0;
	margin-top: 30px;
	clear: both;
}

div#footer div.adr {
margin-bottom: 2px;
}



/** CONTENT **/

div#mainContent {
	margin-bottom: 26px;
	background: url('../img/dot_down.gif') 546px 0px repeat-y;
}

div#mainContent div {
	float: left;
	padding-top: 6px;
	
	
}

div#mainContent div#mainCol {
	width: 274px;
	padding: 6px 24px 0 16px;
	background: url('../img/dot_down.gif') top right repeat-y;
}

div#mainContent div#mainCol p {
	margin-bottom: 10px;
}	

div#mainContent div#blogCol {
	/*margin: 0 0 0 23px;*/
	/*background: url('../img/dot_down.gif') top left repeat-y;*/
	width: 186px;
	padding: 0 24px 0 24px;
}

div#mainContent div#official-partners {
	background: url('../img/dot_right.gif') top left repeat-x;
	padding-top: 20px;
	margin-top: 20px;
}

div#blogCol div#blogPic {
	width: 186px;
	height: 117px;
	margin: 5px 0 20px 0;
}

div#blogCol h3 {
	width: 127px;
	height: 29px;
	display: block;
	background: url('../img/fromtheblog.gif') no-repeat;
	text-indent: -9000px;

	margin: 60px 0 0 -9px;
}

div#blogCol h4 {
	margin-bottom: 8px;	
	line-height: 150%;
}

div#blogCol h4 a,
div#blogCol p a {
	text-decoration: none;
}

div#blogCol h4 a:hover,
div#blogCol p a:hover {
	text-decoration: underline;
}

div#mainContent div#newsCol {
	width: 210px;
	margin-left: 25px;
}

div#caseShower {
	background-color: #000;
	margin-bottom: 24px;
	min-height: 250px;
	*height: 250px;
}

div#caseShower img {
	width: 790px;
	height: 250px;

}



ul#latestNews {
	background: url('../img/dot_right.gif') bottom left repeat-x;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

ul#latestNews li {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	margin-bottom: 5px;
}

ul#latestNews li span {
	font-weight: normal;
	text-transform: lowercase;
	margin-right: 5px;
	display: block;
}

ul#latestNews li a { 
	text-decoration: none;
}

ul#latestNews li a:hover { 
	text-decoration: underline;
}

a#fieldworkArenaLink {
	background: url('../img/fieldwork_arena.jpg') no-repeat;
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding: 85px 0 0 0;
	width: 196px;
}

/** ABOUT AND CONTACT **/

div#mainAbout {
	margin: 35px 0 25px 0;
}

div#leftAbout {
	float: left;
	width: 155px;
	background: url('../img/dot_down.gif') top right repeat-y;
	padding: 14px 30px 0 0;
	
	
	
}

div.aboutCycle {
	height: 255px;	
}

div#leftAbout img {
	
	width: 155px;
	height: 250px;
}

div#rightAbout {
	margin: 0 0 0 50px;
	float: left;
	width: 555px;
	padding: 10px 0 0 0;
}

div#mainAbout p {
	margin-bottom: 25px;
}

div#mainAbout h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
}

/** CONTACT **/

ul.employees li,
ul.employees li ul {
	width: 170px;
	margin-right: 15px;
}
ul.employees li.last {
	margin-right: 0px;
}

ul.employees li.employee {
	float: left;
	margin-bottom: 24px;
	height: 80px;	
}

li.employee li.mail a {
	border-bottom: 2px solid #FDF202;	
	text-decoration: none;
}

ul.employees li ul li {
	font-size: 11px;
	display: block;
	line-height: 150%;
}

ul.employees li.name {
	font-weight: bold;	
}

div.contact {
	margin-left: 6px;
	width: 149px !important;
}

div#leftAbout ul.officeLinks {
	margin: 0 0 24px -4px;
	padding-bottom: 24px;
	background: url('../img/dot_right.gif') bottom left repeat-x;
}

div#leftAbout ul.officeLinks li#arena {
	margin-top: 14px;
}

div#leftAbout ul.officeLinks li {
	display: block;
	line-height: 200%;	
}

div#leftAbout a {
	color: #bfbfbf;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 4px;
}

div#leftAbout a:hover,
div#leftAbout li.selected a {
	color: #000;
	background-color: #fdf202;
}

ul.offices {
	margin: 0 0 0 0;	
}

ul.offices li.office ul {
	margin: 0 0 20px 0;
}

ul.offices li.office li {
	display: block;
	
}

ul.offices li.office li.fn {
	font-weight: bold;	
	text-transform: uppercase;
}

/** PROJECTS **/

div#projects {
	position: relative;	
	margin-bottom: 0px;
}

div.projectChooser {
	float: left;
	width: 183px;
	margin-top: 25px;
	/*background: url('../img/dot_right.gif') bottom left repeat-x;*/
	
}

span.chooseProject {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	
	
}

ul.projectList {
	margin-bottom: 24px;
}

ul.projectList li {
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	
}

ul.projectList li a {
	margin-left: -5px;
	padding: 3px 5px 3px 5px;
	color: #bfbfbf;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	line-height: 175%;
	font-weight: normal;
}

ul.projectList li a:hover,
ul.projectList li a.selected {
	background-color: #fdf202;
	color: #000;
}

div#projectShower {
	float: right;	
	position: relative;
	width: 606px;
	background-color: #fff;
}

div#projectShower div.hide {
	
}

div#projectShower div.hide img {
	
	
}

div.projectPics {
	margin: 0 auto;
	background-color: #fff;
	width: 576px;
	height: 324px;
	
}

div.projectPics img {
	width: 576px;
	height: 324px;
	margin: 0;
}

div.projectPics div {
	width: 576px;
	height: 324px;
	margin: 0 auto;
	
}


a#nextPic {
	position: absolute;
	left: 356px;
	top: 0px;
	z-index: 1000;
	height: 324px;
	width: 250px;
	display: block;
	background: url('../img/rightarrow4.gif') top right no-repeat;
	text-indent: -9000px;
	outline: none;
}

a#nextPic:hover {
	background: url('../img/rightarrow_hover.gif') top right no-repeat;
}
a#prevPic {
	position: absolute;
	left: 0;
	top: 0px;		
	z-index: 1000;
	height: 324px;
	width: 250px;
	display: block;
	background: url('../img/leftarrow4.gif') no-repeat;
	text-indent: -9000px;
	outline: none;
}

a#prevPic:hover {
	background: url('../img/leftarrow_hover.gif') no-repeat;
}

div.categoryPic {
	width: 173px;
	float: left;
	background: url('../img/dot_down.gif') top right repeat-y;
	
	padding-left: 12px;
}

div.categoryPic div {
	width: 145px;
	height: 127px;
	background-color: #ececec;
}

div.categoryInfo {
	background: url('../img/dot_down.gif') top left repeat-y;
	
	margin: 27px 0 0 184px;
	padding: 0 0 20px 24px;
	width: 576px;
	
}

/** TEXT **/

h1, h2, h3, h4 {
	text-transform: uppercase;
	line-height: 100%;
}

h1 {
	
}

h2 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}

div#sidebar h2 {
	width: 99%;	
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}

p {
	font-size: 11px;
	line-height: 160%;
}

i {

}

em {

}

b {

}

/** LISTS **/

ul {
	list-style: none;
}

ul li {
	display: inline;
}

/** MISC **/

.floatLeft {
	float: left;
}



/** CLEARFIX **/

.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0pt;
	visibility: hidden;
}
.clearFix {
}
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}


/** BLOG STYLING **/
li.widget_categories ul li {
	display: block;
}


div#sidebar {
	float: left;
	clear: left;
	background: url('../img/dot_down.gif') top right repeat-y;
	width: 168px;
	padding: 10px 10px 10px 7px;
	margin-top: 35px;
}

div#sidebar li.cat_posts {
	margin-bottom: 34px;	
}

li#archives {
	/*margin-top: 0px;*/
}

li#archives h2 {
	
	font-size: 14px;	
}

div#content {
	float: right;
	clear: right;
	margin: 35px 0 40px 0;
	width: 550px;
}

div#content div.entry a img {
	
}

div#content div.entry img {
	border: none;
}

div.post {
	margin-bottom: 24px;
}

small.postDate {
	color: #696969;
}

.navigation {
	clear: both;
	height: 24px;30
}

.alignleft a,
.alignright a {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	display: none;
	clear: both;
}


p.postmetadata {
	margin-top: 4px;
	color: #696969;
}

a {
	color: #000000;
}

textarea {
	width: 100%;
	margin-bottom: 5px;
}

input {
	margin-bottom: 5px;
	display: block;
}

div#sidebar a:hover,
div#content a:hover {
	background-color: #fdf202;
}

div#sidebar ul {
	margin-bottom: 10px;
}

div#sidebar ul li {
	display: block;
	line-height: 140%;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

div#sidebar ul li a { 
	text-decoration: none;
	
	/*color: #BFBFBF;*/
}

div#sidebar ul li a:hover {
	color: #000;
} 

div#content h2 {
	
	font-size: 17px;
	margin-bottom: 15px;
}

div#content h2 a {
	text-decoration: none;
	color: #000000;
}

div#content h3 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

ol.commentlist li {
	margin-bottom: 15px;
}


