/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	7th November 2005
AUTHOR:			Nick Toye

-- CONTENTS -----------------------------------------------

	=1:		[HTML & BODY]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[LISTS]
	=10:	[FORMS]
	=11:	[IMAGES]
	=12:	[TEASERS]
	=13:	[MISC]
	=14:	[FLASH]
	
-----------------------------------------------------------*/

/*	=1:	[HTML & BODY] -------------------------------------*/	

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	background: #999999;
	}


	
/*	=2:	[LINKS] -------------------------------------*/	
	
/* NOTES: 
remember LoVe HAte, also I have added a current class for current elements 
*/

a:link {
	color: #004b89;
	text-decoration: none;
	}
a:visited {
	color: #004b89;
	text-decoration: none;
	}
a:hover {
	color: #e99e13;
	}
	
a.current {
	color: #004b89;
	}

/*	=3:	[COMMON ELEMENTS] -------------------------------------*/	

p {
	line-height: 160%;
	padding: 0 0 5px 0;
	color: black;
	}
	
table {color: black; border: none;}
	
h1 {
	font-size: 150%;
	color: black;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 130%;
	color: black;
	}
	
h3 {
	font-size: 120%;
	}

code {
	color: #000000;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
		
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	
a abbr {
	border: none;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
del {
	text-decoration: line-through;
	}
	
ins {
	text-decoration: none;
	font-style: italic;
	}
	
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
ul {list-style:none;}

/*	=4:	[TOP ELEMENTS] -------------------------------------*/	

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	min-height: 550px;
	background: url(_images/faux.gif) repeat-y;
	}
	
* html #wrap {height: 550px;}
	
#header {
	width: 760px;
	height: 100px;
	}
	
#header h1 {
	display: none;
	}
	
body#home #header {
	background: url(_images/header_home.gif) no-repeat;
	}
	
body#content #header {
	background: url(_images/header_content.gif) no-repeat;
	}


	

	





/*	=5:	[NAVIGATION] -------------------------------------*/	

/* NOTES: 
obviously the image references need to be altered to customise design
*/

ul#nav {
	float: left;
	width: 160px;
	}
	
ul#nav li {
	text-indent: -3000px;
	}
	
#nav li a:hover, #nav li a.current {background-position: 0 -30px;}

#homeBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/homeBtn.gif) no-repeat;
	}
	
#welcomeBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/welcomeBtn.gif) no-repeat;
	}
	
#aboutusBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/aboutusBtn.gif) no-repeat;
	}
	
#whoswhoBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/whoswhoBtn.gif) no-repeat;
	}
	
#tourBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/tourBtn.gif) no-repeat;
	}
	
#newsBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/newsBtn.gif) no-repeat;
	}
	
#newslettersBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/newslettersBtn.gif) no-repeat;
	}
	
#calendarBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/calendarBtn.gif) no-repeat;
	}
	
#galleryBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/galleryBtn.gif) no-repeat;
	}
	
#kidszoneBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/kidszoneBtn.gif) no-repeat;
	}
	
#guestbookBtn a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(_images/guestbookBtn.gif) no-repeat;
	}
	




	


/*	=6:	[MAIN COLUMN] -------------------------------------*/	
body#home #main {
	position: relative;
	float: right;
	width: 600px;
	min-height: 450px;
	_height: 450px;
	background: url(_images/main_bg.gif) no-repeat top left;
	}
	
body#content #main {
	position: relative;
	float: right;
	width: 600px;
	min-height: 450px;
	_height: 450px;
	background: none;
	}
	
.gutter {padding: 10px;}

#welcome {
	position: absolute;
	top: 135px;
	right: 10px;
	width: 280px;
	text-align: center;
	}
	
#welcome h2 {font-size: 100%; font-weight: bold; color: #0c4f8c;}
#welcome p {
	font-size: 80%; 
	margin-top: 10px; 
	font-weight: normal;
	line-height: 130%;
	}

#newsArea {
	position: absolute;
	right: 40px;
	bottom: 0px;
	width: 203px;
	height: 135px;
	padding: 10px;
	background: url(_images/news_bg.gif) no-repeat;
	}
	
#newsArea div a {color: #fff;}
#newsArea div a:hover {color: #000;}

#flash {
	position: absolute;
	top: 130px;
	right: 320px;
	}
	
#kidszoneTeaser a {
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 93px;
	height: 85px;
	text-indent: -3000px;
	background: url(_images/kidszoneTeaser.gif) no-repeat;
	}
	
#kidszoneTeaser a:hover {background-position: 0 -85px;}

#newslettersTeaser a {
	position: absolute;
	left: 123px;
	bottom: 10px;
	width: 93px;
	height: 85px;
	text-indent: -3000px;
	background: url(_images/newslettersTeaser.gif) no-repeat;
	}
	
#newslettersTeaser a:hover {background-position: 0 -85px;}

#galleryTeaser a {
	position: absolute;
	left: 226px;
	bottom: 10px;
	width: 93px;
	height: 85px;
	text-indent: -3000px;
	background: url(_images/galleryTeaser.gif) no-repeat;
	}
	
#galleryTeaser a:hover {background-position: 0 -85px;}

/*	=7:	[SIDEBAR COLUMN] -------------------------------------*/	


	
/*	=8:	[FOOTER] -------------------------------------*/	
body#home #footer {
	position: relative;
	float: left;
	width: 760px;
	height: 51px;
	background: url(_images/footer_home.gif) no-repeat;
	}
	
body#content #footer {
	width: 760px;
	height: 51px;
	background: url(_images/footer_content.gif) no-repeat;
	}


/*	=9:	[LISTS] -------------------------------------*/	




/*	=10: [FORMS] -------------------------------------*/	




/*	=11: [IMAGES] -------------------------------------*/	



/*	=12: [TEASERS] ------------------------------------*/

/* kidszone */
#gamesBtn a {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 50px;
	background: url(_images/gamesBtn.png) no-repeat;
	text-indent: -3000px;
	}
	
#gamesBtn a:hover {background-position: 0 -200px;}

#weblinksBtn a {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50px;
	right: 50px;
	background: url(_images/weblinksBtn.png) no-repeat;
	text-indent: -3000px;
	}
	
#weblinksBtn a:hover {background-position: 0 -200px;}

/* classpage buttons */



		
		
/*	=13: [MISC] -------------------------------------*/	


/* skip navigation rule*/ 


#counter td {
	font-size: 90%;
	font-weight: bold;
	}
	
#counter img {margin-top: 5px;}
	

	
.link a {
	position: absolute;
	right: 90px;
	bottom: 25px;
	font-size: 65%;
	color: #fff;
	}
	
.link a:hover {color: #000;}






#login {
	float: right;
	border: none;
	margin: 5px;
	}
	
.clearer {
	clear: both;
	}
	
/*	=14: [FLASH] -------------------------------------*/	








