/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/*generic css format */


body {
	background-color:#999999;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

h1 {
	color: #990033;
	font-size: 16px;
}
h2 {}

/* Wrapper */

#wrapper{
	width:700px;
	margin: 0px auto 0px auto;
	background-color: #085BB7;
	}
	
	
/* Banner  area */

	#banner{
	margin: 0;
	padding: 0;
	height: 101px;
	}

/* Main Nav area */

#navarea {
	margin-top: -3px;
	margin-left: 23px;
}

#navmain {
	width: 251px;
	background-color: #FFFFFF;
	float: left;
	border-bottom: solid #ccc 2px;
	height: 135px;
	}

#navimage{
	float: left;
	width: 400px;
	margin-top: -15px;
	}

/*Left Navigation Code ul li's*/

	#subnav { margin-left:2px;}

	.navigation {
	font-family: Arial, Helvetica, sans-serif;
	width:240px;
	margin: 15px 5px;
	}
	
	.navigation ul {
	list-style-type: none;
	margin:0em;
	padding:0;
	}
	.navigation li {
	border-bottom: 1px solid #CC9900;
	font-size: 12px;
	font-weight: bold;
	}
	
	.navigation li a:link, .navigation li a:visited {
	display: block;
	padding: 2px 3px 2px 0.5em;
	border-right: 1px solid #CC9900;
	color: #000099;
	text-decoration: none;
	background-color: #fff;
	border-left-color: #CC9900;
	border-left-style: solid;
	border-left-width: 2px;
	}
	.navigation li a:hover {
	color:#FFFFFF;
	background-color: #085BB7;
	}

	.navigation ul ul li{
	border-bottom: 1px solid #CC9900;
	margin:0;
	}

	.navigation ul ul a:link, .navigation ul ul a:visited {
	background-color: #FFFFFF;
	color: #3a5292;
	}

	.navigation ul ul a:hover {
	color:#CC9900;
	text-decoration:underline;
	}

/*Left Navigation page reference*/

	body#home a#homenav,
	body#services a#servicesnav,
	body#contact a#contactnav,
	body#testimonials a#testimonialsnav,
	body#needs a#needsnav,
	body#approach a#approachnav,
	body#people a#peoplenav,
	body#onetoone a#onetoonenav,
	body#aboutus a#aboutusnav,
	body#team a#teamnav,
	body#workshops a#workshopsnav   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990033;
	}	


/* Main Content area */
#maincontent{
	border-top: solid #990033 2px;
	margin-left: 23px;
	background-color: #FFFFFF;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
	}

#leftcontent{
	width: 250px;
	float: left;
	}
#subnav {
	float: left;
}

#quote{
	clear: both;
	margin: 15px;
}

.quotetext {
	color: #990033;
	padding: 15px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	clear: both;
}
.peoplequote p{
	text-align: left;
	font-size: 10px;
}
	
#rightcontent{
	background-color: #FFFFFF;
	border-right: solid #666 8px;
	padding: 10px;
	margin: 0 auto auto 251px;
	}
	
.leadtext {
	color: #990033;
	font-weight: bold;
}

/* Footer area */
#footer {
	background-color: #990033;
	clear: both;
	color: #FFFFFF;
	}
.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #84A443;
	padding: 3px;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-style: none;
	padding: 5px;
	line-height: 16px;
	}

	.footerlinks A:hover {text-decoration: underline;}
	.footerlinks A:active {text-decoration: none;color: #FFFFFF;}

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-size:12px
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	font-size: 12px;
	}
	
	.clear {clear: both;}
