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

/*generic css format */


body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
	text-align: center;
	}


p, td  {
	font-size:12px;
	line-height: 120%;
	color: #316CA4;
	}
	
h1	{font-size:115%;}

h2	{
	font-size:110%;
	text-align: center;
	margin: 0;
	padding: 0;
	}

ul li {
	line-height: 140%;
	color: #316CA4;
	}

A:link		{color: #316CA4; text-decoration:underline}
A:visited	{color: #316CA4; text-decoration:underline}
A:hover		{color: #FF9900; text-decoration:underline}

a.nolink:link, a.nolink:visited, a.nolink:active { text-decoration:none}


/* Main Wrapper Area */

#wrapper {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}


/* Banner Area */
#banner {
	border-bottom: solid #ccc 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	position: relative;
	background-position: 55% 10%;
	background-repeat: no-repeat;
	background-image: url(../images/Mckelvey_header_bg.gif);
}

.topnav {
	font-size: 70%;
	top: 75px;
	text-align: right;
	float: right;
	right: 5px;
	position: absolute;
	}

.topnav a, .topnav a:visited, .topnav a:active {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.topnav a:hover { color:#fff}

/* Maincontent Area */

#maincontent {
	position: relative;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left 100%;
	}

.content {
	border: solid #83AEE0 1px;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: justify;
	color: #316CA4;
	font-size: 12px;
	}
	


.pageheader {
	height: 50px;
	background-image: url(../images/banner_back_main.jpg);
	color: #FFFFFF;
	padding-left: 10px;
	margin: 0;
	background-repeat: repeat-y;
	border: solid #83AEE0 1px;
	}
.pageheader h1{
	font-size: 14px;
	font-weight: bold;
	line-height: 350%;
	margin: 0;
	padding: 0;
	}

.picmarginrgt {
	margin-right: 10px;
	}

.profile{
	border-bottom: solid #83AEE0 1px;
	position: relative;
	margin: 10px 0;
	}

.profilemore {
	text-align: right;
	padding-right: 5px;
	}

.startimg {
	background-image: url(../images/button_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	}

.helpbox li{ margin-left:-20px;
}

/* Interesting rules start here */
.floatclear {
display:inline-block;
width:100%;
}
/* Hide from IE Mac \*/
* html .floatclear {
height:1%;
width:auto;
}
.floatclear {
display:table;
}
/* End hide from IE-mac */
/* Interesting rules end here */

/* Left Content Area */

#leftcontent {
	width: 187px;
	float: left;
	position: relative;
	height: 550px;
	}

.imagetopleft {
	background-color: #FFFFFF;
	height: 185px;
	padding-bottom: 3px;
	}

.imagetopleft img{border: solid #339999 1px;}

#menuleft {
	border-top: solid #83AEE0 20px;
}

#menuteam {	margin-top:20px;}



#wisdom{
	text-align: center;
	margin: 20px 10px;
	height: 120px;
	}

.wisdomtitle{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
.wisdomtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
	padding: 0;
	}

/*Left Nav Menu Code*/
	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:12px;
	}

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

	#leftcontent ul li {
	position: relative;
	font-weight: bold;
	line-height: 100%;
	}
	
	.label{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	}

/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #316CA4; /* IE6 Bug */
	padding: 3px 2px 3px 30px;
	background-image: url(../images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, 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%;
	}
	#leftcontent li:hover ul, #leftcontent li.over ul { display: block; } /* The magic */
	
/*special Menu span*/	

	ul#nav li a:hover {
	background-image: url(../images/button_hover.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #F68D76;
	}

	body#home a#homenav,
	body#life a#lifenav,
	body#services a#servicesnav,
	body#programs a#programsnav,
	body#coaching a#coachingnav,
	body#testimonials a#testimonialsnav,
	body#counselling a#counsellingnav,
	body#resources a#resourcesnav,
	body#about a#aboutnav,
	body#news a#newsnav,
	body#archive a#archivenav,
	body#contact a#contactnav,
	body#rob a#robnav,
	body#edna a#ednanav,
	body#alison a#alisonnav,
	body#pam a#pamnav {
	background-image: url(../images/button_hover.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;	
	}	


/* Right Content */

#rightcontent {
	width: 555px;
	float: right;
	}


/* Footer Area */
#footer {
	text-align: center;
	clear: both;
	position: relative;
	border-top: solid #e5eafe 1px;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 5px;
	}

#copyright {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

.clear { clear:both; font-size:5px}
