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

/*generic css format */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	margin: 0;
}

	
p {	font-size: 80%;
	color: #000000;
	line-height: 120%;
	text-align: justify;
	}	
	


h1 {
	font-weight:bold;
	font-size:90%;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2 {font-size:80%;
font-weight:bold;
	padding: 0;
	margin: 0;
	text-align: left;
	}

A:link, A:visited {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}

A:hover {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}



A:active {
	text-decoration: none;
	color: #314686;
	font-size: 12px;
	font-weight: bold;




}

A.light:link {
padding-left: 5px;	
text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;

}


A.light:visited {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}


A.light:active {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}

A.light:hover {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}


A.design:link {
	text-decoration: none;
	color: #000000;
	font-size: 7px;
	font-weight: bold;
	}


/* Wrapper area */
#wrapper {
	width:900px;
	margin:0 auto;
	background-image: url(../images/Ghan_bg.gif);
	background-repeat: no-repeat;
	background-color: #32b3ed;
	background-position: left top;
	position: relative;
	border: solid #000 1px;
}


/* Banner area */
	#banner{
	margin: 0;
	position: relative;
	text-align: left;
	padding: 0;
	height: 100px;
	}
	
	.bannertxt {
	width: 537px;
	left: 229px;
	top: 53px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	float: left;
	position: absolute;
	visibility: 1000;
	height: 46px;
	font-style: italic;
	}
	
	#namelogo {
	margin-left:230px;
	margin-top: 10px;
	}
		
/* Left Content */

#leftcontent {
	text-align: left;
	margin: 25 0 0 5px;
	width: 170px;
	padding: 0;
	float: left;
}

#leftcontent p { text-align:left}


#leftcontent div.whatsnew P {
	text-align: center;
}	

		
/*Left Nav Menu Code*/

#leftcontent ul#nav {
	list-style-type: none;
	margin-left:10px;
	padding-left:0px;
}
	
 #leftcontent#nav, #leftcontent#nav ul { /* all lists */
	padding: 0 0 20px 5px;
	margin: 0;
	list-style: none;
	float : left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	width: 9em;
	}
	
	#leftcontent#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 11em;
	margin-left: 0px;
	}
	
	#leftcontent #nav li:hover, #leftcontent #nav li.hover {
    position: static;
	}
	
	#leftcontent #nav li a {
	display : block;
	color : #FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.8em;
	font-size: 13px;
	margin-left: 0px;
	}
	
	#leftcontent #nav li a:hover {
	color : white;
	text-decoration: underline;
	}
	
.whatsnewbox {
	width: 150px;
	text-align: center;
	margin: 20px 10px;
	}
	
.whatsnew {
	border: solid #FF9900 1px;
	background-color: #FFFFFF;
}
	
.whatsnew P {
	padding: 0px;
	margin-top: 3px;
}

a.whatsnewlink:link, a.whatsnewlink:visited {color:#32b3ed; text-decoration:underline} 
	
	.savetxt {
	background-color:#FF9900;
	font-size:10px;
	text-align:center;
	display: block;
	padding:5px;
	font-weight: bold;
	background-image: url(../images/workshop-header.gif);
	background-repeat: no-repeat;
}

/*Left Nav page Code*/

	body#home a#homenav,
	body#about a#aboutnav,
	body#course a#coursenav,
	body#testimonials a#testimonialnav,
	body#links a#linknav,
	body#booking a#bookingnav,
	body#contact a#contactnav
	 {
	color: #32B3ED;
	font-weight: bold;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../images/Mask_button.gif);
	}	


/* Main content area */

	#maincontent {
	background-color: #FFFFFF;
	padding: 10px 15px 15px 15px;
	text-align: left;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	margin-left: 180px;
	}
	
	#maincontent ul {font-size:80%}	
	
	#maincontent ul li { list-style-image:url(../images/dove_bullet.gif)}
	
	.imageleft {
	margin-right: 10px;
	}

.imgleft-bdr {
	border:solid #FF9900 3px;
	margin-right:10px;
}

.imgbdr {
	border:solid #FF9900 3px;
}

#homeimgblock {
	width: 395px;
	float: left;
	height: 520px;
}

#stressed {
	position:absolute;
	left: 405px;
	top: 494px;
}

/* Footer Area */

	#footer {
	background-color: #669900;
	text-align: left;
	padding: 5px;
	clear: both;
	margin: 0;
	height: 15px;
	}

	.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	}


.copyright {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

a.ahm:link,a.ahm:visited { font-size:9px}

.addresstxt {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	clear: both;
	width: 180px;
	margin: 0;
	padding-left: 10px;
}


INPUT, OPTIONS, TEXTAREA, SELECT, .requiredInput{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: 400;

}


INPUT:radio{
	background: #6ba1f2;
}



.requiredInput{
	background: #ffff66;

}
.heading2{
	font-size: 11pt;	
	font-weight: 700;
	color: #000099;
}


.heading2 {
	text-align: left;
	font-size: 12pt;	
}

.indent{padding-left: 50px;}

.creditsHeading {
	color: #0000cc;
  font-size: 12pt;
	text-align: center;		
	font-weight: 700;
}


.small, .footerLinks, .datestamp{
	font-size: 7pt;	
	color: #ffffff;
}

.creditsBody2{
	font-size: 7pt;
	color: #000000;
	text-align: left;
	padding-right: 5px;
}

.prompt{
	font-size: 9pt;	
	color: #ffffff;
	text-align: left;
}


.heading { 
	font-size: 11pt;	
	font-weight: 700;
	color: #008FCD; font-family: Verdana, Helvetica, sans-serif} 

.clear { clear:both}
