/*
  Override default refinery application CSS below.
  Formatting applies to all frontend.
*/
body {
	background: #4b618a url(/images/background.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #2d73d8;
}
a:hover, a:active {
	color: #bb7904
}


h1, h2, h3 {
	color: #4a5f8b;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.9em 0 0.7em;
}
h1 a, h2 a {
	color: #4a5f8b;
	text-decoration: none;
}

h3 {
  font-size: 18px;
}

#page_container, footer {
	width: 960px;
	text-align: left;
	margin: 30px auto 20px;
	padding: 22px 0 30px;
}
#page_container {
	background: #fff;
}

#page_container > header, #page {
	width: auto;
	margin: 0 30px;
}

footer {
	color: #fff;
	font-size: 11px;
	margin: 20px auto; padding: 0;
	position: relative;
}
footer a {
	color: #fff;
}
#powered {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

header h1 {
	float: left;
	background: url(/images/logo.gif) no-repeat;
	margin: 8px 0 5px;
}
header h1 span {
	visibility: hidden;
}
header h1 a {
	text-decoration: none;
	display: block;
	height: 90px;
}
header form {
	float: right;
}

header nav {
	clear: both;
	border-bottom: 5px solid #fda50a;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 30px;
}

.menu ul {
	margin-right: 5px;
	font-size: 0px;
}

.menu li {
	float: none;
	display: inline-block;
	*display: inline;
	line-height: 25px;
	font-size: 12px;
	margin: 0;
	position: relative;
	height: 41px;
	margin-bottom: -16px;
	margin-right: 5px;
	zoom: 1;
	background: none;
}

.menu .s1,
.menu .s2 {
	display: none;
	background: url(/images/nav-shadow.png) no-repeat;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 1px;
}

.menu li:hover {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #fff;
	z-index: 9999;
}

.menu li:hover li {
  border: none;
  margin-top: 0;
}

.menu > ul > li.selected .s1,
.menu > ul > li:hover .s1 {
	display: block;
	left: -7px;
}
.menu > ul > li.selected .s2,
.menu > ul > li:hover .s2 {
	display: block;
	right: -7px;
	background-position: -7px 0;
}

.menu > ul > li > a {
	display: block;
	*display: inline;
	zoom: 1;
	height: 41px;
	padding: 0 7px;
}
.menu > ul > li.selected,
.menu > ul > li:hover {
	background: #f0f0f0; /* old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 87%, #f0f0f0 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(87%,#f0f0f0)); /* webkit */
}

.menu a {
	text-decoration: none;
	color: #bb7904;
}
.menu > ul > li.selected > a,
.menu > ul > li:hover > a {
	background: url(/images/tab-bottom.gif) bottom repeat-x;
}
.menu li.selected > a,
.menu li:hover > a {
	color: #000;
}

.menu li.selected > a {
  font-weight: normal;
}

.menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin: -11px 0 0;
	background: #f1f1f1;
	min-width: 174px;
	text-align: left;
	padding: 10px 0;
	z-index: 99999;
}
.menu li .ds {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin: -11px 0 0;
	z-index: 99999;
}
.menu .ds .s3 {
	width: 100%;
	height: 5px;
	background: #000;
	position: absolute;
	height: 100%;
	padding-top: 5px;
	top: 0;
	left: -5px;
	z-index: -1;
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=10)";
}
.menu li .ds ul {
	position: static;
	margin: 0;
}
.menu li:hover ul,
.menu li:hover .ds {
	display: block;
}
.menu li li {
	display: block;
	padding: 6px 14px;
	background: none;
	height: auto;
	min-width: 146px;
	margin: 0;
	line-height: 1;
}
.menu li li:hover {
	background: #dfdfdf;
}
.menu li li a {
	height: auto;
}

#search {
	background: #eff2f6 url(/images/search.gif) 13px center no-repeat;
	padding: 7px;
	padding-left: 40px;
	border: 1px solid #e0e0e0;
	border-width: 1px 0 1px;
}
#search input {
	width: 169px;
	line-height: 20px;
	padding: 0;
	-webkit-appearance: textfield;
}
#search button {
	border: none;
	color: #3476d5;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0; padding: 0;
	background: none;
	margin: 0 4px;
}

#body_content {
	border: 1px solid #e0e0e0;
	border-width: 1px 0 1px;
	line-height: 1.5;
}

#body_content_left {
	float: left;
	width: 549px;
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
	margin: 0;
}
#body_content_left h1 {
	color: #353535;
	padding: 0 20px 0 0;
	margin: 23px 0 17px 0;
}
#body_content_left {
	padding-bottom: 120px;
}
#body_content_left img {
	border: 5px solid #aab8cd;
	margin: 11px 15px;
}
#body_content_left img.image-align-left {
	margin-left: 0;
}
#body_content_left img.image-align-right {
	margin-right: 0;
}
#body_content_right {
	width: 330px;
	border-left: 1px solid #e0e0e0;
	margin-left: -1px;
	padding-bottom: 30px;
}

#callout {
	margin: 26px 0;
	font-size: 18px;
	font-family: Georgia, serif;
	line-height: 1.2;
	color: #4a608c;
	background: #eff2f6;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
}
#callout .inner {
	padding: 0;
	margin: 27px 35px 29px 30px;
}

#address {
	background: #eff2f6;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
	margin: 26px 0;
}
#address .inner {
	margin: 23px 30px 37px;
}


#body_content_left.news {
	padding-top: 4px;
}

article h1 {
	font-size: 18px;
}
article .publish-date {
	color: #959595;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: -5px;
}

article.news_item_truncated {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}

.news article {
	border: none;
	padding: 0;
}

.news-back {
	text-decoration: none;
}

.news-back:before {
	content: '\00ab\00a0';
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -1.5px;
}


#body_content_right nav {
	border-left: 1px solid #e0e0e0;
	margin-left: -1px;
}

#body_content_right h1 {
	font-size: 15px;
	margin: 23px 0 0;
}
#body_content_right section p {
	margin: 12px 0 0;
}
#body_content_right nav ul {
	margin: 12px 0 0 30px;
	padding: 0;
}
#body_content_right nav h1 {
	margin: 23px 30px 0;
}

#body_content_right nav li {
	list-style: none;
}

#body_content_right nav a {
	display: block;
	text-decoration: none;
}
#body_content_right nav .selected a {
	font-weight: bold;
	color: #bb7904;
}

#new_inquiry button {
	font-size: 1em;
	background: #2e73da;
	border: none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	padding: 0.4em 1.5em;
}
button::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

#google-map {
	display: block;
	width: 100%;
	border: 1px solid #e0e0e0;
}

#search_results a {
	color: #4a5f8b;
	text-decoration: none;
}
#search_results a:hover {
	color: #bb7904;
}
#search_results li {
	padding: 10px 0;
}

#search_results mark {
	color: inherit;
	background: #ffff91;
	padding: 0.1em 0.2em;
	margin: 0 -0.2em;
}