BODY, HTML
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/template/pageBG.gif);
}

#topBannerPrint
	{
	display: none;
	}

*
{
	margin: 0px;
	padding: 0px;
}

P, li, TH, TD
{
	font-size: 75%;
}

a:link, a:visited
{
	color: #df427d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#pageContainer
{
	width: 764px;
	margin: 10px auto 0 auto;
	background-color: #ECE9F0;
	border: 8px solid #FFFFFF;
}

/**************************
HEADER
**************************/

#header
{
	color:#FFFFFF;
	background-color: #361B52;
	margin-bottom: 0px;
	padding-bottom: 6px;
	background-image: url(/images/template/pageContentsShadow_BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header P
{
	padding: 4px 0 6px 10px;
	font-size: 80%;
	color: #9B8DA9;
}

#header P.headerLeft
	{
	float: left;
	}

#header P.headerRight
	{
	float: right;
	padding: 10px 15px 0 0;
	}

#header P a:link, #header P a:visited
{
	color: #9B8DA9;
}

#header .pammy
{
	color: #FFFFFF;
	font-size: 140%;
}

#header .johal
{
	font-size: 140%;
}

#flash
	{
	clear: both;
	height: 150px;
	background-image: url(/images/homepage/flash/topBanner.jpg);
	background-repeat: no-repeat;
	}
	
/*** top nav ***/

#header ul
{
	height: 38px;
	background-image: url(/images/template/topNavBG.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #7D55A6;
}

#header li
{
	float: left;
	font-size: 70%;
	list-style: none;
	background-image: url(/images/template/topNavBG_border.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 1px 0 0;
}

* html #header li
{
	display: inline;
	width: 120px;
	padding-bottom: 4px;
	height: 45px;
}
#header li a:link, #header li a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 5px 16px 0px 16px;
	height: 33px;
}

#header li a:link SPAN.topNav, #header li a:visited SPAN.topNav 
{
	color: #A692B9;
}

#header li a:hover
{
	text-decoration: none;
	background-image: url(/images/template/topNavBG_hover.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #CB3AC8;
}

/**************************
PAGE CONTENTS
**************************/

#pageContents
{
	clear:both;
	padding: 0px 15px;
	margin: 20px 0 20px 0;
	background-image: url(/images/template/pageContBG.gif);
	background-repeat: repeat-y;
}

#pageContents IMG
{
	border: 4px solid #FFFFFF;
	margin: 5px 0 5px 0;
}

#pageContents IMG.imgLeft
{
	margin-right: 20px;
}

#pageContents IMG.floatLeft
{
	float: left;
	margin-right: 10px;
}

#pageContents IMG.floatRight
{
	float: right;
	margin-left: 10px;
}

/*** left col ***/

#leftCol
{
	float: left;
	width: 130px;
	margin: 7px 10px 0 0;
}

#leftCol li
{
	color: #361B52;
	font-size: 70%;
	font-weight: bold;
	padding: 0 0 4px 7px;
	margin: 0px 0 2px 0;
	list-style: none;
	background-image: url(/images/template/bullet_leftCol.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dotted #C9C0D3;
}

#leftCol li a:link, #leftCol li a:visited
{
	color: #df427d;
}

#leftCol li li
{
	color: #7F6D91;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 7px;
	margin: 0px 0 0px 0;
	line-height: 15px;
	list-style: none;
	background-image: url(/images/template/bullet_leftCol2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: none;
}

#leftCol li li a:link, #leftCol li li a:visited
{
	color: #7F6D91;
}

/*** centre col ***/

#centreCol
{
	float: left;
	width: 394px;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}

#centreCol ul
{
	margin: 0 0 10px 20px;
}

#centreCol li
{	
	color: #333333;
	padding: 0 0 0 8px;
	margin: 6px 0;
	list-style: none;
	background-image: url(/images/template/bullet_centreCol.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#centreCol ul ul
{
	margin: 0 0 5px 10px;
}

#centreCol li li
{	
	color: #333333;
	padding: 0 0 0 8px;
	font-style: italic;
	font-size: 100%;
	list-style: none;
	background-image: url(/images/template/bullet_leftCol2.gif);
	background-repeat: no-repeat;
	background-position:left;
}

#centreCol li a:link, #centreCol li a:visited, #centreCol a:link, #centreCol a:visited
{
	color: #df427d;
	text-decoration: underline;
}

#centreCol a:hover
{
	text-decoration: underline;
}

/*** right col ***/

#rightCol
{
	float: left;
	width: 156px;
	padding: 5px 7px;
	background-image: url(/images/template/rightCol_BG.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#rightCol ul
{
	margin: 5px 0 10px 10px;
}

#rightCol li
{
	list-style: none;
	font-size: 70%;
	padding-left: 7px;
	background-image: url(/images/template/bullet_rightCol.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/**************************
FOOTER
**************************/

#footer
{
	clear: both;
	height: 20px;
	padding: 5px 15px;
	color: #FFFFFF;
	background-color: #361B52;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	color: #FFFFFF;
}

#footer p.footerLeft
{
	float: left;
}

#footer p.footerRight
{
	float: right;
}

/**************************
FONTS
**************************/

#pageContents p
{
	color: #333333;
	line-height: 16px;
	margin: 10px 0;
}
	
#pageContents p.email
{
	margin: 0 0 20px 0;
}

#rightCol p
{
	font-size: 70%;
	color: #7D55A6;
	font-style: italic;
	margin-bottom: 0px;
}

#rightCol p.testimonialName
{
	font-weight: bold;
	margin-top: 0px;
}

h1
{
	font-size: 120%;
	font-weight: normal;
	color: #4F2776;
	margin-bottom: 20px;
}	



H2
{
	font-size: 80%;
	color: #CB3AC8;
	margin-bottom: 5px;
}

H2 a:link, H2 a:visited, H2 a:hover
{
	color: #CB3AC8;
	}

H2 .pammy
	{
	color: #6C4C8C;
	font-size: 100%;
	margin-bottom: 0px;
	}

H2 .johal
	{
	font-size: 130%;
	margin-bottom: 0px;
	}

#leftCol H2
{
	font-size: 70%;
	border-bottom: 1px solid #D8D2DF;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

H3
{
	font-size: 75%;
	color: #361B52;
	margin-bottom: 10px;
}

#rightCol H3
{
	font-size: 70%;
}


H4
{
	font-size: 75%;
	color: #7F6D91;
	margin-bottom: 1px;
}

#rightCol H4
{
	font-size: 70%;
	color: #361B52;
	padding: 2px;
	background-color: #ECE9EF;
}
H5
{
	font-size: 90%;
	color: #361B52;

}

.headinghighlight
{
	color: #7F6D91;
}
	
/* ------ horizontal rule ----- */

hr.home 
{
	border: none 0; 
	height: 10px;
	margin: 5px 0 5px 0;
	padding: 0px;
	background-image: url(/images/homepage/HR_BG.jpg);
	background-repeat: repeat-x
	} 
	
hr {
clear:both;
	border: none 0; 
	border-top: 1px solid #D5D5D5;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0px;
	} 

*html hr
	{
	margin: 0px 0 0px 0;
	}

/**************************
TABLE PROPERTIES
**************************/

TABLE
	{
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
	border: 1px solid #9A8CA9;
	}
th
	{
	color: #361B52;
	padding: 2px 5px 4px 2px;
	border-bottom: 1px solid #9A8CA9;
	vertical-align: top;
	}
	
td
	{
	color:#333333;
	padding: 2px 2px 2px 5px;
	background-color: #FAF9FB;
	border-bottom: 1px solid #9A8CA9;
	vertical-align: top;
	}

/**************************
FORM PROPERTIES
**************************/

#rightCol FORM
	{
	margin:0px;
	}

#rightCol LABEL
	{
	padding-left: 2px;
	}

#rightCol FORM P
	{
	margin: 0px;
	padding: 0px;
	}

#rightCol INPUT.txtBox
	{
	height: 16px;
	width: 150px;
	margin: 0px;
	padding: 1px 0px 1px 2px;
	color: #9A8CA9;
	font-size: 120%;
	border: solid 1px #9A8CA9;
	background-color:#f6f6f6;
	}

#rightCol INPUT.submit
	{
	float: right;
	padding: 5px 5px 0 0;
	margin:0px;
	}

#rightCol .textarea
	{
	height: 60px;
	width: 150px;
	margin: 0px;
	padding: 3px 0px 0px 3px;
	color: #9A8CA9;
	font-size: 120%;
	border: solid 1px #9A8CA9;
	background-color:#f6f6f6;
	}
	
/* ---------------------- clear fix ---------------------- */

.clear
{
	clear: both;
	display: block;
	height: 1px;
}

.clearImg
{
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
