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

/* FONTS */
@font-face {
    font-family: 'robotoblack';
    src: url('/includes/fonts/Roboto-Black-webfont.eot');
    src: url('/includes/fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-Black-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-Black-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('/includes/fonts/Roboto-Regular-webfont.eot');
    src: url('/includes/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight_italic';
    src: url('/includes/fonts/Roboto-LightItalic-webfont.eot');
    src: url('/includes/fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('/includes/fonts/Roboto-Light-webfont.eot');
    src: url('/includes/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('/includes/fonts/Roboto-Medium-webfont.eot');
    src: url('/includes/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('/includes/fonts/Roboto-Bold-webfont.eot');
    src: url('/includes/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/includes/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/includes/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 0.95em;
	font-family: robotolight, Arial, Helvetica, sans-serif;
	background: #838183 url('/img/bg.jpg') top center no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
	padding: 0;
}
#maincontent {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0;
	background: #ffffff;
	
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.6);	
}
.print {
	display: none;
}
.noprint {
	display: block;
}

#header {
	width: 980px;
	padding: 0;
	margin: 0;
	color: #2a6269;
	height: 124px;
	background: url('/img/header_stripe.png') top left no-repeat;
}
.logo {
	float: left;
	margin: 35px 0 0 20px;
}
.strapline {
	float: right;
	text-align: right;
}
.strapline h2 {
	color: #2a6269;	
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 20px;
	margin: 0;
	line-height: 140%;	
}
.strapline .strong {
	font-family: robotobold, Arial, Helvetica, sans-serif;
}
.strapline .tel-label {
	color: #373942;
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.strapline .tel-num {
	color: #373942;
	font-family: robotobold, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
.strapline h2 a {
	color: #373942;
}



#contentarea {
	margin: 0;
	width: 525px;
	padding: 0;
	margin: 30px 20px 0 0;
	float: right;
}
#footerpanel {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	color: #2a6269;
	background: #ffffff url('/img/footer_stripe.png') top left no-repeat;
	height: 110px;
}

#footer {
	width: 600px;
	margin: 0 10px 0 365px;
	padding-top: 75px;
}

#footer p {
	font-size: 0.6em;
	font-family: robotolight, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	padding: 0 0 0 10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #2a6269;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: robotolight, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #2a6269;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}
/************************* MENU ***********************/
#menu {
	width: 276px;
	background: none;
	padding: 0;
	margin: 40px 10px 10px 20px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-top: 0;
	/*new centering stuff */
	position: relative;
	width: 276px;
	height: 38px;
	margin-bottom: 10px;
}
/*new centering stuff */
#menu ul li .menuitem {
	position: absolute; 
	display: table; 
}
/*end of centering stuff */
#menu ul a, #menu ul a:link, #menu ul a:visited {
	display: block;
	font-family: robotoregular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	/*padding: 10px 6px 6px 123px;*/
	margin: 0;
	width: 276px;
	height: 38px;
	background: url('/img/menu-item-norm.png') top left no-repeat;
	
	/*new centering stuff */
	display: table-cell;
	vertical-align: middle;
	text-align: left; 
	padding: 0 5px 5px 10px;
	line-height: 100%;
	height: 34px;
}
#menu ul a:hover, #menu ul a:active {
	color: #ffffff;
	background: url('/img/menu-item-hi.png') top left no-repeat;
}
#menu ul a.selected {
	color: #ffffff;
	background: url('/img/menu-item-hi.png') top left no-repeat;
}

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

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

h2 {
	font-family: robotolight, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	color: #2a6269;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 120%;
	font-family: robotolight, 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: #2a6269;
	text-decoration: none;
	font-weight: normal;
	font-family: robotobold, Arial, Helvetica, sans-serif;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 70%;
	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: #2a6269;
	width: 10em;
	height: 21px;
	text-align: center;
}
.down {
	background: #373942;
	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: #15373b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255c63), to(#15373b));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #255c63, #15373b);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #255c63, #15373b);
	/* IE 10 */
	background: -ms-linear-gradient(top, #255c63, #15373b);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #255c63, #15373b);
	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: #2a6269;
	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 {
	width: 526px;
	border: none;
	margin: 0 0 15px 0;
	float: right;
	height: 252px;
	overflow: hidden;
	background: #295c62;
	/* Gradient stuff */
	background-attachment: fixed;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#295c62), to(#16363a));
	background-image: -webkit-linear-gradient(top, #295c62, #16363a); 
	background-image:    -moz-linear-gradient(top, #295c62, #16363a);
	background-image:     -ms-linear-gradient(top, #295c62, #16363a);
	background-image:      -o-linear-gradient(top, #295c62, #16363a);
}
#home_image {
	position: relative;
	width: 526px;
	height: 252px;
	top: 0;
	left: 0px;
}
.textpanel {
	position: absolute;
	top: 0px;
	left: 380px;
	width: 146px;
	background: none;
	text-align: left;
	padding: 10px 5px 10px 10px;
}
.textpanel h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	padding: 6px 6px 0 6px;
	margin-top: 0;
	margin-bottom: 0;
}
.textpanel p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	padding: 2px 6px 4px 6px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.slide {
	display: none;
}
#carousel .slide .textpanel p, #carousel .slide .textpanel a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#carousel .slide .textpanel a:hover, #carousel .slide .textpanel a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: rgb(20,172,73);
	background: rgba(20,172,73,0.6);
	display: inline-block;
}

/*------ 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;
}