@charset "UTF-8";

/* content setup */

#content {
	margin:20px 0px 50px 30px;
	z-index:0;
	color:#000000;
	line-height:1.7;
	font-size:13px;
	font-family: Helvetica, Helvetica neue, Geneva, Tahoma, Arial, sans-serif;
	width: 960px;
}

/* for address on contact page */

h5 {
	color:#111;
	font-size:11px;
	line-height:1.3;
}

/* grid setup */

.single {
	width:140px;
}

.double {
	width:300px;
}

.triple {
	width:460px;
}

.quad {
	width:620px;
}

.fiver {
	width:780px;
}

.full {
	width:940px;
}

.single, .double, .triple, .quad, .fiver {
	float:left;
	padding-right:20px;
}

/* header setup */

#header {
	height: 100px;
	width: 1020px;
	position: relative;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#header h2 {
	position: absolute;
	bottom: 0px;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	background: #fff;
}
 
#header h2.page1 {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#header #section_header {
	top: 0;
	position: absolute;
	color: #888;
	font-size: 10px;
	margin: 0px;
	display: none;
}

/* expandable menu setup and layout */

#menu-cont {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	background: url(trans_bg.png); 
	color: #eee;
	font-size: 11px;
	padding: 10px 0px 10px 30px;
	font-family: Helvetica, 'Helvetica Neue', Geneva, Tahoma, Arial, sans-serif;
}

#menu-cont h1 {
	position: absolute;
	top: -100px;
	left: 30px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 80px;
	width: 80px;
	background: url(branding-trans.png);
}

#menu-cont .menu_section {
	width: 140px;
	margin-right: 20px;
	float: left;
}

br.clear_floats {
	height: 1px;
	margin-top: -1px;
	clear: both;
}

/* menu-cont type and styling */

#menu-cont h3 {
	text-transform: uppercase;
	color: #eee;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, 'Helvetica Neue', Geneva, Tahoma, Arial, sans-serif;
}

#menu-cont a {
	color: #eee;
	text-decoration: none;
}

#menu-cont a:hover, #menu-cont a:hover:visited {
	color: #abdadc;
}

#menu-cont a:visited  {
	color: #8e8e8e;
}

#menu-cont .section_list {	
	border-top: #222 1px solid;
	margin-top: 10px;
	padding-top: 10px;
}

#menu-cont .section_list li {
	margin: 5px 0px;
	font-size: 10px;
	text-transform: lowercase;
}

/* main content */

#content {
	z-index: 0;
}

.read-me-like-a-book {
	float: left;
	display: inline-block;
	width: 400px;
	padding: 0px 10px 0px 0px;
}

/* content elements (type and images) */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h2 {
	padding-bottom:10px;
	color:#111;
	border-bottom:1px solid #111;
	font-size:22px;
	font-style:italic;
	line-height:1;
	margin-bottom:15px;
}

#content p {
	margin-bottom:10px;
	font-size: 11px;
}

#content p.intro {
	font-style:italic;
	color:#555;
}

#content img {
	margin-bottom:10px;
}

#content ul {
	margin-bottom:10px;
	list-style:outside square;
	line-height:1.4;
}

#content ol {
	margin-bottom:10px;
	list-style:outside decimal;
	line-height:1.4;
}

#content blockquote {
	font-size:18px;
	font-style:italic;
	color:#555;
	margin-bottom:15px;
	text-indent:-0.35em;
}

#content blockquote.nohang {
	text-indent:0em;
}

#content cite {
	font-size:18px;
	color:#555;
	margin-bottom:15px;
}

#content small {
	display:block;
	margin-bottom:10px;
	font-size:10px;
}

#content hr {
	width: 5px;
	margin: 0px 0px 10px;
}

/* content */

#content h3 {
	font-weight: bold;
	font-size: 12px;
}

#content h4 {
	margin-bottom: 5px;
}

#content p.date {
	color: #555;
	font-size: 9px;
}

#content .slide_info {
	font-size: 10px;
	margin-top: 25px;
}

/* slideshow */

span.number {
	margin: 0px 15px;
}

#img-container img.img-bot {
	margin-bottom: 50px;
}

/* links */

#content a {
	text-decoration: none;
	color: inherit;
	border-bottom: dotted 1px #86DBED;
}

#content a:hover {
	color: #86DBED;
}

/* slider */

#slideshow {
	margin: -21px 0px 0px;
	width: 780px;
	overflow: hidden;
	position: relative;
}

#slideshow #images {
	height: 100%;
	position: absolute;
	list-style: none;
}

#content #slideshow img {
	margin-bottom:0px;
}

#content #slideshow ul {
	margin-bottom: 0px;
}

#slideshow #images li {
	position: absolute;
	top: 0px;
}

#slideshow #fade {
	z-index: 50;
	position: absolute;
	height: 100%;
	width: 160px;
	background: url(fade.png) repeat-y;
	right: 0px;
}

#images #overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* bar */

#not-here {
	display: none;
}

#slider-container {
	width: 620px;
	margin-top: 8px;
	height: 8px;
	position: relative;
	border-bottom: 1px solid #111;
}

#slider-container #dookdook {
	width: 12px;
	height: 8px;
	position: absolute;
	left: -32px;
	top: 1px;
	background: url(dookdook.png);
}

#slider {
	width: 520px;
	margin: 0px 0px 0px 50px;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	display: block;
	position: absolute;
	background: #111;
	height: 100%;
	margin: 0px 0px 0px -50px;
	width: 100px;
	padding: 0px;
}

#content #slider a {
	border: none;
}

/* imagelist (disabled) */

#imagelist {
	width: 620px;
}

#imagelist #fade {
	display: none;
}

#imagelist #images li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	list-style: none;
}

/* meet the team */

.info_panel {
	background: #111;
	color: #fff;
	padding: 10px;
	margin-top: 5px;
}

.info_panel h4 {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #86DBED;
	line-height: 1;
}

h5.job {
	margin-bottom: 10px;
	color: #fff;
	text-transform: lowercase;
	font-style: italic;
	line-height: 1;
}

#content .info_panel p {
	margin: 0px;
	line-height: 1;
}

/* video */

#video {
	margin-top: -21px;
}

#content p.no_flash {
	font-size: 9px;
}

/* backed */

div.backed {
	background: #fff;
	position: relative;
	padding: 70px 15px 10px;
	margin-right: 5px;
	top: -70px;
	left: -15px;
}

/* front page replace */

h2#front-replace {
	text-indent: -9999px;
	background: url(/files/welcome-trans.png) no-repeat left top;
	width: 620px;
	height: 372px;
}