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

/*generic css format */


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

	.nancyheader {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	.questionhd{
	font-weight: bold;
	color: #9900FF;
	}
	
a:link, a:visited{color: #9900FF; }
a:hover {color: #FF0000;}
a:active {color: #9900FF;}
	
	ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
	
	.liststyle{
	list-style-type: disc;
	}

	.words{
	text-decoration:none;
	color:#000000;
	font-family:arial,helvetica;
	font-size:15px
	}
	
	.picframe{
	background-color: #FFFFFF;
	padding: 3px;
	border: solid #9900FF 1px;
	}
	.contact{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 25px;
	font-size: 14px;
	padding-left: 5px;
}

#wrapper{
	width: 800px;
	height: 100%;
	position: relative;
	}

/*Left Content Area*/

#leftcontent{
	width: 120px;
	float: left;
	position: relative;
	}


/*Left Nav Menu Code*/

	#menu{
	margin-bottom: -10px;
}
	.greenwavemenu {
	text-align: left;
	border: 0;
	}

	.logo{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	}
	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	background-color: "";
}

	#leftcontent ul {
	list-style: none;
	width: 120px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	}

	#leftcontent ul li {
	position: relative;
	font-weight: bold;
	}
	
	#leftcontent li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	


/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #9900FF;
	background: ""; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px dotted #666;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Fix IE. Hide from IE Mac \*/
	*  html #leftcontent ul li {
	float: left;
	height: 1%;
	display: block;
	}
	*  html #leftcontent ul li a {
	height: 1%;
}
/* End */

	#leftcontent ul li a:hover {
	color: #9900FF;
	text-decoration: underline;
	} 
/* Hover Styles */
	#leftcontent ul li ul li a:hover {
	color: #9900FF;
	text-decoration: underline;
	}
	
 /* Hover Styles */
		
	#leftcontent li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
	#leftcontent li:hover ul, #leftcontent li.over ul { display: block; } /* The magic */
	
/*special wave span*/	
	.wave{
	padding-left:22px;
	background-image: url(../images/greenwave_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}

	ul#nav li a:hover .wave{
	background-image: url(../images/greenwave_menu_purple.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}


/*Left Nav page Code*/

	body#home a#homenav,
	body#formalities a#formalitiesnav,
	body#firststep a#firststepnav,
	body#alternative a#alternativenav,
	body#testimonials a#testimonialsnav,
	body#contact a#contactnav,
	body#subscribe a#subscribenav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9900FF;
	text-decoration: underline;	
	}	




/*Main Content wrapper*/

#maincontent{
	width: 620px;
	float: left;
	margin-left: 20px;
	}

#banner{
	position: relative;
	border-bottom: solid #ccc 2px;
	height: 70px;
	width: 620px;
	}

#subbanner{
	position: relative;
	border-bottom: solid #ccc 2px;
	width: 620px;
	margin: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9900FF;
	padding-bottom: 5px;
}

/*Content Area*/

#content{
	padding: 0 2px 0 5px;
}
 
#mainimg1 {
	float: right;
	width: 205px;
	margin-left: 10px;
	margin-top: 42px;
	}
	
#formalitiesimg1 {
	float: right;
	width: 255px;
	margin-left: 10px;
	margin-top: 22px;
	}	
	
	
 	.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	color: #9900FF;
	}
 
   .hrline {
	width: 100%;
	text-align: center;
	clear: both;
}

  .imgleft{
	float: left;
	margin-right: 10px;
}
 
 .img-testimonials {	
 	float: left;
	margin-right: 10px;
	margin-bottom:20px;}
 
/*Footer Content Area*/


#footer{
	clear: both;
	border-top: solid #ccc 2px;
}
	.footerquiry {
	padding: 10px;
	font-size: 14px;
	clear: both;
	text-align: center;
	padding-left: 200px;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #94CD1C;
	margin-top: 5px;
	}

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

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

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: 10px;
	}
	
	.ahm{
	float:right;
	position:absolute;
	right: 0px;
	}
	
	.ahm a:link, .ahm a:visited,.ahm a:active{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: steelblue;
	font-size: 12px;
	color: #999999;
	}
	
	.ahm a:hover{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #9900FF;
	font-size: 12px;
	}
