body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	color: #444444;
	font: 14px/21px 'pt-sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #FFFFFF;
	min-width: 320px;
	border-top: 5px solid #de172a;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #C51526;
}
a:hover {
	text-decoration: underline;
	/* opacity: .8; */
}
a:active {
}
input, textarea, select {
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
q {
	quotes: none;
}
q:before {
	content: ''
}
q:after {
	content: ''
}
hr {
	border: solid #EBE6E1;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0;
	height: 0;
}

iframe {
	margin-bottom: 20px;
}

.alert-box {
border-style: solid;
border-width: 1px;
display: block;

margin: 1.25em 0 0 0;
position: relative;
padding: 0.6875em 1.3125em 0.75em 0.6875em;
color:#21477F ;
background-color: #C1D5E5;
border-color: #AABDCC;
}
.footnote {
	font-size:90%;
	color:#B2B1AB;
	border: solid #EBE6E1;
border-width: 1px 0 0;
padding:10px 0;
margin: 20px 0;
}
/*TEMPLATE */

.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}

.columns.two-thirds {
    width: 65%;
}
.columns.one-third {
    width:32%;
    margin-bottom: 15px;
}
.columns.one-third h2 { margin-top: 15px; }
.columns.one-third > a img { max-width: 100%; margin-top: 15px; }

@media only screen and (max-width: 1023px) {
    .columns.two-thirds { width: 100%; }
    .columns.one-third { width: 100%; }
}

input[type=text], input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.literature-container {
	margin-bottom: 5px !important;
}
.literature-description {
	font-size: .85em;
	margin-left: 23px;
}
/* wrapper */
#wrapper {
	overflow: hidden;
	width: 100%;
}
/* container */
.container:after {
	content: '';
	display: block;
	clear: both;
}
.container {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
/* header */
#header {
	z-index: 250;
	position: relative;
	background-color: #FFFFFF;
}
#header>.container {
	padding: 0;
}
/* logo */
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 390px;
	height: 95px;
	margin: 15px 0 10px -14px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}
/* Utility */
.utility {
	float: right;
	padding: 0 10px;
	height: 136px;
	width:240px;
}
/* top-nav */
.top-nav {
	font-size: 12px;
	font-weight: 700;
	overflow: hidden;
	float: left;
	margin-top: -8px;
}
.top-nav ul {
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}
.top-nav li {
	float: left;
	padding: 8px 8px 5px;
}
.top-nav a {
	color: #444444;
	padding-right: 5px;
}
.top-nav a:hover {
	text-decoration: none;
	color: #444444;
	opacity: 1;
	padding-right: 5px;
	-webkit-transition: font-family 5s;
	-moz-transition: font-family 5s;
	-ms-transition: font-family 5s;
	-o-transition: font-family 5s;
	transition: font-family 5s;
}
.top-nav li.scam-alert {
	display: block;
	color: #FFF;
	background-color: #dc1c31;
	border-radius: 4px;
	text-transform: uppercase;
}
.top-nav li.scam-alert a {
	color: #FFF;
	display: block;
}
.top-nav li.scam-alert:hover {
	background-color: #c4192c;
}
.top-nav li.login {
	display: none;
}
/* search-form */
.search-form:after {
	content: '';
	display: block;
	clear: both;
}
.search-form {
	padding: 0;
	color: #fdfdfd;
}
div#search {
	float: right;
	margin-top: 1.25%;
	width: 260px;
}
.search-input {
	float: left;
	width:195px;
}
.search-input input {
	background-color: #EEEEEE;
	border: 1px solid #ddd;
	color: #444;
	height: 20px;
	margin: 2px 0 0;
	width: 190px;
	float: right;
}
.search-btn {
	float: right;
width: 65px;
height: 26px;
overflow: hidden;
}
.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}
.search-form input[type=submit], .btn-gold {
	color: #21477F !important;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 6px;
	margin: 2px 0 0 3px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #C1D5E5;
	cursor: pointer;
	border: none;
}
.search-form input[type=submit]:hover, .btn-gold {
	opacity: .8;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	text-decoration: none;
}

/* hotline */

.hotline {
	padding: 15px 0;
margin: 0 auto;
width: 230px;
float: right;
}
.hotline h2 {
	font-weight: normal;
	float: right;
}
.hotline h2 span.hotline-second {
	float: right
}
/* nav-row */
.nav-row:after {
	content: '';
	display: block;
	clear: both;
}
/*.nav-row:before{
	width:50%;
	left:0;
	top:0;
	background:#f6f6f6;
	height:100%;
	content:'';
	position:absolute;
}*/
.nav-row {
	/*z-index: 150;*/
	padding:0 10px;
	position: relative;
	background: #21477f; /* Old browsers */
	background: -moz-linear-gradient(top, #21477f 0%, #294e96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21477f), color-stop(100%, #294e96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #21477f 0%, #294e96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #21477f 0%, #294e96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #21477f 0%, #294e96 100%); /* IE10+ */
	background: linear-gradient(to bottom, #21477f 0%, #294e96 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21477f', endColorstr='#294e96', GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
/* nav */
#nav {
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 57px;
	float: left;
	margin: 0 0 0 -10px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#nav li:first-child {
	margin: 0;
}
#nav li:first-child a {
	border-left: none;
}
#nav li:last-child a {
	border-right: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	position: relative;
	display: block;
	padding: 0 20px;
	color: #FFFFFF;
	border-left: 1px solid #254686;
	border-right: 1px solid #30559a;
	height: 52px;
}
#nav .active a {
	color: #90a56b;
}
#nav>ul>li.hover>a,
#nav>ul>li:hover>a {
	z-index: 50;
	background: #FDAE04;
	background: -moz-linear-gradient(top, #FDAE04 0%, #EC9508 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDAE04), color-stop(100%, #EC9508));
	background: -webkit-linear-gradient(top, #FDAE04 0%, #EC9508 100%);
	background: -o-linear-gradient(top, #FDAE04 0%, #EC9508 100%);
	background: -ms-linear-gradient(top, #FDAE04 0%, #EC9508 100%);
	background: linear-gradient(to bottom, #FDAE04 0%, #EC9508 100%);
	color: #fff;
	box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	border: none;
	opacity: 1;
}
#nav ul .drop {
    background: #EC9508;
    width: 268px;
    left: 0;
    z-index:10;
}
#nav .btn-menu, #nav .add-section {
	display: none;
}
#nav .add-section {
	float: right;
}
#nav .drop ul {
	/* line-height: 20px; */
	float: none;
	/* font-size: 17px; */
	padding: 11px 14px 1px 13px;
}
#nav .drop li:first-child {
	border: none;
}
#nav .drop li {
	float: none;
	border-top: 1px solid #f7f7f7;
	/* padding: 15px 0; */
	margin: 0;
}
#nav .drop a:hover {
	text-decoration: underline !important;
}
#nav .drop a {
	background: none !important;
	border: none;
	color: #fff;
	padding: 0;
	display: inline;
}
#nav li.parent-homebuyers.hover a, #nav li.parent-homebuyers:hover a, #nav li.parent-homebuyers a.selected {
	text-decoration: none;
	background: #254a7e;
	color: #fff;
	box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	border: none;
	opacity: 1;
}
#nav li.parent-homebuyers .drop {
	z-index: 50;
	text-decoration: none;
	background: #254a7e;
	color: #fff;
	border: none;
}
#nav li.parent-homeowners.hover a, #nav li.parent-homeowners:hover a, #nav li.parent-homeowners a.selected {
	text-decoration: none;
	background: #005eab;
	color: #fff;
	box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	border: none;
	opacity: 1;
}
#nav li.parent-homeowners .drop {
	z-index: 50;
	text-decoration: none;
	background: #005eab;
	color: #fff;
	border: none;
}
#nav li.parent-help.hover a, #nav li.parent-help:hover a, #nav li.parent-help a.selected {
	z-index: 50;
	text-decoration: none;
	background: #dc1c31;
	color: #fff;
	box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px -3px 2px -1px rgba(0,0,0,0.1);
	border: none;
	opacity: 1;
	/* display: block; */
	/* width: 100%; */
}
#nav li.parent-help .drop {
	z-index: 50;
	text-decoration: none;
	background: #dc1c31;
	color: #fff;
	border: none;
}
#nav li.parent-homeowners .drop a, #nav li.parent-homebuyers .drop a, #nav li.parent-facts .drop a, #nav li.parent-help .drop a {
	box-shadow: 0 0 0;
	border: none;
	-webkit-box-shadow: 0 0 0;
	color: #fff;
	/* padding: 0; */
	display: block;
	height: 35px;
	padding: 17px 0 0;
	line-height: 1em;
}
#nav .drop a.selected, #sidebar .side-nav li.selected a {
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
}

#nav .drop ul li .drop {
	top:-900px;
}
#nav > .drop ul a:hover .drop, #nav .drop ul li.hover .drop {
	z-index: 60;
	text-decoration: none;
	background: #dc1c31;
	color: #fff;
	border: none;
	left:246px;
	top:0;
}

#sidebar .side-nav li.selected a:before {
	content:"»";
	padding-right:5px;
}



/*.slideshow */
.slideshow {
	font-size: 14px;
	line-height: 21px;
	background-image: url(/images/cream_pixels.png);
	padding: 24px 0 26px;
	 text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
	border-bottom: 4px solid #DDDDDD;
}
.slideshow .btn-prev, .slideshow .btn-next {
	background: url(../images/sprite.png) no-repeat;
	top: 50%;
	width: 63px;
	height: 63px;
	z-index: 60;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	margin: -25px 0 0;
}
.slideshow .btn-prev {
	background-position: 0;
	left: 24px;
}
.slideshow .btn-next {
	background-position: -76px -1px;
	right: 26px;
}
.slideshow .container {
	max-width: 1270px;
}
.slideshow .img-holder {
	float: left;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
}
.slideshow .slide.active {
	z-index: 20;
}
.slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	box-shadow: inset 0 340px 50px -50px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 340px 50px -50px rgba(0,0,0,0.2);
}
.slideshow .slideset {
	position: relative;
}
.slideshow .content {
	float: left;
	padding: 40px 5px 25px 36px;
	margin: 0 0 0 auto;
	max-width: 400px;
}
.slideshow h2 span {
	font-weight: 300;
	font-size: 26px;
	display: block;
	padding: 9px 0 0;
	text-transform: none;
	color: #2B4C85;
	line-height: 1.2em;
}
.slideshow p {
	margin: 0 72px 15px 0;
	font-size: 26px;
	font-weight: 700;
	color: #C51526;
	line-height: 1.2em;
}
.slideshow h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1.1em;
	margin: 0 0 16px;
	color: #003263;
}
/* btns-list */
.btns-list {
	/*box-shadow:0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);*/
	position: relative;
	z-index: 20;
	padding: 0;
	margin: -31px auto 0;
	list-style: none;
	max-width: 940px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 22px/59px 'pt-sans', Arial, Helvetica, sans-serif;
 font weight: 700;
	/*font-style: italic;*/
}
.btns-list li {
	float: left;
	width: 32%;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.btns-list .homebuyer {
	background-color: #254a7e;
	text-shadow: 0 -1px 1 #444;
}
.btns-list .homeowner {
	width: 36%;
	background-color: #005eab;
	text-shadow: 0 -1px 1 #444;
}
.btns-list .help {
	background-color: #dc1c31;
	text-shadow: 0 -1px 1 #444;
}
.btns-list .homebuyer:hover {
	background-color: #214270;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btns-list .homeowner:hover {
	background-color: #005498;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btns-list .help:hover {
	background-color: #c4192c;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btns-list span, .btns-list strong {
	font-weight: normal;
	cursor: pointer;
}
.btns-list strong {
	display: none;
}
.btns-list a:hover {
	text-decoration: none;
	opacity: 1;
}
.btns-list a {
	color: #fff;
	display: block;
	padding: 0 10px;
	height: 59px;
	box-shadow: 16px 0px 11px 15px #000;
	-webkit-box-shadow: 16px 0px 11px 15px #000;
	-moz-box-shadow: 16px 0px 11px 15px #000;
}
/* main */

div.intro {margin-bottom:30px;}
div.intro h1 {
	color:#005eab;
}
div.intro p {
	font-size:16px;
	line-height:1.64em;
}
.boxes-section {
	padding: 31px 0 20px;
}
.boxes-section .container {
	max-width: 946px;
}
.boxes-section .box:first-child {
	background-position: 100% 100%;
}
.boxes-section .box {
	float: left;
	width: 31.5%;
	min-height: 250px;
}
.boxes-section .box.alt {
	margin: 0;/*width:48.1%;*/
}
/* HOME BOX 1 */
.boxes-section h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #003263;
	margin: 0;
}

/* HOME BOX 2 */


/* HOME BOX 3 */


.boxes-section .heading {
	border-top: 1px solid #d7e1e9;
	padding: 15px 0 0;
	/* margin: 0 0 22px; */
}


/* events-list */
.events-list {
	padding: 0;
	margin: -4px 0 0;
	letter-spacing: 1px;
	list-style: none;
	font-size: 15px;
	line-height: 18px;
}
.events-list .date {
	font-style: normal;
}
.events-list li:first-child {
	padding-top: 0;
}
.events-list li {
	position: relative;
	border-bottom: 1px solid #efece9;
	padding: 16px 0 13px;
}
.events-list li:after {
	content: '';
	clear: both;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 169px;
	height: 4px;
	background: #0059AA;
}
/*events detail view */

.page-header {
	padding-bottom: 17px;
	margin: 18px 0;
	border-bottom: 1px solid #eeeeee;
}
#main .page-header h1 {
	margin: 0;
	font-weight: bold;
	color: #333333;
	text-rendering: optimizelegibility;
	font-size: 30px;
	line-height: 42px;
	text-transform: none;
}
.btn-primary {
	color: #FFF !important;
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	background-color: #E56745;
	background-image: -moz-linear-gradient(top, #E56745, #D04C33);
	background-image: -ms-linear-gradient(top, #E56745, #D04C33);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E56745), to(#D04C33));
	background-image: -webkit-linear-gradient(top, #E56745, #D04C33);
	background-image: -o-linear-gradient(top, #E56745, #D04C33);
	background-image: linear-gradient(top, #E56745, #D04C33);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E56745', endColorstr='#D04C33', GradientType=0);
	border-color: #E56745 #E56745 #D04C33;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #D04C33;
}
.btn-primary:hover {
	background-color: #D04C33;
	opacity: 1;
	color: #FFF;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	text-decoration: none;
}
.btn-taupe {
	background-color: #EBE6E1;
	color: #444 !important;
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-image: -moz-linear-gradient(top, #ffffff, #EBE6E1);
	background-image: -ms-linear-gradient(top, #ffffff, #EBE6E1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#EBE6E1));
	background-image: -webkit-linear-gradient(top, #ffffff, #EBE6E1);
	background-image: -o-linear-gradient(top, #ffffff, #EBE6E1);
	background-image: linear-gradient(top, #ffffff, #EBE6E1);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #EBE6E1 #EBE6E1 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-taupe:hover {
	background-color: #EBE6E1;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	text-decoration: none;
	opacity: 1;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	color: #FFF;
	margin: 15px 0;
	display: inline-block;
}
.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.right {
	float: right;
}
.span2 {
	width: 140px;
}
[class*="span"] {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.row {
	margin-left: -20px;
}
.row:before, .row:after {
	display: table;
	content: "";
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	content: "";
}
.row.events {
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.row.events .span2 {
	text-align: right;
	padding-top: 3px;
}
.jobs {
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.label {
	padding: 2px 4px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #EBE6E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.span10 {
	width: 580px;
}
[class*="span"] {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
/* custom web app layout */
.item_desc {
	width: 70%;
	float: left;
	border-right: thin solid #ccc;
	padding-right: 20px;
	margin-bottom: 20px;
}
.item_more {
	margin-left: 20px;
	float: left;
}
.darkrule {
	border: solid thin #ccc;
}

/* newsletter */

.newsletter-block {
	position: relative;
	z-index: 20;
	line-height: 19px;
	background: #BDAB9A;
	height: 60px;
	color: #FBFBFB;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
}
.newsletter-block .content {
	margin: 0 auto;
}
#newsletter-block-outer {
	background-color: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 1px;
}
.newsletter-block p {
	text-align: center;
	float: left;
	padding: 11px 0 0 10px;
}
.newsletter .container {
	max-width: 940px;
}
.newsletter .content {
	padding: 0 0 0 479px;
}
.newsletter p {
	margin: 0;
}
.newsletter h2 {
	font-size: 36px;
	line-height: 40px;
	color: #764429;
	text-transform: uppercase;
	margin: 0 0 14px;
}
/* News Holder */

#news-holder .container {
	max-width: 940px;
}
/* footer */
.footer {
	padding: 15px 0;
	background-color: #24498a;
	color: #FFF;
	box-shadow: 0px -2px 2px -1px rgba(0,0,0,.7);
	-webkit-box-shadow: 0px -2px 2px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0px -2px 2px -1px rgba(0,0,0,.7);
	margin-top: 5px;
}
.footer-utility-top {
	clear: both
}
.footer-utility-bottom {
	font-size: 83%;
	margin-top: 5px;
}
.footer a {
	color: #FFF;
}
/*.footer .container {
	max-width: 940px;
}*/
.footer .utility-nav {
	float: left;
	padding: 0 10px;
}
.footer .utility-nav p {
	display: inline-block;
	float: left;
	margin: 28px 5px 30px 0;
}
.footer .footer-utility {
	float: right;
	padding: 13px 10px;
	font-size: 12px;
	line-height: 12px;
}
.footer .footer-utility a {
	text-decoration: none;
	color: #FFF;
}
.footer-address {
	float: left;
	padding: 0 41px;
}
/* Copyright */
.copyright {
	padding: 15px 10px;
}
/* nav-holder */
.nav-holder {
	background: #ad8552 url(../images/bg-nav-holder.png) no-repeat 0 100%;
	padding: 30px 35px 22px 49px;
	overflow: hidden;
	box-shadow: 0 1px 1px #d1d1d1;
	-webkit-box-shadow: 0 1px 1px #d1d1d1;
}
/* footer-nav */
.nav {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	float: left;
	width: 74.5%;
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
}
.nav li:first-child {
	margin: 0;
}
.nav li {
	float: left;
	width: 20%;
	margin: 0 0 0 6.6%;
}
.nav a {
	color: #fff;
	position: relative;
	z-index: 150;
}
.nav ul:before {
	border-top: 1px solid #b6956d;
	width: 90px;
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
}
.nav ul {
	position: relative;
	text-transform: none;
	padding: 17px 0 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	float: none;
	margin: 8px 0 0;
	width: auto;
}
.column {
	float: right;
	width: 20.3%;
	padding: 5px 0 5px 4.9%;
	min-height: 113px;
	border-left: 1px solid #b6956d;
}
.news-header {
	font-size: 20px;
	letter-spacing: 1px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:400;
	color: #C51526;
	float:left;
}

.download-btn a {
	width: auto;
	height: auto;
	background-color: #dc1c31;
	border-style: none;
    display:inline-block;
	padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:400;
	color: #FFF;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

.download-btn a:hover {
    background-color: #d2021a;
}

.postmod-cta {
	background-color: #005eab;
	border-style: none;
    display:inline-block;
	padding: 25px;
    letter-spacing: 1px;
	font-size: 14px;
    line-height: 16px;
	font-weight:400;
	color: #FFF;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

.postmod-cta strong {
	text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}


img.icon {
    margin-bottom: 5px
}
.media-campaign-box {
	padding-top:1em;
}

ul.docs {
    list-style-image: url('/images/icons/docs.png') !important!;
}
    
ul.feed {
	padding: 0
}
ul.feed li img, .news-feed-interior img {
	display: none
}
.news-column, .blog-post {
	float: left;
	position: relative;
	border-bottom: 1px dotted #d7e1e9;
	width: 100%;
	}
	.news-column:last-child, .blog-post:last-child {
	border:none;
	}
.news-detail-column {
	position: relative;
	border-bottom: 1px dotted #d7e1e9;
	padding: 20px 0 0;
	}
.news-column p.news-date, .announcement-details p.news-date {
	margin: 1em 0;
	display: block;
}
.news-column span.news-description {
	display: block;
}
.news-column span.readmore-link {
	display: block;
	margin: 20px 0;
}
#utility .news-column.columns {
	width: 100%;
}
#utility .news-column {
	min-height: 125px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.news-feed-interior {
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px solid #f7f7f7;
}
.email a {
	color: #fff;
}
/* social-networks */
.social-networks {
	padding: 15px 0;
	margin: 0;
	list-style: none;
	text-align: justify;
}
.social-networks:after, .social-networks li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 2px;
}
.social-networks a:link, .social-networks a:visited {
	color: #24498a /*Dark Blue*/;
	display: block;
	font-size: 1.37em;
}
a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
	display: inline-block;
}
.util-icon {
	width: 15px;
	height: 15px;
}
.icon-white {
	background: #FFF;
	padding: 10px;
	text-align: center;
}
a .icon-red {
	background-color: #dc1c31;
padding: 6px 7px 5px;
text-align: center;
color: #FFF;
font-weight: 700;
font-size: 19px;
margin: 0;
}

.rounded {
	border-radius: 50%;
}
.badge {
	width: 32px;
	float: right;
	margin-top: 7px;
}
/* design-by */
.design-by {
	float: right;
}
/* add-nav */
.add-nav {
	padding: 0 6px 0 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.add-nav li:first-child {
	padding-left: 0;
}
.add-nav li {
	display: inline;
	padding: 0 0px 0 6px;
}
#main {
	padding: 10px 0 0;
}
.add-nav li:after {
	content: "|";
	padding-left: 6px;
}
.add-nav li:last-child:after {
	content: "";
	padding-left: 6px;
}
/*sidebar top rule*/
#main .container:before {
	z-index: 150;
	width: 193px;
	position: absolute;
	right: 49px;
	top: 10px;
	content: '';
}
#main .container {
	position: relative;
	max-width: 940px;
	padding: 10px 10px 0;
}
#breadcrumbs-container {
	margin: 0 auto;
	max-width: 940px;
	height: 36px;
	padding: 0 10px;
}
#breadcrumbs {
	float: left;
	padding: 10px 5px 10px 0px;
	color: #B2B1AB;
}
#breadcrumbs a {
	color:#B2B1AB !important;
}
/* twocolumns */
#twocolumns {
	padding: 0 0 0 1px;
	background: #fff;
	overflow: hidden;
	min-height: 665px;
}
/* content */
#content {
	float: left;
	width: 66.9%;
	padding: 12px 2.3% 27px 0px; /*padding: 21px 2.3% 27px;*/
	height: 100% !important;
}
.visual img {
	vertical-align: top;
	max-width: 100%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
.visual {
	margin: 0 0 29px -10px;
}
#content .block:after {
	content: '';
	display: block;
	clear: both;
}
#content .block {
	position: relative;
	z-index: 3;
	padding: 0 0 4px;
}
.donate-box {
	position: relative;
	min-height: 300px;
	margin: -147px 20px 0;
	float: right;
	width: 224px;
	padding: 5px;
	border: 3px solid #6c483b;
	background: #5b3629 url(../images/bg-donate.jpg) no-repeat;
	color: #f6f6f6;
	font-size: 12px;
	line-height: 17px;
	z-index: 3;
}
.donate-box .title {
	border-bottom: 1px solid #654030;
	display: block;
	margin: 0 -5px 17px;
	padding: 18px 33px 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
#content .donate-form p {
	margin: 0 0 17px;
}
.donate-form {
	padding: 0 27px;
}
#content .donate-form ul li:before {
	display: none;
}
#content .donate-form ul li {
	padding: 0 0 7px;
	overflow: hidden;
}
#content .donate-form ul {
	margin: 0;
	padding: 0 0 26px;
}
.donate-form input[type=radio] {
	float: left;
	width: 15px;
	height: 15px;
	margin: 1px 10px 0 0;
	padding: 0;
}
.donate-form label {
	display: block;
	overflow: hidden;
	font-size: 13px;
}
#main input[type=submit]:hover {
	cursor: pointer;
	opacity: .8;
}
#main .donate-form input[type=submit] {
	margin: 0 -27px;
}
#main input[type=submit], .donate-button {
	letter-spacing: 1px;
font-size: 22px;
padding: 8px 12px;
margin: 0 0 20px;
line-height: 18px;
border: none;
cursor: pointer;
display: block;
color: #fff;
text-transform: uppercase;
background-color: #dc1c31;
}
.donate-button {
	margin: 0 -27px;
	text-align: center;
	line-height: 50px;
}
.donate-button:hover {
	text-decoration: none;
	background-color: #c4192c 
}
#content h1 {
	color: #003263;
	font-size: 32px;
	font-weight:400;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 27px;
}
#content h2 {
	color: #202020;
	font-size: 26px;
	line-height: 34px;
	margin: 0 0 14px;
	font-weight:400;
}
#content h3, .content h3 {
	color: #202020;	
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 21px;
	font-weight:400;
}
#content h4 {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
	color:#003065;
	font-weight:700;
	text-transform:uppercase;
}
.content h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}

#content h4.staff-name {
	margin:0;
}
#content h5, .content h5 {
	color: #202020;
	font-size: 14px;
	font-weight:400;
	text-transform: uppercase;
	margin: -2px 0 13px;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px 0 10px 0;
}
#content .text {
	overflow: hidden;
}
#content p+ul {
	margin: -11px 0 0;
}
.h1_subline {
	font-size: .5em;
}
blockquote {
	border-left: 3px solid #dc1c31;
	padding: 9px 10px 10px 20px;
	margin: 0 0 35px 10px;
	position: relative;
	color: #666;
    font-size: 16px;
}

blockquote strong {
    font-weight: 400;
    color: #005eab;
    font-size: 21px;
    line-height: 23px;
}

.outlinebox {
	width: auto;
	height: auto;
	background-color: #FFF;
	border-style: solid;
	border-width: 2.5px;
	border-color: #dc1c31;
	padding: 20px;
	margin-bottom: 20px;
    
}

.outlinebox h3 {
    color: #dc1c31 !important;
    font-weight:600 !important;
}

p.bio_email {
  margin-top: -20px !important;
}

#content p {
	margin: 0 0 20px;
}

#content p.intro-text {
	color:#254C92;
	font-style:italic;
	font-weight:400;
	font-size: 18px;
	line-height: 26px;
}
#content ul {
	padding: 0 0 12px 10px;
	margin: 0;
	list-style: none;
}
#content ul ul {
	padding-bottom: 0;
}
#content ul li:before {
	position: absolute;
	top: -2px;
	left: -1px;
	width: 5px;
	height: 5px;
	content: '»';
	border-radius: 5px;
}
#content ul li {
	position: relative;
	padding: 0 0 10px 19px;
}
#content ul li ul li {
	list-style: disc;
	padding: 5px 0 5px 0;
}
#content ul li ul li:before {
	content: '';
}
#content ul li ul li ul li {
	list-style: circle;
	padding: 5px 0 5px 0;
}

#content ol {
	margin: 0;
	padding: 0 0 2px 6px;
	overflow: hidden;
	counter-reset: item;
}
#content ol li {
	display: block;
	padding: 0 0 11px 20px;
	list-style-position: initial;
	left: 0;
	position: relative;
}
#content ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	/* margin: 0 13px 0 0; */
	position: absolute;
	left: 0;
}
#content h6 {
	font-weight: 600;
	color: #6b614d;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin: 0 13% 13px 0;
}
#content table {
	max-width: 610px;
	border-collapse: collapse;
	margin: 0 0 10px;
	width: 100%;
}
#content table th {
	text-align: left;
	font-weight: 600;
	padding: 4px 1.2% 8px;
	font-size: 13px;
	border: 1px solid #eee;
	border-width: 1px 0 2px;
}
#content table tr.even td {
	background: #f5f5f5;
	border: 3px solid #FFF;
}
#content table td+td {
	width: 32%;
}
#content table td {
	padding: 6px 1.2% 5px;
	width: 63.2%;
}
/* sidebar */
#sidebar {
	
	float: right;
	width: 27%;
	
}
.sidebar-menu {
background: #F7F5F1;
padding: 15px 7.7% 20px 7.7%;
font-family: "pt-sans-narrow";
margin-bottom:20px;
}
.side-nav {
	font-size: 18px;
	padding: 0;
	letter-spacing: 1px;
	margin: 0 auto;
	list-style: none;
}
.side-nav li:first-child {
	border: none;
}
.side-nav li {
	padding: 10px 0;
	border-top: 1px solid #ebe8e4;
}

.side-nav .active a, .side-nav a:hover {
	text-decoration: none;
}
/*Sidebar Nav Section Colors*/
.side-nav a {
	color: #001332;
}

#sidebar .box.alt {
	background: #fff url(../images/bg-sidebox2.jpg) no-repeat 100% 100%;
}
#sidebar .box.subscribe img {
	display: none;
}
#sidebar .box {
	font-size: 12px;
	line-height: 19px;
	border: 3px solid #f3f0eb;
	background-color: #fff;
	margin: 0 0 21px;
}
#sidebar .box h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	color: #21477f;
	margin: 0;
}
#sidebar .box .heading {
	/* border-bottom: 1px solid #efece9; */
	padding: 17px 10px 16px;
	/* text-align: center; */
}
#sidebar .box .content {
	padding: 0px 10px 10px;
	/* max-width: 169px; */
	margin: 0 auto;
}
#sidebar .box p {
	margin: 0;
}
#sidebar .box img {
	display: block;
	margin: 0 auto 15px;
	/* max-width: 100%; */
	/* border-bottom: 4px solid #0059AA; */
}
/* subscribe-form - home */
.newsletter-block .subscribe-form {
	margin: -4px 0 0;
}
.newsletter-block .subscribe-form fieldset {
	float: left;
	padding: 20px 0 0;
	border: none;
}
.newsletter-block input[type=text].focus {
	border: 1px solid #ced4c3;
}
.newsletter-block input[type=text], .newsletter-block input[type=password] {
	border: 1px solid #ebebeb;
	background: #fefefe;
	color: #6b614d;
	margin: 0 0 0 10px;
	padding: 5px 10px 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
}
.newsletter-block input[type=submit] {
	letter-spacing: 1px;
	line-height: 18px;
	padding: 5px 7px;
	margin: 0 5px;
	border: none;
	cursor: pointer;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background-color: #756059;
	float: left;
}
.newsletter-block input[type=submit]:hover {
	opacity: .8
}
/* subscribe-form - interior */
#sidebar .box .subscribe-form p {
	margin: 0 0 16px;
}
.subscribe-form {
	margin: -4px 0 0;
}
#main input[type=text].focus {
	border: 1px solid #ced4c3;
}
#main input[type=text], #main input[type=password] {
	margin: 0 0 9px;
	padding: 8px 10px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 1px solid #ebebeb;
	background: #fefefe;
	color: #6b614d;
}
#main .subscribe-form input[type=submit] {
	width: 164px;
	margin: 0 auto;
	height: 42px;
	font-size: 18px;
	letter-spacing: 0;
}
/* main-form */
.main-form fieldset {
	position: relative;
	z-index: 10;
	min-height: 400px;
}
.main-box, .main-form {
	border: 3px solid #f3f0eb;
	margin: 0 0 -5px;
	position: relative;
	background-color: #fff;
	padding: 44px 0 200px;
}
.main-box h1 span, .main-form h1 span {
	font-weight: normal;
}
.main-form .heading p {
	margin: 0;
}
.main-box .heading, .main-form .heading {
	text-align: center;
	line-height: 19px;
	padding: 0 10% 37px;
}
.main-box h1, .main-form h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 55px;
	line-height: 55px;
}
.form-visual {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.main-form .block {
	background: #f8f8f8;
	padding: 28px 10px;
}
#main .main-form .block input[type=text] {
	padding: 15px 40px 14px;
	margin: 0;
}
.donate-field {
	position: relative;
	max-width: 504px;
	margin: 0 auto;
}
.donate-field:after {
	content: '';
	position: absolute;
	left: 18px;
	top: 16px;
	background: url(../images/sprite.png) no-repeat 0 -136px;
	width: 10px;
	height: 22px;
}
.main-form .row:after {
	content: '';
	display: block;
	clear: both;
}
.main-form .holder {
	padding: 30px 10px 10px;
}
.main-form .row {
	padding: 0 0 7px;
}
.main-form .input-field label {
	float: none;
	display: block;
	overflow: hidden;
	padding: 6px 0 0;
	width: auto;
	text-align: left;
}
.main-form label {
	float: left;
	width: 40.8%;
	font-size: 15px;
	padding: 6px 0 0;
	text-align: right;
}
.input-field input[type=text] {
	max-width: 316px;
}
#main .main-form .input-field input[type=text].text1 {
	float: left;
	max-width: 59px;
	margin: 0 11px 9px 0;
}
.input-field input[type=text].text2 {
	max-width: 99px;
}
.input-field {
	float: right;
	width: 57.1%;
}
.main-form .rad-area {
	border: 1px solid #ebebeb;
	margin: 11px 11px 0 0;
}
.block+.holder {
	padding: 33px 10px 18px;
	border-bottom: 2px solid #f8f8f8;
}
.main-form input[type=checkbox]+label {
	padding: 7px 0 7px;
	font-size: 13px;
	line-height: 19px;
}
.main-form input[type=checkbox] {
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 10px 0 0;
	padding: 0;
}
.main-form select {
	width: 200px;
}
#main .main-form input[type=submit] {
	margin: 7px auto 0;
	height: 42px;
	width: 220px;
	font-size: 18px;
	letter-spacing: 0;
}
/* main-box */
.main-box .heading p {
	margin: 0;
}
.main-box .heading {
	padding: 0 10% 30px;
}
.main-box {
	padding: 34px 0 25px;
	margin: 0 0 32px;
}
.find-form:after {
	content: '';
	display: block;
	clear: both;
}
/* find-form */
.find-form {
	margin: 0 -3px 26px;
	padding: 11px 39px 9px 40px;
	background: #8fa46a;
}
#main .find-form input[type=text] {
	float: left;
	width: 300px;
	margin: 0 13px 0 0;
	border-radius: 0;
	background: #f7f7f7;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	color: #aba7a1;
	border: none;
	padding: 6px 18px;
}
#main .find-form input[type=submit] {
	float: left;
	text-transform: none;
	background: #634034;
	width: 89px;
	height: 29px;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
}
.find-form .title a {
	color: #fff;
}
.find-form .title {
	font-weight: 600;
	float: right;
	padding: 4px 0 0;
}
.main-box .content {
	padding: 0 40px;
}
/* map-holder */
.main-box .map-holder {
	position: static;
	text-align: center;
	margin: 0 0 36px -3px;
}
/* results-list */
.results-list h2 span {
	color: #764429;
}
.results-list h2 {
	margin: 0 0 32px;
	color: #0058A7;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
.results-list {
	margin: 0 -10px -2px -2px;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
}
.results-list h2+ul {
	margin: 0 5% 0 0;
}
.results-list ul {
	float: left;
	width: 47%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.results-list li {
	overflow: hidden;
	padding: 0 0 35px;
}
.results-list .img-holder {
	float: left;
	margin: 0 20px 0 0;
}
.results-list .description {
	overflow: hidden;
	padding: 1px 0 0;
}
.results-list .title {
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin: 0 0 19px;
}
.results-list address {
	margin: 0;
	font-style: normal;
}
/* paging */
.paging {
	padding: 0;
	margin: 0 0 0 -2px;
	list-style: none;
	overflow: hidden;
	color: #634034;
	font-size: 12px;
	line-height: 22px;
}
.paging li {
	float: left;
	margin: 0 8px 0 0;
}
.paging a, .paging strong {
	display: block;
	text-align: center;
	height: 22px;
	min-width: 18px;
	padding: 0 2px;
	background: #f7f7f7;
	font-weight: normal;
}
.paging a:hover {
	color: #634034;
	text-decoration: none;
}
/* three-columns */
.three-columns {
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	padding: 0 45px 42px;
}
.three-columns .col:first-child {
	margin: 0;
}
.three-columns .col {
	float: left;
	margin: 0 0 0 6.5%;
	width: 29%;
}
.three-columns h2 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	color: #0058A7;
	padding: 0 0 16px;
	margin: 0 0 21px;
	border-bottom: 1px solid #efece9;
}
.three-columns .img-holder {
	min-height: 85px;
	margin: 0 auto 15px;
	max-width: 169px;
	border-bottom: 4px solid #0059AA;
}
.three-columns .img-holder img {
	vertical-align: top;
}
.three-columns p {
	margin: 0;
}
#main .boxes-section {
	background: none;
	padding: 0 10px;
}
.hope-container {
	background: #F7F7F7;
	padding: 12px;
}
.events-container {
}
#content ul.event-tabs {
	list-style: none;
	width: 100%;
	margin-bottom: 35px;
	height: 40px;
	border-bottom: 1px solid #F3F3F3;
}
#content ul.event-tabs li {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 12px
}
#content ul.event-tabs li:before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
#content .event-tabs li.active {
	display: block;
	background-color: rgba(235,230,225,0.3);
	font-weight: 700;
}
#content .event-tabs li a {
	display: block;
	color: #444 !important
}
#content .event-tabs li a:hover {
	text-decoration: none;
	font-weight: 700;
	opacity: 1;
}

@media only screen and (min-width: 1023px) {
    #nav .drop-menu {
        position: static !important;
    }
    #nav>.drop-menu .drop {
        left: 100%;
        width: 293px;
    }
    #nav ul .drop {
        position: absolute;
        top: -99999px;
    }
    #nav ul .drop.js-slide-hidden{
        top: -99999px!important;
        left: 0!important;
    }
    #nav > ul li:hover .drop,
    #nav ul li.hover .drop,
    #nav ul li:hover .drop.js-slide-hidden,
    #nav ul li.hover .drop.js-slide-hidden{
        top: 50px!important;
    }

    #nav a.sub-opener{
        display: none!important;
    }
}

@media only screen and (max-width: 1100px) {
.logo {
	margin: 0 0 0 23px;
}
.top-nav {
/*padding: 12px 8% 27px 12px;*/
}
.search-form {
/*padding: 0 7.7% 0 0;*/
}
.search-form label {
	float: none;
	display: block;
	text-align: right;
	margin: 0 0 14px;
}
.search-form .input-fiels {
	float: none;
	margin: 0 0 0 auto;
	max-width: 206px;
}
.slideshow .slide {
	overflow: hidden;
}
.slideshow .img-holder {
	margin: 0 -95px 0 0;
}
.slideshow .content {
	max-width: 360px;
	padding: 15px 15px 25px 91px;
line-height: 18px;
float: right;
}
.slideshow h2 {
	/* margin: 0 0 13px; */
	/* line-height: 58px; */
}
.slideshow h2 span {
	padding: 5px 0 0;
}
.btns-list {
	max-width: 932px;
}
#nav li {
/*margin: 0 0 0 5px;*/
}
#nav a {
	padding: 0 13px;
}
#nav {
	font-size: 15px;

	margin: 0 0 0 24px;
}
#nav .btn-shop {
	margin: 0 0 0 15px;
}
#nav li.btn-shop, #nav li.btn-memberships {
	line-height: 42px;
	letter-spacing: 0;
}
#nav li.btn-shop a {
	min-width: 83px;
}
#nav li.btn-memberships a {
	min-width: 154px;
}
.btn-donate {
	padding: 0 15px 0 32px;
	float: left;
}
.boxes-section .container, #news-holder .container {
	max-width: 935px;
}
#news-holder p {
	/*color:#C51526;*/
}
.boxes-section .box.alt {
	width: 47.6%;
}
.map-holder {
	left: 3%;
}
.map-block .content {
	padding: 0 0 0 465px;
}
}

@media only screen and (max-width: 1023px) {
#nav a.sub-opener{
    display: inline;
}
.logo {
	background: url(../images/logo.png) 0 13px no-repeat;
	background-size: 95%;
	margin: 0 0 0 36px;
	padding-top: 24px;
	overflow: visible;
	float: left;
}
.top-nav {
/*padding: 12px 5.5% 27px 12px;*/
}
.search-form {
/*padding: 0 5.1% 0 0;*/
}
#nav {
	width: 50.2%;
	margin: 0;
}

#nav.active .btn-menu:after {
	background-position: -255px -11px;
	width: 7px;
	height: 11px;
	top: 18px;
	right: 21px;
}

#nav .btn-menu {
	line-height: 44px;
	border:none;
	display:block;
	font-size:24px;
	height:57px;
	padding: 8px 60px;
}
#nav .drop-menu {
	box-shadow: 2px 4px 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 4px 3px 2px rgba(0,0,0,0.2);
	position: absolute;
	left: 6%;
	width: 299px;
	background: #294e96;
	padding: 9px 11px;
	margin-top: -16px;
}
#nav>.drop-menu>li {
	float: none;
	margin: 2px 0 0;
}
#nav>.drop-menu>li.btn-memberships a, #nav>.drop-menu>li.btn-shop a, #nav>.drop-menu>li>a {
	box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	height: auto;
	text-align: left;
padding: 14px 15px 15px;
		color: #FFF;
	font-size: 17px;
	line-height: 20px;
	text-shadow: 0 0 0;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
}
#nav>.drop-menu>li.hover>a {
	color: #FFFFFF;
	font-weight: 700;
	background: none !important;
	border-bottom: 1px solid #FFF;
}
#nav .drop-menu li.hover .drop {
	top: -11px;
}
#nav .drop li {
	padding: 15px 30px;
}
#nav>.drop-menu>li.btn-memberships a:hover, #nav>.drop-menu>li.btn-shop a:hover {
	text-decoration: none;
}
#nav .add-section {
	display: block;
}
#nav li.btn-shop a {
	min-width: 74px;
}
.slideshow .img-holder {
	margin: 0 -215px 0 0;
	/* max-width: 54%; */
	/* width: 56%; */
}
.slideshow .content {
	
	/* padding: 20px 10px 10px 10px; */
	/* font-size: 83%; */
}
.slideshow h2 {
	/* line-height: 52px; */
	/* font-size: 99%; */
}
/*.slideshow p {
	display: none;
}*/
.slideshow h2 span {
	padding: 10px 0 0;
	font-size: 29px;
	line-height: 29px;
}
.slideshow .btn-prev {
	left: 7px;
}
.slideshow .btn-next {
	right: 14px;
}
.btns-list span {
	display: none;
}
.btns-list strong {
	display: block;
}
.btns-list {
	margin: 0px 40px 0;
}
.btns-list li.volunteer {
	width: 35.2%;
}
.btns-list .member {
	width: 35.3%;
}
.btns-list .donate {
	width: 29.4%;
}
.boxes-section .container, #news-holder .container {
	max-width: 686px;
}
.boxes-section .box.alt {
	width: 28.2%;
}
.boxes-section .box, #news-holder .news-column {
	width: 100%;
	margin: 0 1.9% 18px 0;
}
#news-holder .news-column {
	border-bottom: 1px solid #EBE6E1
}
.container .column, .container .columns {
	margin: 2% 0 0 0;
}
.map-holder {
	left: 10.8%;
}
.map-block .content p+a, .notes-list, .map-block .content span {
	display: none;
}
.map-block .content {
	padding: 6px 48px 32px 517px;
}
.map-block h2 {
	font-size: 28px;
	line-height: 34px;
}
.nav-holder {
	padding: 30px 81px 22px 20px;
}
.column {
	width: 21.3%;
	border: none;
	padding-left: 0;
}
.nav {
	width: 75.5%;
}
#footer .block {
	padding: 16px 10% 20px 6.3%;
}
.main-box .map-holder {
	display: block;
}
.results-list .img-holder {
	max-width: 100px;
}
.three-columns h2 {
	font-size: 18px;
}
#content {
	width: 60.9%;
}
#sidebar {
	width: 30%;
}
.donate-box {
	float: none;
	margin: 0 auto 20px;
}
.slideshow .img-holder {
	display: block;
	margin: 0 auto 10px;
	float: none;
	width: 100%;
}
.slideshow .btn-prev, .slideshow .btn-next {
	/*display: none;*/
}
.slideshow {
	text-shadow:none;
}
.slideshow .content {
	float: left;

	max-width: 100%;

	width: auto;

	padding: 10px 40px;

	margin: 0 auto;
	min-height: 130px;
}
.slideshow h2 span {
	font-size: 19px;
	line-height: 20px;
	padding: 4px 0 0;
}
.slideshow p {
	font-size: 22px;
	line-height: 20px;
	padding: 4px 0 0;
}
.slideshow h2 {
	font-size: 30px;
	/* line-height: 34px; */
}
/*.btns-list {
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	max-width: 300px;
}
.btns-list {
	padding: 0 0 0 4px;
	max-width: 300px;
	margin: 0 auto;
}
.btns-list li {
	box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	float: none;
	width: auto !important;
	margin: 0 0 8px;
}
.btns-list a {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.btns-list .donate span, .btns-list .volunteer span {
	display: inline;
}*/
}

@media only screen and (max-width: 760px) {
.utility {
	margin: -2px 0 0;
	width: 100%;
	height: 97px;
}
#sidebar, #content {
	float: none;
	width: auto;
	height: auto !important;
	clear: both;
}
.slideshow .slide {
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
.visual {
	margin: 0 0 20px;
}
#sidebar .box {
	vertical-align: top;
	display: inline-block;
	width: 45%;
	margin: 0 1% 20px 2%;
}
.main-box .content {
	padding: 0 10px;
}
.find-form .title {
	float: none;
	display: block;
	padding: 0 0 20px;
}
.find-form {
	padding: 11px 20px 15px;
}
#main .find-form input[type=text] {
	width: 150px;
}
#main .find-form input[type=submit] {
	width: 65px;
}
.results-list h2+ul {
	margin: 0;
}
.results-list ul {
	float: none;
	width: auto;
}
.paging, .results-list {
	padding: 0 25px;
	margin: 0;
}
.main-box h1, .main-form h1 {
	font-size: 24px;
	line-height: 24px;
}
#main .three-columns .col {
	width: auto;
	float: none;
	margin: 0 0 20px;
}
.three-columns {
	padding: 0 20px;
}
body {
	background: #fff;
}
.search {
	display: none;
}
.top-nav {
	padding: 7px 20px 6px 0;
	background: #F7F5F1;
	width: 100%;
}
/*.top-nav li {
	margin: 0 0 0 24px;
}*/

.top-nav li.login, .top-nav li.cart {
	display: block;
}
.logo {
	background: url(../images/logo.png) center 13px no-repeat;
position: relative;
margin: 0 auto 20px;
width: 372px;
float: none;
overflow: hidden;
padding-top: 0;
height: 100px;
}
.search-form {
	display: none;
}
#header > .container {
	min-height: 134px;
}
p span.hope-hotline {
	color:#dc1c31 !important;
	font-size:32px;
}
#nav .add-section {
	display: none;
}
#nav:after {
	content: '';
	display: block;
	clear: both;
}
#nav {
	float: none;
	width: auto;
	margin: 0 149px 0 0;
}
#nav .drop-menu .drop {
	display: none;
}
#nav .btn-menu {
	z-index: 50;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	display: block;
}

#nav li.parent-homeowners a.selected, #nav li.parent-homebuyers a.selected, #nav li.parent-facts a.selected, #nav li.parent-help a.selected {
	text-decoration: none;
	background: none;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #FFF;
	opacity: 1;
	font-weight: 700;
}
.slideshow {
	padding: 15px 0 5px;
	/*background: #efebea;*/
	border-bottom: 1px solid #e1dddc;
}
.slideshow .img-holder {
	display: block;
	margin: 0 auto 10px;
	float: none;
	max-width: 100%;
}
.slideshow .btn-prev, .slideshow .btn-next {
	display: none;
}
.slideshow {
	text-shadow:none;
}
.slideshow .content {
	float: left;
max-width: 100%;
width: auto;
padding: 10px 40px;
margin: 0 auto;
}
.slideshow h2 span {
	font-size: 19px;
	line-height: 20px;
	padding: 4px 0 0;
}
.slideshow p {
	font-size: 22px;
	line-height: 20px;
	padding: 4px 0 0;
}
.slideshow h2 {
	font-size: 30px;
	/* line-height: 34px; */
}
.btns-list {
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	max-width: 300px;
}
.btns-list {
	padding: 0 0 0 4px;
	max-width: 300px;
	margin: 0 auto;
}
.btns-list li {
	box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	float: none;
	width: auto !important;
	margin: 0 0 8px;
}
.btns-list a {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.btns-list .donate span, .btns-list .volunteer span {
	display: inline;
}
.boxes-section {
	background-position: 50% -1px;
	padding: 12px 10px 10px;
}
.boxes-section .box+.box {
	margin: 0 0 18px;
}
.boxes-section .box, #news-holder .news-column {
	margin: 0 1.9% 0px 0;
}
.boxes-section .box.alt .heading {
	padding: 15px 27px 16px;
	text-align: left;
}
.boxes-section .box.alt {
	margin: 0;
	width: 98.5%;
}
.newsletter-block {
	height: 100%;
}
.newsletter-block img {
	display: none;
}
.events-list {
	margin: -4px 10px 0 2px;
}
.events-list .date {
	display: inline;
}
.events-list li:after {
	display: block;
}
.events-list a {
	font-size: 15px;
}
.events-list a span {
	display: inline;
}
.events-list li {
	padding: 16px 0 13px;
	border-bottom: 1px solid #efece9;
}
.map-holder {
	display: none;
}
.map-block {
	padding: 0;
	background: #fff;
}
.map-block .content {
	padding: 22px 10px 29px;
}
.map-block .content p+a {
	display: inline;
}
.map-block h2 {
	margin: 0 0 15px;
	font-size: 38px;
	line-height: 38px;
}
p.disclaimer {
	font-size:90%
}
#footer {
	padding: 21px 0;
	text-align: center;
}
.social-networks {
	padding: 10px 0 15px;
}
#footer {
}
.footer .contact-info, .footer .footer-utility {
	padding: 0 15px 15px;
	float: left;
}
.footer-address {
	float: left;
	padding: 0 10px;
}
.footer .footer-utility {
	font-size: 10px;
}
.nav-holder {
	background: none;
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	padding: 0;
}
.nav {
	display: none;
}
.nav-holder .column {
	padding: 0 0 21px;
	min-height: 0;
	width: auto;
	float: none;
}
.email a {
	color: #91a66d;
}
.email {
	border: none;
	padding: 0;
	margin: 0 10px 18px 0;
	font-size: 24px;
	line-height: 30px;
}
.add-nav {
	display: block;
}
#footer .block {
	padding: 0 16px 40px 10px;
	position: relative;
}
.hotline {
	height:60px;
	width:168px;
}
.hotline img {
	height:96%;
}

#nav .btn-menu {
	padding: 1% 5% 0 30.5%;
}
#nav .drop-menu {
	margin: -6px 0 0 -91px;
	left: 50%;
	float: none;
}
#nav>.drop-menu>li.btn-memberships a, #nav>.drop-menu>li.btn-shop a, #nav>.drop-menu>li>a {
	padding: 14px 18px 15px;
}
#nav .drop ul {padding-left: 31px;}
#nav .drop li {padding: 0;}
#nav a.sub-opener {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    background: transparent !important;
}
#nav a.sub-opener:hover {
    background: transparent !important;
}
#nav a.sub-opener:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    margin: -6px 0 0 -6px;
}
#nav .drop-menu > li.active a.sub-opener:after {
	border-width: 6px 6px 0;
	border-color: #fff transparent transparent;
	margin: -3px 0 0 -9px;
}
#nav li.parent-help.hover > a,
#nav li.parent-help:hover > a,
#nav li.parent-help > a.selected,
#nav li.parent-homebuyers.hover > a,
#nav li.parent-homebuyers:hover > a,
#nav li.parent-homebuyers > a.selected,
#nav li.parent-homeowners.hover > a,
#nav li.parent-homeowners:hover > a,
#nav li.parent-homeowners > a.selected,
#nav > .drop-menu > li.btn-memberships a,
#nav > .drop-menu > li.btn-shop a,
#nav > .drop-menu > li > a {
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
}
#nav li.parent-homeowners .drop,
#nav li.parent-homebuyers .drop,
#nav li.parent-help .drop {
    background: transparent !important;
}
.info-section, .form-section {
	float: none !important;
	width: 100% !important;
}
#cart-footer .span3 {
	width: 40% !important;
}
#cart-footer .span3.lastSpan {
	width: 100% !important;
}
#shippingSpan {
	display: block;
	clear: both;
}
#calendar-container {
	display: none;
}
.half {
	width: 100% !important;
	float: none !important;
}
.newsletter-block .subscribe-form fieldset {
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}
.newsletter-block p {
	font-size: 28px;
	line-height: 32px;
	float: none;
	padding: 0;
}
.newsletter-block input[type=text], .newsletter-block input[type=password] {
	margin: 0 auto;
	padding: 8px 10px 6px;
	width: 80%;
	display: block;
	border: 1px solid #ebebeb;
	background: #fefefe;
	color: #6b614d;
	float: none;
}
.newsletter-block input[type=submit] {
	width: 164px;
	margin: 15px auto;
	height: 42px;
	font-size: 18px;
	letter-spacing: 0;
	float: none;
}
#main .container:before {
	display: none;
}
.item_desc {
	width: 100%;
	float: left;
	border-right: none;
	padding-right: 20px;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 478px) {
#sidebar .box {
	width: auto;
	display: block;
	margin: 0 auto 20px;
}
.logo {
	margin: 0 auto;
background-size: 86%;

height: 94px;
}
.results-list .img-holder {
	max-width: 100%;
	float: none;
	display: block;
	margin: 0 0 20px;
}
#nav {
	margin: 0 119px 0 0;
}
.btn-donate span {
	display: none;
}
.btn-donate {
	width: 119px;
}
/*#nav .drop-menu {
	left: 0;
	margin: 0;
	width: 298px;
}*/
#nav .btn-menu {
	text-align: center;
	padding: 3% 25% 0 5%;	
	display: block;
}
.slideshow .content {
	padding: 11px 0 6px 37px;
}
.btns-list {
	padding: 0;
}
.btns-list li {
	margin: 0 0 9px;
}
.slideshow {
	padding: 0 0 3px;
	margin-bottom:44px;
}
.boxes-section, .copyright, .footer .utility-nav, .footer-address {
	padding: 10px 20px;
}
.boxes-section .box, #news-holder .news-column {
	margin: 0 auto 14px !important;
}
.boxes-section .box.alt .heading {
	padding: 15px 10px 16px;
	text-align: center;
}
.events-list {
	margin: -6px 0 0 -2px;
}
.events-list a {
	font-size: 12px;
}
.events-list .date {
	display: block;
}
.events-list li {
	border: none;
	padding: 11px 0 0;
}
.events-list li:after {
	display: none;
}
.map-block {
	display: none;
}
.info-section, .form-section, #cart-footer .span3 {
	float: none !important;
	width: 100% !important;
}
#calendar-container {
	display: none;
}
.half {
	width: 100% !important;
	float: none !important;
}
.description img {
	float: none !important;
	margin: 0 0 10px 0;
}
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles 
.chk-area {
	float: left;
	width: 12px;
	height: 12px;
	border: 1px solid #ebebeb;
	background: #fff;
	margin: 5px 16px 0 0;
	border-radius: 3px;
	box-shadow: inset 0 2px 1px #ececec;
	position: relative;
	-webkit-box-shadow: inset 0 2px 1px #ececec;
}
.chk-checked:after {
	display: block;
	background: #294e96;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	position: absolute;
	content: '';
}*/
/* custom radio styles */
.rad-area {
	border-radius: 10px;
	margin: 2px 11px 0 0;
	float: left;
	box-shadow: inset 0 2px 2px #aeadac;
	-webkit-box-shadow: inset 0 2px 2px #aeadac;
	background: #fff;
	width: 12px;
	height: 12px;
	position: relative;
}
.rad-checked:after {
	display: block;
	background: #654030;
	width: 8px;
	height: 8px;
	left: 2px;
	top: 2px;
	border-radius: 8px;
	position: absolute;
	content: '';
}
/* custom select styles */
.select-area {
	border: 1px solid #ebebeb;
	background: #fff;
	margin: 5px 9px 0 0;
	border-radius: 3px;
	box-shadow: inset 0 2px 1px #ececec;
	-webkit-box-shadow: inset 0 2px 1px #ececec;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 26px;
	float: left;
}
.select-area .center {
	line-height: 24px;
	white-space: nowrap;
	padding: 0 30px 0 10px;
}
.select-area .select-opener {
	border: solid transparent;
	content: '';
	position: absolute;
	right: 5px;
	top: 10px;
	border-color: rgba(235,235,235, 0);
	border-top-color: #ebebeb;
	border-width: 10px;
	margin: 0 0 0 -10px;
}
.select-options {
	position: absolute;
	overflow: hidden;
	z-index: 2000;
}
.select-options .drop-holder {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #91a66d;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #f8f8f8;
	color: #6b614d;
}
.select-cat_dropdown_smaller {
	width: 80px !important;
}
#CardCCV, #BillingState, #BillingZip {
	width: 80px !important;
}
#main #Amount {
	color: #999;
	font-size: 20px;
}
.req {
	color: red;
}
.map-holder > div {
	width: 100% !important;
}
#full-width .container {
	padding: 20px;
}
.productList {
	padding: 0 !important;
}
.productList li {
	padding: 0 !important;
}
.productList li::before {
	display: none;
}
.productSubmitInput {
	width: 150px !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
}
.shop-product-small .image {
	height: 180px;
	width: 180px;
	margin-bottom: 0;
}
.shop-product-small {
	border: none;
}
.shop-product-small ul {
	background: #fff;
}
.productItem, .productItemLast {
	display: block !important;
	width: 180px !important;
	height: 300px;
	margin: 0 10px !important;
	overflow: hidden;
	float: left !important;
}
.productLarge .productItem {
	width: 100% !important;
	height: auto;
}
.shop-product-small h5 {
	padding: 0 18px;
	min-height: 24px;
	margin: 0 !important;
}
.shop-main {
	margin: 0;
}
.shop-main .header {
	border: none;
}
.shop-main .cart-summary {
	width: 215px;
}
.shop-product-large {
	text-align: left;
	border: none;
}
.shop-product-large #images {
	width: 300px;
	float: left;
}
#buy {
	width: 200px;
	float: left;
}
.productTextInput {
	width: 50px !important;
	float: left;
}
.quantity .productSubmitInput {
	float: left;
	margin: 0 5px !important;
}
.poplets {
	border: 0;
}
.comment-form {
	background: #fff;
	border: 0;
	text-align: left;
	padding: 0;
}
#content form table tr.even td {
	background: transparent;
}
.description img {
	border: 2px solid #eee;
	float: left;
	margin: 0 30px 30px 0;
}
/* #Sign In
================================================== */

.half {
	width: 50%;
	float: left;
}
#form-login, #new-account, #form-password {
	margin: 0 60px 40px 0;
}
#btn-password {
	display: block;
	margin-bottom: 10px;
}
label.check-box {
	line-height: 35px;
}
/* #Facebook Comments 100% width
================================================== 
.fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
	width: 100% !important;
}*/
/* #Checkout form
================================================== */
.form-row {
	border-bottom: 1px solid #EDEDED;
	overflow: hidden;
	padding: 15px 0;
}
legend {
	font-weight: bold;
}
.info-section {
	width: 30%;
	float: left;
}
.info-section p {
	padding-right: 15px;
}
.form-section {
	width: 70%;
	float: left;
}
label.left {
	float: left;
	line-height: 35px;
	margin-right: 5px;
}
.form-detail {
	float: left;
	width: 250px;
}
.form-detail legend {
	font-size: 1.4em;
	font-weight: 400;
}
.form-detail p {
	font-size: 12px;
}
.form-data {
	float: right;
	width: 450px;
}
#payment-form .form-detail {
	width: 255px;
}
#payment-form .form-data {
	width: 570px;
}
#payment-form label {
	width: auto;
}
#payment-form input.cat_textbox, #payment-form input.cat_listbox {
	margin-right: 20px;
	width: 92%;
}
#payment-form select.cat_dropdown {
	margin-right: 20px;
	width: 258px;
}
#payment-form input.short, #payment-form input.short, #payment-form select.short {
	width: 110px;
}
#payment-form select.short {
	width: 117px;
}
#payment-form input.purchase-amount {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #222222;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 53px;
}
#purchase-total {
	background: none repeat scroll 0 0 #FAFAFA;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	margin-bottom: 20px;
	padding: 10px;
}
.purchase-amount {
	float: none !important;
	box-shadow: none !important;
}
#purchase-total span {
	font-weight: bold;
	font-size: 16px;
	color: #999;
	padding-left: 10px;
}
/* #Shopping Cart
================================================== */
.product-title {
	font-weight: bold;
}
#main .opt-discount .cat_button {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin: 0;
}
.select-shippingDropDown {
	width: 240px !important;
}
.opt-shipping span {
	display: block;
}
/* Modules
================================================ */
#calendar-container .select-area {
	width: 100px !important;
}
