/*
	=========================================================
	Master CSS Reset
	Author: Mark C. Garity
	=========================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }em {
	font-style: italic;	
}
strong {
	font-weight: bold;	
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 6px 0 30px 30px;
	display: inline;
}
img.alignleft {
	margin: 6px 30px 30px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

/* Begin Caption */
.wp-caption {
		padding: 5px;
		font: 12px/18px Arial, Helvetica, sans-serif;
}
.wp-caption a {
		border: none!important;	
}
.wp-caption.alignright {
		margin-left: 20px;	
}
/* End Caption *.

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
hr {
	display: none;
}
a img {
	border: none;
}

/* End Various Tags & Classes*//*
	===========================================================
	Master CSS Document
	Author: Foxtie, http://www.foxtie.com
	===========================================================
	Description: Primary CSS rules for screen rendering.
	===========================================================
*/

/* Begin Typography */
@font-face {
	font-family: 'HelveticaNeueLTStd77BoldCond';
	src: url('../fonts/helveticaneueltstd-bdcn_0-webfont.eot');
	src: local('☺'), url('../fonts/helveticaneueltstd-bdcn_0-webfont.woff') format('woff'), url('../fonts/helveticaneueltstd-bdcn_0-webfont.ttf') format('truetype'), url('../fonts/helveticaneueltstd-bdcn_0-webfont.svg#webfontYBqhUifw') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BotonBold';
	src: url('../fonts/boton_medium-webfont.eot');
	src: local('☺'), url('../fonts/boton_medium-webfont.woff') format('woff'), url('../fonts/boton_medium-webfont.ttf') format('truetype'), url('../fonts/boton_medium-webfont.svg#webfontJspesfGm') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font: 14px/28px Helvetica, Arial, sans-serif;
	color: #333;
	background: #130f0c;
	letter-spacing: normal;
}
.blog #content p a, .single #content p a {
	color: #52331e;
	position: relative;
	padding: 0;
	border-bottom: 1px dashed #a17d65;
	text-decoration: none;
}
	.blog #content p a:hover, .single #content p a:hover {
		color: #2a1609;
		border-bottom: 1px solid #52331e;
	}
p {
	margin-bottom: 10px;	
}
.bold {
	font-weight:bold;	
}
h1 {
	font-size:31px;	
	margin:0 0 10px 0;
	font: 31px "BotonBold";
	font-weight: normal;
}
h2{
	margin:0 0 10px 0;
	font: 35px "BotonBold";
}
	h2 a {
		color: #000000;
		text-decoration: none;	
	}
h3 {
	margin:0 0 10px 0;	
	font: 22px "HelveticaNeueLTStd77BoldCond";
	font-weight: normal;
}
	h3 a {
		color: #523e30;
		text-decoration: none;
	}
	span.author-date {
		font: 16px "HelveticaNeueLTStd77BoldCond";
		color: #b79e8d;
		text-transform: uppercase;	
		margin: -10px 0 10px 0;
		display: block;
		letter-spacing: 0.2px;
	}

	.blog .small-post {
		float: left;
		width: 460px;
		margin: 0 20px 0 0;	
	}
	.addtoany_list {
		margin: -20px 0 20px -10px;	
	}
h4, h5, h6 {
	font-family: "HelveticaNeueLTStd77BoldCond";	
}
hr {
	width:100%;
	height:2px;
	display:block;
	background:url(../img/hr.gif) repeat-x;	
	padding:0;
	border:none;
	margin:28px 0 18px 0;
	clear:both;
}
.left {
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
br.clear{
	display: block;
	height: 1px;
	width: 100%;
	clear:both;	
}
.border {
	border:#e9e1d3 5px solid;	
}
#content ul {
	margin:0 0 0 0px;	
}

ul.ul-margin {
	display:block;
	margin: 0 0 15px 15px!important;
	float:left;
}

.roundbtn {
	position:relative;
	height:25px;
	line-height:25px;
	background:#e7e0da;
	border:	#b8b0a5 1px solid;
	padding:5px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8e8575;
	font-size:12px;	
	text-decoration:none;
	margin:0 0 0 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.roundbtn:hover {
	color:#fff;
	background:#896549;	
	border:	#3a2415 1px solid;
}

.roundbtn canvas,.roundbtn span {
	margin:0;
	padding:0;
}
.client-login-brown {
	display:block;
	width:117px;
	height:20px;
	line-height:28px;
	padding:7px 5px;
	background:url(../img/client-login-brown.gif) no-repeat;
	text-align:center;
	text-decoration:none;
	color: #000!important;
	font: 16px "HelveticaNeueLTStd77BoldCond";
}
.client-login-brown:hover {
	background-position:0 -34px;
	color:#333!important;
}
.client-login-white {
	display:block;
	width:116px;
	height:20px;
	padding:10px 8px;
	background: url(../img/client-btn-white.gif) no-repeat;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	color: #000;
	font: 16px "HelveticaNeueLTStd77BoldCond";
}
body.home p.btns {
	padding: 0 0 10px 0;
	margin: -8px 0 0 0;
}
body.home p.btns .client-login-white {
	margin: 5px 6px 0 0;	
}
	body.home a#post-thumbnail-outer {
		width: 175px;
		height: 175px;
		display: block;
		overflow: hidden;
		float: left;
		border: 4px solid #e9e1d3;
		margin: 0 16px 0 0!important;
		position: relative;	
	}
	body.home #post-thumbnail-container {
		background: #FFF;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: table;
		vertical-align: center;
	}
	body.home #post-thumbnail-wrap {
		display: table-cell;
		vertical-align: center;
		width: 100%;
		height: 100%;
	}
	body.home img#post-thumbnail {
		vertic	
	}
.client-login-white:hover {
	background-position:0 -40px;
}
canvas {
	margin:0;
	padding:0;	
}

/* End Typography */




/*Website Structure */
#header {
	position:relative;
	width:100%;
	text-align:center;
	background: url(../img/header-nav-bkg.jpg) top repeat-x;
}

.menu-cotlow-menu-container {
	position:relative;
	width:100%;
	height:90px;
	margin:0 auto;
	overflow: visible;
	background: url(../img/header-nav-middle.jpg) top center no-repeat;

}

#logo {
	position:absolute;
	width:348px;
	height:116px;
	background: url(../img/logo.png) top left no-repeat;
	top: 12px;
	left:50%;
	margin:0 0 0 -486px;
	z-index:100;
}
#logo .fader {
	background: url(../img/logo-fader.jpg) top left no-repeat;
	width: 332px;
	height: 100px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.headingArea {
	position:relative;
	margin:0;
	background:#e9e1d3 url(../img/heading-bkg.jpg) repeat-x;
	background-position: 0 -1px;
	height:70px;
	padding:10px 0 0 0;
	border-bottom: 1px solid #fff;
}	

.headingArea h1 {
	position:absolute;
	width:600px;
	margin: 0 -480px 0 0;
	right:50%;
	text-align:right;
	color:#8e7d71;
	font-size:34px;
	padding: 10px 20px 0 0;
}

#main {
	position:relative;
	width:100%;	
	text-align:center;
	background:#f9f1ea;
}

#content {
	position:relative;
	width:960px;
	padding:20px 0 0 0;
	margin:0 auto -20px auto;
	text-align:left;
}

#footer {
	position:relative;
	width:100%;
	height:344px;
	background: url(../img/footer-bkg.jpg) repeat-x #f9f4ea;
	background-position: 0 24px;
	text-align:center;
	bottom:0;
	overflow: hidden;
	padding: 24px 0 0 0;
}

#footer-center{
	position:relative;
	width:960px;
	height:368px;
	margin:0 auto -20px auto;
	text-align:left;
}

#footernav {
	position:relative;
	width:800px;
	top:24px;
	z-index:1;
	
}

#footernav li{
	display:block;
	float:left;
	padding:0 40px 0 0;
	list-style:none;
}

#footernav li a {
	color:#d8a57d;
	text-decoration:none;
	font: 16px "HelveticaNeueLTStd77BoldCond";
}

#footernav li a:hover {
	color:#fff!important;	
}


#footer a#clientlogin {
	position:absolute;
	right:174px;
	top:20px;
	z-index:10;
	
}

#footerInfo {
	position:absolute;
	display:block;
	width: 280px;
	height:205px;
	top:50px;
	z-index:1;
	top: 94px;
	left: 0;
}

#footerInfo li {
	list-style:none;
	display:block;	
	color:#e1b082;
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
}

#footerInfo li.phone {
	margin: 0;
	letter-spacing: -1px;
	margin:0 0 13px 0;
	padding: 0!important;
	height: 38px!important;
	font: 40px "HelveticaNeueLTStd77BoldCond";
	color: #e6ccb7;
}
#footerInfo a {
	color: #e6ccb7; 	
}
#footerTweet {
	position:absolute;
	width:832px;
	height:368px;
	right:-140px;
	top: -24px;
	background:url(../img/footer-img.jpg) no-repeat;	
	z-index:0;
}
#tweet {
	position:absolute;
	width:428px;
	height:100px;
	padding: 5px 10px;
	bottom:130px;
	right:313px;
	z-index:1;
	color:#e1b082;
}
#tweet span {
	font: 17px "HelveticaNeueLTStd77BoldCond";	
	text-transform: uppercase;
}
#tweet a {
	color:#d27f2b;
}
#tweet p {
	font: 14px/17px Helvetica, Arial, sans-serif;	
}
#footer #fine-print {
	height: 20px;
	width: 960px;
	padding: 15px 0;
	position: absolute;
	bottom: 34px;
	left: 0;
}
	#fine-print p {
		font: 14px/24px Helvetica, Arial, sans-serif;
		color: #776758;	
	}
		#fine-print a {
			color: #776758;
			text-decoration: none;	
		}
			#fine-print a:hover {
				border-bottom: 1px dotted #776758;	
			}
div#social-media {
	position: absolute;
	bottom:88px;
	right:320px;
	z-index: 1;
	width: 448px;
}
	a.social {
		display: block;
		width: 30px;
		height: 30px;
		overflow: hidden;
		text-indent: -9999px;
		background: url(../img/social-media.jpg) no-repeat;
		margin-left: 8px;
		float: left;
	}
		a.social-facebook {
			background-position: 0 0;	
		}
			a.social-facebook:hover {
				background-position: 0 -30px;	
			}
		a.social-linkedin {
			background-position: -30px 0;	
		}
			a.social-linkedin:hover {
				background-position: -30px -30px;
			}
		a.social-twitter {
			background-position: -60px 0;	
		}
			a.social-twitter:hover {
				background-position: -60px -30px;	
			}

/* Navigation */
#menu-cotlow-menu {
	position:relative;
	width:621px;
	height:90px;
	left:50%;
	margin:0 0 0 -142px;
	font: 16px "HelveticaNeueLTStd77BoldCond";
}
#menu-cotlow-menu li{
	display:block;
	height:90px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
#menu-cotlow-menu li.menu-item a {
	display: block;
	font: 16px "HelveticaNeueLTStd77BoldCond";
	text-decoration:none;
	color:#fff;
	padding: 60px 0 0 0;
	height: 30px;
}
#menu-cotlow-menu li.menu-item a:hover, li.current_page_item a, li.current-page-ancestor a {
	color:#f69d3e!important;	
}
/*Home*/
#menu-cotlow-menu li#menu-item-23 {
	width:67px;	
}
/*Services*/
#menu-cotlow-menu li#menu-item-22 {
	width:98px;
}
/*Showcase*/
#menu-cotlow-menu li#menu-item-21 {
	width:106px;
}
/*Properties*/
#menu-cotlow-menu li#menu-item-20 {
	width:109px;
}
/*Blog*/
#menu-cotlow-menu li#menu-item-19 {
	width:71px;
}
/*About*/
#menu-cotlow-menu li#menu-item-24{
	width:80px;
}
/*Contact*/
#menu-cotlow-menu li#menu-item-18{
	width:90px;	
}

/* cotlowTator */
#cotlowTator {
	position:relative;
	width:100%;
	height:284px;
	overflow: hidden;
}
#cotlowTatorNav {
	width: 163px;
	height: 22px;
	position: absolute;
	z-index: 15;
	top: 354px;
	right: 50%;
	margin-right: -480px;	
}
	#cotlowTatorNav .previousTator {
		background: url(../img/home-rotator-nav.png) top left no-repeat;
		width: 81px;
		height: 22px;
		float: left;
		clear: none;
		display: block;
	}
		#cotlowTatorNav .previousTator:hover {
			background: url(../img/home-rotator-nav.png) bottom left no-repeat;
		}
	#cotlowTatorNav .nextTator {
		background: url(../img/home-rotator-nav.png) top right no-repeat;
		width: 82px;
		height: 22px;
		float: left;
		clear: none;
		display: block;
	}
		#cotlowTatorNav .nextTator:hover {
			background: url(../img/home-rotator-nav.png) bottom right no-repeat;
		}
#cotlowTator li {
	width:100%;
	height:284px;	
	text-align:center;
	display:none;
}

#cotlowTator li div.contentTot {
	width: 958px;
	height: 284px;
	margin: 0 auto;
	position: relative;
}
	.contentTot a {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		height: 32px;
		position: absolute;	
	}
#tator-1{
	display:block!important;
	background: url(../img/slide-01-bg.jpg) top center repeat-x;
}
	#tator-1 div.contentTot {
		background: url(../img/slide-01-center.jpg) center no-repeat;
	}
		#tator-1 p {
			display: block;
			position: absolute;
			left: 50%;
			top: 128px;
			margin-left: -460px;
			text-align: left;
			width: 400px;
			height: 40px;
			color: #FFF;
		}
		#tator-1 a {
			background: url(../img/slide-01-btn.jpg) top left no-repeat;
			width: 284px;
			top: 197px;
			left: 19px;
		}
			#tator-1 a:hover {
				background-position: bottom left;	
			}
	
#tator-2{
	display:block!important;
	background: url(../img/slide-02-bg.jpg) top center repeat-x;
}
	#tator-2 div.contentTot {
		background: url(../img/slide-02-center.jpg) center no-repeat;
	}
		#tator-2 a {
			background: url(../img/slide-02-btn.jpg) top left no-repeat;
			width: 204px;
			top: 197px;
			left: 19px;
		}
			#tator-2 a:hover {
				background-position: bottom left;	
			}
			
#tator-3{
	display:block!important;
	background: url(../img/slide-02-bg.jpg) top center repeat-x;
}
	#tator-3 div.contentTot {
		background: url(../img/slide-02-center.jpg) center no-repeat;
	}
		#tator-3 a {
			background: url(../img/slide-02-btn.jpg) top left no-repeat;
			width: 204px;
			top: 197px;
			left: 19px;
		}
			#tator-3 a:hover {
				background-position: bottom left;	
			}

/* Home Page Styles */
.brownbar {
	display:block;
	width:950px;
	padding:1px 5px 5px 5px;
	height:224px;
	background:url(../img/home-brownbar-expanded.jpg) no-repeat;
	margin:0!important;
	clear:both;
}

.brownbar li {
	display:block;
	width:290px;
	height:135px;
	padding:0 5px 5px 5px;
	float:left;
	list-style:none;
	margin:7px 8px;
	color:#e3d4cb;
}

.brownbar li img {
	float:left;	
	margin:2px 6px 0 0;
}
h2.home-prc {
	margin-bottom: 0!important;	
}
.brownbar li h3 {
	color:#e0b082;	
	margin: 5px 0 2px 0;
	font-size: 22px;
}
	.brownbar li h3 a {
		color:#e0b082;	
		margin: 5px 0 2px 0;
		font-size: 22px;
		text-decoration: none;
	}
		.brownbar li h3 a:hover {
		color:#f8b024;	
		margin: 5px 0 2px 0;
		font-size: 22px;
		text-decoration: none;
		border-bottom: 1px dashed #886221;
	}	
.recentBlogPic{
	float:left;
	margin:2px 10px 18px 0;	
}

.shareme {
	width:170px;
	float:right;
	margin:0 0 0 10px;	
}
div#home-prc {
	position: relative;	
}
#home-prc p {
	width: 630px;	
}
.home-maptv {
	position: absolute;
	top: -33px;
	right: 0;
}
/* Services */
.service-img {
	width:232px;
	float:left;
	margin:0 20px 25px 0;	
}

/* Contact */
.contact-left {
	width:640px;
	float:left;
	margin:0 15px 0 0;
}
.contact-right {
	width:280px;
	float:right;
	margin:0;
		
}

.phone-contact {
	font-size:45px;
	color:#8e7d71;	
	font: 40px "HelveticaNeueLTStd77BoldCond";
}

#SGM {width:270px; height:233px;border:#e9e1d3 5px solid;}
#SGM .infoWindow {line-height:13px; font-size:10px;}
#SGM input {margin:4px 4px 0 0; font-size:10px;}
#SGM input.text {border:solid 1px #ccc; background-color:#fff; padding:2px;}
#content ul {
	margin: 0 0 10px 0;	
}
.page-id-6 hr {
	margin: 20px 0 20px 0;
}
#content ul {
	margin-left: 20px;	
}
.sendbutton:hover {
	cursor: pointer;	
}
.cform label {
	font: 22px "HelveticaNeueLTStd77BoldCond";
	color: #3a2415;
}
.myListings h2 {
	display: none;
}
.myListings h4 {
	background: #e9e1d3!important;	
	font: 16px "HelveticaNeueLTStd77BoldCond"!important;
	color: #8e7d71!important;
	border-bottom: 1px solid #cdc0a9!important;
}
.myListings .getWidget {
	display: none;	
}
.latest-article .alignleft {
	margin: 0 20px 10px 0!important;	
}
.big-post {
	border-bottom: 1px solid #cdc0a9!important;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.author-date a {
	color: 	#3a2415;
}
a.btn-animal-cta {
	display: block;
	background: url(../img/animal-cta-btn.jpg) top left;
	width: 220px;
	height: 199px;
	overflow: hidden;
	text-indent: -9999px;
}
	a.btn-animal-cta:hover {
		background-position: 0 -199px;
	}
div.gallery {
	float: left!important;
	padding: 0!important;
	margin: -2px 2px 0 0!important;
}
dl.gallery-item {
	width: 90px!important;
	height: 90px!important;
	float: left;	
	margin: 0 20px 2px 0;
}
dt.gallery-icon {
	width: 90px!important;
	height: 90px!important;
}
dt.gallery-icon a img {
	border: 4px solid #e9e1d3!important;	
	display: block;
	width: 90px;
	height: 90px;
}
.small-post #post-thumbnail-outer {
	margin: 5px 16px 0 0!important;	
	border: 4px solid #e9e1d3;
	background: #FFF;
	float: left;
	overflow: hidden;
	height: 90px;
	width: 90px;
}
.small-post #post-thumbnail-outer img {
	margin: 0!important;
}
.small-post h3 {
	overflow: hidden;	
	height: 28px;
}
.big-post .alignleft {
	border: 4px solid #e9e1d3;
	margin: 8px 16px 4px 0!important;
}
.single .alignleft {
	margin-top: 2px!important;	
}

/* Begin NextGen Gallery Customizations */
.ngg-album-compact {
	margin-top: 22px;	
}
	.ngg-album-link {
		position: relative;
		float: left;
		width: 284px;
		height: 160px;	
		margin: 0 36px 36px 0;
	}
		.ngg-album-link a.showcase-link {
			display: block;
			background: url(../img/showcase-gallery-down.png) top left no-repeat;
			width: 162px;
			height: 50px;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
			padding: 118px 108px 0 14px;
			overflow: hidden;
			color: #FFF;
			font: 15px/45px "HelveticaNeueLTStd77BoldCond"!important;
			text-decoration: none;
		}
			.ngg-album-link a.showcase-link:hover {
			display: block;
			background: url(../img/showcase-gallery-hover.png) top left no-repeat;
			color: #ffbe4a;
		}
		.ngg-album-link img {
			position: absolute;
			top: 0;
			left: 0;
			height: 160px;
			width: 284px;	
		}
#ngg-gallery-thumbnails {
	width: 300px;
	float: left;
	clear: none;	
}
	div.ngg-gallery-thumbnail {
		width: 56px;
		height: 56px;
		position: relative;
		float: left;
		clear: none;
		margin: 0 4px 4px 0;
		overflow: hidden;
		text-align: center;
	}
		.ngg-gallery-thumbnail a {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			z-index: 10;
			width: 56px;
			height: 56px;
			background: url(../img/showcase-squarethumb.png) top left no-repeat;	
		}
			.ngg-gallery-thumbnail a:hover {
				background: url(../img/showcase-squarethumb_hover.png) top left no-repeat;	
			}
		.ngg-gallery-thumbnail img {
			margin: 0 auto;	
		}
		.ngg-galleryoverview #showcase-photo {
			width: 590px;
			border: 5px solid #e9e1d3;
			float: right;	
			margin: 0 0 0 30px;
		}
		.ngg-galleryoverview a.roundbtn {
			clear: left;
			float: left;	
			margin: 15px 0 0 0;
			padding-top: 0!important;
			padding-bottom: 0!important;
		}
		.ngg-galleryoverview h1 {
			margin: 0 0 17px 0;	
		}
/* End NextGen */
/* Begin How We Do Business */
ul#how-we-buttons {
	display: block;
	margin: 0;
	padding: 0;
	width: 237px;
	float: left;
	margin: 0 20px 0 0;
}
	#how-we-buttons li {
		margin: 0 0 20px 0;
		display: block;
		width: 237px;
		height: 62px;	
	}
		#how-we-buttons a {
			display: block;
			width: 237px;
			height: 62px;
			background: url(../img/how-we-do-business.jpg) no-repeat;
			overflow: hidden;
			text-indent: -9999px;
		}
		#how-we-buttons li.listen a {
			background-position: -238px 0;
		}
			#how-we-buttons li.listen a:hover, #how-we-buttons li.listen a.active {
				background-position: 0 0;
			}
		#how-we-buttons li.performance a {
			background-position: -238px -82px;
		}
			#how-we-buttons li.performance a:hover, #how-we-buttons li.performance a.active {
				background-position: 0 -82px;
			}
		#how-we-buttons li.alert a {
			background-position: -238px -164px;
		}
			#how-we-buttons li.alert a:hover, #how-we-buttons li.alert a.active {
				background-position: 0 -164px;
			}
		#how-we-buttons li.perspective a {
			background-position: -238px -246px;
		}
			#how-we-buttons li.perspective a:hover, #how-we-buttons li.perspective a.active {
				background-position: 0 -246px;
			}
		#how-we-buttons li.courage a {
			background-position: -238px -328px;
		}
			#how-we-buttons li.courage a:hover, #how-we-buttons li.courage a.active {
				background-position: 0 -328px;
			}
div#how-we-image {
	width: 332px;
	height: 390px;
	float: left;
	clear: none;
	margin: 0 20px 0 0;	
}
div#how-we-text {
	float: left;
	clear: none;
	width:	330px;
}
/* End How We Do Business *//*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

