/* BASE SETTINGS */

* {
	margin: 0px auto;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #fff;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
h1 {
font-size:28px;
color:#85859c;
}

h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
a {
	color: #85859c;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

/* END BASE SETTINGS */

/* PAGE LAYOUT */

#container {
	margin: 0px auto;
	width: 100%;
	background-color: #fff;	
	overflow: hidden;
}

/* MAIN CONTENT */
#main_content {
	margin-top: 20px;
	margin-left: 15px;
	width: 75%;
	background-color: #fff;
	text-align: left;
	float: left;
	overflow: hidden;
	
}

/* RIGHT SIDE CONTENT */

#side_content {
	margin-top: 20px;
	width: 22%;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	float: right;	
	overflow: hidden;
}

/* END PAGE LAYOUT */

/* HOME PAGE */
#main_content .home_content {
	text-align: center;
}

#main_content .home_content h1 {
	color: #85859c;
	text-align: center;
}

#main_content .home_content h2 {
	font-size: 24px;
	text-align: center;
}

#main_content .home_content h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
}

#main_content .home_content-history {
	margin-top: 40px;
	text-align: left;
}

/* Privacy Content */

#main_content .privacy_main {
	padding-top: 20px;
	float: left;
	font-size: 12px;
	text-align: left;
	color: #000;
}

#main_content .privacy_main h1 {
	color: blue;
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
}

#main_content .privacy_main h2 {
	font-size: 14px;
	text-align: left;
}

#main_content .privacy_main ul {
	padding-left: 30px;
}

#main_content .privacy_main_end {
	text-align: center;
}


/* END PRIVACY CONTENT */

/* Ambulance Content */

#main_content .ambulance {
	text-align: left;
	color: #000;
}

#main_content .ambulance h1 {
	color: #85859c;
	text-align: center;
}

#main_content .ambulance h2 {
	color: blue;
	font-size: 24px;
	text-align: left;
	text-decoration: underline;
}

#main_content .ambulance h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
}

/* END AMBULANCE CONTENT */

/* TRAINING CONTENT */

#main_content .training {
	text-align: left;
}

#main_content .training h1 {
	color: #85859c;
	text-align: center;
}

#main_content .training h2 {
	color: blue;
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
}

#main_content .training h3 {
	font-size: 16px;
	color: #000;
	text-align: center;
}
#main_content .training a {
	color: blue;
}

.training .pstart {
	color: #85859c;
	font-weight: bold;	
}

.training .portallink {
	font-weight:bold;
	color:red;
}

/* FAQ Content */

#main_content .faq {
	text-align:left;
}
#main_content .faq h1{
	color:#85859c;
	text-align: center;
}

#main_content .faq h2 {
	color: blue;
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
}

#main_content .faq h3 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#main_content .faq h4 {
	font-size: 16px;
	color: red;
	text-align: left;
}
#main_content .faq .bold {
	font-weight: bold;
}
#main_content .faq a {
	color:blue;
	font-size: 12px;
}

#main_content .faq .lblue {
	font-size: 18px;
	color: blue;
	text-align: left;
	text-decoration:underline;
}

/* Billing Content */

#main_content .billing {
	margin-left: 20px;
	text-align:left;
}
#main_content .billing h1{
	color:#85859c;
	text-align: center;
}

#main_content .billing h2 {
	color: blue;
	font-size: 20px;
	text-align: center;
}

#main_content .billing h3 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#main_content .billing h4 {
	font-size: 16px;
	color: red;
	text-align: left;
}
#main_content .billing .bold {
	font-weight: bold;
}
#main_content .billing .bg {
	height: 30px;
	font-weight:bold;
	background-color: blue;
	color:#fff;
}

/* EMPLOYMENT CONTENT */

#main_content .employment {
	text-align:left;
}

#main_content .employment a {
	color: blue;
}

.employment .pstart {
	color: #85859c;
	font-weight: bold;
}

#main_content .employment h1 {
	color:#85859c;
	text-align: center;
}

#main_content .employment h2 {
	color: blue;
	font-size: 20px;
	text-align: left;
	text-decoration: underline;
}

#main_content .employment h3 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#main_content .employment h4 {
	font-size: 16px;
	color: red;
	text-align: left;
}
#main_content .employment .bold {
	font-weight: bold;
}

/* EMPLOYEE CONTENT */

#main_content .employee {
	text-align:left;
}

#main_content .employee a {
	color: blue;
}

.employee .pstart {
	color: #85859c;
	font-weight: bold;
}

#main_content .employee h1 {
	color:#85859c;
	text-align: center;
}

#main_content .employee h2 {
	color: blue;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	
}

#main_content .employee h3 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#main_content .employee h4 {
	font-size: 16px;
	color: red;
	text-align: left;
}
#main_content .employee .bold {
	font-weight: bold;
}

.employee .mail {
	margin-left: 120px;
	float: left;
	border: 1px solid red;
	
}

.employee .mail a {
	text-decoration: none;
}

.employee .sched {
	margin-right: 100px;
	float: right;
	text-align: center;
	border: 1px solid red;
}

.employee .sched a {
	text-decoration: none;
	
}




























	
