* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #323232;
	font: 62.5% Helvetica, Arial, sans-serif;
}

.wrapper {
	width: 85em;
	margin: 0 auto;
}

/*
	general
*/
.column1, .column2, .column3 {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: justify;
}

.column3 {
	margin-right: 0;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

.clear {
	clear: both;
	height: .0001em;
}

.hide {
	float: left;
	margin-left: -5000em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

h3 {
	color: #f69321;
	font-size: 1.6em;
	text-transform: uppercase;
}

h4 {
	font-size: 1.2em;
	line-height:1.6em;
}

a:link, a:visited {
	color: #bbce3e;
	text-decoration: underline;
}

/*
	header
*/
h1 {
	width: 118px;
	height: 41px;
	float: left;
	padding: 1em 0;
	border-top: .3em solid #bbce3e;
	
}

h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/h1-bg.jpg) no-repeat;
	text-indent: -5000em;
}

#header ul {
	float: right;
	list-style-type: none;
	font-size: 1.1em;
	margin-top: 3.8em;
}

#header ul li {
	float: left;
	display: block;
	margin-right: 2em;
	text-transform: lowercase;
}

#header ul li:last-child {
	margin-right: 0;
}

#header ul a {
	font-weight: bold;
	text-decoration: none;
	color: #323232;
}

#header ul a:hover, #header ul li.active a {
	color: #bbce3e !important;
}

/*
	content
*/
.content-header {
	height: 23em;
	border-bottom: 1px solid #323232;
}

#content-content {
	margin-top: 2px;
	border-top: 2px solid #323232;
	padding-top: 2em;
}

ul#accountmanager {
	list-style-type: none;
	margin-left: 0 !important;
}

ul#accountmanager li.name {
	color: #777;
}

ul#accountmanager li.name strong {
	color: #323232;
}

/*
	footer
*/
#footer {
	margin-top: 2em;
	padding: 3.1em 0;
	background: #bbce3e;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #323232;
}

#footer h3 {
	color: #fff;
	text-transform: uppercase;
}

address {
	font-style: normal;
	float: right;
	color: #fff;
}

/*
	popup
*/
#people ul li {
	width: 63px; 
	height: 63px;
	padding: 1px;
	margin: 0 10px 10px 0;
	float: left;
}

#people ul {
	width: 310px;
	margin-right: 1em;
	list-style-type: none;
}

h2#our-team {
	margin-bottom: 1em;
}

#people h4 {
	margin-bottom: .5em;
}

#people a img {
	border: 1px solid #ddd;
}

#people a:hover img {
	border: 1px solid #bbce3e;
}

#people .ui-tabs-selected a img {
	border: 1px solid #f69321;
}
	
.ui-tabs-hide { 
	display: none; 
}