/*About Us Page Styles*/
div.sec-pages {
	text-align: left;
	width: 872px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 30px 0;
}

div.sec-pages p a, div.sec-pages p em, div.sec-pages ul li a {
	text-decoration: none;
	color: #515151;
	font-family: "MuseoSans-700", sans-serif;
}

div.about p a, div.sec-pages ul li a {
	border-bottom: 1px solid #515151;
}

div.sec-pages p em {
	font-style: normal;
}

aside.about-us {
	width: 350px;
	float: right;
	text-align: left;
	margin: 35px 0 0 30px;
	height: 1350px;
}

div.top aside.about-us {
	margin-bottom: 50px;
}

aside.about-us img {
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
	border: 7px solid #fff;
	margin-bottom: 8px;
}

aside.about-us p.about-caption {
	font-size: 13px;
	line-height: 20px;
	color: #135b93;
	padding-bottom: 0;
}

aside.about-us blockquote p {
	line-height: 22px;
	width: 320px;
	height: 95px;
	padding: 42px 20px 0 0;
	background: url(../images/bg-about-comment.gif) no-repeat;
	margin: 30px 0 40px 0;
}

div.top aside.about-us blockquote p {
	margin: 30px 0 30px 0;
}

div.about p, div.about ul li {
	font-size: 14px;
	line-height: 24px;
}

div.about p, div.about ul {
	padding-bottom: 25px;
	list-style-type: disc;
}

div.about ul li {
	margin-left: 18px;
}

div.about h4 {
	font-size: 20px;
	color: #135b93;
	padding-bottom: 3px;
	padding-top: 35px;
}

div.about p.last {
	padding-bottom: 10px;
}

/*Contact Page Styles*/
img.social {
	position: absolute;
	top: 50px;
}

img.twitter {
	right: 0;
}

img.facebook {
	right: 82px;
}

div.sec-pages h3 {
	font-size: 23px;
	color: #135b93;
	padding-bottom: 5px;
}

p.intro-text {
	font-size: 14px;
	line-height: 22px;
}

/*Contact form styles*/
form {
	margin: 30px 0 0 0;
}

form fieldset {
	width: 425px;
	float: left;
}

fieldset.message {
	margin: 42px 0 0 20px;
}

.contact-form {
	width: 600px;
}

.contact-form fieldset {
	width: 100%;
}

form fieldset input, form fieldset textarea {
	font-family: sans-serif;
	width: 415px;
	font-size: 14px;
	color: #34495e;
	background: #f2f2f2;
	padding: 12px 0 12px 6px;
	border: 2px solid #bdc3C7;
	margin-bottom: 30px;
	border-radius: 3px;
	-webkit-appearance: none;
	appearance: none;
}

form textarea {
	height: 174px;
	overflow: auto; /*Removes scroll bars in IE until they are required*/
	resize: none; /*Prevent ugly resize marks*/
}

.contact-form input, .contact-form textarea {
	width: 98.5%;
}

form label {
	display: block;
	padding-bottom: 9px;
}

form label.help {
	width: 100%;
	float: left;
	margin-top: 3px;
}

select {
	margin-bottom: 30px;
}

select:focus {
	outline: none;
}

.fancy-select {
	font-family: sans-serif;
	font-size: 14px;
	color: #34495e;
	padding: 10px 0 10px 6px;
	border: 2px solid #bdc3C7;
	border-radius: 3px;
	line-height: 23px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #f2f2f2 url(/images/select-arrow.svg) 98% center no-repeat;
	background-size: 3.5%;
	width: 100%;
}

form fieldset input:hover, form fieldset textarea:hover {
	border-color: #3398db;
}

form fieldset input:focus, form fieldset textarea:focus {
	border-color: #3398db;
	outline: none;
}

.fancy-select:hover {
	border-color: #3398db;
	outline: none;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	width: 101px;
	height: 41px;
	padding: 0;
	margin: 0;
	float: right;
}

/*New 2024 style button*/
.contact-form .send {
	border-radius: 3px;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #1673d5;
	color: white;
	padding: .8em 1.2em;
	font-size: 1.1em;
	margin-top: 30px;
	width: auto;
}

form p {
	clear: left;
	color: #135b93;
}

/*Styles for jQuery Validation Prompts*/
form div {
	position: relative;
}

form label.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	color: #dd0707;
	display: inline;
	position: absolute;
	right: 0;
	top: 2px;
}

div.contact p.intro-text {
	padding-bottom: 20px;
}

/*How to find us section*/
p.contact-details {
	line-height: 24px;
	padding: 20px 0;
}

a.view-map:focus {
	outline: none;
}

div#google-map {
	width: 415px;
	height: 282px;
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
	border: 7px solid #fff;
	background: #fff;
	position: absolute;
	right: 0;
	top: 47px;
}

p.map-note {
	color: #135b93; 
	position: absolute;
	left: 442px;
	bottom: 180px;
}

/*Contact Success / Failed / 404 Page*/
div.message {
	height: 700px;
}

div.message h3 {
	font-size: 25px;
	color: #135b93;
	padding: 35px 0 10px 0;
}

div.message p em {
	font-family: "MuseoSans-700", sans-serif;
}

div.message a {
	font-family: "MuseoSans-700", sans-serif;
	color: #515151;
}

div.message p.intro-text {
	font-size: 16px;
	line-height: 26px;
	width: 780px;
	margin: 0 auto 30px auto;
}