@charset "utf-8";
@import url(/fonts.googleapis.com/css?family=Cabin+Condensed);
@import url(/fonts.googleapis.com/css?family=Titillium+Web:400,700,600);
@import url(/fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(/fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#1d2877;
	font-family:"Open Sans", Arial, Tahoma, Geneva, sans-serif;
	letter-spacing:-0.5px;
	padding:0;
	margin:0 !important;
}
#content {
	width:960px;
	margin:0px auto;
	margin-top:10px;
	background-color:#566bcf;
	box-shadow:0px 0px 3px #111;
	overflow: hidden;
	padding:10px;
	box-shadow:0 5px 5px #233577;
	background-image:url(images/bg-content.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#content-block {
	background-color:#FFF;
	overflow: hidden;
	padding:10px;
}
#header,#footer,#nav {
	display:block;
	clear:both;
}
#header {
	padding:2em 0;
	background-image:url(images/bg-head.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#header-block {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header-block .logo {
}
#header-block .info {
	text-align:right;
}
#header-block .info h3 {
	text-align:right;
	font-size:20px;
	color:#E6862C;
}
#header-block .info h3 span {
	font-family:'Open Sans',Arial,sans-serif;
	font-weight:300;
	font-size:16px;
	color:#FFF;
}
#header-block p{
    margin: 0;
}
#header-block p a {
	display:inline-block;
	height:112px;
	width:352px;
	text-indent:-9999px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
#nav {
	background-color:#d0d2d2;
	padding:0 5px;
	border-bottom:1px solid #FFF;
	box-shadow:0 5px 5px #233577;
}
#nav-block {
	width:960px;
	margin:0 auto;
}
#footer {
	background-color:#6074cd;
	margin-top:10px;
	height:auto;
	box-shadow:0 -5px 5px #233577;
}
#footer-divider {
	height:10px;
	background-image:url(images/bg-foot-bar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#677dd8;
	border-bottom:1px solid #7890fa;
}
#footer-block {
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
#footer-block div.block {
	float:left;
	padding:5px 10px 10px;
	margin:10px 10px 10px 0;
	background-color:#FFF;
	min-width:180px;
	border:1px solid #a3b4fc;
	background-image:url(images/bg-foot-block.jpg);
	background-repeat:repeat-x;
	border-radius:5px;
}
#footer-block div.block a {
	text-decoration:none;
}
#footer-block div.block.copyright {
	float:right;
	margin:10px 0 10px 10px;
	background-color:#FFF;
	min-width:180px;
	border:none;
	background:none;
	border-radius:0;
	text-align:right;
	padding:40px 0;
}
#footer-block div.block.copyright p {
	margin:0;
	color:#b5c2fe;
}
#footer-block div.block.copyright p.branches {
	margin-top:10px;
	font-size:12px;
}
#footer-block div.block.copyright p.branches a {
	padding:4px 10px;
	background-color:#b5c2fe;
	color:#677dd8;
}
#footer-block div.block.copyright p.branches a:hover, #footer-block div.block.copyright p.branches a.selected {
	color:#000;
}
#footer-block div.block h4 {
	font-size:18px;
	color:#FFF;
	margin-bottom:10px;
}


#footer-block div.block.nav {
	background:none;
	border:none;
	padding-top:30px;
}
#footer-block div.block.nav ul.foot-nav {
	list-style:none;
	overflow:hidden;
}
#footer-block div.block.nav ul.foot-nav li {
	float:left;
}
#footer-block div.block.nav ul.foot-nav li a {
	color:#B5C2FE;
	font-size:14px;
	padding:5px 10px;
}



#footer-block div.block ul.list li {
	list-style:none;
}
#footer-block div.block ul.list li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #A3B4FC;
	padding:3px 0;
}
#footer-block div.block ul.list li a:hover {
	border-bottom:1px solid #FFF;
}

.notification {
	margin-bottom:10px;
	padding:8px;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
	font-size:12px;
}
.notification p.info {
	font-size:11px;
	color:#EEE;
}
.notification.red {
	background-color:#972422;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4 {
	font-family:"Titillium Web",Arial,sans-serif;
	font-weight:600 !important;
}

h1 {
	font-size:32px;
	color:#e6862c;
}
h1 span.mini {
	font-size:22px;
}
h2 {
	font-size:22px;
	color:#999;
	letter-spacing:-1px;

}
.colorclass {
	color:#3b5998;
}

h4 {
	font-size:14px;
	color:#e6862c;
	letter-spacing:-1px;}
p {
	margin:1em 0;
	font-size:14px;
	color:#000;
}
a {
	color:#e6862c;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	margin:15px 0;
	border-bottom:2px dotted #DDD;
}
img.content-image {
	padding:5px;
}

/*BODY SIZES*/
.body-half {
	width:590px;
	float:left;
	padding-right:10px;
}
.body-full {
	width:940px;
}
.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
	background-color: #D7DBAA;
    background-image: url("images/bg-sidebox.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*OTHER*/
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}

/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #e6862c;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select {
	padding:4px 2px;
	font-size:12px;
}
input[type="text"],input[type="password"],textarea {
	background:url(images/form_bg.jpg) repeat-x;
	background-color:#FFF;
	padding:4px 2px;
	border:2px solid #CCC;
	height:25px;
	color:#000;
}
select {
	background-color:#e6862c;
	padding:4px 2px;
	border:1px solid #446a86;
	color:#446a86;
}
input[type="submit"] {
	background-color:#e6862c;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 35px;
	text-shadow:0 1px 0 #036;
	cursor:pointer;
	text-shadow:0 -1px 0 #e6862c;
}
input[type="submit"]:hover {
	background-color:#666;
	text-shadow:0 1px 0 #000;
}
input[type="submit"]:active {
	box-shadow:inset 0px 0px 5px #000;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%; 
}
.coltable.padcol .col {
	padding:10px;
	box-sizing:border-box;
}
.coltable .col {
	display:table-cell;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable.col2 .col,
.coltable .col.w50 {
	width:50%;
}
.coltable .col.pad15 {
	padding:15px;
}
.coltable .col.center {
	text-align:center;
}
.coltable img {
	max-width:100%;
	width:100%;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Loader*/
#load_contact {
	display:none;
	margin-left:5px;
}

/*HTML Box*/
.content-holder {
	overflow:hidden;	
}
.content-holder .holder, .content-holder .divider {
	float:left;
	text-align:justify;
}
.content-holder .holder.w50 {
	width:390px;
}
.content-holder .holder.w75 {
	width:585px;
}
.content-holder .holder.w25 {
	width:195px;
}
.content-holder .divider {
	width:20px;
}

/*Contact Form / Map*/
.contact-container {
	overflow:hidden;
}
.contact-container .contact-form, .contact-container .contact-map {
	width:400px;
	float:left;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:400px;
	height:210px;
	border-radius:5px;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none;
	overflow:hidden;
}
ul.gallery-list li {
	float:left;
	width:236px;
	padding:10px;
	margin:5px;
	background-color: #EEE;
	border-radius:5px;
}
ul.gallery-list li h3 {
	font-size:18px;
	letter-spacing:-1px;
	color:#e6862c;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#e6862c;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	background-color:#6074CD;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#e6862c;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
ul.form {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
}
ul.form li.field {
	display:block;
	margin:1px 0;
	clear:right;
}
ul.form.float li.field {
	float:left;
	margin-right:15px;
}
ul.form li.field.submit {
	margin-top:15px;
}
ul.form li.field.submit-links {
	margin-top:23px;
}
ul.form li.field label, ul.form li.field input, ul.form li.field select, ul.form li.field textarea {
	display:block;
}

ul.form li.field label {
	display:block;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
ul.form li.field em {
	color:#C00;
}

ul.form li.field input, ul.form li.field textarea, ul.form li.field select {
	font-family:Arial,sans-serif;
	border:1px solid #999;
	padding:3px 4px;
	color:#999;
	font-size:12px;
	border-radius:2px;
}
ul.form li.field textarea {
	padding:5px 4px;
}
ul.form li.field select {
	padding:7px 4px;
}
ul.form li.field input:focus, ul.form li.field textarea:focus, ul.form li.field select:focus {
	color:#000;
	border:1px solid #3FA9F5;
}
ul.form li.field p.value {
	font-size:12px;
	color:#999;
	margin:0;
	padding-top:8px;
}
ul.form li.field input[type=submit] {
	background-color:#4e7a9b;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	text-shadow:0 1px 0 #036;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 -1px 0 #e6862c;
}
ul.form li.field input[type=submit]:hover {
	background-color:#666;
}
ul.form li.field input[type=submit]:active {
	box-shadow:inset 0px 0px 5px #000;
}
ul.form li.field textarea.full {
	width:97%;
	display:block;
	padding:1%;
	min-height:200px;
}
ul.form li.field p.caption {
	font-size:11px;
	color:#999;
	margin:0.5em 0 0;
	font-weight:normal;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}


/*Branches*/
div.branches {
	overflow:hidden;
}
div.branches .block {
	padding:15px;
	border:2px solid #D8D8D8;
	background-color:#EEE;
}
div.branches .map {
	width:100%;
	height:200px;
	box-sizing:border-box;
	border:2px solid #F8F8F8;
	margin:0 0 1.5em;
}
div.branches p.address {
	font-size:16px;
	font-style:italic;
	margin-top:0;
	color:#999;
}
div.branches p.contact {
	font-size:14px;
	margin:0;
}
div.branches p.contact span {
	font-weight:bold;
	color:#999;
	padding-right:5px;
}
div.branches a {
	color:#000;
}
div.branches p.contact.top {
	margin-top:0.5em;
	padding-top:0.5em;
	border-top:1px dotted #CCC;
}
div.branches table.hours {
	font-size:14px;
}
div.branches table.hours td.day {
	font-weight:bold;
	color:#999;
}

/*Home Links*/
.branch-links {
	overflow:hidden;
	margin:1.5em 0;
}
.branch-links .block {
	
}
.branch-links .block.last {
	border-right:0;
	width:470px;
	padding-right:0;
	margin-right:0;
}
.branch-links .block .image {
	width:180px;
	float:left;
}
.branch-links .block .info {
	width:250px;
	float:left;
	padding-left:10px;
	padding-top:40px;
}
.branch-links .block .info * {
	margin:0;
}
.branch-links .block .info h2 {
	margin:0;
}
.branch-links .block .info h2 a {
	color:#E6862C;
	text-decoration:none;
}
.branch-links .block .info h3 {
	color:#999;
	font-size:18px;
	margin:0;
	margin-bottom:5px;
}
.branch-links .block .info p {
	font-style:italic;
	color:#999;
}

/*Report*/
.report {
	padding:15px;
	border:3px solid #CCC;
	margin:1em 0;
}
.report h2 {
	color:#E6862C;
	border-bottom:3px solid #CCC;
	padding-top:5px;
}
.report.rep1 h2 {
	background-image:url(images/report-1.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.report.rep2 h2 {
	background-image:url(images/report-2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.report.rep3 h2 {
	background-image:url(images/report-3.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}


/*Team Members*/
.team-member {
	overflow:hidden;
	background-image:url(images/bg-team.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
}

.info-container {
	padding:10px;
	background-color:#677DD8;
	width:450px;
	font-size:10px;
	color:#d1d9ff;
	font-style:italic;
}

@media screen and (max-width:800px) {
	#content,
	#content-block,
	#nav-block,
	#nav,
	#header-block,
	#footer-block,
	.body-full {
		width:100%;
		box-sizing:border-box;
	}
	#content {
		padding:10px 0;
	}
	ul.menu .menulink {
		font-size:14px !important;
	}
	#nav {
		padding:0;
	}
}
@media screen and (max-width:600px) {
	.coltable .col {
		width:100% !important;
		display:block !important;
	}
	ul.menu {
		display:block;
	}
	ul.menu .menulink {
		width:100%;
		border:none;
		border-top:1px solid #EEE;
	}
	#header-block .info h3,
	#header-block .info {
		text-align:center !important;
	}
	#header-block .logo h1 {
		text-align:center;
		padding-bottom:20px;
	}
	#header-block h1 a {
		padding:0 40px;
		width:100%;
		box-sizing:border-box;
	}
	#footer-block div.block.copyright,
	#footer-block div.block,
	.info-container {
		margin:0;
		box-sizing:border-box;
		width:100%;
		min-width:0;
		text-align:center;
	}
}