/* Mosman Montessori Under 3's :: Master Style Sheet */


html, body, div, h1, h2, h3, ul, p{
	margin:0;
	padding:0;
}
html, body {
	width:100%;
}

#bodyHome
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#4E4E4E;
	background-color:#fdf9a0;
}

#pageHeader {
	display:block;
	width: 100%;
	height:115px;
	background: #66ccff;
}

h1#logoHolder{
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
	text-indent:-9000px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:transparent url(../img/banner_resized.gif) no-repeat 0 -10px;
	width:800px;
	height:65px;
	left:30px;
	top:5px;
}

#tagLine {
	display:block;
	position:absolute;
	padding:0px;
	margin:10px 0px 10px 0px;
	width:500px;
	height:20px;
	left:200px;
	top:65px;
	color:#32609b;
	font-size:1.1em;
}

#colouredbar
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 15px;
	background: url(../img/coloured_bar.jpg);
}

/*
#colouredbar
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	background:#66ccff url(../img/elephants_pattern_2.gif) repeat-x 0 0;
}
*/
h2, h3, h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	font-size:1.7em;
	padding:20px 0px 5px 0px;
	color:#32609b;
	/*border-bottom:1px dotted #92bbcf;*/
}
h3{
	font-size:1.4em;
	margin:5px 0px 0px 0px;
	color:#3195c6;
}

h4{
	font-size:1.1em;
	margin:14px 0px 0px 0px;
	color:#333;
}

a{
	color:#dd6f2c;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#dd9e2c;
	text-decoration:underline;
}
.separator{
	color : #92bbcf;
}

img {
	padding:4px;
	background-color:#e4f4fb;
	border: 1px solid #b5dbee;
}

/* Left Navigation
------------------------------------------------------------------*/

#leftmenu
{
	width: 180px;
	margin: 40px 0px 20px 0;
	float:left;
}

#leftmenu ul
{
	list-style-type: none;
	padding-left: 15px;
}
#leftmenu ul li{
	display:block;
	padding:8px 0 8px 30px;
	background-image:url(../img/bullet_2.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftmenu ul li a{
	color:#3195c6;
}
#leftmenu ul li a:hover{
	color:#32609b;
	text-decoration:none;
}

/* Content
------------------------------------------------------------------*/
#contentOuter{
	background-color:#FFF;
	width:100%;
	height:auto;
}
#contentInner {
	width:990px;
	height:auto;
}
#content
{
	width: 570px;
	margin:20px 20px 20px 20px;
	float:left;
}
	#content p {
		padding:10px 0px;
		line-height:150%;
	}
	#content ul{
		line-height:200%;
		list-style-type:none;
		margin:0;
		padding:10px 0 10px 15px;
		position:relative;
	}
		#content ul li{
			display:block;
			padding:0px 0 0px 30px;
			background-image:url(../img/bullet_3.gif);
			background-repeat:no-repeat;
			background-position:0px 6px;
		}
		
	.moreButton{
		width:94px;
		height:23px;
		display:block;
		padding:0 0 20px 0px;
	}
	.moreButton a{
		width:94px;
		height:23px;
		display:block;
		font-size:1px;
		line-height:1px;
		text-indent:-9000px;
		overflow:hidden;
		text-decoration:none;
		outline:none;
		background:transparent url(../img/read_more.jpg) no-repeat 0 -23px;
	}
	.moreButton a:hover{
		background:transparent url(../img/read_more.jpg) no-repeat 0 0;
	}
	#content table {
		font-size:0.8em;
		margin:20px 0px 10px 0px;
		border: 1px #b5dbee solid;
		border-collapse:collapse;
	}
	#content table span {
		font-size:0.8em;	
	}
	#content table td {
		background-color: #fff;
		border: 1px #b5dbee solid;
		padding:2px;
		text-align:center;
		vertical-align:top;
	}
	#content th {
		background-color: #e4f4fb;
		color:#32609b;
		border: 1px #b5dbee solid;
		vertical-align:top;
		padding-top:4px;
	}
	
	table#resourcesTable {
		font-size:0.9em;
		margin:10px 0px 10px 0px;
		border:none;
	}
	table#resourcesTable td {
		background-color: #fff;
		border: none;
		padding:6px 6px 6px 2px;
		text-align:left;
		vertical-align:top;
	}

/* Sidebar
------------------------------------------------------------------*/
#sideBar
{
	width: 200px;
	margin:50px 0px 20px 0px;
	float:left;
}
	
	.contentBox {
		width:178px;
		height:auto;
		background-color:#e4f4fb;
		border: 1px solid #b5dbee;
		padding:5px 10px 10px 10px;
		margin-bottom:20px;
	}
	
	#sideBar p {
		font-size:0.9em;
		padding:10px 0px;
	}
	
/*	
	#sideBar h3 {
		padding-bottom:3px;
		border-bottom:1px dotted #92bbcf;	
	}
*/

/* Footer
------------------------------------------------------------------*/
#footerOuter{
	width:100%;
	height:100px;
	position:relative;
	background:#e4f4fb url(../img/coloured_bar_2.jpg) repeat-x 0 0;
}
/*
#footerOuter{
	width:100%;
	height:100px;
	position:relative;
	background:#d9e8ef url(../img/footer_bg.gif) repeat-x 0 0;
}
*/
#footer{
	display:block;
	position:relative;
	width:auto;
	padding-left:190px;
	font-size:0.8em;
	color:#32609b;
}
	#footer ul{
		padding:25px 0px 20px 0px;
		margin:0px;
		list-style-type:none;
		background:transparent;
	}
	#footer li {
		display:inline;
		padding:0px 5px 0px 5px;
		margin:0px;
		border-right:1px solid #92bbcf;
	}
	
	#footer li a{
		font-weight:normal;
	}
	#footer li a:hover{
	}
	#footer li.last{border:0px}


/* Misc
------------------------------------------------------------------*/
.clearB{
	clear:both;
	height:0;
	margin:0; /* I think this is unnecessary */
	font-size:1px; /* helps WinIE with B1 and B2 */
	line-height:0px; /* helps WinIE5 */
}
