* {
	margin: 0;
	padding: 0;	
}

a img {
	border: 0;
}

a {
	color: #444444;
}

a:hover {
	color: #84127B;
}

.hideContent {
	position: absolute;
	left: -9999px;
	width: 1px;
}

body {
	font-size: 0.8em;
	font-family: arial;
	color: #777777;
}

body#splash {
	text-align: center;
}

body#splash div#wrapper {
	margin: 0 auto;
	width: 578px;
}

div#enterSite {
	text-align: center;
	width: 578px;
}

p, div#mainContent ul {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

div#header {
	margin: 0px 0 0 0;
	width:760px;
}

a#logo {
	padding: 30px 60px 0 10px;
	margin-top: 40px;
	float: left;
	clear: both;
}

body#birds div#wrapper {
	background: url('../images/presentation/footer_bg1.gif') no-repeat bottom left;
	padding: 0 0 0 115px;
}

body#birds div#sideBG {
	background: #ffffff url('../images/presentation/side_bg1.gif') no-repeat top left;
}

/*
body#birds a#logo {
	background: url("../images/presentation/logo_bg1.gif") no-repeat top right;
}
*/

body#birds {
}

/*** START HEADER STYLES ***/

	div#header div.borderWrapper {
		float: left;
		clear: both;
		background: url('../images/presentation/dotted_border_hor.gif') repeat-x bottom left;	
		margin-bottom: 25px;
	}

	ul#mainNav, ul#sideNav {
		list-style-type: none;
		text-transform: uppercase;
		font-size: 0.9em;
	}
	
	ul#mainNav {
		float: left;
		clear: both;
		width: 770px;
		background: url('../images/presentation/dotted_border_hor.gif') repeat-x top left;
		margin-top: 20px;
		padding-bottom: 0 !important;
		padding-bottom: 5px;
	}
	
	ul#mainNav li {
		float: left;
		margin: 5px 0;
	}

	ul#mainNav li.first {
		float: left;
		margin-left: -10px;
	}
		
	ul#mainNav li a, ul#sideNav li a {
		text-decoration: none;
	}

	ul#mainNav li a:hover, ul#sideNav li a:hover {
		text-decoration: underline;
	}

	ul#mainNav li a {
		float: left;
		padding: 0 20px;
		margin: 0 4px 0 0px;
		border-right: 1px solid #444444;
	}

	ul#sideNav li a {
		display: block;
	}

/*** END HEADER STYLES ***/

div#footer p#languageSelector {
	margin: 0 0 0 650px !important;
	padding: 130px 0 20px 0;
	display: block;
}

p#languageSelector a, p#languageSelector {
	color: #ffffff;
}

p#languageSelector a:hover {
	text-decoration: none;
}

/*** START SIDE BAR STYLES ***/

	
	div#leftBar {
		float: left;
		width: 180px;
		clear: left;
	}
	
	div#leftBar ul#sideNav {
		background: url('../images/presentation/purple_dotted_border_hor.gif') repeat-x top left;
		margin: 50px 0 0 7px;
	}
	
	div#leftBar ul#sideNav li {
		background: url('../images/presentation/purple_dotted_border_hor.gif') repeat-x bottom left;
		padding: 12px 0;
	}
	
	div#leftBar ul#sideNav li a {
		margin: 0 0 0 7px;
	}	

	
	body#birds div#rightBar {
		width: 180px;
	}

	div#rightBar {
		margin: 50px 0 0px 0;
		float: right;
		clear: right;
		background: url('../images/presentation/purple_dotted_border_hor.gif') repeat-x top left;
		padding: 12px 0 0 0;
	}
	
	div.homePage div#rightBar {
		width: 370px !important;
		margin-top: 0px;
		background: none;
		padding-top: 5px !important;
	}
	
	div#rightBar img, div#rightBar div#news {
		padding: 0 0 12px 0;
		margin: 0 0 12px 0;
		background: url('../images/presentation/purple_dotted_border_hor.gif') repeat-x bottom left;
	}

	div#news .newsHeader {
		color: #84127B;
		text-transform: uppercase;
		font-size: 1.1em;
	}

/*** END SIDE BAR STYLES ***/

/*** START MAIN CONTENT STYLES ***/

	body#birds div#main {
		clear: both;
		width: 760px;
	}
	
	div#mainContent {
		margin: 0;
		padding: 0 15px;
	}
	
	div.homePage div#mainContent {
		margin-right: 400px !important;
	}
		
	div.twoColumn div#mainContent {
		margin-right: 190px;
		padding: 0 15px;
	}
	
	div.threeColumn div#mainContent {
		margin-right: 190px;
		margin-left: 190px;
		padding: 0 15px;
	}
	
	div#mainContent ul {
		list-style-image: url('../images/presentation/bullet_point.gif');
		margin-left: 15px;
	}
	
	a.bookOnline img {
		margin-bottom: 20px;
	}
	
	input {
		margin-bottom: 6px;
	}
/*** END MAIN CONTENT STYLES ***/


/*** START TEXT STYLES ***/

	h1, h2, h3 {
		color: #84127B;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-weight: normal;
		padding-right: 5px;
	}
	
	h1 {
		font-size: 1.4em;
		margin-bottom: 15px
	}
	
	h2 {
		margin: 20px 0 0 0;
		font-size: 1.1em;
		display: inline;
	}

/*** END TEXT STYLES ***/

/*** START TABLE STYLES ***/

	table {
		border-collapse: collapse;
		margin: 5px 0 20px 0;
	}

	table td, table th {
		border: 1px solid #777777;
		padding: 3px 5px 3px 5px;
	}
	
	table th {
		color: #84127B;
		font-weight: normal;
		text-align: left;
	}
	
	table td {
		text-align: center;
	}
	
	table td.low, table th.low {
		background-color: #E7EDF8;
	}

	table td.mid, table th.mid {
		background-color: #C3C2C2;
	}
	
	table td.high, table th.high {
		background-color: #D0ABCD;
	}
	
	table td.shut, table th.shut {
		background-color: #EFBDB8;
	}

/*** END TABLE STYLES ***/

/*** START SPLASH PAGE STYLES ***/
	
	body#splash div#main {
		margin-top: 50px;
	}
	
	div#enterSite {
		margin-top: 30px;
	}
	
	div#enterSite, div#enterSite a {
		color: #84127B;
		text-transform: uppercase;
	}
	
	div#enterSite a:hover {
		text-decoration: none;
	}

/*** END SPLASH PAGE STYLES ***/
