@charset "utf-8";

/* TAG RESET -------------------------------------------------------*/
/* Loosely based on YUI reset  (http://developer.yahoo.com/yui/reset/) stylesheet with some additions */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
table {	border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {	font-size:1em;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
input, select, button {vertical-align: middle;}
a img {border: 0;}
table, input, select, textarea, button {font: inherit;font-size: 1em;}
	
/* END TAG RESET ------------------------------------------------*/

body {
		font:62.5%/1.5 Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#700F33;
		text-align: center;
		background: #DEDFBA;
	}
	
#container {
		width: 980px;
		margin: 50px auto 20px auto;
		text-align: left;
	}
	
#bodyWrap {	
		background: #fff url(../images/bg-side.gif) repeat-y top left;
		position: relative;
	}
	
#sideLeft {	
		float: left;
		width: 133px;
	}
	
#content {
		margin-left: 133px;
		width: 847px;	
		font-size: 1.2em;
		min-height: 499px;
	}
	
#foot {
		background: #BEBF75;
		margin: 5px 0;
		clear: both;
		padding: 4px 0 2px 21px;
		position: relative;
	}
#lowerFoot {
		display: block;
		font-size: 1.2em;
		padding: 0 22px;
	}
	


/* [+] -- HEAD -------------------------------- */

#logo {
		
	}

	
/* [+] -- CONTENT -------------------------------- */

#pageTitle {
		margin: 0 25px 5px 0;
		display: block;
	}
#comments #pageTitle {
		float: right;
	}

#leftColumn {	
		padding: 30px;
	}
	
#full #content {	
		width: 847px;
		padding: 0 30px;
		w\idth: 787px;
	}
	
.box {	
		width: 478px;
		background: transparent url(../images/box-head.gif) no-repeat top left;
		padding-top: 10px;
	}
.boxFoot {	
		padding: 0 30px 10px 30px;
		background: transparent url(../images/box-foot.gif) no-repeat bottom left;
	}
.box img {
		float: right;	
		}
.box p {	
		margin: 4px 0 2px 0;
		width: 292px;
		float: left;
	}
.box .boxFoot p.commentimage {
		float: right;
		width: 120px;
	}
	
#profilePic {
		position: absolute;
		bottom: 0;
		left: 133px;
	}
	

#workWrap {	
		float: left;
		width: 99%;
	}
#workWrap .innerWrap {	
		float: right;
		width: 142px;
		margin-left: 4px;
	}
#workWrap img {
		float: left;
		width: 48px;	
	}
#workWrap strong {	
		display: block;
	}
#workWrap .clearFix {
		width: 195px;
		margin-bottom: 8px;
	}
#workWrap a {
		
	}
	
#workBox {
		background: #DEDFBA;
		width: 197px;
		padding-top: 5px;
	}
#workBox a {
		display: block;
		background: #838334;
		padding: 3px 5px;
		margin-top: 5px;
		color: #fff;
		font-weight: bold;
	}
#workBox h3, #workBox p {
		padding: 0 5px;
		margin-bottom: 3px;
	}
#workBox h3 {	
		font-size: 150%;
	}
#workBox strong {
		display: inline;
	}
	
#workRight {
		width: 190px;	
	}
#workRight img {
		float: none;
		width: auto;
	}

#workRight #scArea {	
		width: 195px;
		height: 250px;
	}
#workRight #scArea-Content {
	width: 175px;
	height: 210px;
}
#workRight #scArea-Scrollbar {
	left: 170px;
}

#workRight #scArea .Scrollbar-Track, #workRight .Scrollbar-Track-Pressed { 
	height: 250px;
	top: 20px;
}

#workRight #scArea .Scrollbar-Down, #workRight .Scrollbar-Down-Pressed {
	top: 280px;
}

#workRight h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
}
#workRight h3.noMargin {
	margin-top: 0px;
}

	
/* SCROLL STYLES */

#scArea {
	position: relative;
	width: 360px;
	height: 340px;
	margin: 0 0;
}
#scAreaSm {
	position: relative;
	width: 360px;
	height: 120px;
	margin: 0 0;
	}
#scAreaMd {
	position: relative;
	width: 360px;
	height: 280px;
	margin: 0 0;
	}

#scArea-Content {
	position: absolute;
	top: 10px; 
	width: 320px;
	height: 330px;
	overflow: hidden;
}
#scAreaSm #scArea-Content {	
	height: 110px;
	}
#scAreaMd #scArea-Content {	
	height: 270px;
	}

#scArea .Scroller-Container, #scAreaSm .Scroller-Container, #scAreaMd .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	padding-bottom: 50px;
}


#scArea-Scrollbar {
	position: absolute;
	left: 340px;
}

#scArea .Scrollbar-Up, .Scrollbar-Up-Pressed, #scAreaSm .Scrollbar-Up, #scAreaMd .Scrollbar-Up {
	position: absolute;
	width: 10px; 
	height: 10px;
	background: #fff url(../images/icon-scroll-up.gif) no-repeat bottom left;
	font-size: 0px;
}

#scArea .Scrollbar-Down, .Scrollbar-Down-Pressed, #scAreaSm .Scrollbar-Down, #scAreaMd .Scrollbar-Down {
	position: absolute;
	top: 340px;
	width: 10px; 
	height: 10px;
	background: #fff url(../images/icon-scroll-down.gif) no-repeat bottom left;
	font-size: 0px;
}
#scAreaSm .Scrollbar-Down, #scAreaMd .Scrollbar-Down, .Scrollbar-Down-Pressed {
 	top: 120px;
 }
#scAreaMd .Scrollbar-Down {
 	top: 280px;
 }

#scArea .Scrollbar-Track, .Scrollbar-Track-Pressed, #scAreaSm .Scrollbar-Track, #scAreaMd .Scrollbar-Track{
	width: 10px; 
	height: 310px;
	position: absolute;
	top: 20px;
	background-color: #f1f1f1;
}
#scAreaSm .Scrollbar-Track, .Scrollbar-Track-Pressed {
 	height: 90px;
	}
#scAreaMd .Scrollbar-Track {	
	height: 250px;
	}

#scArea .Scrollbar-Track-Pressed, #scAreaSm .Scrollbar-Track-Pressed, #scAreaMd .Scrollbar-Track-Pressed {
	background-color: #f1f1f1;
}

#scArea .Scrollbar-Handle, .Scrollbar-Handle-Pressed, #scAreaSm .Scrollbar-Handle, #scAreaMd .Scrollbar-Handle{
	position: absolute;
	width: 10px; height: 30px;
	background-color: #BEBF75;
}

#scArea .Scrollbar-Handle-Pressed, .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed, #scAreaSm .Scrollbar-Handle-Pressed, #scAreaMd .Scrollbar-Handle-Pressed{
	background-color: #9A8F13;
}


/* [+] -- SIDEBAR -------------------------------- */


/*MENU*/

.mainMenu {
		margin: 20px 0 20px 0;
		font-size: 1.1em;
	}
.mainMenu li {
		margin: 0 0 7px 0;
	}
.mainMenu li.active a, .mainMenu li a:hover {
		font-weight: bold;
		background: #A6A75B;
		text-decoration: none;
		color: #fff;
	}
.mainMenu li li a:hover {	
		font-weight: normal;
		color: #700F33;
	}
.mainMenu li a {
		color: #fff;
		display: block;
		padding: 2px 1px 2px 10px;
		font-weight: bold;
		text-transform: lowercase;
		text-decoration: none;
	}
.mainMenu li li {
		padding: 0 3px 0 10px;
		margin: 0;
	}
.mainMenu li.active li a, .mainMenu li li a, .mainMenu li.active li a:hover {
		background: none;	
		background: transparent url(../images/arrow-menu.gif) no-repeat 0% 4px;	
		text-decoration: none;
		font-weight: normal;
		color: #fff;
	}
.mainMenu li.active li.active a {	
		color: #700F33;
	}
.mainMenu li.active li.active li.active a {	
		color: #700F33;
	}
.mainMenu li.active li.active li a {	
		color: #fff;
	}
	
ul.mainMenu li ul ul { display: none }
ul.mainMenu li.active ul ul { display: block }
ul.mainMenu li#home ul ul { display: none }
#ourpeopletext {
		position: absolute;
		top: 25px;
		left: 343px;
		width: 230px;
	}
	#ourpeopletext h2 {
		margin-bottom: 0;
		}
	#content #ourpeopletext a:link, #content #ourpeopletext a {
		display: block;
		font-size: 90%;
		color: #700F33;
		}

/* [+] -- FOOT -------------------------------- */

#lowerFoot {	
		
	}
#smm {
		position: absolute;
		top: 2px;
		right: 20px;
	}
	
/* [+] -- PAGE SPECIFIC -------------------------------- */





/* [+] -- FORMS -------------------------------- */

button {
		border: none;
		background: none;
		display: block;
	}
fieldset {
		border: none;
	}
legend {
		display: none;
	}


/* [+] -- FONTS -------------------------------- */

p {
		margin: 4px 0 7px 0;
	}
	
h1 {
		font-size: 160%;
		font-weight: normal;
		margin-bottom: 17px;
		letter-spacing: 0.0005em;
	}
h2 {
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 10px;
		letter-spacing: 0.0005em;
	}
	
strong {	
		font-weight: bold;
	}

.box {
		font-size: 83%;
		}
	
/* [+] -- LINKS -------------------------------- */

a:link {
		color: #60207F;
		text-decoration: underline;
	}
a:visited {
		text-decoration: underline;
	}
a:hover {
		color: #333;
		text-decoration: underline;
	}
a:active {
		text-decoration: underline;
	}
	
#lowerFoot a {	
		color: #700F33;
		text-decoration: underline;
	}
	
/* [+] -- TABLES -------------------------------- */


th {	
		font-weight: bold;
		padding-right: 15px;
		vertical-align: top;
	}
td {
		vertical-align: top;
	}


/* [+] -- ACCESSIBILITY -------------------------------- */

#skip {
		position: absolute;
		left: -2000px;
	}
		
/* [+] -- UTILITY -------------------------------- */

.clearFix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}


.floatLeft {	
		float: left;
		width: 450px;
	}
.floatRight {
		float: right;
		width: 392px;
		padding: 15px 10px 10px 20px;
		w\idth: 362px;
	}

#bigRightColumn .floatLeft {	
		float: left;
		width: 327px;
	}
#bigRightColumn .floatRight {
		float: right;
		width: 520px;
		padding: 70px 10px 10px 20px;
		w\idth: 490px;
		position: relative;
		left: -150px;
	}
	

	
#contact-us .floatRight address {	
		margin: 10px 0 0 100px;
	}
	
#workWrap .floatLeft {
		float: left;
		width: 47%;
		padding: 0 2% 1% 0;
		w\idth: 45%;
		}
#workWrap .floatRight {
		float: right;
		width: 47%;
		padding: 0 0 1% 2%;
		w\idth: 45%;
		position: static;
		left: 0;
		}
		
.peopleWrap {
		margin-bottom: 5px;
		clear: both;
	}
.peopleWrap li {
		float: left;
		width: 100px;
		font-size: 90%;
	}

/* =================== */
/* = New People Page = */
/* =================== */
#our-people #content {
	position: relative;
	background: url(../images/bg-swirl.png) no-repeat top right;
}
.non-visual {
	position: absolute;
	left: -9999px;
}
#our-people #content #people-selector {
	position: absolute;
	bottom: 30px;
	right: 10px;
}
#people-selector li {
	float: left;
}
#people-selector li a {
	display: block;
	position: relative;
}
#people-selector li a:focus {
	outline: 0;
}
#people-selector img {
	-ms-interpolation-mode: bicubic;
}
#our-people #content .person {
	display: none;
}
#our-people.profile-page #content .person {
	display: block;
}
#our-people #content .person,
#our-people #content .description {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
	height: 500px;
}
#our-people #content .person .profile {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 313px;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.85);
	line-height: 1.2;
}
#our-people #content .person .profile h2,
#our-people #content .person .profile p {
	margin: 0;
}
#our-people #content .description {
	padding: 30px;
	width: 333px;
	height: 440px;
}
#our-people #content .description .instruction {
	font-size: 1.6em;
	margin-top: 5em;
	width: 300px;
}
#our-people #content .description h2 {
	font-size: 40px;
	font-weight: 100;
	font-family: "Helvetica Neue", Helvetica, 'Trebuchet MS', Arial, sans-serif;;
	letter-spacing: 1px;
/*	font-family*/
	line-height: 1.2;
}

.clearFix:after {
	clear: both;
	content: '';
	display: block;
	height: 0px;
	visibility: hidden;
}