@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
	padding: 0;
}
#maincontent {
	margin: 0 auto;
	width: 90%;
	text-align: left;
	padding: 0;
	background: #ffffff;
}
.print {
	display: block;
}
.noprint {
	display: none;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #00adef;
}
.logo {
	float: left;
	margin: 30px 0 0 30px;
}
.logo h3 {
	font-size: 65%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #c42032;	
}
.strapline {
	float: right;
	text-align: right;
}
.strapline h2 {
	color: #2a6269;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 20px;
	margin: 0;
	line-height: 110%;	
}
.strapline .tel-label {
	color: #373942;
	font-weight: normal;
}
.strapline .tel-num {
	color: #373942;
	font-weight: bold;
}
.strapline h2 a {
	color: #373942;
}


#contentarea {
	margin: 0;
	width: 605px;
	padding: 0;
	margin: 10px auto;
}
#footerpanel {
	padding: 30px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
}

#footer p {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0 10px 0 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: CabinLight, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}
/************************* MENU ***********************/
#menu {
	display: none;
}


/************************* Normal text styles ************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 160%;
	line-height: 120%;
	color: #2a6269;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	color: #2a6269;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #373942;
	margin: 8px 0 5px 0;
	line-height: 120%;
}
p, li {
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 130%;
	/*line-height: 130%;*/
}
li li {
	font-size: inherit;
}
li {
	/*margin-bottom: 3px;*/
}
a, a:link, a:hover, a:active {
	color: #c42032;
	text-decoration: none;
	font-weight: normal;
	font-family: inherit;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	border: 1px solid #000000;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.contact-address {
	display: block;
	border: 1px dashed #e7e7e7;
	background: none;
	padding: 10px;
	margin: 0 0 10px 0;
}
/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	background: #ffffff;
	color: #020202;
	-moz-box-shadow: inset -2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset -2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: inset -2px 2px 2px rgba(0,0,0,0.3);
	font-family: SourceSansProLight, Arial, Helvetica, sans-serif;
	border: 1px solid #d2d4d7;
	width: 300px;
	height: 20px;
	margin: 0 0 2px 0;
	font-size: 90%;
}
form.standard textarea { 
	font-family: SourceSansProLight, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 1.5em;
	margin: 0 0 0 0;
}
form.standard label {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	margin-right: 10px;
	display: block;
	padding-top: 4px;
	text-align: right;
	width: 150px;
}
form.small label {
	width: 240px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 240px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}

form.small input.checkbox {
	
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 1.2em 0 1.2em 0;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #c42032;
	width: 10em;
	height: 21px;
	text-align: center;
}
.down {
	background: #010202;
	color: #ffffff;
}
.downred {
	background: #c42032;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #737373;
	background: #ffffff;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #474747;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}


/*=================Carousel and News ticker==========================*/

#home_image_container {
	display: none;
}


/*------ News and calendar etc ----------*/
.newsstory {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.newsstory_sel {
	background: rgb(230,230,230); /* fallback color */
	background: rgba(230,230,230, 0.8);
}
.newsstorydate {
	font-size: 70%;
	color: #464646;
	padding-top: 3px;
}
.newsstoryheadline {
	color: #0038d8;
}
.newsstory p, .newsstory_sel p {
	
}
.newsstory a, .newsstory_sel a {
	color:#00adef;
}

.redhighlight {
	color: #c42032;
	font-weight: bold;
}
.calltoaction {
	background: #c42032;
	border: 4px solid #000000;
	padding: 10px;
	margin: 5px 0;
	clear: both;
	width: 94%;
}
.calltoaction p {
	color: #ffffff;
	font-size: 110%;
}
.testimonial {
	float: right;
	width: 290px;
	margin: 0 0 10px 25px;
	border: 1px solid #5b6766;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.testimonial p {
	font-size: 80%;
	color: #333333;
	font-style: italic;
	margin: 8px 0 3px 0;
}
.testimonial .test-name {
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.testimonial .test-company {
	font-style: normal;
	color: #000000;
}