@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the frontend CSS file for the text editor                                   */
/*  ----------------------------------------------------------------------------------- */
tr,td { /* this is already in the reset.css file, however it's also in this file to ensure the text editor displays table content properly */
	vertical-align:top;
}

/*  ----------------------------------------------------------------------------------- */
/*  Text styles                                                                         */
/*  ----------------------------------------------------------------------------------- */
html, body, tr, td, input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0d1516;
	vertical-align:top;
}
html, body p,ul,ol {
	line-height: 18px;
}
p,ul,ol {
	margin-bottom: 15px;
}
a:link {
	text-decoration: underline;
	color: #0d1516;
}
a:visited {
	text-decoration: underline;
	color: #0d1516;
}
a:active {
	text-decoration: underline;
	color: #0d1516;
}
a:hover {
	text-decoration: underline;
	color: #0d1516;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
ul {
	margin-left: 2.5em;
	list-style: disc;
}
ol {
	margin-left: 2.5em;
	list-style: decimal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
/*  ----------------------------------------------------------------------------------- */
/*  Title styles                                                                        */
/*  ----------------------------------------------------------------------------------- */
h1 {
	font-size: 30px;
	color:#0d1516;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: lowercase;
}
h1 a:link {
	text-decoration: underline;
	color: #0d1516;
}
h1 a:visited {
	text-decoration: underline;
	color: #0d1516;
}
h1 a:active {
	text-decoration: underline;
	color: #0d1516;
}
h1 a:hover {
	text-decoration: underline;
	color: #0d1516;
}


h2 {
	font-size: 19px;
	color: #48a2b9;
	line-height: 22px;
	margin-bottom: 15px;
}
h2 a:link {
	text-decoration: underline;
	color: #48a2b9;
}
h2 a:visited {
	text-decoration: underline;
	color: #48a2b9;
}
h2 a:active {
	text-decoration: underline;
	color: #48a2b9;
}
h2 a:hover {
	text-decoration: underline;
	color: #48a2b9;
}


h3 {
	font-size: 14px;
	color: #48a2b9;
	margin-bottom: 10px;
}
h3 a:link {
	text-decoration: underline;
	line-height: 22px;
	color: #48a2b9;
}
h3 a:visited {
	text-decoration: underline;
	color: #48a2b9;
}
h3 a:active {
	text-decoration: underline;
	color: #48a2b9;
}
h3 a:hover {
	text-decoration: underline;
	color: #48a2b9;
}


/*  ----------------------------------------------------------------------------------- */
/*  Site specific                                                                       */
/*  ----------------------------------------------------------------------------------- */
.phone-title {
	font-weight: bold;
	text-transform:uppercase;
	color: #0d1516;
	font-size: 10px;
}
.phone-number {
	font-weight: bold;
	text-transform:uppercase;
	color: #79c727;
	font-size: 18px;
	line-height: 7px;
}
table.header-keypoints tr td{
	color: #0d1516;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
table.footer-keypoints tr td {
	color: #48a2b9;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
table.footer-keypoints tr td a:link {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
table.footer-keypoints tr td a:visited {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
table.footer-keypoints tr td a:active {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
table.footer-keypoints tr td a:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}


.green-highlight {color: #79c727;}
.uppercase {text-transform:uppercase;}
.homepage-text, .homepage-text a {color: #344b4e; text-align:justify;}