#debug 
{
    font-size: 10px;
    position: fixed;
    z-index: 290000;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 10px;
    width: 250px;
    height: 100%;
    overflow: auto;
    color: #000;
    
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.spacer { clear: both; overflow: hidden; height: 0; font-size: 1px; }

.inner 
{
    position: relative;
    margin: auto;
}

.image-text 
{
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.image-text a 
{
    display: block;
    width: 100%;
    height: 100%;
}
.icon-image{
margin-bottom:-3px;
zoom:1;
}



html {height: 100%;}

body {
	background-color: #00535e;
	
	color: #fff;
	position: relative;
	min-height: 100%;
}

body,input,select,textarea  {
    font: normal normal normal 16px/1 Helvetica, Arial, Sans-serif;
}

a,
.green {
	color: #7bbb30;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
#header .menu,
.button {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

p,
ul,
ol {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px;
}

ol,
ul {
	list-style: disc;
	margin: 0 36px 18px;
}

p.extra-large {
	font-size: 40px;
	line-height: 50px;
}

p.large {
	font-size: 20px;
	line-height: 26px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 18px;
}

h3 em {
	font-style: italic;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 18px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 18px;
}

#wrapper {
	height: 100%;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(50% 50% 140deg,#00535E, #00353C);
	background-image: -webkit-gradient(linear, 60% 65%, 40% 35%, from(#00535E), to(#00353C));
}

#utility {
	background-color: #e7eae2;
	color: #00424b;
	font-size: 11px;
}

#utility .inner {
	width: 948px;
	position: relative;
}

#utility .breadcrumbs {
	line-height: 30px;
}

#utility .breadcrumbs a {
	color: #266d76;
}

#utility .breadcrumbs a:hover {	
	color: #00424b;
}

#utility .right .quick-links {
	list-style: none;
	text-transform: lowercase;
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 30px;
}

#utility .right .quick-links li {
	float: left;
	margin-right: 20px;
}

#utility .right .quick-links a {
	color: #00424b;
	text-decoration: none;	
}

#utility .right .quick-links a:hover {
	text-decoration: underline;
}

#utility .right {
	position: absolute;
	right: 0;
	top: 0;
}

#utility .right form {
	float: left;
	margin: 4px 0;
}

#utility .right form fieldset {
	border: solid 1px #cccccc;
	position: relative;
	padding-left: 20px;
	background: #fff url(../img/ui/icons/16/search.png) no-repeat 2px center;
}

#utility .right form input.text {
	margin: 0;
	border: 0;
	float: left;
	width: 160px;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding: 0;
}

#utility .right form input.text:focus {
	outline: none;
}

#utility .right form input.submit {
	float: left;
	margin: -1px -1px -1px 6px;
	padding: 0 4px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	cursor: pointer;
	height: 22px;
	background: url(../img/ui/form/button-back.png) repeat-x 0 0;
	border: solid 1px #c86910;
	
	text-shadow: 0 1px rgba(0, 0, 0, .3);
}

#header {
	background: #fff;
	margin-bottom: 58px;
}

#header .inner {	
	width: 980px;
	height: 108px;
	background: url(../img/header/back.png) repeat-x 0 0;
}

.home #header {
	margin-bottom: 128px;
}

#header #logo {
	background-image: url(../img/header/logo-sub.png);
	width: 169px;
	height: 146px;
}

.home #header #logo {
	background-image: url(../img/header/logo-home.png);
	height: 216px;
}

#header .menu {
	position: absolute;
	margin: 0;
	right: 16px;
	top: 33px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-transform: lowercase;
}

#header .menu li {
	float: left;
	margin-left: 24px;
}

#header .menu a {
	text-decoration: none;
	color: #00535e;
}

#header .menu a:hover {
	color: #00424b;
}

#content {
	margin: auto;
	width: 948px;
	padding-bottom: 246px;
}

#content>.content-main>h2 {
	color: #7bbb30;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

#content .content-main {
	position: relative;
	padding: 42px 0 0;
}
	
#content .content-left {
	position: absolute;
	width: 370px;
	left: 0;
	top: 42px;
}

#content .content-right {
	position: relative;
	padding-left: 390px;
}

.content-images {
}

.person-with-image {
	position: relative;
	filter:inherit;
	/*padding-right: 160px;*/
}

.person-with-image .content-images img {
	display: block;
}

.person-with-image .content-images {
	float: left;
	margin: 0 18px 12px 0;
}

#footer {
	background-color: #e7eae2;
	color: #575954;
	position: absolute;
	overflow: auto;
	width: 100%;
	left: 0;
	bottom: 0;
}

#footer a {
	color: #575954;
	text-decoration: none;
}

#footer a:hover {
	color: #265a61;
	text-decoration: underline;
}

#footer .inner {
	width: 948px;
	padding: 30px 0;
}

#footer h6 {
	color: #00424b;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 6px;
}

#footer strong {
	color: #265a61;
}

#footer p,
#footer ul {
	font-size: 11px;
	line-height: 16px;
	margin: 6px 0 0;
}

#footer ul {
	list-style: none;
}

#footer .quick-links,
#footer .address,
#footer .call,
#footer .email,
#footer .social {
	float: left;
}

#footer .quick-links {
	width: 270px;
}

#footer .address,
#footer .call,
#footer .email {
	width: 200px;
}

#footer .social {
	width: 78px;
}

#headlines {
	position: relative;
}

#headlines .inner {
	padding: 20px;
	background-color: #fff;
}

#headlines .heading {
	font-size: 20px;
	line-height: 40px;
	height: 30px;
	color: #7bbb30;
	background-color: #fff;
	padding: 0 20px;
	display: inline-block;
}

.article-list .article {
	margin: 0 0 18px;
}

.content-right .article-list .article {
	padding-bottom: 18px;
	border-bottom: 1px solid #194e55;
	border-color: rgba(255, 255, 255, .1);
}

#headlines .article-list .article a {
	text-decoration: none;
	color: #00535e;
}

#headlines .article-list .article a:hover {
	text-decoration: underline;
}

.content-right .article-list .article .meta {
	margin-bottom: 6px;
}

.article-list .article .title {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#headlines .article-list .article .title {	
	font-size: 12px;
	line-height: 16px;
}

#headlines .article-list .article .title a {
	color: #00535e;
}

.article-list p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.article-list .article .date,
.article-list .article .meta .pub {
	color: #aaa;
	color: rgba(255, 255, 255, .5);
}

.article .date,
#headlines .article-list .article .date {
	color: #7bbb30;
}

.button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	background-color: #00535e;
	text-decoration: none;
	padding: 4px 10px;
}

.button-align-right {
	text-align: right;
}

a.button:hover,
a:hover .button {
	background-color: #7bbb30;
}

.button-plus {
	background-image: url(../img/ui/plus.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 26px;
}

.button-play {
	background-image: url(../img/ui/play.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 24px;
}

.scroll-list-container {
	margin: 0 0 20px;
	padding: 20px;
	border-left: 2px solid #7bbb30;
	border-top: 2px solid #7bbb30;
	background: url(../img/ui/scroll-container-back.png) no-repeat right top;
}

.scroll-list-container .group {
	margin: 0 0 18px;
}

.scroll-list-container .group:last-child {
	margin-bottom: 0;
}

.scroll-list-container .group .heading {
	color: #7bbb30;
	font-size: 16px;
	line-height: 18px;
}

.scroll-list-container .inner {
}

.scroll-list-container ul {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	list-style: none;
}

.scroll-list-container ul a {
	color: #fff;
	text-decoration: none;
}

.scroll-list-container ul li {
	position: relative;
}

.scroll-list-container ul a .indent {
	position: absolute;
	height: 18px;
	width: 0;
	left: 0;
	top: 0;
	background: url(../img/ui/scroll-container-indent.png) repeat-x right center;
}

.scroll-list-container ul li.active {
	padding-left: 20px;
}

.scroll-list-container ul li.active .indent {
	width: 20px;
}

.scroll-list-container ul li.active a,
.scroll-list-container ul a.hover,
.scroll-list-container ul a:hover {
	color: #7bbb30;
}

.scroll-list-container ul li.loading a {
	padding-right: 24px;
	background: url(../img/ui/ajax.gif) no-repeat right center;
}

.drop-down-list {
	position: relative;
	z-index: 1000;
	cursor: pointer;
	padding-right: 26px;
	background: url(../img/ui/drop-arrow.png) no-repeat right 0;
}

.drop-down-list>.item.selected {
	border: solid 1px #cccccc;
	position: relative;
	background-color: #fff;
}

.drop-down-list .items {
	border: solid 1px #cccccc;
	border-top-width: 0;
	margin-top: -1px;
	position: relative;
	background-color: #fff;
}

.drop-down-list .item a {
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	padding: 0 12px;
	color: #767573;
	white-space: nowrap;
}

.drop-down-list .items .selected a,
.drop-down-list .items a:hover {
	color: #7bbb30;
}

.filter-container {
	position: relative;
	height: 22px;
	margin: -42px 0 20px;
}

.filter-container .filter {
	position: absolute;
	right: 0;
	top: 0;
}

.wp-pagenavi {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 18px;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink {
	padding: 0 4px;
}

.location-container {
	width: 530px;
	margin: -20px 0 20px -20px;
	zoom: 1;
	overflow: auto;
}

.location-container .item {
	width: 205px;
	height: 395px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 20px 0 0 20px;
	padding: 20px;
	float: left;
}

.location-container .item .details {
	background-color: #00424b;
	padding: 20px;
}

.location-container .item .details .title {
	font-size: 20px;
	margin: 0 0 6px;
}

.location-container .item .details .address-phone {
	font-size: 14px;
	line-height: 18px;
}

.location-container .item .details .address-phone strong {
	color: #7bbb30;
}

.location-container .los-angeles {
	background-image: url(../img/content/contact-us/los-angeles.jpg);
}

.location-container .san-francisco {
	background-image: url(../img/content/contact-us/san-francisco.jpg);
}

.content-home {
	position: relative;
	height: 540px;
}

.content-home .images {
	position: absolute;
	left: 0;
	top: -108px;
	height: 648px;
	width: 948px;
}

.content-home .images .nav {
	position: absolute;
	right: 0;
	top: 0;
}

.content-home .images .nav a {
	float: left;
	width: 17px;
	height: 17px;
	background: url(../img/ui/home-dots.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-left: 10px;
}

.content-home .images .nav a:hover,
.content-home .images .nav a.active {
	background-position: -17px 0;
}

.content-home .images .item {
	position: absolute;
	overflow: hidden;
	height: 648px;
	width: 948px;
}

.content-home .images .item:not(:first-child) {
	display: none;
}

.content-home .images .item .image-container {
	position: absolute;
	left: 0;
	top: 0;
}

.content-home .images .item img {
	display: block;
}

.content-home .images .item .details {
	width: 248px;
	padding: 20px;
	position: absolute;
	right: 60px;
	bottom: 60px;
	background-color: #7bbb30;
}

.content-home .images .item .details .title {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 6px;
	text-decoration: none;
}

.content-home .images .item .details .title,
.content-home .images .item .details .title a {
	color: #004f5a;
	text-decoration: none;
}

.content-home .images .item .details .title a:hover {
	text-decoration: underline;
}

.content-home .images .item .details .button-align-right {
	margin: 12px 0 0;
}

.content-home .images .item .details a.button:hover {
	background-color: #00262b;
}

.content-home .images .item .details p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
}

#content .content-home .content-left {
	bottom: 0;
	left: 0;
	top: auto;
	z-index: 1000;
}

#content .content-home .content-intro {
	width: 370px;
	position: relative;
	z-index: 1000;
}

#content .content-home .content-intro h2 {
	font-size: 52px;
	margin: 0 0 6px;
	color: #7bbb30;
}

#content .content-home .content-intro p {
	font-size: 16px;
	line-height: 20px;
}

div.hoverscroll div.listcontainer {
	overflow: hidden;
	position: relative;
}

.search-results .result {
	margin: 0 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #194e55;
	border-color: rgba(255, 255, 255, .1);
}

.search-results .result .title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 6px;
}

.search-results .result p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
}

.gallery {
	margin: -20px 0 20px -20px;
	zoom: 1;
}

.gallery .item {
	float: left;
	margin: 20px 0 0 20px;
	position: relative;
	width: 269px;
	height: 151px;
	filter: inherit;
}

.gallery .item a {
	display: block;
	text-decoration: none;
}

.gallery .item .button {
	display: none;
	position: absolute;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}

.gallery .item a:hover .button {
	display: block;
}

.gallery .item img {
	display: block;
	width: 269px;
	height: 151px;
}

.hspacer {
	height: 1px;
	margin: 18px 0;
	background-color: 1px solid #194e55;
	background-color: rgba(255, 255, 255, .1);
}

#trackalyze {
	position: absolute;
	left: -9999px;
	top: -9999px;
}