/*
<header>
	<title>home.css</title>
	<author>Miriama Mahuika</author>
	<description>Specific styles for the home page</description>
	<notes></notes>
	<history>
		<version number="0.1" date="2007-12-05">Created the header</version>
	</history>
</header>
*/

/* $name='Home Dotted Menu' */
.dottedLine {
	background			: url('../css/images/dotted.gif') repeat-x;
	height				: 3px;
	margin-left			: 20px;
	padding				:3px;
}
p{
	text-align			:justify;
	margin-left			:18px;
}
p.homeNote {
	margin				: 0;
	font-size			: 9px;
	margin-left			:18px;
}
.homeMenu {
	margin				: 0;
	display				: block;
	list-style			: none;
	padding				: 0 5px 0 20px;
	line-height			: 38px;
}
.homeMenu li {
	padding				: 0 10px 0 20px;
	display				: inline;
	background-position	: left;
}
/* $name='Home column left' */ 
.homeColLeft {
	float				: left;
	width				: 495px;
	/*padding-left		: 20px;*/
}
.homeRightImage {
	float				: right;
	margin-top			: 10px;
}
.homeKestrel {
	background			: url('../css/images/home_mktng.gif') no-repeat;
	width				: 400px;
	height				: 79px;
	margin-top			: -79px;
	float				: right;
}

/*Styling for Queen's Award Logo*/
.queens_award{
	float:right;
	width:300px;
	height:230px;
	text-align:center;
	margin:5px 0px 0px 0px;
	}
.queens_award img{
	margin:12px 0 0 0;
	padding:0 40px 0 0;
}	
.queens_award p {
	/*float:left;
	position:relative;*/
	color:#07527e;
	margin:10px 0 0 0;
	right:5px;
	/*width:110px;
	text-align:left;
	top:0;*/
}
.queens_award a {
	font-weight:bold;
	text-decoration:underline;
}
