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

/* wrapper  and generic code*/

	body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFCC00;
	text-align: center;
	padding: 0;
	background-image: url(../images/bg_image.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
	p {
	font-size:90%;
	color: #333333;
	line-height: 115%;
	text-align: justify;
	}
	
	ol li, ul li {
	margin-bottom:5px;
	font-size: 90%;
	text-align: justify;
	}
	
	
	
	h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}
	
	h2 {
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	}

	h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
	
	a:link {color: #669900;}
	a:visited {color: #669900;}
	a:hover {color: #FF9900;}
	
	.redtext {color: #FF0000;}
	.greentext {color: #669900;}
	.yellowtext {color: #FF9900;}
	.bluetext {	color: #0000FF;}

.boldcenter {
	text-align: center;
	font-weight: bold;
	}

.normalcenter {
	text-align: center;	}
	
.footerdisclaimer {
	text-align: center;
	font-size:70%;
	padding-bottom: 5px;
}	
	
	#wrapper{
	width:800px;
	margin: 0px auto;
	border: solid #999 1px;
	padding: 0;
	position: relative;
	}


/* Banner  area */

	#banner{
	margin: 0;
	background-color: #E4E4FF;
	position: relative;
	text-align: left;
	padding: 0;
	}
		
/* top Navigation area */

#topnav {
	color:#000000;
	text-align: right;
	font-weight:bold;
	padding: 3px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 454px;
	}

#topnav, #topnav a:link, #topnav a:visited, #topnav a:active{
	color:#FFFFFF;
	font-size: 95%;
	font-weight:bold;
	text-decoration:none;
	}


	#topnav a:hover {
	text-decoration: underline;
	}


#sitetitle {
	width: 100%;
	text-align: center;
	color: #000000;
	top: 75px;
	position: absolute;
	font-size: 35px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topstatement {
	position: relative;
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
	width: 100%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0;
	padding-bottom: 5px;
}

#commentbox {
	text-align: center;
	padding: 0;
	background-color: #FFCC00;
	margin: 0;
	font-size: 90%;
	border-bottom: solid #ccc 2px;
	border-top: solid #3368B7 2px;
	height: 65px;
}
.commentheader {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 120%;
	clear:both
}

/*#commentbox p {
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
	}*/


#bloglink a:link
{
  display: block;
  width: 190px;
  height: 65px;
  margin:0;
  padding:0;
  float:left;
  background: url("../images/earth.jpg") no-repeat 0 0;

}

#bloglink a:hover
{ 
    background: url("../images/earth_hov.jpg") no-repeat 0 0;
}






.wisdom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	}
	
div.wisdom p{
	text-align:center;
	font-size:12px;
	background-color: #FFFFFF;
	padding: 0;
	display: block;
}


	
	/* CSS for the box starts here */
	.box {
	padding:0 12px 0 0;
	background:#fff url(../images/border_rt.gif) 100% 0 repeat-y;
	margin: 0;
	width: 750px;
	position: relative;
	}
	.bi {
	padding:0 0 0 12px;
	background:#fff url(../images/border_lt.gif) 0 0 repeat-y;
	}
	.bt {
	height:17px;
	margin:0 -12px;
	background:url(../images/box.gif) 100% 0 no-repeat;
	text-align: left;
	padding: 0;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(../images/box.gif) 0 0 no-repeat;
	}
	.bb {
	height:17px;
	margin:0 -12px;
	background:url(../images/box.gif) 100% 100% no-repeat;
	text-align: left;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(../images/box.gif) 0 100% no-repeat;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#FFf;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}
	

	
/*left Nav layout*/
	#leftcontent {
	width:180px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 5px 10px5px;
	position: relative;
	}
	



/*Left Nav Menu Code*/
	/*menu, wrapper background colour*/
	#leftcontent, #leftcontent ul li a, #leftcontent ul li a,#leftcontent ul li ul li a:link,#leftcontent ul li ul li a:visited, #wrapper {
	background-color: #3368B7;
}

	.bordertop { border-top:dotted #ccc 1px;	}
	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	}

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

	#leftcontent ul li {
	font-weight: bold;
	position: relative;
	}
	
	#leftcontent li ul {
	padding: 0px 10px;
	margin: 5px 0;
	}
	


/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #fff; /* IE6 Bug */
	padding: 3px 5px;
	border-bottom: dotted #ccc 1px;
	}

/* 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#nav li a:hover {
	color: #FF9900;
	background-color: #000000;
	} 
	
	
/* Sublist Styles */
	#leftcontent ul li ul {
	padding: 0;
	margin: 0;
}
		
	#leftcontent ul li ul li a:link,#leftcontent ul li ul li a:visited{
	color: #FFFFFF;
	padding: 0 0 0 25px;
	margin: 0;
	}
	
	
/* Hover Styles */
	#leftcontent ul li ul li a:hover {
	color: #FFF;
	background: #000;
	}
	
 /* Hover Styles */
		
	#leftcontent li ul li a {
	padding: 0px;
	border: 0;
	} 


	
/*special Menu span*/	
	#leftcontent ul li a.menu2  {
	border-bottom: none;
	padding: 5px 0 5px 5px;
	background-image: url(../images/menubg.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
	text-align: center;
	color: #000000;
	}
	
	#leftcontent ul#nav li a.menu2:hover  {
	color: #fff; background-color:#3368B7;
	}

/*special Menu span - Submenues*/	

	
	#leftcontent ul li a.menu3,#leftcontent ul li a.menu3:visited  {
	font-size:11px;
	border-bottom: none;
	background-image: url(../images/menubg_sub_menu.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
	color: #000000;
	display: inline;
	padding: 5px;
	}

/*padding: 5px 5px;*/

	
	#leftcontent ul#nav li a.menu3:hover  {
	color: #fff; background-color:#3368B7;
	}
	
	


/*Left Nav page Code*/

	body#home a#homenav ,
	body#about a#aboutnav,
	body#services a#servicesnav,
	body#testimonials a#testimonialsnav,
	body#resources a#resourcesnav,
	body#contact a#contactnav,
	body#faq a#faqnav {
	color: #FF9900;
	font-weight: bold;
	}	

/* Main Content Area */	
	#maincontent {
	background-color: #FFFFFF;
	padding: 10px 15px 0px 15px;
	float: right;
	width: 580px;
	text-align: left;
	}
	.imageleft {margin-right: 10px;	}
	.imageright {}
	.subscript {
	position: relative;
	font-size: 60%;
	bottom: -2px;
	}
	
	.subscribebox {
	padding: 8px 3px;
	width: 400px;
	margin: 0px auto;
	text-align: center;
	background-color: #FFCC00;
	border: solid #3368B7 1px;
	font-weight: bold;
	font-size: 14px;
}

.archivetxt {
	font-size:80%;
	padding-bottom: 10px;
}


/* Footer Area */

	#footer {
	background-color: #3368B7;
	text-align: center;
	padding: 5px 0px;
	clear: both;
	margin: 0;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	}

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

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

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 12px;
	}
	
	/* Misc Code */
	
	.quoteborder { border:dotted #fff 2px;}
	
	.floatclear { 
	display:inline-block; 
	width:100%; 
	} 
	/* Hide from IE-mac \*/ 
	* html .floatclear { 
	height:1%; 
	width:auto; 
	} 
	.floatclear { 
	display:table; 
	} 
	/* End hide from IE-mac */
	
	.clear {clear: both;}
	

