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

/* FONTS */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/includes/fonts/Chunkfive-webfont.eot');
    src: local('ChunkFive Roman'), 
		 url('/includes/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/includes/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/includes/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('/includes/fonts/ColabThi-webfont.eot');
    src: url('/includes/fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabThi-webfont.woff') format('woff'),
         url('/includes/fonts/ColabThi-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

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

}

html {
	overflow-y: scroll;
	height: 100%;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	color: #4d4d4d;
	font-size: 0.95em;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	background: #ffffff url(/img/bg.jpg) top center no-repeat;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
}
#maincontent {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0;
	background: none;
}
.print {
	display: none;
}
.noprint {
	display: block;
}
.admin-hide {
	visibility: hidden;
}
#header {
	padding: 0;
	margin: 15px 0 15px 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.6);
	border: 2px solid #4a935e;
	overflow: hidden;
	width: 100%;
	height: 190px;
}
.logo {
	float: left;
	padding: 20px;
}
.logo img {
	border: none;
}
.tel-numbers {
	float: right;
	width: 580px;
	margin-top: 10px;
}
.tel-numbers h2 {
	text-align: right;
	font-family: ChunkFiveRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4d4d4d;
	margin-right: 20px;
}
.tel-numbers .tel-num {
	font-size: 250%;
}
.green {
	color: #4a935e;
}
.black {
	color: #000000;
}
.grey {
	color: #4d4d4d;
}

.strapline {
	float: right;
	width: 580px;
	margin-top: 35px;
}
.strapline h2 {
	text-align: right;
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: normal;
	color: #c90976;
	margin-right: 20px;
}
.strapline a, .strapline a:link, .strapline a:visited {
	color: #4a935e;
}


#contentarea {
	margin: 0;
	float: right;
	width: 600px;
	padding: 10px 15px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	border: 2px solid #4a935e;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

#footer p {
	font-size: 80%;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	color: #4a935e;
	padding: 0px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #4a935e;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
	color: #4d4d4d;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}


/************************* MENU ***********************/
#menu {
	margin: 0;
	float: left;
	width: 320px;
	display: block;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}
#menu ul li  {
	padding: 0;
	list-style-type: none;
	border: 2px solid #4a935e;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
	margin: 0 0 8px 0;
}
#menu ul a {
	display: block;
	font-family: 'ColaborateRegular', Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 110%;
	color: #4a935e;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding: 12px 20px 12px 20px;
	
}
#menu ul a:hover, #menu ul a:active, #menu ul a.last:hover, #menu ul a.last:active {
	color: #ffffff;
	background: #4a935e;
	background: rgba(74,147,94,0.7);
	
}
#menu ul a.selected {
	background: #4a935e;
	color: #ffffff;
}
/*------------drop down elements-----------*/
#menu ul.submenu {
	display: none;
	background: none;
	margin-top: 5px;
}
#menu ul .clicked ul.submenu {
	height: auto;
	opacity: 1;
	overflow: hidden;
}
#menu ul.submenu li {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	width: 100%;
}
#menu ul ul.submenu a, #menu ul ul.submenu a:link, #menu ul ul.submenu a:visited {
	display: block;
	font-size: 110%;
	padding: 5px 15px 5px 23px;
	margin: 0;
	border: none;
	height: auto;
	background: none;
	color: #2b2baa;
	background: none;
}
#menu ul ul.submenu a:hover, #menu ul ul.submenu a:active {
	color: #121212;
	/*text-decoration: underline;*/
	background-color: #bebebe;
}
#menu ul ul.submenu a.selected {
	font-weight: 700;
}
.cassoa-logo {
	margin: 40px auto;
	text-align: center;
}

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

h1 {
	font-family: ColaborateThinRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 250%;
	line-height: 120%;
	color: #4a935e;
	margin: 0 0 5px 0;
}

h2 {
	font-family: ColaboratelLightRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 190%;
	color: #4a935e;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 120%;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4d4d4d;
	margin: 3px 0 10px 0;
	line-height: 120%;
}
p, li {
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 130%;
	color: #4d4d4d;
	/*line-height: 130%;*/
}
li li {
	font-size: inherit;
}
li {
	/*margin-bottom: 3px;*/
}
a, a:link, a:hover, a:active {
	color: #4a935e;
	font-family: ColaborateMediumRegular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.caption {
	color: #ff7e30;
	font-style: italic;
	font-size: 70%;
	display: block;
}
.note {
	color: #0a0a0a;
	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: 0 0 10px 0;
	width: 620px;
	float: right;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #ff7e30;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7e30), to(#ff4200));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ff7e30, #ff4200);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ff7e30, #ff4200);
	/* IE 10 */
	background: -ms-linear-gradient(top, #ff7e30, #ff4200);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ff7e30, #ff4200);
	border: 1px solid #ff4200;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 0 0 10px 0;
	width: 620px;
	float: right;
}
.img_floatright {
	float: right;
	margin: 0 0px 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;
	font-family: 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: 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: 1em 1em 0.8em 1em;
	color: #ffffff;
	border: none;
	background: #4a935e;
	width: auto;
	height: auto;
	text-align: center;
}
.down {
	background: #4d4d4d;
	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 #2c2c2c;
	background: #fafaea;
	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: #373737;
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #2c2c2c;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #2c2c2c;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #ff7e30;
	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: #2c2c2c;
	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;
}

/*====-----News page----=====*/
.newsstory {
	background: none;
	border: none;
	color: #464646;
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstory_sel {
	background: rgb(0,0,0); /* fallback color */
	background: rgba(0,0,0,0.7);
	border: none;
	padding: 10px;
	margin: 10px 20px 10px 0;
}
.newsstorydate {
	font-size: 70%;
	color: #464646;
	float: left;
	width: 110px;
}
.newsstoryheadline {
	display: inline-block;
	width: 320px;
}
.newsstory p, .newsstory_sel p {
	display: inline-block;
	margin-left: 120px;
}
.newsstory h3 {
	border-bottom: none;
	background: none;
}
.newsstory_sel h3, .newsstory_sel p, .newsstory_sel .newsstorydate {
	border-bottom: none;
	background: none;
	color: #ffffff;
}


.testimonial {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}
.quote_open {
	position: absolute;
	top: 40px;
	left: 0px;
}
.quote_close {
	position: relative;
	top: -20px;
	left: 290px;
}
.quote {
	position: relative;
	top: 0;
	left: 25px;
	display: block;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
	color: #000000;
	width: 260px;
}
.testimonial p.quote-name {
	display:block;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #f57f20;
	margin: -20px 0 0 25px;
}
.testimonial p.quote-company {
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #f57f20;
	margin: 0 0 0 25px;
}

/*=================Carousel and News ticker==========================*/
/*.content-header-image {
	margin: 20px 0 0 0;
}
#home_image_container {
	width: 646px;
	border: none;
	margin: 20px 0 15px 0;
	float: left;
	height: 279px;
	overflow: hidden;
	background: none;
}
#home_image {
	position: relative;
	width: 646px;
	height: 279px;
	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;
}


*/