html, body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
.typography img.right {
	float: right;
	padding: 0 0 20px 20px !important;
}
.typography img.left {
	float: left;
	padding: 0 20px 20px 0 !important;
}
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 13px 0 13px;
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg.png) repeat-y;
}
#header {
	width: 970px;
	height: 150px;
	background: url(../images/landscape_transformations.jpg);
}
#home {
	display: block;
	float: left;
	width: 219px;
	height: 150px;
}
#home span {
	display: none;
}
#tabs {
	z-index: 1000;
	position: absolute;
	top: 422px;
	margin: 0 0 0 765px;
	width: 205px;
}
	#tabs ul,
	#tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#tabs li {
		float: left;
		margin-bottom: 12px;
	}
		#tabs li a {
			display: block;
			width: 205px;
			height: 80px;
		}
		#tabs li a.tab1 {
			background: url(../images/tab_1.jpg) no-repeat 0% 0%;
		}
		
		#tabs li a.tab2 {
			background: url(../images/tab_2.jpg) no-repeat 0% 0%;
		}
		#tabs li a.tab3 {
			background: url(../images/tab_3.jpg) no-repeat 0% 0%;
		}
		#tabs li a.tab4 {
			background: url(../images/tab_4.jpg) no-repeat 0% 0%;
		}
		#tabs li a:hover.tab1,
		#tabs li a:hover.tab2, 
		#tabs li a:hover.tab3, 
		#tabs li a:hover.tab4 {
			background-position: 100% 0%
		}
			#tabs li a span {
				display: none;
			}
#shadow {
	z-index: 500;
	position: absolute;
	top: 150px;
	width: 970px;
	height: 300px;
	background: url(../images/shadow.png) no-repeat;
}
#shadowGallery {
	z-index: 500;
	position: absolute;
	margin-left: 220px;
	top: 150px;
	width: 750px;
	height: 400px;
	background: url(../images/shadow_gallery.png) no-repeat;
}
#content {
	width: 970px;
	background: #FFF;
}

/* -------------------------- MIN HIGHT HACK
*/

	#content.home .prop, 
	#content.page .prop {
		float: right;
		width: 1px;
	}
	#content.home .clear, 
	#content.page .clear {
		clear: both;
		height: 1px;
		overflow: hidden;
	}
	#content.home .min, 
	#content.page .min {
		height: 340px;
	}
	
/* -------------------------- HOME
*/

#content.home {
	background: url(../images/bg_lean_green.jpg) repeat-y #FFF 0% 0%;
}
#content.home #leftCol {
	float: left;
	border-right: 1px #FFF;
	width: 220px;
}
	/* GENERAL */
	#content #leftCol #blurb {
		padding-top: 28px;
		color: #FFF;
	}
	#content #leftCol #blurb p.quote {
		font-size: 14px;
		font-style: italic;
		color: #666;
	}
	#content #leftCol #blurb p.author {
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		color: #A6B002;
	}
	/* HOME */
	#content.home #leftCol #blurb {
		width: 164px;
		padding: 28px;
		color: #FFF;
	}
	#content.home #leftCol #blurb p.quote {
		font-size: 14px;
		font-style: italic;
		color: #FFF;
	}
	#content.home #leftCol #blurb p.author {
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		color: #596001;
	}
		#content.home #leftCol a#whereToNext {
			display: block;
			width: 220px;
			height: 163px;
			background: url(../images/btn_where_to_next.jpg) no-repeat 0% 0%;
		}
		#content.home #leftCol a:hover#whereToNext {
			background-position: 100% 0%;
		}
		#content.home #leftCol a#whereToNext span {
			display: none;
		}
		#content.home #leftCol #blurb a {
			display: inline-block;
			padding-right: 6px;
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
			color: #C4CC03;
			background: url(../images/arrow_light_green.png) no-repeat 100% 50%;
		}
		#content.home #leftCol #blurb a:hover {
			text-decoration: underline;
		}
#content.home #rightCol {
	float: left;
	padding: 35px 35px 40px 40px;
	width: 470px;
}
	#content.home #rightCol a#viewOurGallery {
		display: block;
		width: 162px;
		height: 34px;
		background: url(../images/btn_view_our_gallery.jpg) no-repeat 0% 0%;
	}
	#content.home #rightCol a:hover#viewOurGallery {
		background-position: 100% 0%;
	}
	#content.home #rightCol a#viewOurGallery span {
		display: none;
	}
	
/* -------------------------- PAGE
*/

#content.page {
	background: url(../images/grey_gradient.jpg) repeat-y #FFF 0% 0%;
}
	#content.page #leftCol {
		float: left;
		padding: 30px 0 30px 28px;
		width: 192px;
	}
	#content.page #rightCol {
		float: left;
		padding: 35px 35px 40px 40px;
		width: 470px;
	}
	#content.page #leftCol a#whereToNext {
		margin: 0 0 20px 0;
		display: block;
		width: 192px;
		height: 154px;
		background: url(../images/btn_where_to_next2.jpg) no-repeat 0% 0%;
	}
	#content.page #leftCol a:hover#whereToNext {
		background-position: 100% 0%;
	}
	#content.page #leftCol a#whereToNext span {
		display: none;
	}
	
/* -------------------------- PORTFOLIO
*/

#content.portfolio {
	background: url(../images/grey_gradient.jpg) repeat-y #FFF 0% 0%;
}
	#content.portfolio #leftCol {
		float: left;
		padding: 30px 28px 30px 28px;
		width: 164px;
	}
	#content.portfolio #rightCol {
		float: left;
		width: 750px;
		background: url(../images/bg_gallery.jpg) repeat-y;
	}
	#content.portfolio #leftCol a#whereToNext {
		margin: 20px 0 0 0;
		display: block;
		width: 164px;
		height: 132px;
		background: url(../images/btn_where_to_next3.jpg) no-repeat 0% 0%;
	}
	#content.portfolio #leftCol a:hover#whereToNext {
		background-position: 100% 0%;
	}
	#content.portfolio #leftCol a#whereToNext span {
		display: none;
	}
	
/* -------------------------- TESTIMONIALS
*/

#testimonials .testimonial {
	padding: 20px 22px 22px 75px;
	background: url(../images/bg_quote.png) no-repeat 22px 22px;
	border-top: 1px solid #DDD;
}
	#testimonials .testimonial p {
		margin: 0;
		font-style: italic;
	}
	#testimonials .testimonial p.author {
		margin-top: 15px;
		font-weight: bold;
		color: #A6B002;
	}
		#testimonials .testimonial p.author span {
			font-weight: normal;
			color: #999;
		}
#testimonials .first {
	border-top: none;
}
#testimonials .odd {
	background-color: #F5F5F5;
}

/* -------------------------- MAGAZINES
*/

#magazineArticles .magazine {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	background: url(../images/bg_div.png) no-repeat 50% 100%;
}
#magazineArticles .last {
	margin: 0;
	background: none;
}
#magazineArticles .description {
	float: left;
	width: 290px;
}
	#magazineArticles .description h2 {
		margin: 0 0 5px 0;
	}
	#magazineArticles .description p.date {
		margin: 0 0 10px 0;
		font-weight: bold;
		font-style: italic;
		color: #999;
	}
#magazineArticles a.link {
	float: right;
	display: block;
	width: 154px;
	height: 122px;
	background: url(../images/btn_download_pdf.png) no-repeat 0% 0%;
}
#magazineArticles a:hover.link {
	background-position: 100% 0%;
}
	
/* -------------------------- BREAD CRUMBS
*/

#crumbs {
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #535A01;
	}
		#crumbs a {
			font-weight: normal;
			text-decoration: none;
			color: #666;
		}
		#crumbs a:hover {
			color: #A6B002;
			text-decoration: underline;
		}
		#crumbs span {
			font-weight: normal;
			color: #999;
		}

/* -------------------------- SUB NAV
*/

ul#subNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#subNav li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #DDD;
		list-style: none;
	}
	ul#subNav li.last {
		border-bottom: none;
	}
		ul#subNav li a {
			display: block;
			padding: 7px 0 7px 12px;
			color: #666;
			text-decoration: none;
			background: url(../images/arrow_light_grey.png) no-repeat 0% 13px;
		}
		ul#subNav li.current a, ul#subNav li.current a:hover {
			font-weight: bold;
			color: #535A01;
			background: url(../images/arrow_dark_green.png) no-repeat 0% 13px;
		}
		ul#subNav li a:hover {
			color: #A6B002;
			background: url(../images/arrow_light_green.png) no-repeat 0% 13px;
		}
		
/* -------------------------- STAFF
*/

.staffMember {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 460px;
	background: url(../images/bg_staff_div.jpg) no-repeat 0% 100%;
}
.staffMemberLast {
	width: 460px;
}
	.staffMember .photo, 
	.staffMemberLast .photo {
		width: 120px;
		float: left;
	}
	.staffMember .description, 
	.staffMemberLast .description {
		float: left;
		margin: 0 0 0 30px;
		width: 310px;
	}
	.staffMember .description h2 span, 
	.staffMemberLast .description h2 span {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		border-left: 1px solid #DDD;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #999;
	}
	
/* -------------------------- STAFF
*/

.affiliate {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 460px;
	background: url(../images/bg_staff_div.jpg) no-repeat 0% 100%;
}
.affiliateLast {
	width: 460px;
}
	.affiliate .image, 
	.affiliateLast .image {
		width: 200px;
		float: left;
	}
	.affiliate .description, 
	.affiliateLast .description {
		float: left;
		margin: 0 0 0 30px;
		width: 230px;
	}
	.affiliate .description h2 span, 
	.affiliateLast .description h2 span {
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		border-left: 1px solid #DDD;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #999;
	}

/* -------------------------- MESSAGE BOX
*/

#messageBox {
	padding: 20px 25px 25px 25px;
	border: 1px solid #E5E5E5;
	width: 408px;
	background: url(../images/bg_message_box.png) no-repeat bottom #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#messageBox p {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		line-height: 140%;
		color: #666;
	}
	a#contactUsToday {
		display: block;
		width: 168px;
		height: 34px;
		background: url(../images/btn_contact_us.jpg) no-repeat 0% 0%;
	}
	a#contactUsToday span {
		display: none;
	}
	a:hover#contactUsToday {
		background-position: 100% 0%;
	}
#footer {
	width: 970px;
}

/*************************************************************************
##########################################################################
#####                   ##################################################
#####   SUPERFISH NAV   ##################################################
#####                   ##################################################
##########################################################################
**************************************************************************/
					
/* -------------------------- DEFAULT SUPERFISH STYLES
*/

#nav {
	z-index: 2000;
	position: absolute;
	margin: 95px 13px 0 0;
	right: 0;
}
.sf-menu,
.sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 12px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* i don't care for ie7's sticky bug much either */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	left:			0;
	top:			55px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* -------------------------- ALBANY SKIN
*/

.sf-menu {
	float: left;
	cursor: pointer;
}
.sf-menu li.topLevel {
	display: inline;
	padding: 0;
	margin: 0;
}
.sf-menu li a span {
	padding: 0 15px 0 15px
}
.sf-menu li.topLevel a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
.sf-menu li.topLevel a {
	background: url(../images/bg_menu.jpg) no-repeat 0% 0%;
}
.sf-menu li.topLevel a:hover, 
.sf-menu li.current a, 
.sf-menu li.sfHover a {
	background-position: 0% 100%;
	color: #FFF;
}
.sf-menu li ul {
	background: #FFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.sf-menu li ul ul {
	background: #FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.sf-menu li li {
	background:	 none;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
.sf-menu li li.last {
	border-bottom: none;
}
.sf-menu li li li {
	background:	none;
}
.sf-menu li li li.last {
	border-bottom: none;
}
.sf-menu li.subLevel a {
	padding: 0 22px 0 22px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
	background: none;
	color: #666;
	background: url(../images/arrow_light_grey.png) no-repeat 12px 50%;
}
.sf-menu li.subLevel a:hover {
	color: #A6B002;
	background: url(../images/arrow_green.png) no-repeat 12px 50%;
}
.sf-menu li li.current a {
	color: #A6B002;
}
.sf-menu li li.sfHover a {
	background: none;
	background: url(../images/arrow_light_grey.png) no-repeat 12px 50%;
}
.sf-menu a, 
.sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}
.sf-menu li li  a, 
.sf-menu li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #666;
}
.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	outline: 0;
	color: #A6B002;
}

/*************************************************************************
##########################################################################
#####                          ###########################################
#####   SLIDING SLIDER THING   ###########################################
#####                          ###########################################
##########################################################################
**************************************************************************/

.anythingSlider {
	width: 970px;
	height: 300px;
	position: relative;
}
.anythingSlider .wrapper {
	width: 970px;
	overflow: auto;
	height: 300px;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 300px;
	width: 970px;
	padding: 0;
	margin: 0;
}
.anythingSlider .arrow {
	z-index: 1500;
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: 13px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: 13px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 300px;
	text-align: center;
}
#thumbNav a {
	color: black;
	font: 11px/18px;
	display: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #e0a213;
}
#start-stop {
	display: none;
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	left: 45px;
	top: 300px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
	background-color: red;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}