@font-face{
	font-family: 'Stafford';
	src: url('/_ui/fonts/bp19275.eot');
	src: url('/_ui/fonts/bp19275.eot?#iefix') format('embedded-opentype'),
		url('/_ui/fonts/bp19275.svg') format('svg'),
		url('/_ui/fonts/bp19275.woff') format('woff'),
		url('/_ui/fonts/bp19275.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Staffordmedium';
	src: url('/_ui/fonts/bp19274.eot');
	src: url('/_ui/fonts/bp19274.eot?#iefix') format('embedded-opentype'),
		url('/_ui/fonts/bp19274.svg') format('svg'),
		url('/_ui/fonts/bp19274.woff') format('woff'),
		url('/_ui/fonts/bp19274.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CactusMedium';
	src: url('/_ui/fonts/cactusmedium.eot');
	src: url('/_ui/fonts/cactusmedium.eot?#iefix') format('embedded-opentype'),
			 url('/_ui/fonts/cactusmedium.woff') format('woff'),
			 url('/_ui/fonts/cactusmedium.ttf') format('truetype'),
			 url('/_ui/fonts/cactusmedium.svg#cactusmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/_ui/fonts/league_gothic-webfont.eot');
	src: url('/_ui/fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/_ui/fonts/league_gothic-webfont.woff') format('woff'),
		url('/_ui/fonts/league_gothic-webfont.ttf') format('truetype'),
		url('/_ui/fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{font-size: 100.01%;}
html {
	font-size: 62.5%;
	background: #4D5348 url(/_ui/images/grass.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	margin:0;
	color:#000;
	font:1.2em/1.25em Arial, Helvetica, sans-serif;
	min-width:960px;
	
}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure { margin:0; padding:0; }
img{border-style:none;}
a{
	text-decoration:none;
	color: #b69f54;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.w1{
	margin:0 auto;
	width:960px;
}
.w2{
	margin:0 -40px;
	box-shadow:0 0 10px 4px rgba(237, 237, 237, 0.9);
}
#header{
	margin:0px;
	padding:10px 40px 0 40px;
	overflow:hidden;
	background:#fff;
	border:solid #bfc0ab;
	border-width:0 0 11px;
	/* position: relative; */
}
.block{
	width:240px;
	float:left;
}
.logo{
	margin: 0;
	background: url(/_ui/images/logo.png) no-repeat 40px -3px;
	width: 348px;
	height: 132px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.logo a{
	display:block;
	height:100%;
}
.login{
	margin:0 0 -9999px;
	padding:16px 4px 9999px;
	text-align:center;
	overflow:hidden;
	background:#bfc0ab;
	color:#fff;
	text-transform:uppercase;
	display: none;
}
.login a{color:#fff;}
.header-box{
	margin:9px 0 24px 0;
	float:right;
	position: relative;
}
.form{
	margin:0 0 0 28px;
	float:right;
}
.form input[type="search"],
.form input[type="text"]{
	-webkit-appearance:none;
	background:#fff;
	width:108px;
	min-height:13px;
	border:solid #f3f3f3;
	border-width:1px 2px 1px 1px;
	padding:13px 10px 11px 14px;
	margin:0;
	color:#858585;
	float:left;
	font:11px/13px Arial, Helvetica, sans-serif;
}
.form input[type="search"]:focus{outline:none;}
.form input[type="search"]::-webkit-search-cancel-button{
	-webkit-appearance: none;
	width:0;
	height:0;
	background:none;
}
::-webkit-input-placeholder{color:#858585;}
::-moz-placeholder{
	color:#858585;
	opacity:1;
}
:-moz-placeholder{color:#858585;}
.form input[type="submit"]{
	background:url(/_ui/images/bg-sprite.png) no-repeat -88px -89px;
	width:40px;
	height:40px;
	color:#fff;
	border:solid #f3f3f3;
	border-width:1px;
	margin:0 0 0 7px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	font:10px/13px  Arial, Helvetica, sans-serif;
}
.telephone{
	padding:11px 38px 6px 23px;
	float:right;
	color:#c0c1ab;
	font-size:1.5em;
	line-height:1.167em;
	border:solid #f3f3f3;
	border-width:1px 2px 1px 1px;
	margin: 0 110px 0 0;
}
#nav{
	margin:0;
	float:right;
	font:18px/21px Arial, sans-serif;
	clear:right;
	text-transform:none;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#nav ul li{
	padding:0 1px 0 0;
	float:left;
	background:url(/_ui/images/bg-nav.png) no-repeat 100% 3px;
}
#nav ul li.for-home a {
    background: url(/_ui/images/home.png) no-repeat 0 15px;
    color: #AA9648;
}
#nav a{
	padding: 20px 36px 19px;
	display:block;
	color: rgb(134, 134, 134);
	position:relative;
	font-family: LeagueGothicRegular, arial;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
}
#nav a.has-subs:after{
	content:"";
	position:absolute;
	bottom:9px;
	left:50%;
	width:8px;
	height:4px;
	background:url(/_ui/images/bg-sprite.png) no-repeat -175px 0;
}
#nav a:hover,
#nav .active a{
	margin:0 -1px 0 -1px;
	padding:20px 37px 19px 37px;
	text-decoration:none;
	background:#fffc33;
}
#nav .active ul li a {
    background-color: #fff;
}
#nav .active ul li:hover a {
    background-color: #fffc33;
}
#main{
	padding:0 40px;
	background: transparent url(/_ui/images/90.png);
	border:solid #749c92;
	border-width:4px 0 0;
	position:relative;
	overflow:hidden;
}
.gallery {
	position:relative;
	z-index:20;
}
.gallery:after{
	clear:both;
	content:"";
	display:block;
}
.gallery img{vertical-align:top;}
.description{
	position:absolute;
	padding:33px 0 17px 33px;
	top:42px;
	right:-20px;
	width:387px;
	background:#fffc33 url(/_ui/images/bg-description.png) no-repeat 100% 50%;
	background:rgba(255,252,51,0.87) url(/_ui/images/bg-description.png) no-repeat 100% 50%;
}
.description h1{
	margin:0 0 5px 0;
	color:#ae8f23;
	font-size:2.5em;
	line-height:1.1em;
	font-weight:normal;
	font-family: Stafford;
}
.description p{
	margin:0 0 18px 2px;
	color:#476176;
	font-size:1.333em;
	line-height:1.187em;
}
.description a{
	margin:0 0 0 4px;
	padding:0 11px 0 0;
	color:#ad8e2f;
	font-weight:bold;
	background:url(/_ui/images/bg-sprite.png) no-repeat 100% -135px;
	text-transform:none;
}
.pagination{
	margin:0;
	padding:0;
	right:29px;
	bottom:30px;
	position:absolute;
	list-style:none;
	text-align:center;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	z-index: 999;
}
.pagination li:hover,
.pagination .active{background:url(/_ui/images/bg-sprite.png) no-repeat 0 -97px;}
.pagination li a:hover{text-decoration:none;}
.pagination li{
	margin:0 0 0 9px;
	padding:3px 1px 0 0;
	float:left;
	background:url(/_ui/images/bg-sprite.png) no-repeat -49px -97px;
	width:20px;
	height:17px;
}
.pagination li a{
	color:#749d93;
	display:block;
	line-height: 15px;
}
#twocolumns{
	padding:40px 0 37px;
	overflow:hidden;
	border:solid #e3e3e3;
	border-width:0 0 1px;
}
#content{
	float:right;
	width:680px;
}
.content{
	margin:-272px 0 0;
	padding:27px 0 0 0;
	float:right;
	width:680px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	position:relative;
	z-index:60;
}
.description-block{padding:0 23px;}
.description-block h1{
	margin:0 0 13px 2px;
	font-size:2.500em;
	line-height:1.2em;
	font-weight:normal;
	color:#ae8f23;
	text-transform:none;
}
.description-block p{
	margin:0;
	font-size:1.167em;
	line-height:1.5em;
}
.content-holder{overflow:hidden;}
.content-holder article{
	margin:0 0 0 40px;
	padding:0 0 37px;
	float:left;
	width:200px;
	border:solid #749c92;
	border-width:0 0 4px 0;
	position:relative;
}
.content-holder article:after{
	content:"";
	position:absolute;
	bottom:2px;
	left:0;
	width:200px;
	height:11px;
	background:#bfc0ab;
}
.content-holder article:first-child{margin:0;}
.content-holder article img{
	margin:0 0 25px 0;
	vertical-align:top;
}
.content-holder h1{
	margin:0 0 13px 0;
	font-size: 21px;
	line-height:1.136em;
	color:#c0c1ab;
	text-transform:none;
	letter-spacing: 1px;
	font-family: LeagueGothicRegular;
	font-weight: normal;
}
.content-holder p{
	margin:0 0 13px 0;
	color:#292929;
	line-height:1.5em;
}
.content-holder a{
	margin:0 0 0 1px;
	padding:0 24px 0 0 ;
	color:#749d93;
	font-weight:bold;
	font-size:0.917em;
	position:relative;
	z-index:100;
	background: url(/_ui/images/bg-sprite.png) no-repeat 100% -132px;
}
.item-box{padding:0 11px;}
.aside{
	padding: 34px 0 0 0;
	float:left;
	width:210px;
	background: url(/_ui/images/bg-title.png) repeat-x 0 0%;
}
.aside h1{
	margin:0;
	padding: 0 0 25px 20px;
	color:#749d93;
	font:normal 1.833em/1.154em Arial, Helvetica, sans-serif;
	/*background: url(/_ui/images/arrow.png) no-repeat 85% 18%;*/
	text-transform:none;
	letter-spacing:-1px;
	font-family: LeagueGothicRegular, arial;
	font-size: 29px;
	letter-spacing: 1px;
	/*cursor: pointer;*/
}

.has-dd
{
	background: url(/_ui/images/arrow-down.png) no-repeat 85% 12px;
	padding: 0!important;
	margin: 20px 0!important;
	background-size: 12px;
}
.dotted-line
{
	background: url(/_ui/images/bg-title.png) repeat-x 0 0%;
	height:4px;
}
.nav-aside ul{
	margin:0;
	padding:41px 0 0 20px;
	list-style:none;
	overflow:hidden;
}
.nav-aside ul li{margin:0 0 47px 0;}
.nav-aside time{
	margin:0 0 15px;
	color:#749d93;
	font-size:0.917em;
	display:block;
}
.nav-aside h2{
	margin:0 0 3px 2px;
	color:#ad8e22;
}
.nav-aside h2 a{color:#ad8e22;font-family: Stafford;font-weight: normal;font-size: 14px;}
.nav-aside p{
	margin:0;
	color:#292929;
}
.main-block-services{
	padding:0 0 0px 0;
	border:solid #e3e3e3;
	border-width:0 0 1px 0;
	position:relative;
}
.main-block-services:after{
	clear:both;
	content:"";
	display:block;
}
#main.about{padding:0;}
.images-box{
	margin:0 0 44px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#main.services .images-box{
	margin:0 -20px 0px -40px;
	position:relative;
	z-index:14;
}
#main.services .content{
	margin: 0px -20px 0;
	width:700px;
}
#main.services .content.skinny {
	width: 330px;
	margin-top: -200px;
	min-height: 0;
}
.images-box img{vertical-align:top;}
.description-block{
	padding:26px 38px 25px 22px;
	position:absolute;
	top:93px;
	left:40px;
	width:640px;
	background:#fff;
	background:rgba(255,255,255,0.9);
}
.content-box{overflow:hidden;}
.item-block-box{
	padding:21px 0 0 11px;
	font-size:1.083em;
	line-height:1.384em;
	color:#292929;
}
.content-block article img{vertical-align:top;}
.item-block-box h1{
	margin:0 0 13px;
	font-size: 23px;
	line-height:1.136em;
	color:#c0c1ab;
	text-transform:none;
	letter-spacing: 0;
	font-family: LeagueGothicRegular, arial;
	font-weight: normal;
}
.item-block-box h1 a {
    color: #c0c1ab;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 24px;
    text-decoration: none;
    background: none;
}
.item-block-box p{margin:0 0 12px;}
.item-block-box a{
	margin:0 0 0 1px;
	padding:0 24px 0 0;
	color:#749d93;
	font-weight:bold;
	font-size:0.846em;
	text-transform:none;
	background: url(/_ui/images/bg-sprite.png) no-repeat 100% -131px;
}
.box-description{
	margin:0 0 125px;
	padding:0 40px 0 23px;
	height: 106px;
}
.descriptio-block h1,
.box-description h1{
	margin:0 0 13px 2px;
	font-size:2.500em;
	line-height:1.2em;
	color:#ae8f23;
	font-family: Stafford, times;
	font-weight:normal;
}
.descriptio-block p,
.box-description p{
	margin:0 0 23px;
	font-size:1.167em;
	line-height:1.5em;
	color:#466076;
}
.content-block{overflow:hidden;}
.content-block article{
	margin:0 0 0 40px;
	padding:0 0 33px;
	float:left;
	width:200px;
}
.content-block article:first-child{margin:0;}
.holder-block{
	padding:33px 0 80px;
	overflow:hidden;
	border:solid #749c92;
	border-width:2px 0 0;
}
.holder-block article{
	margin:0 18px 21px 0;
	display:inline-block;
	width:330px;
	overflow:hidden;
}
.holder-block article img{
	margin:0 17px 0 0;
	vertical-align:top;
	float:left;
}
.holder-block article h1{
	margin:4px 0 13px;
	font-size:1.25em;
	line-height:1.2em;
	text-transform:none;
}
.holder-block article h1 a{color:#c0c1ab;font-family: LeagueGothicRegular, arial;font-weight: normal;font-size: 20px;text-decoration: none;}
.holder-block article p{
	margin:0;
	font-size:1.083em;
	line-height:1.384em;
	color:#292929;
}
.descriptio-block h2{
	margin:0;
	float:right;
	color:#ad8e2f;
	text-align:right;
	font-size:1.500em;
	line-height:1.167em;
	font-weight:normal;
}
.sidebar{
	padding:18px 0 41px;
	position:absolute;
	top:0;
	left:0;
	z-index:15;
	width:239px;
	background:#739c92;
	background:rgba(115,156,146,0.95);
	font:1.083em/1.307em Tahoma, Geneva, sans-serif;
}
.sidebar-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sidebar-nav ul li:hover,
.sidebar-nav ul .active{background:#437767;}
.sidebar-nav ul .active{padding:20px 0 12px;}
.sidebar-nav li p{
	margin:0;
	font-family:Staffordmedium, "Times New Roman", Times, serif;
	color:#fff;
}
.sidebar-nav li>div{
	padding:6px 17px 13px;
	display:block;
}
.sidebar-nav li p a{
	color:#fff;
	text-decoration:underline;
}
.sidebar-nav ul li>a{
	color:#fff;
	padding:6px 17px 7px 20px;
	display:block;
}
.sidebar-nav ul a:hover{text-decoration:none;}
.services-holder{
	padding:0 15px 39px 22px;
	color:#465f76;
}
.services-holder h1{
	margin:0 0 13px 2px;
	font-size: 2.500em;
	line-height:1.2em;
	font-weight:normal;
	color: #ae8f23;
	text-transform:none;
	font-family: Stafford, times;
	text-align: center;
}
.services-holder h2{
	margin:0 0 20px 0;
	font:1.333em/1.312em Staffordmedium, "Times New Roman", Times, serif;
	text-transform:none;
}
.services-holder p{
	margin:0 0 21px 0;
	font-size:1.167em;
	line-height:1.5em;
}
.services-holder ul{
	margin:0 0 25px 0;
	padding:0 0 0 5px;
	list-style:none;
	overflow:hidden;
	font-size:1.167em;
	line-height:1.5em;
}
.services-holder ul li{
	margin:0 0 9px;
	padding:0 0 0 21px;
	background:url(/_ui/images/bg-sprite.png) no-repeat 0 -216px;
}
.content>h1{
	margin:0 0 20px;
	color:#79a198;
	font-size:1.167em;
	line-height:1.214em;
	text-transform:none;
}
.main-holder{
	padding:0 0 30px 40px;
	overflow:hidden;
}
.main-block{
	margin:0 20px 0 0;
	padding:0 30px 0 0;
	float:left;
	width:450px;
}
.main-block.for-subs {
	border-top: 4px solid #6b9084;
	width: 916px;
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
}
.main-block h1{
	margin:0 0 31px 0;
	font-size: 29px;
	line-height:1.182em;
	color:#c0c1ab;
	font-family: LeagueGothicRegular, arial;
	text-transform:none;
	font-weight: normal;
	letter-spacing: 1px;
}
.main-block.for-subs .main-box {
	float: left;
	width: 304px;
}
.main-block.for-subs .main-box img {
	margin: 0 10px 0 0;
}
.main-block.for-subs .main-box h2 {
	font-size: 18px;
	margin: 0;
}
.main-box{
	margin:0 0 25px;
	overflow:hidden;
}
.main-box img{
	margin:0 35px 0 0;
	vertical-align:top;
	float:left;
}
.main-box h2{
	margin:0 0 10px 0;
	color:#b0b0b0;
	font:normal 1.500em/1.167em Staffordmedium, "Times New Roman", Times, serif;
}
.main-box h2 a {
    color: #b0b0b0;
    text-decoration: none;
}
.main-box p{
	margin:0;
	font-size:1.083em;
	line-height:1.538em;
	color:#456177;
}
.item{
	overflow:hidden;
	padding:0 40px;
}
.item-holder{
	padding:0 0 34px 0;
	border:solid #e3e3e3;
	border-width:1px 0;
	overflow:hidden;
}
.item-holder .item-block:first-child{
	margin:0;
	padding:39px 20px 0 3px;}
.item-block{
	margin:0 0 0 40px;
	padding:39px 20px 0 0;
	float:left;
	width:437px;
}
.item-block h1{
	margin:0 0 20px 0;
	color:#c0c1ab;
	font-size: 25px;
	line-height:1.5em;
	text-transform:none;
	font-family: LeagueGothicRegular, arial;
	font-weight: normal;
}
.item-block p{
	margin:0 0 18px;
	font-size:1.083em;
	line-height:1.538em;
	color:#456177;
}
.item-news{padding:22px 40px 0 40px;}
.news-form{
	font:1.167em/1.214em Stafford;}
.contact_map {
    float:right;
    clear:both;
}
.mapping {
    background-color: #ffffff;
}
.mapping section p{
    padding-left:300px;
}
.lower_page{
    /* background-color:#ffffff; */
    padding: 45px;
    float:left;
    width:950px;
    font-family: Arial, Helvetica, sans-serif;
    color:#465F76;
    font-size: 1.2em;

    background: transparent url(/_ui/images/90.png);
}
#footer{
	padding:34px 40px 115px 163px;
	background:#fff url(/_ui/images/img5.png) no-repeat 53px 56px;
	border:solid #445350;
	border-width:0 0 42px;
}
#footer.footer{background: #fff url(/_ui/images/logo.png) no-repeat 20px 20px;}
.footer-box{
	margin: 2px 18px 0 0;
	padding:15px 0 0;
	float:left;
	width: 391px;
}
.footer-box h1{
	margin:0 0 2px 0;
	font-size:2.000em;
	line-height:1.25em;
	color:#666;
	text-transform:uppercase;
	display: none;
}
.footer-box address{
	margin: 31px 0 28px 0;
	font-size: 12px;
	line-height:1.454em;
	color:#ad8e2f;
	font-style:normal;
}
.footer-nav{
	margin:0 0 39px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:0.917em;
	font-weight:bold;
}
.footer-nav li{
	color:#749d93;
	float:left;
}
.footer-nav li a{
	margin:0 6px 0 4px;
	color:#749d93;
}
.footer-nav li:first-child a{margin-left:0;}
.footer-box p{
	margin:0 0 29px;
	color: #b69f54;
}
.footer-box p a {
	color: #333;
	text-decoration: underline;
}
.footer-block{overflow:hidden;margin: 15px 0 0 0;position: relative;min-height: 137px;}
.footer-block h1{
	margin:0 0 29px 0;
	color:#ad8e2f;
	font: 15px Tahoma, Geneva, sans-serif;
	text-align: right;
}
.list{
	margin:0;
	padding:0 0 0 18px;
	list-style:none;
	overflow:hidden;
	color:#c0c1ab;
}
.list li{
	margin:0 0 9px;
	padding:0 0 0 20px;
	background:url(/_ui/images/bg-sprite.png) no-repeat 0 -176px;
}
.list a{color:#c0c1ab;}
.news-holder{
	padding:40px 0 94px 5px;
	overflow:hidden;
	border:solid #e3e3e3;
	border-width:0 0 1px;
}
.news-holder .block-news:first-child{margin:0;}
.block-news{
	margin:0 0 0 48px;
	float:left;
	width:450px;
}
.block-news time{
	margin: 0 0 17px;
	display:block;
	color:#749d93;
	font-size:0.917em;
	line-height:1.272em;
}
.block-news h2{
	margin:0 0 18px;
	font-size:18px;
	line-height:20px;
	color:#ae8f23;
	font-weight:normal;
	font-family: Stafford;
}
.block-news h2 a {
    color: #ae8f23;
    text-decoration: none;
}
.block-news p{
	margin:0;
	font-size:1.167em;
	line-height:1.5em;
	color:#466076;
}
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
.select-area {
	padding: 7px 0 0 13px;
	border:none;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 23px;
	float: left;
	background:#739d93;
	width:254px !important;
	color:#fff;
}
.select-focus {border-color: #f00;}
.select-area .center {white-space: nowrap;}
.select-disabled {background: #eee;}
.select-area .select-opener {
	background:#739d93 url(/_ui/images/bullet.png) no-repeat 7px 12px;
	position: absolute;
	height: 26px;
	width: 30px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #777;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family:Stafford;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul li:hover a{background:#739d93;}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #007;
	color: #fff;
}
.select-options .optgroup {clear: both;}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {padding-left: 30px;}
.content-item:after {
	box-shadow: -20px 0 25px 5px rgba(249, 249, 249, 1);
	content: "";
	height: 100%;
	left: 239px;
	position: absolute;
	top: 207px;
	width: 78px;
	z-index: 13;
}
.content-item-box:after {
	box-shadow: -22px 0 25px -1px rgba(249, 249, 249, 0.99);
	content: "";
	height: 100%;
	left: 283px;
	position: absolute;
	top: 207px;
	width: 78px;
	z-index: 13;
}
#nav ul ul {
    display: none;
    position: absolute;
    width: 235px;
    z-index: 999;
    background: #fff;
}
#nav ul ul li {
    background: none;
    width: 235px;
}
#nav ul ul li a { 
    background: none;
    color: #AA9648;
}
#nav li:hover ul {
    display: block;
}
.home-copy {
    position: relative;
}
.home-copy h1 {
    font-family: LeagueGothicRegular, arial;
    font-size: 40px;
    text-transform: none;
    color: #AD8E22;
    font-weight: normal;
    line-height: 43px;
}
.home-copy p {
    font-size: 14px;
    line-height: 23px;
}
.home-copy-top {
    margin: -13px 0 0 0;
}
.home-copy-bottom {
    border-top: 5px solid #789E93;
    margin: 40px 0 50px 0;
}
.email-footer {
	position: absolute;
	top: 27px;
	right: 19px;
}
.home-email-wrap {
	position: relative;
	float: right;
	margin: 10px 0 10px 20px;
	
	width: 303px;
	height: 90px;
}
.home-email-nav-wrap {
    position: absolute;
    top: 1167px;
    left: 59px;
}
.email-footer {
    right: 0px;
	
    top: 32px;
    height: 145px;
}
.email-sign-up, .email-sign-up-nav {
    width: auto;
    height: 38px;
    width: 301px;
    border: 1px solid #777;
    overflow: hidden;
}
.email-sign-up.secondary {
    position: absolute;
	
    top: 52px;
    left: 0;
    border-bottom: 1px solid #eee;
    border-width: 0 0 1px 0;
    width: 303px;
}
.email-sign-up-nav {
    width:207px;
}
.email-sign-up input, .email-sign-up-nav input {
    padding: 0 16px;
    width: 227px;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
}
.email-sign-up-nav input {
    width: 143px;
    padding: 0 10px;
}
.email-sign-up button, .email-sign-up-nav button {
    background: url(/_ui/images/go.png);
    width: 46px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-aside {
	border-top: 1px dotted #999;
}
.news-archive {
    margin: 0 0 38px;
}
.news-archive a {
    display: block;
    color: #555;
    padding: 0 19px;
    line-height: 25px;
}
.news-archive a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
a.link-color {
    color:#AD8E2F;
}
.lower_page h2 {
	font-family: Stafford, times;
	font-size: 2.200em;
	color: #ae8f23;
	text-transform: none;
}
a.linkedin {
	background: url('/_ui/images/linkedin_blue_silhouet.png') transparent no-repeat -76px 0px;
	width: 30px;
	height: 90px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: -26px;
	right: 223px;
}
a.linkedin:hover {
	opacity: .5;
}
a.fb {
	background: url('/_ui/images/fb.png') transparent no-repeat -76px 0px;
	width: 29px;
	height: 90px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: -26px;
	right: 194px;
}
a.fb:hover {
	opacity: .5;
}
.email-sign-up input, .email-sign-up button {
	cursor: pointer;
}
h4.when-in-news {
    margin: 30px 0 -22px 20px;
	
}
p a {
	text-decoration: underline;
}