@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;
}
html, body p,ul,ol {
	line-height: 18px;
}
tr td, tr, td, input {
	vertical-align: top;
}
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: 28px;
	color: #f26522;
	line-height: 22px;
	margin-bottom: 5px;
}
h1 a:link {
	text-decoration: underline;
	color: #f26522;
}
h1 a:visited {
	text-decoration: underline;
	color: #f26522;
}
h1 a:active {
	text-decoration: underline;
	color: #f26522;
}
h1 a:hover {
	text-decoration: underline;
	color: #f26522;
}


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


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



h4 {
	font-size: 15px;
	color: #27a7c7;
	margin-bottom: 15px;
}
h4 a:link {
	text-decoration: underline;
	line-height: 22px;
	color: #27a7c7;
}
h4 a:visited {
	text-decoration: underline;
	color: #27a7c7;
}
h4 a:active {
	text-decoration: underline;
	color: #27a7c7;
}
h4 a:hover {
	text-decoration: underline;
	color: #27a7c7;
}



h5 {
	font-size: 12px;
	font-weight: bold;
	color: #27a7c7;
	margin-bottom: 0px;
}
h5 a:link {
	text-decoration: none;
	line-height: 22px;
	color: #27a7c7;
}
h5 a:visited {
	text-decoration: none;
	color: #27a7c7;
}
h5 a:active {
	text-decoration: none;
	color: #27a7c7;
}
h5 a:hover {
	text-decoration: underline;
	color: #27a7c7;
}


/*  ----------------------------------------------------------------------------------- */
/*  Site specific                                                                       */
/*  ----------------------------------------------------------------------------------- */
.phone-number {
	font-weight: bold;
	text-transform:uppercase;
	color: #f26522;
	font-size: 26px;
	line-height: 30px;
}
.phone-title {
	font-weight: bold;
	text-transform:uppercase;
	color: #0d1516;
	font-size: 10px;
}
.faint-box {
	padding: 14px 10px 14px 15px;
	border: 1px solid #E8E8E8;
	background-color: #F7F7F7;
	font-style:italic;
}

.orange-highlight {color: #f26522;}
.uppercase {text-transform:uppercase;}
