/* HOMEPAGE STYLES */

body {
	font: 0.8em georgia,times,serif;
	line-height: 140%;
	background: #ffffff url(pix/homepage_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

a {
	color: #79C7DC;
}

a img {
	border: 1px solid #80C9DB;
}

a:visited {
	opacity: 0.7;
}

a:hover {
	opacity: 1;
	text-decoration: underline;
}

img.logo {
	position: absolute;
	top: 8px;
	left: 56em;
}


ul.mainNav {
	background: url(pix/homepage_swoosh.gif) no-repeat;
	width: 211px;
	height: 418px;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	list-style-type: none;
}

	ul.mainNav li {
		margin: 0;
		padding: 0;
	}

	ul.mainNav a {
		margin: 0;
		padding: 0;
		line-height: 200%;
		display: block;
		font-size: 130%;
		color: #ffffff;
		text-decoration: none;
		letter-spacing: 0.2em;
		text-align: center;
	}

div.blogentry {
	position: absolute;
	top: 50px;
	left: 215px;
	margin-left: 23em;
	width: 20em;
	color: #161027;
}

div.blogentry a {
	color: #6374AB;
}

div#middleColumn {
	position: absolute;
	left: 215px;
	top: 0;
	z-index: 1;
	width: 20em;
	height: 100%;
	padding: 0 1em;
	color: #ffffff;
	background-color: #4B5492;
}

	div#middleColumn img {
		float: left;
		margin-top: 4px;
		margin-right: 1em;
		margin-bottom: 0.4em;
		border: none;
	}

	div#middleColumn h4 {
		clear: left;
	}

	div#middleColumn a {
		text-decoration: none;
		font-weight: bold;
		opacity: 1 !important;
	}

	div#middleColumn a:hover {
		text-decoration: underline;
	}

p.tagline {
	margin: 0;
	font-family: "arial narrow",arial,sans-serif;
	font-size: 120%;
	font-variant: small-caps;
	letter-spacing: 0.13em;
	white-space: nowrap;
	height: 50px;
}

h1,h2,h3,h4 {
	margin: 0;
}

h1 {
	font-size: 200%;
	letter-spacing: 0.1em;
	margin-top: 50px;
	font-weight: normal;
	margin-bottom: 23px;
}

h3 {
	font-size: 120%;
}

ul.entrances {
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-left: 91px;
	margin-top: 1em;
	width: 60em;
	list-style-type: circle;
	overflow: auto;
}

	ul.entrances li {
		float: left;
		width: 9em;
		margin-right: 2em;
		list-style-type: circle;
	}

	ul.entrances li:first-child {
		width: 117px;
	}

	ul.entrances h4 {
		margin: 0;
		font-weight: normal;
		font-size: 100%;
	}

	ul.entrances li a {
		color: #6374AB;
	}

	ul.entrances li.reversedColours {
		color: #ffffff;
	}

	ul.entrances li.reversedColours a {
		color: #79C7DC;
	}

div#footer {
	background: url(pix/homepage_footer.gif) no-repeat left bottom;
	height: 88px;
	width: 100%;
	position: relative;
}

	div#footer ul {
		position: absolute;
		left: 36em;
		bottom: 20px;
		margin: 0;
		padding: 0;
		margin-left: 63px;
		width: 21em;
	}

	div#footer li {
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 0.6em;
		list-style-type: none;
	}

	div#footer a {
		font-family: arial,sans-serif;
		color: #ffffff;
		text-decoration: none;
	}