@import url("reset.css"); /* complete reset of margins, borders, spacing, and sizing */
@import url("global.css"); /* standard tags & Typography*/
@import url("structure.css"); /* containers, layout */
@import url("menu.css"); /* menu */
@import url("flash.css"); /* menu */
@import url("form.css"); /* drop in chosen form container */
@import url("ie6fix.css"); /* ie6 bug fixes separated into a neat hack list */
@import url("testingOverride.css"); /* Standard Kit of sample override classes for testing - remove after deployment */


/* Naming - 
parent_childStyle

 Glossary - 

--->Master Set
width - 100%

--->Colour

-------------    Global Colours     ----------------------- */
hr 
{

}

   
h2, h3, h6.newsTitle, p.serviceText a, p.serviceText a:hover,.emailLink, .emailLink:hover, .aboutQuote, h1 
{
	color:#dc880a;
}

h3.mainTitle
{
	color:#fff;
}

a:link, a:visited, a:hover, a:active,  h5, ul#coastalHighlights li
{
	color:#0066CC;
}

ul.coastalPhotos li a img, img.border, .photoTestimonial
{
	border:4px solid #ccc;
}

h4, p.headingDescription
{
	color: #0466C8;
}