﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/

/* beweb standard CSS reset */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
/* set everything to 0 margin/padding -> makes it consistent across all browsers */
.normal ol, .mceContentBody ol, .normal ul, .mceContentBody ul {
	margin-left: 16px;
}

img {
	border: 0;
}

input {
	padding: 1px;
}

textarea {
	padding: 2px;
}

html {
	overflow-y: scroll;
	 -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
/* prevent scrollbar disappearing making page jump */
xtable {
	margin: inherit;
}
/* end beweb standard CSS reset */

body {
	background-color: #fff;
	/*background: url(images/noisy_grid.png);*/
}

p, h1, h2, h3, h4, h5, h6, h7, ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


ol, ul {
	padding-left: 0px;
}

hr {
	width: 100%;
	border: 0px solid #D6D6D6;
	border-top-width: 1px;
}

li {
	margin-left: 65px;
}

.normal li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 25px;
}


/* content tables */
body#tinymce table, div.normal table {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}

	body#tinymce table td, div.normal table td {
		padding: 5px;
		border: 0;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	body#tinymce table.table-no-gridlines, div.normal table.table-no-gridlines {
		padding: 0;
		margin: 0 0 10px 0;
		border: 0;
		border-collapse: collapse;
	}

		body#tinymce table.table-no-gridlines td, div.normal table.table-no-gridlines td {
			padding: 5px;
			border: 0;
		}

	body#tinymce table.table-small, div.normal table.table-small {
		padding: 0;
		margin: 0 0 10px 0;
		border: 0;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-collapse: collapse;
		color: #777;
		font-size: 10px;
	}

		body#tinymce table.table-small td, div.normal table.table-small td {
			padding: 5px;
			border: 0;
			border-bottom: 1px solid #ddd;
			border-right: 1px solid #ddd;
		}

	body#tinymce table td p, div.normal table td p { /* FF fix */
		margin: 0;
	}
/*end content tables*/


.facebookimage {
	display: none;
}

.normal, .mainbody, .projectMainBody, .rightbody {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	width: 430px;
}

.mainbody {
	margin-top: 55px;
	margin-left: 72px;
	xheight: 1000px;
}


.projectMainBody {
	margin-left: 72px;
}

.rightbody {
	width: 300px;
	margin-top: 6px;
	font-size: 12px;
}

.homebody {
	margin-top: 77px;
	margin-left: 59px;
	width: 346px;
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}

.pagetitle {
	margin-left: 72px;
	width: 460px;
}

.role {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	margin: 4px 0;
}

.rightlink {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #8E463B;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-weight: 600;
	font-size: 21px;
	color: #535353;
	width: 450px;
}

h2 {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #8E463B;
}

h3 {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

h4 {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8E463B;
}

.project_heading {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8E463B;
}

.project_heading_a:hover {
	text-decoration: none;
}

.divider {
	position: relative;
	left: 30px;
}

a {
	color: #8E463B;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

.subnav_selected, .subnav, .subnav a {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}

	.subnav_selected a, .subnav a:hover {
		color: #8E463B;
	}



#main_nav {
	background-color: #1A2631;
	list-style: none;
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

	#main_nav li {
		background-color: #1A2631;
		float: left;
		padding-right: 20px;
		height: 15px;
	}


	#main_nav a:hover {
		background-color: #8E463B;
	}

.sub_nav {
	background-color: #fff;
	list-style: none;
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

	.sub_nav .active a {
		background-color: #8E463B;
	}

	.sub_nav li {
		background-color: #fff;
		float: left;
		padding-right: 20px;
		height: 15px;
	}

	.sub_nav a {
		background-color: #fff;
		color: #535353;
		height: 15px;
		text-decoration: none;
	}

		.sub_nav a:hover {
			color: #8E463B;
		}

.projectNav {
	background-color: #fff;
	list-style: none;
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	margin-left: 60px;
	border: 1px solid transparent;
}

	.projectNav .active a {
		xcolor: #8E463B;
	}

.active {
	margin-left: 0;
}

.projectNav li {
	background-color: transparent;
	float: left;
	padding-right: 2px;
	height: 15px;
	margin-left: 0;
}

.projectNav a {
	background-color: #fff;
	color: #535353;
	height: 15px;
	text-decoration: none;
}

	.projectNav a:hover {
		color: #8E463B;
	}

.leftMargin {
	margin-left: -10px;
}


#siteContainer {
	z-index: 100;
	position: relative;
	margin: 0 auto;
	width: 880px;
	padding-top: 120px;
	background: url(images/home_bg.png) no-repeat -600px top white;
}

.sideMenu {
	position: absolute;
	top: -210px;
	left: 570px;
	background: white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,0.7) 82%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(69%,rgba(255,255,255,1)), color-stop(82%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0.7) 82%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0.7) 82%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0.7) 82%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0.7) 82%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}


.contactus {
	list-style: none;
	margin-left: 0;
}

.el {
	margin-left: 0 !important;
}

.captcha {
	margin-top:10px;
	margin-bottom: 20px;
}

.spacer {
	clear: both;
	height: 25px;
}

.formText {
	margin-left: 50px;
}

.label {
	font-family: 'ABeeZee', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #555;
}

.textArealabel {
	padding-top: 15px;
	font-family: 'ABeeZee', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #555;
}

.selectinputfield {
	width: 200px;
	height: 22px;
}

.btn {
	margin-left: 2px;
	border:2px solid #8E463B;
	font-family: ABeeZee, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #8E463B;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 30px;
	text-align: center;
	background: white;
}

.btn:hover {
	border-color: #c3796f;
	color: #c3796f;
}

textarea.styled {
	width: 100px;
	height: 200px;
	padding: 5px;
}

.smallSpacer {
	height: 18px;
}

.commentWrapper {
	position: relative;
	width: 360px;
	margin-left: 0;
}

	.commentWrapper .validation {
		top: 25px;
		right: 0;
		position: absolute;
	}

a img {
	border: none;
}

table {
	border-spacing: 0px;
}

	table td {
		border-collapse: collapse;
	}

#nav {
	padding: 5px 0;
	background-color: #1A2631;
	height: 22px;
	width: 300px;
	margin-left: 40px;
}

.nav-wrap {
	margin-top: 16px;
	margin-left: -2px;
}

.subNavContainer {
	top: -40px;
	position: absolute;
	xborder: 3px solid blue;
	height: 27px;
	margin-left: 53px;
	width: 500px;
}

.subnavWrap {
	position: absolute;
	width: 100%;
}

.pagingnav-wrapper {
	margin-top: 20px;
	display: block;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

*:first-child + html .group {
	zoom: 1;
}


.year {
	margin-left: 0;
}

.yearText {
	color: #666;
	font-size: 11px;
}

.projectDetailsTable td {
	padding: 2px;
}

#example-one {
	margin: 0 42px 0px 8px;
	list-style: none;
	position: relative;
	width: 530px;
}

	#example-one li {
		display: inline-block;
		float: left;
		margin-left: 0;
	}

	#example-one a {
		color: #535353;
		float: left;
		padding: 6px 10px 4px 10px;
		text-decoration: none;
		text-transform: lowercase;
		font-family: 'ABeeZee', arial, helvetica, sans-serif;
		font-size: 12px;
	}

		#example-one a:hover {
			color: black;
		}

#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: 2px solid #8E463B;
}

.current_page_item a {
	color: #8E463B !important;
}

.ie6 #example-one li, .ie7 #example-one li {
	display: inline;
}

.ie6 #magic-line {
	bottom: -3px;
}

#example-two {
	margin-left: 13px;
	list-style: none;
	position: relative;
	width: 480px;
}

	#example-two li {
		display: inline-block;
		float: left;
		margin-left: 0;
	}

		#example-two li a {
			position: relative;
			z-index: 200;
			color: #ddd;
			display: block;
			float: left;
			padding: 5px 10px 2px 10px;
			text-decoration: none;
			text-transform: lowercase;
			font-family: 'ABeeZee', arial, helvetica, sans-serif;
			font-size: 13px;
			outline: none;
		}

			#example-two li a:hover {
				color: white;
			}

	#example-two #magic-line-two {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		background: #8E463B;
		z-index: 100;
		height: 26px; /*	-moz-border-radius: 5px;  	-webkit-border-radius: 5px; 	border-radius: 5px;*/
	}


.current_page_item_two a {
	color: white !important;
}

.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}


.shadow img {
	-moz-box-shadow: 3px 3px 5px #ccc; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px #ccc; /* Safari, Chrome */
	box-shadow: 3px 3px 5px #ccc;
}


.thumbContainer a img {
	xborder: 2px solid #fff;
	text-align: left;
}

	.thumbContainer a img:hover {
		border: 2px solid #8E463B;
		text-align: left;
		margin: -2px;
	}

.thumbContainer .selected {
	border: 2px solid #8E463B;
	margin: -2px;
}


.thumbContainer:hover {
	text-align: left;
}


.bodycontent {
	position: relative;
}


#logo {
	background: url(images/inside-logo.gif) no-repeat;
	background-color: #1A2631;
	width: 800px;
	height: 145px;
}

.backGroundTop {
	z-index: 0;
	background-color: #1A2631;
	height: 167px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

ul, menu, dir {
	padding: 0;
}

.thumbContainer {
	height: 60px;
	width: 320px;
	margin-top: 10px;
}

.ulthumbContainer {
	height: 60px;
	width: 320px;
	list-style: none;
	margin-left: 0;
}

.liThumbContainer {
	width: 56px;
	padding-right: 21px;
	padding-left: 0px !important;
	text-align: left;
	float: left;
	margin-left: 3px;
}

#imagePanelContainer {
	margin: auto 0;
	width: 320px;
}

.normalText {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
}

.pListLink a {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.tagPanel {
	margin-top: 10px;
	margin-left: -10px;
}

/* Validation */
.validation {
	display: none;
	position: relative;
}

	.validation .outer {
		background: url('images/error_msg_arrow.png') 15px bottom no-repeat;
		padding-bottom: 11px;
		position: absolute;
		margin-top: -25px;
		left: -35px;
		z-index: 9999;
		width: auto !important;
	}

	.validation .inner {
		background: #e30418;
		font-family: 'ABeeZee', arial, helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		padding: 8px 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		white-space: nowrap;
	}




input.inputField, .inputField {
	border: 1px solid #918F90;
	width: 221px;
	padding: 9px 11px 7px 11px;
	border-top: none;
	font-size: 15px;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.mapContainer {
	xwidth: 470px;
	xheight: 400px;
	float: left;
	margin-top: 25px;
}

#mapInfo {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
}

.InfoMessage {
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 60px;
	margin-top: 20px;
	color: #8E463B;
}

.projListContainer {
	width: 300px;
	height: 60px;
	float: left;
	margin-top: 20px;
}

.mapWrapper {
	height: 500px;
	width: 320px;
	margin-bottom: 15px;
}

@media screen and (min-width: 1400px) {
	.mapWrapper {
		width: 610px;
		height: 610px;
	}

	#siteContainer {
		width: 1200px;
	}
}

.projListWrapper {
	width: 300px;
	padding-left: 2px;
	margin-bottom: 15px;
}

@media screen and (min-width: 1400px) {
	.projListWrapper {
		width: 610px;
	}
}



.clear {
	clear: both;
}

.pListLink {
	margin-left: 5px;
	float: left;
	width: 200px;
	line-height: normal;
}

.tags {
	margin: 0;
	padding: 0;
	right: 24px;
	bottom: -12px;
	list-style: none;
}


	.tags li, .tags a {
		float: left;
		height: 24px;
		line-height: 24px;
		position: relative;
		font-size: 11px;
		margin-bottom: 6px;
	}

	.tags a {
		margin-left: 20px;
		padding: 0 10px 0 12px;
		background: #8E463B;
		color: white;
		text-decoration: none;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}

		.tags a:before {
			content: "";
			float: left;
			position: absolute;
			top: 0;
			left: -12px;
			width: 0;
			height: 0;
			border-color: transparent #8E463B transparent transparent;
			border-style: solid;
			border-width: 12px 12px 12px 0;
		}

		.tags a:after {
			content: "";
			position: absolute;
			top: 10px;
			left: 0;
			float: left;
			width: 4px;
			height: 4px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			background: #fff;
			-moz-box-shadow: -1px -1px 2px #004977;
			-webkit-box-shadow: -1px -1px 2px #004977;
			box-shadow: -1px -1px 2px #004977;
		}

	.tags .active a {
		background: #555;
		color: white;
	}

	.tags a:hover, .tags .active a {
		background: #555;
		color: white;
	}

		.tags a:hover:before, .tags .active a:before {
			border-color: transparent #555 transparent transparent;
			color: white;
		}

.contactusWrapper {
	margin-top: 20px;
	margin-left: 73px;
}

.project_heading {
	margin-top: 20px;
}

.featuredwork {
	color: #8E463B;
	font-weight: 700;
	background-image: url(images/h2.featured.bg.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding: 15px 0 15px 20px;
}

.FeaturePic {
	-webkit-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}

/* mobile 
@media screen and (max-width:800px)
{
	.sideMenu
	{
		xtop:100px;
		xposition: absolute;
		xbottom: 10px;
	}
}
end mobile */

.infoText {
	width: 300px;
	float: left;
}

	.infoText .normal {
		width: 200px;
	}

	.infoText ul {
		margin-left: 0;
	}

	.infoText li {
		width: 260px;
	}

.pictureContainer {
	width: 180px;
	float: left;
	margin-top: 4px;
}

.personPic {
	margin: 0 auto;
}

a.personPic {
   cursor: default;
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

	a.personPic:hover {
		background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
}

.titleField {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.heading {
	margin-bottom: 4px;
	font-size: 16px;
}

.personRow {
	width: 480px;
	margin-bottom: 10px;
	display: inline-block;
}

.people {
	width: 480px;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

#quote {
	opacity: 0;
	margin-top: 25px;
	font-size: 21px;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	-ms-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}

.header { position: absolute;left: 2px; top: -2px; xdisplay: none; background-color:#1A2631;width: 530px; }


.mainbody { margin-top: 55px; width: 500px; }


.footerDivder {
	margin-left: 59px;
	width:456px; 
}

.footernav {
	margin-left: 59px;
}

#fbWrapper {
	border: none; overflow: hidden; width: 450px; height: 21px; display: inline;
	margin: 8px;
}

.fbButton {
	xmargin: 8px;
}

#mobile-nav {
		 display: none;
	 }

#mobileBarsLink {
	display: none;
}

.fbWrapper {
	height: 38px;
}


* { xoutline: 1px solid red !important; }

@media (max-width: 699px) {

.tags {
	position: absolute;
	top: 80px;
	right: -100px;
	/* overflow: hidden; */
}

	.tags a { padding: 0px 11px 0px 11px; line-height: 157px; display: block; }
.tags li, .tags a {
			float: none;
			height: 24px;
			line-height: 24px;
			position: relative;
			font-size: 11px;
			margin-bottom: 6px;
			}

			.tagPanel {
				position: relative;
				xmin-height: 700px !important;
			}

.mapWrapper {
	width: 100% !important;
}

.mapHeader {
	text-align: center !important;
	margin-bottom: 10px;
}

.thumbContainer {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.ulthumbContainer {
	min-width: 100%;
	width: 100% !important;
	list-style: none;
	padding-top: 20px;
	}

	.LocationAware { margin-bottom: 20px !important; }

	.LocationAware h2 {
		text-align: center !important;
		margin: 10px 0 !important;
	}

	.LocationAware input {
		width: 100% !important;
		
	}

	.projListContainer {
		width: 70% !important;
		margin-top: 0 !important;
		margin-bottom: 30px;
	}

	.ulthumbContainer  li {
		display: inline;
		width: 25%;
		padding-right: 0 !important;
		padding-left: 0px !important;
		margin-left: 0 !important;
	}


	#imagePanelContainer {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.subNavContainer {
		top: -41px !important;
	}


	.logoMobile {
		padding: 28px 0px 10px 14px;
	}

	 #mobileBarsLink {
		 display: block;
	 }

	#siteContainer,.header,#nav,.subNavContainer,h1  {
		width: 100% !important;
	}

	.featuredwork {
		background-image: none !important;
		padding: 15px 0 15px 0 !important;
	}

	.thumbContainer {
		width:  100% !important;
		}

	.mainbody,.sideMenu {
		width: 92% !important;
		margin-left:  auto !important;
		margin-right:  auto !important;
	}

	.projectsWrapper.sideMenu {
		margin-right:  0 !important;
		width: 96% !important;
	}

	.sideMenu {
		
		position: relative;
		top: inherit !important; 
		left: inherit !important; 
		background: none !important;
	}
	
	.projListWrapper h3 {
		margin-top: 0; 
		margin-bottom: 25px;
	}

	.sideMenu .rightbody {
		margin-left: 0 !important;
	}

	.displayAll {
		width: 70%;
		WORD-WRAP: break-word;
		DISPLAY: BLOCK;
		height: 70px;
	}

	.pListLink {
		float: none !important;
		width: auto !important;
	}

	.liThumbContainer {
		text-align: center;
		}


	#footer {
		display: none !important;
	}

	.projListWrapper { width: 100% !important;
		padding-left: 0 !important;
		 overflow-x: hidden; 
		overflow-y: hidden;
		min-height: 700px;

	}

	.normal, .mainbody,.projectMainBody, .rightbody,H1 {
		width: 97%;
		xmargin-left: 20px;
	}

	footer 

	#quote {
		margin-top: 0 !important;
	}


	#quote p {
		margin-right: 0 !important;
	}

	.header {
		left: 0 !important
	}
	



	#nav {
		padding:  0 !important;
		margin-left: 0 !important;
		display: none !important;
	}

	.subNavContainer {
		margin-left: 0 !important;
	}
	#siteContainer {
		background: none !important; 
	}

	#footer .divider {
		width: 100% !important;
	}
	.footerDivder {
		margin-left: 0 !important;
		width: 100% !important; 
	}

	.footernav {
		margin-left: 0 !important;
		background-color: white;
	}

	.divider {
		left: 0 !important;
	}

	.leftMargin {
		margin-left: 0 !important;
	}

	.fbButton {
		margin: 0 !important;
	}

	.fbButton {
		xdisplay: none !important;
	}

	.backGroundTop {
		height: 100px;
	}

	.fbIframe {
		height: 50px !important;
		background-color: white;
		margin-left: 20px;
		padding-top: 10px;
	}

	.mainbody {
		height: auto !important;
		margin-bottom: 20px;
		word-wrap: break-word;
	}

	.g-plusone {
		width: 100% !important;
	}

	.fbWrapper,.fbButton {
		display: none !important;
	}

	#mobileBarsLink {
		position: absolute;
		right: 10px;
		top: 21px;
	}

	#image-nav {
		display: none !important;
	}

	.subnavWrap {
		display: table;
		margin: 0 auto;
		padding-left: 10px;
		width: 95%;
	}

	#example-one {
		width: 100% !important;
		min-width: 100% !important;
		list-style: none !important;
		margin: 0 !important;
	}

	ul#example-one li {
		display: inline;
	}

	#example-two {
		margin-left: 0 !important;
		list-style: none;
		position: relative;
		width: 90% !important;
		margin: 0 auto !important;
	}

	#example-two li {
		display: inline-block;
		float: none;
		width: 100%;
		text-align: center;
		height: 35px;
		margin-left: 0;
		background-color: #8E463B !important;
		}

		#example-two li a {
			padding: 10px 10px 2px 10px;
			width: 100%;
			margin: 0 auto !important;
		}

		img { max-width: 100%; }

		input {
			width: 90% !important;
			float: none !important;
			height: 30px;
			margin: 0 auto !important;
		}

		.contactusWrapper {
			margin-top: 20px;
			margin-left: 3%;
			width: 97%;
		}

			.contactus .el {
				margin-left: 20px !important;
			}

			.normal .normal {
				margin-left: 0 !important;
				 max-height: 5000em;
			}


			#Comments {
				width: 88% !important;
			}

			.btn {
				width: 92% !important;
			}

			.validation .outer {
			 left: inherit !important; 

				right: 1px;
			}

			/*people*/
			.people,.personRow {
				width: 100% !important;
				}

				.pictureContainer {
				xwidth: 97% !important;
				}

				.pictureContainer {
					xmargin-left: 20px;
				}

		

	}



* { xoutline: 1px solid red !important; }

/*#projInfo {
	margin-top: 50px;
}

.projectField {
	float: left;
	width: 120px;
	min-width: 120px;
	color: #808080;
	clear: both;
	outline: 1px solid blue;
	font-family: 'ABeeZee', arial, helvetica, sans-serif;
	line-height: 150%;
	width: 430px;
	font-size: 14px;
}

.project {
		width: 400px;
		outline: 1px solid green;
		padding-bottom: 15px;
	

}

.project  {
	margin-left: 0px;
	list-style: none;
}


.project p {
		width: 120px;
		clear: none;

}

.descField {
	float: left;
}*/


.bewebdonate {
margin-left:30px;
}

/* Fancy */
.fancy{display:inline-block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation-name:shake-slow;-ms-animation-name:shake-slow;animation-name:shake-slow;-webkit-animation-duration:5s;-ms-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-ms-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;-ms-animation-delay:0;animation-delay:0;-webkit-animation-play-state:running;-ms-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shake-slow{0%{-webkit-transform:translate(0px,0px) rotate(0deg)}2%{-webkit-transform:translate(-1px,3px) rotate(-1.5deg)}4%{-webkit-transform:translate(-4px,5px) rotate(-1.5deg)}6%{-webkit-transform:translate(-1px,6px) rotate(-0.5deg)}8%{-webkit-transform:translate(5px,-4px) rotate(-3.5deg)}10%{-webkit-transform:translate(-7px,-3px) rotate(-3.5deg)}12%{-webkit-transform:translate(-1px,8px) rotate(2.5deg)}14%{-webkit-transform:translate(3px,-5px) rotate(-1.5deg)}16%{-webkit-transform:translate(1px,0px) rotate(2.5deg)}18%{-webkit-transform:translate(-6px,-10px) rotate(-0.5deg)}20%{-webkit-transform:translate(3px,-2px) rotate(1.5deg)}22%{-webkit-transform:translate(0px,0px) rotate(-2.5deg)}24%{-webkit-transform:translate(-5px,-4px) rotate(1.5deg)}26%{-webkit-transform:translate(-1px,3px) rotate(-3.5deg)}28%{-webkit-transform:translate(1px,1px) rotate(-3.5deg)}30%{-webkit-transform:translate(-4px,8px) rotate(1.5deg)}32%{-webkit-transform:translate(-9px,7px) rotate(-3.5deg)}34%{-webkit-transform:translate(4px,-9px) rotate(-2.5deg)}36%{-webkit-transform:translate(1px,-6px) rotate(-2.5deg)}38%{-webkit-transform:translate(-4px,0px) rotate(-2.5deg)}40%{-webkit-transform:translate(3px,-7px) rotate(0.5deg)}42%{-webkit-transform:translate(4px,4px) rotate(-0.5deg)}44%{-webkit-transform:translate(8px,-4px) rotate(-2.5deg)}46%{-webkit-transform:translate(9px,9px) rotate(-3.5deg)}48%{-webkit-transform:translate(6px,-8px) rotate(-0.5deg)}50%{-webkit-transform:translate(-1px,4px) rotate(-3.5deg)}52%{-webkit-transform:translate(4px,6px) rotate(-1.5deg)}54%{-webkit-transform:translate(9px,-3px) rotate(2.5deg)}56%{-webkit-transform:translate(8px,-2px) rotate(-3.5deg)}58%{-webkit-transform:translate(-2px,-9px) rotate(-0.5deg)}60%{-webkit-transform:translate(-1px,-5px) rotate(2.5deg)}62%{-webkit-transform:translate(-8px,3px) rotate(2.5deg)}64%{-webkit-transform:translate(6px,-2px) rotate(-3.5deg)}66%{-webkit-transform:translate(-5px,9px) rotate(-1.5deg)}68%{-webkit-transform:translate(3px,1px) rotate(-0.5deg)}70%{-webkit-transform:translate(6px,4px) rotate(-1.5deg)}72%{-webkit-transform:translate(-6px,-5px) rotate(1.5deg)}74%{-webkit-transform:translate(-8px,0px) rotate(-0.5deg)}76%{-webkit-transform:translate(-5px,-8px) rotate(1.5deg)}78%{-webkit-transform:translate(5px,-3px) rotate(-1.5deg)}80%{-webkit-transform:translate(-6px,-3px) rotate(-1.5deg)}82%{-webkit-transform:translate(7px,8px) rotate(-1.5deg)}84%{-webkit-transform:translate(-6px,9px) rotate(0.5deg)}86%{-webkit-transform:translate(1px,8px) rotate(-3.5deg)}88%{-webkit-transform:translate(-9px,-2px) rotate(1.5deg)}90%{-webkit-transform:translate(4px,-6px) rotate(-1.5deg)}92%{-webkit-transform:translate(0px,-1px) rotate(0.5deg)}94%{-webkit-transform:translate(2px,-9px) rotate(2.5deg)}96%{-webkit-transform:translate(-9px,1px) rotate(-2.5deg)}98%{-webkit-transform:translate(-9px,-5px) rotate(-3.5deg)}}@-ms-keyframes shake-slow{0%{-ms-transform:translate(0px,0px) rotate(0deg)}2%{-ms-transform:translate(-10px,5px) rotate(-2.5deg)}4%{-ms-transform:translate(7px,7px) rotate(-3.5deg)}6%{-ms-transform:translate(8px,-7px) rotate(-2.5deg)}8%{-ms-transform:translate(-8px,3px) rotate(-0.5deg)}10%{-ms-transform:translate(3px,-10px) rotate(-1.5deg)}12%{-ms-transform:translate(-9px,-6px) rotate(2.5deg)}14%{-ms-transform:translate(-2px,-6px) rotate(-0.5deg)}16%{-ms-transform:translate(6px,-1px) rotate(0.5deg)}18%{-ms-transform:translate(5px,-1px) rotate(0.5deg)}20%{-ms-transform:translate(7px,-5px) rotate(-0.5deg)}22%{-ms-transform:translate(-8px,5px) rotate(2.5deg)}24%{-ms-transform:translate(0px,4px) rotate(2.5deg)}26%{-ms-transform:translate(-1px,2px) rotate(-1.5deg)}28%{-ms-transform:translate(-1px,-1px) rotate(1.5deg)}30%{-ms-transform:translate(-5px,-5px) rotate(2.5deg)}32%{-ms-transform:translate(0px,7px) rotate(-0.5deg)}34%{-ms-transform:translate(-9px,3px) rotate(-0.5deg)}36%{-ms-transform:translate(3px,-5px) rotate(-2.5deg)}38%{-ms-transform:translate(5px,2px) rotate(-0.5deg)}40%{-ms-transform:translate(6px,-3px) rotate(0.5deg)}42%{-ms-transform:translate(-4px,-6px) rotate(-0.5deg)}44%{-ms-transform:translate(9px,2px) rotate(-3.5deg)}46%{-ms-transform:translate(6px,-4px) rotate(1.5deg)}48%{-ms-transform:translate(6px,5px) rotate(2.5deg)}50%{-ms-transform:translate(-9px,-2px) rotate(-2.5deg)}52%{-ms-transform:translate(-7px,9px) rotate(-0.5deg)}54%{-ms-transform:translate(-5px,-5px) rotate(-3.5deg)}56%{-ms-transform:translate(-6px,-10px) rotate(1.5deg)}58%{-ms-transform:translate(-3px,1px) rotate(-3.5deg)}60%{-ms-transform:translate(3px,5px) rotate(2.5deg)}62%{-ms-transform:translate(-1px,-8px) rotate(2.5deg)}64%{-ms-transform:translate(6px,-7px) rotate(-0.5deg)}66%{-ms-transform:translate(-7px,-1px) rotate(0.5deg)}68%{-ms-transform:translate(-3px,-4px) rotate(-1.5deg)}70%{-ms-transform:translate(-10px,9px) rotate(2.5deg)}72%{-ms-transform:translate(9px,9px) rotate(2.5deg)}74%{-ms-transform:translate(-6px,8px) rotate(-0.5deg)}76%{-ms-transform:translate(-5px,-10px) rotate(-2.5deg)}78%{-ms-transform:translate(-7px,-9px) rotate(-0.5deg)}80%{-ms-transform:translate(8px,-4px) rotate(2.5deg)}82%{-ms-transform:translate(9px,4px) rotate(-0.5deg)}84%{-ms-transform:translate(-1px,-1px) rotate(2.5deg)}86%{-ms-transform:translate(-6px,-3px) rotate(0.5deg)}88%{-ms-transform:translate(-2px,-4px) rotate(0.5deg)}90%{-ms-transform:translate(5px,1px) rotate(0.5deg)}92%{-ms-transform:translate(1px,2px) rotate(-3.5deg)}94%{-ms-transform:translate(-5px,-10px) rotate(1.5deg)}96%{-ms-transform:translate(-6px,3px) rotate(-3.5deg)}98%{-ms-transform:translate(-1px,-7px) rotate(-2.5deg)}}@keyframes shake-slow{0%{transform:translate(0px,0px) rotate(0deg)}2%{transform:translate(6px,-7px) rotate(2.5deg)}4%{transform:translate(8px,-8px) rotate(2.5deg)}6%{transform:translate(1px,-8px) rotate(-3.5deg)}8%{transform:translate(-3px,4px) rotate(-0.5deg)}10%{transform:translate(0px,-3px) rotate(1.5deg)}12%{transform:translate(-1px,2px) rotate(0.5deg)}14%{transform:translate(6px,6px) rotate(-1.5deg)}16%{transform:translate(-7px,4px) rotate(-0.5deg)}18%{transform:translate(7px,8px) rotate(-3.5deg)}20%{transform:translate(-6px,2px) rotate(1.5deg)}22%{transform:translate(9px,5px) rotate(-1.5deg)}24%{transform:translate(7px,-2px) rotate(0.5deg)}26%{transform:translate(-7px,-10px) rotate(-0.5deg)}28%{transform:translate(-10px,-8px) rotate(-1.5deg)}30%{transform:translate(8px,4px) rotate(0.5deg)}32%{transform:translate(0px,4px) rotate(1.5deg)}34%{transform:translate(-8px,6px) rotate(-0.5deg)}36%{transform:translate(-5px,7px) rotate(1.5deg)}38%{transform:translate(-4px,-4px) rotate(-1.5deg)}40%{transform:translate(9px,4px) rotate(-1.5deg)}42%{transform:translate(9px,-5px) rotate(2.5deg)}44%{transform:translate(-5px,-4px) rotate(-2.5deg)}46%{transform:translate(7px,-7px) rotate(1.5deg)}48%{transform:translate(-5px,8px) rotate(0.5deg)}50%{transform:translate(9px,1px) rotate(-1.5deg)}52%{transform:translate(-9px,-5px) rotate(-3.5deg)}54%{transform:translate(-2px,9px) rotate(1.5deg)}56%{transform:translate(6px,-1px) rotate(1.5deg)}58%{transform:translate(-6px,0px) rotate(-0.5deg)}60%{transform:translate(3px,1px) rotate(1.5deg)}62%{transform:translate(5px,-7px) rotate(-0.5deg)}64%{transform:translate(9px,2px) rotate(2.5deg)}66%{transform:translate(6px,0px) rotate(-2.5deg)}68%{transform:translate(5px,-4px) rotate(-2.5deg)}70%{transform:translate(-8px,5px) rotate(-2.5deg)}72%{transform:translate(-6px,-2px) rotate(0.5deg)}74%{transform:translate(-3px,7px) rotate(-3.5deg)}76%{transform:translate(-7px,-8px) rotate(-3.5deg)}78%{transform:translate(-1px,-2px) rotate(2.5deg)}80%{transform:translate(8px,6px) rotate(-2.5deg)}82%{transform:translate(-2px,-9px) rotate(2.5deg)}84%{transform:translate(8px,-10px) rotate(-0.5deg)}86%{transform:translate(-6px,0px) rotate(2.5deg)}88%{transform:translate(-1px,9px) rotate(-3.5deg)}90%{transform:translate(-7px,8px) rotate(1.5deg)}92%{transform:translate(-10px,-8px) rotate(0.5deg)}94%{transform:translate(-8px,6px) rotate(1.5deg)}96%{transform:translate(4px,-9px) rotate(2.5deg)}98%{transform:translate(-4px,9px) rotate(0.5deg)}}

/* Easter egg on People page */
@-webkit-keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}

/* HTML Logo*/
	#beweb-logo-html { 
		width:120px;
		display: block;
		margin:15px;
	}
	#beweb-logo-html .cube {
		background-color:transparent;
		width:19px;
		height:19px;
		margin:0 4px 4px 0;
		float:left;
		text-align: center;
		vertical-align: middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		line-height: 0;
	}

	#beweb-logo-html .cube:last-child {
		margin-right:0;
	}

	#beweb-logo-html .cube-row-4 .cube {
		margin-bottom:0
	}
		#beweb-logo-html .cube-row-3 .cube {
			padding:4px;
		}

	#beweb-logo-html .cube.brown {background-color:#8e463b;}
	#beweb-logo-html .cube.red {background-color:#cc0033;}
	#beweb-logo-html .cube.black {background-color:#000;}
	#beweb-logo-html .cube.white {background-color:#fff;}


@-moz-keyframes flash {
	0% {
		background-color: #cc0033;
	}
	2% {
		background-color: transparent;
	}
	4% {
		background-color: #cc0033;
	}
}

@-webkit-keyframes flash {
	0% {
		background-color: #cc0033;
	}
	2% {
		background-color: transparent;
	}
	4% {
		background-color: #cc0033;
	}
}

@keyframes flash {
	0% {
		background-color: #cc0033;
	}
	2% {
		background-color: transparent;
	}
	4% {
		background-color: #cc0033;
	}
}

#beweb-logo-html .cube.red {
	animation-name: flash;
	animation-duration: 6000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
} 

#beweb-logo-html .cube-row-1 .cube.red {
	animation-delay: 2s
}
#beweb-logo-html .cube-row-2 .cube.red {
	animation-delay: 2.5s
	
}
#beweb-logo-html .cube-row-4 .cube.red {
	animation-delay: 3s
	
}

/*
	Side Menu featured project body text styles
	START {{
*/
.rightbody {
	position: relative;
	max-height: 90px;
	overflow: hidden;
	-moz-transition: 0.3s max-height ease-in-out;
	-o-transition: 0.3s max-height ease-in-out;
	-webkit-transition: 0.3s max-height ease-in-out;
	transition: 0.3s max-height ease-in-out;
}

.rightbody.expended {
	max-height: 999px;
	-moz-transition: 0.3s max-height ease-in-out;
	-o-transition: 0.3s max-height ease-in-out;
	-webkit-transition: 0.3s max-height ease-in-out;
	transition: 0.3s max-height ease-in-out;
}

.no-display {
	display: none;
}

.rightbody-gradient {
	width: 100%;
	position: absolute;
	height: 6em;
	bottom: 0;
	background: -webkit-linear-gradient( rgba(255,255,255,0) 0, rgba(255,255,255,1) 95% );
	background-image: -moz-linear-gradient( rgba(255,255,255,0) 0, rgba(255,255,255,1) 95% );
	background-image: -o-linear-gradient( rgba(255,255,255,0) 0, rgba(255,255,255,1) 95% );
	background-image: linear-gradient( rgba(255,255,255,0) 0, rgba(255,255,255,1) 95% );
	background-image: -ms-linear-gradient( rgba(255,255,255,0) 0, rgba(255,255,255,1) 95% );
}

.btn-show-all-wrapper {
	width: 300px;
}

.btn-show-all {
	width: 50px;
	height: 19px;
	margin: 15px auto 0;
	opacity: 0.6;
	cursor: pointer;
	-moz-transition: 0.2s transform ease-in-out;
	-o-transition: 0.2s transform ease-in-out;
	-webkit-transition: 0.2s transform ease-in-out;
	transition: 0.2s transform ease-in-out;
}

.btn-show-all.collpse {
	-moz-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	-o-transform: rotate3d(1, 0, 0, 180deg);
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}
/*
	Side Menu featured project body text styles
	}} END
*/
