@charset "UTF-8"; /* CSS Document */ 

a {
	outline: none;
	cursor: pointer;
	color: #5DAEFF;
	text-decoration: underline;
}
a:visited {
	color: #039;
}
a:hover {
	color: #069;
}
a:focus {
	outline: 0;
}
p {
	margin: 0px;
	padding: 0px 0px 22px;
}
img {
	max-width: 100%;
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, option {
	font-size: 1em;
	resize: none;
}
input, textarea, select {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
input.formBoxWide, textarea.formBoxWide {
	width: 98%;
}
h1, h2, h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 22px;
}
.tight {
	padding-bottom: 0px;
}
sup { 
	font-size: 0.571em; 
	/* 8/14 */
}
ul, ol {
	margin: 0px 0px 24px 12px;
	padding: 0px 0px 0px 10px;
}
ul ul, ol ul {
	margin-bottom: 0px;
}
ul li {
	list-style: square;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 3px 2px;
}
ul.arrowList {
	margin: 0px 0px 10px 12px;
	padding: 0px 0px 0px 10px;
}
ul.arrowList li {
	list-style: url(../images/arrow.gif);
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 10px 2px;
}
iframe {
	border: none;
}
img.imgBlockTop,
img.imgBlockBot,
img.imgBlockBotTop,
img.imgBlockLeft,
img.imgBlockLeftBot,
img.imgBlockLeftBotTop,
img.imgBlockRight,
img.imgBlockRightBot,
img.imgBlockRightTop,
img.imgBlockRightBotTop {
	display: block;
}
img.imgBlockTop {
	margin: 30px 0px 0px 0px;
}
img.imgBlockBot {
	margin: 0px 0px 30px 0px;
}
img.imgBlockBotTop {
	margin: 30px 0px 30px 0px;
}
img.imgBlockLeft {
	margin: 0px 0px 0px 30px;
}
img.imgBlockLeftBot {
	margin: 0px 0px 30px 30px;
}
img.imgBlockLeftBotTop {
	margin: 30px 0px 30px 30px;
}
img.imgBlockRight {
	margin: 0px 30px 0px 0px;
}
img.imgBlockRightBot {
	margin: 0px 30px 30px 0px;
}
img.imgBlockRightTop {
	margin: 30px 30px 0px 0px;
}
img.imgBlockRightBotTop {
	margin: 30px 30px 30px 0px;
}
img.homePic {
	float: left;
	margin: 0px 20px 20px 0px;
}
.border {
	border: solid 1px #d2b289;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
a.btn:link, a.btn:visited, a.btn:hover, input.btn {
	font-family: 'Tauri', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	color: #05A;
	text-shadow: 1px 1px 1px #e7d3bb;
	padding: 10px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #be9a71;
	background: #e7d3bb;
background: -moz-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e7d3bb), color-stop(100%, #d4af85));
background: -webkit-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -o-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -ms-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: linear-gradient(to bottom, #e7d3bb 0%, #d4af85 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d3bb', endColorstr='#d4af85', GradientType=0 );
}

a.btn:hover, input.btn:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #06427E;
	border: solid 1px #06427E;
	background: #2c84bf;
background: -moz-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c84bf), color-stop(100%, #0055aa));
background: -webkit-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -o-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -ms-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: linear-gradient(to bottom, #2c84bf 0%, #0055aa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c84bf', endColorstr='#0055aa', GradientType=0 );
}
a.blk:link, a.blk:visited {
	color: #000;
}
a.blk:hover {
	color: #F60;
}
a.ctaBtn {
	background-color:#06427E;
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	font-size: 14px;  
	color: #FFF; 
	text-align: left; 
	padding-left: 0px;
	padding: 5px 0px 5px 25px;
	margin: 0 ;
	display: block;
	width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-family: 'Tauri', Arial, Helvetica, sans-serif;
}
a.ctaBtn:hover {
	background-color: #CD8025;
}


/* classes */
.pageTitle {
	color: #248;
	font: 28px/34px 'Tauri', Arial, Helvetica, sans-serif;
	padding: 0px 0px 22px;
	margin: 0px;
	display: block;
}
.title {
	color: #05A;
	font: 20px/26px 'Tauri', Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #CD8025;
	font: italic 18px/32px 'Tauri', Arial, Helvetica, sans-serif;
}
.subtitle2 {
	color: #05A;
	font: 16px/24px 'Tauri', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.subtitle3 {
	color: #CD8025;
	font: 18px 'Tauri', Arial, Helvetica, sans-serif;
}
.subtitle2 a, a.subtitle2 {
	color: #05A;
	text-decoration: none;
}
.alertText {
	color: #F00;
}
.largeCopy {
	font-size: 18px;
}
.smallCopy {
	font-size: 12px;
}
.colorTxt, .txt-color {
	color: #CD8025;
}
.horizontal, .horizontalClear {
	border-top: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.horizontalClear {
	clear: both;
}

.nowrap, .tel {
	white-space: nowrap;
}
.buttons {
	margin: 0 0 20px 0;	
}
.floatRight, .right {
	float: right;
}
.floatLeft, .left {
	float: left;
}
.right.half, .left.half {
	width: 48.04687%; /* 492/1024 */
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-top {
	vertical-align: top;
}

 
/************ allow video & maps to resize  **************/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 

/* tables */
#content table {
	width: 100%;
	margin: 0px 0px 16px;
	border-collapse: collapse;
}
table td, table th {
	border-collapse: collapse;
	font-size: 12px;
}
table.tablePad td {
	padding: 0px 10px 10px 0px;
} 



/* footer cta (closing) */

.footer-cta {
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	font-family: "Tauri", Arial, Helvetica, sans-serif;
	background:#EEE;
	border: solid 1px #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.footer-cta .cta-shout {
	font-size: 1.571em;
	color: #05437E;
}
.footer-cta.side .cta-shout {
	font-size: 1.500em;
}
.footer-cta span {
	font-size: 1.071em;
	color: #5C5C5C;	
	margin-bottom: 15px;
	display: block;
}
.footer-cta p.cta-small {
	padding-bottom: 0px;
	font-size: 1em;
	color: #05437e;
}
.footer-cta.side {
	/*margin: 18px 6px 0 15px;*/
	margin: 18px 0 0 0;
	text-align: left;
	/*font-size: 12px;*/
}


/* misc */
.hidden {
		overflow: hidden;
}
.listbox ul + ul {
	margin: 0 0 0 60px;	
}

/* contact - form */
.contact-form, .nf-form-cont {
	padding: 5px 12px 2px;
	/*margin: 0 6px 0 15px;*/
	margin:0;
	color: #248;
	font-size: 12px;
	line-height: 1.1;
	border: solid #CCC 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	background: #eef3f7;
background: -moz-linear-gradient(top, #eef3f7 0%, #dae2ec 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #eef3f7), color-stop(100%, #dae2ec));
background: -webkit-linear-gradient(top, #eef3f7 0%, #dae2ec 100%);
background: -o-linear-gradient(top, #eef3f7 0%, #dae2ec 100%);
background: -ms-linear-gradient(top, #eef3f7 0%, #dae2ec 100%);
background: linear-gradient(to bottom, #eef3f7 0%, #dae2ec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f7', endColorstr='#dae2ec', GradientType=0 );
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(192,199,208,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(192,199,208,1);
box-shadow: inset 0px 0px 5px 0px rgba(192,199,208,1);
}
.nf-form-title {
	display: none;
}
.nf-form-wrap {
	background-image:url(../images/drawing.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 85px;
	font-size: 12px;
	line-height: 1.1;
}
.page-id-19 .nf-form-wrap {
	background-image: none;
	padding-top: 0px;
}
.nf-before-form-content {
	padding: 0;
	margin: 0 0 5px;
}
.nf-field-container{
	margin-bottom: 10px !important;
}
.label-left .nf-field-label {
	display: inline-block !important;
	width: 25% !important;
	text-align: left !important;
}
.nf-field-element {
	width: 73%;
}
.nf-form-fields-required {
	padding-top: 10px;	padding-bottom: 10px;
}
#nf-field-23-wrap, #nf-field-9-wrap .nf-field-element, #nf-field-4-wrap .nf-field-element {
	width: 100%;
}
.nf-field-element textarea {
	height: 100px !important;
}
.nf-field-container.submit-container {
	text-align: center;
}
.nf-field-container.submit-container input {
	margin: auto;
	width: 70%;
	font-family: 'Tauri', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	color: #05A;
	text-shadow: 1px 1px 1px #e7d3bb;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: solid 1px #be9a71;
	box-shadow: none;
	background: #e7d3bb;
background: -moz-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e7d3bb), color-stop(100%, #d4af85));
background: -webkit-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -o-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: -ms-linear-gradient(top, #e7d3bb 0%, #d4af85 100%);
background: linear-gradient(to bottom, #e7d3bb 0%, #d4af85 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d3bb', endColorstr='#d4af85', GradientType=0 );
}

.nf-field-container.submit-container input:hover {
	color: #FFF;
	text-shadow: 1px 1px 1px #06427E;
	border: solid 1px #06427E;
	background: #2c84bf;
background: -moz-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c84bf), color-stop(100%, #0055aa));
background: -webkit-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -o-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: -ms-linear-gradient(top, #2c84bf 0%, #0055aa 100%);
background: linear-gradient(to bottom, #2c84bf 0%, #0055aa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c84bf', endColorstr='#0055aa', GradientType=0 );
}
.progress {
    height: 10px !important;
    margin-bottom: 10px !important;
    background-color: #CCC !important;
	margin-top: -15px !important;
}
.nf-form-errors {
	text-align: center;
	margin: 5px auto 10px;
}

/* sidebar*/
.sidebar-list {
	margin: 20px 0 0 0;
	color: #248;
}
.sidebar-list p {
	text-align: center;
	font-family: "Tauri", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.4;
}
.sidebar-list ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.sidebar-list ul li {
	list-style-image: url(../images/arrow.gif);
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 8px 2px;
	line-height: 1.4;
	font-size: 13px;
}

/* About Us */
.about-us img.floatRight {
	margin: 0 0 10px 10px;
}
.about-us img.floatLeft {
	margin: 0 10px 10px 0;
}
/* News */
ul.newsList {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.newsList li {
	border-top: 1px solid #CCC;
	padding: 15px 0;
	margin: 0;
	list-style: none;
}
ul.newsList li p {
	padding: 0;
	margin: 0;
}
span.date {
	font: 400 14px/20px 'Tauri',Arial,Helvetica,sans-serif;
	color: #248;	
	margin-right: 10px;
}
span.headline a:link, span.headline a:visited {
    font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
/*Paginate---------------------------*/
.page-numbers {
	margin: 10px 0;
	padding: 10px 0 0 ;
	list-style: none;
	line-height: 1;
	border-top: 1px solid #CCC;
}
.page-numbers li {
	display: inline-block;
	margin: 0 2px;
}
span.page-numbers {
	border: 1px solid #CCC;
	display: block;
	background-color: #EEE;
	padding: 4px 7px;
	
}
a.page-numbers {
	border: 1px solid #CCC;
	display: block;
	padding: 4px 7px;
	text-decoration: none;
}
a.page-numbers:hover {
	background-color: #333;
	color: #FFF;
	border: 1px solid #333;
}

/* CTA */
#ctaOverhang {
	position: absolute;
	z-index: 500;
	margin: 0px 0px 0px 730px;
	padding: 0px;
}
#ctaOverhang img {
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(90, 90, 90, .4);
	box-shadow: 5px 5px 5px 0px rgba(90, 90, 90, .4);
}

/* TO CLEAR FLOATS */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 5px;
     line-height: 0px;
}
.clearLeft {
	clear: left;
}
