@charset "UTF-8";


/* Copyright© 2009 | Another Eclectic Designs™ Production | http://www.eclecticdesigns.co.uk */




/* body Tag here adds a large Background Image, specific to the Services Area, to the body Tag in Global-CSS */

body {
	background-image: url(../ImagesSiteWide/ServicesArea/BG-Image-Services.jpg);
}


/* h1 Tag here adds a Sky Blue line, specific to the Services Area, to the h1 Tag in Global-CSS */

h1 {
	border-top-color: #C1DBDC;       
	border-bottom-color: #C1DBDC;
}

.GeneralHeading {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}

.ServiceHeading {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}


/* h1 Tag here adds a Masthead, specific to the Services Area, to the h1 Tag and other DIVS in Global-CSS */

#HeaderImageWrapper h1 {
	background-image: url(../ImagesSiteWide/ServicesArea/Masthead-Services-Area.jpg);
}






/* Background Watermarks */

.WatermarkArchSkyBlue {
	float: left;
	width: 975px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../ImagesSiteWide/ServicesArea/WatermarkSkyBlueArch.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.WatermarkColumnSkyBlue {
	float: left;
	width: 975px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../ImagesSiteWide/ServicesArea/WatermarkSkyBlueColumn.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.WatermarkStringCourseSkyBlue {
	float: left;
	width: 975px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../ImagesSiteWide/ServicesArea/WatermarkSkyBlueStringCourse.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}





/* Page Styling Services Area */

.ServicesAreaWrapper {
	float: left;
	width: 975px;
	margin: 0px;
	padding: 0px;
	background-color: #9FC8CA;
}

.ServicesColumnOneWrapper {
	float: left;
	width: 675px;
	margin: 0px;
	padding: 0px;
}

.ServiceEditorial {
	float: left;
	width: 585px;
	margin: 0px;
	padding: 45px;
	text-align: left;
}

.ServiceEditorial a , .ServiceEditorial a:link  {
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.ServiceEditorial a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.ServicesColumnTwoWrapper {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.ServicesImageWrapper {
	float: left;
	width: 236px;
	height: 236px;
	margin: 0px;
	padding: 22px;
}




/* Services Navigation Sub Menu Styling */

.NavigationProjectTypes {
	float: left;
	width: 270px;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

ul.SubMenuStyling {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 170%;
	font-weight: bold;
	padding: 0px;
	list-style-type: none;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.SubMenuStyling li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.SubMenuStyling a , .SubMenuStyling a:link {
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}

.SubMenuStyling a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


.SubMenuDividerDecorationWrapper {
	height: 20px;
	width: 280px;
	padding: 0px;
	background-image: url(../IconsSiteWide/DividerLineMotifSkyBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}



/* Paging Controls Styling */

.ServicesAreaPageControlsWrapper {
	float: left;
	width: 885px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1DBDC;
	border-bottom-color: #C1DBDC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

.ButtonStyleServices {
	margin: 0px;
	padding: 5px;
	background-color: #DFCFBC;
	color: #111111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #C79F7B;
	border-bottom-color: #C79F7B;
	border-left-color: #FFFFFF;	
}

