﻿/*
East Coast Ambulance
	b3b3b1 – grey (testimonial test)
	8ba69c – green (links) 
	fed100 – yellow (links ON / HOVER)
	000000 – black (body text)
	c2cdbf – light green (background colour)
*/

html {
	min-height: 100%;
	margin: 0 0 1px 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Calibri,Verdana;
	font-size: 12px;
	height: 100%;
	background-color: #c2cdbf;
}

table {
	border-collapse: collapse
}

/* overall */

#wrapper {
	width: 944px;
	text-align: left;
	margin: 0 auto;
	background-color: white;
	padding:10px;
	margin-top:20px;
}
#container {
	width:944px;
	background-color: white;
}
#menu {
	background-image: url("images/menu-repeater.gif");
	background-repeat: repeat-x;
}

#newsWrapper {
	width:212px;
	height:210px;	
	background-image: url("images/bg-news.gif");
	color: white;
	font-size: 11px;	
}
.news {
	width:212px;
}
.news a:link, .news a:visited {
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.news a:hover, .news a:active {
	color: #fed100;
	font-size: 11px;
}
#newsTitle {
	color: #fed100;
	font-weight:Bold;
	font-size: 11px;
	padding:10px 10px 0 10px;	
}
.newsBody {
	float:left;
	width:212px;
}
.newsBodyContent {
	padding:0 10px 0 10px;	
}
.newsBodyDate {
	float:left;
	width:212px;
	float:left;
	padding:1px 0 0 10px;	
}
.newsDivider {
	float:left;
	width:212px;
	height:1px;
	line-height:1px;
	padding: 4px 0 4px 0;
}
#newsFooterContent {
	padding:6px 0 10px 10px;
}

/* main */
#main {
	width:517px;
	color: black;
	font-size: 12px;	
}
#main h1 {
	margin:0;
	font-size: 16px;	
}
#main a:link, #main a:visited {
	color: #8ba69c;
	text-decoration: none;	
}
#main a:hover, #main a:active {
	color: #fed100;
}
#mainContent {
	padding:30px 40px 20px 40px;
}

/* testimonials */
#testimonials {
	width:427px;
	color: #b3b3b1;
	font-size: 26px;	
}
#testimonialsContent {
	padding:10px 0 0 0;
	margin:0;	
}
#testimonialName {
	color: #485a4c;
	font-size: 12px;
	font-weight:Bold;
	padding:10px 0 0 0;
	margin:0;		
}
#testimonialCompany {
	color: #485a4c;
	font-size: 12px;
	margin:0;		
}

/* News Listings */
.newsListing {
	padding:15px 0 15px 0;	
}
.newsListingTitle {
	color: #b3b3b1;
	font-size: 16px;	
}
.newsListingSummary {
	color: black;
	font-size: 12px;
	padding-top:5px;
}
.newsListingDate {
	color: #8ba69c;
	font-size: 14px;
	padding-top:5px;	
}
.newsListingDivider {
	width:427px;
	height:1px;
	font-size: 1px;
	background-image: url("images/news-divider.gif");
	background-repeat: repeat-x;
}
#newsItem h1 {
	margin:0px;
	color: #8ba69c;
	font-size: 22px;	
}
#newsItem h2 {
	margin:0px;
	font-size: 12px;
	padding-top:10px;
}
#newsItemDate {
	color: #8ba69c;
	font-size: 14px;
	padding-top:5px;	
}

/* Recruitment Form*/
#recruitment-form {
	width:427px;
	background-image: url("images/recruitment-form-repeater.gif");
	background-repeat: repeat-y;
}
#recruitment-form a:link, #recruitment-form a:visited {
	color: #fed100;
	text-decoration: none;	
}
#recruitment-form a:hover, #recruitment-form a:active {
	color: #000000;
}
#recruitment-form-inner {
	width:407px;
	margin:0px;
	font-size:12px;
}

/* footer */
#footer {
	width:944px;
	height:31px;
	font-size: 11px;
	color: white;
	background-image: url("images/footer.gif");
}
.footerContent {
	padding:0 10px 0 10px;
}
#footer a:link, #footer a:visited {
	font-size: 11px;
	color: white;
	text-decoration: none;	
}
#footer a:hover, #footer a:active {
	color: #fed100;
	font-size: 11px;
}

/* ----- Forms ---- */ 

input, textarea, select { background-color: #d5dcd3; font-family: arial, sans-serif; font-size: 12px; color: #656565; border-width: 0px; padding: 0px }   

select { 
border-style: solid; border-color: #c0c0c0; border-width: 1px;
}

