/* Css originally by mejobloggs  Design by Aran @ studio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

/* purple colour: 74,2,137 - #4A0289 */
/* blue colour: 6,5,255 - #0605FF */

body {
	font-family: "bookman old style","trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	color: #000000;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #wrapper-header, #wrapper-content, #wrapper-footer {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
	height: 18px;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	height: 18px;
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#4A0289; /* purple */
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: url('images/bg_blue.png') top center repeat-x;
	
}

#header {
	background: no-repeat url('images/heatherwardell.gif');
	background-position: center 2px;
	margin: 0 0;
	text-align: left;
	height: 96px;
	position: relative;
	
}

#wrapper-header2 {
	background: transparent url('images/bg02-white-left.png') top left no-repeat;
	height: 96px; 
}

#wrapper-header3 {
	background: transparent url('images/bg02-white-right.png') top right no-repeat;
	height: 96px; 
}

#wrapper-h1 {
	position: absolute; 
	bottom: 0px;
	margin: 0 auto;
	width: 100%;

}

#header h1 {
	margin: 0 0px;
	text-align: center;
	padding: 0px 0px;
        color: #C0C0C0; /* silver */
	font-size: 115%;
	font-family: "bookman old style","trebuchet ms", verdana, arial, tahoma;

}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat top left;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:220px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; padding-right: 0px; padding-left: 19px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: square;
	font-size: 75%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #4A0289; /* purple */
	font-weight: bold;
	letter-spacing: 0.15em;
}


#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
/*	background-color: #4A0289; /* purple */ */
	border: 1px solid #ccc;
	border-bottom: 1;
	font-size: 70%;
	clear: both;
	color: #0605FF;
}

h1 {font-size: 110%;}
h2 { font-size: 105%; }
h3 { font-size: 100%; }

a:link { color: #0605FF; text-decoration: underline; } /* blue - unvisited link */
a:visited { color: #4A0289; text-decoration: underline; } /* purple - visited link */
a:hover { background: #0605FF; color: #ffffff; text-decoration: underline; } /* blue */
a:active { color: #0605FF; text-decoration: underline;} /* blue */

.subtext {
	font-size: 80%;
	font-style: italic;
}
		
table.standard
{ text-align: center;
font-weight: normal;
border: 3px #0605FF solid;
border-spacing: 3px;
border-collapse: collapse;}


.tableTH
{ border-bottom: 2px solid #0605FF;
background-color: #4A0289;
color: #ffffff;
text-align: center;
font-weight: bold;
font-size: large;
}


.tableTD p
{
font-weight: normal;

vertical-align:top;

margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

hr {
border: 0;
color: #4A0289;
background-color: #4A0289;
height: 3px;
width: 100%;
text-align: center;
}

