*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333333;
	background-color: #CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #A3F000;
}
a:hover {
	text-decoration: underline;
}

img {border: none;}
	
	/* #home #container
	{
		
		height: 520px;
		
		position: relative;
	}
*/

	#container
	{
	width: 747px;
	background-color: #FFFFFF;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
	/* #container img.logo
	{
		margin: 25px 230px 20px 245px;
	} */
#header
{
	margin:0;
    padding;0;
	background-color: #4E2700;
	padding: 0px;
	height: 100px;
	width: 747px;
}

/* NAVIGATION */

#menucontainer
{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin:0;
    padding;0;
	background-color: #4E2700;
	padding: 0px;
	height: 40px;
	width: 747px;
}
	
	ul#nav
	{
	list-style: none;
	height: 40px;
	width:747px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;		
		
	}
	
	ul#nav li
	{
		float: left;
		padding: 11px 0 0 15px;
		
		font-size: 13px;
		font-weight: lighter;
		color: #a6f400;
	}
	
	ul#nav li.first
	{
		padding-left: 30px;
	}
	
	ul#nav li a
	{
	text-decoration: none;
	color: #FFFFFF;
	}

/* SIDE BARS */
	#container div.left
	{
		position: absolute;
		top: 138px;
		left: 0;
		
		width: 108px;
	}
	
	#container div.left p
	{
		margin: 0.5em;
				
		font-size: 0.8em;
		font-weight: bold;
	}
	
	#splash
	{
	width: 747px;
	height: 393px;
	margin: 0px;
	padding: 0px;
	}
	
	/*
	#home #container div.splash
	{
	width: 747px;
	height: 393px;
	background-image: url(i/home-splash-oasts.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
	
	
	#home #container div.illustration
	{
		position: absolute;
		top: 138px;
		left: 108px;
		
		width: 639px;
		height: 296px;
		
		background: url(i/ill-home.jpg) no-repeat;
	}
	*/
	
	#home h1
	{
		margin: 20px 20px;

		font-size: 1.4em;
		font-weight: lighter;
		letter-spacing: 1px;
	}
	
	div.header
	{
		height: 168px;
	}

	#inner div.header
	{
		background: url(../images/header-service.jpg) no-repeat;


	}
	
	#contact div.header
	{
		background: url(../images/header-enquiry.jpg) no-repeat;
		
	}
	
	#why div.header
	{
		background: url(../images/header-why.jpg) no-repeat;

	}
	
	#design div.header
	{
		background: url(../images/header-design.jpg) no-repeat;
	

}
	
	#design div.header
	{
		background: url(../images/header-design.jpg) no-repeat;

	}
	
	#fees div.header
	{
		background: url(../images/header-fees.jpg) no-repeat;

	}
	
	#terms div.header
	{
		background: url(../images/header-terms.jpg) no-repeat;

	}
	
	#links div.header
	{
		background: url(../images/header-links.jpg) no-repeat;

	}
	
	#schools div.header
	{
		background: url(../images/header-schools.jpg) no-repeat;

	}
	
	#content
	{
		position: relative;
		margin: 0 45px 0 45px;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	
	#content a
	{
	color: #86C700;
	text-decoration: none;
	}
	
	#links a
	{
	text-decoration: underline;
	}
	
	#links a:hover
	{
		color: #a6f400;
	}
	
		#content h1
		{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
		}
		
		#content h2
		{
			margin-top: 20px;
			margin-bottom: 10px;
			
			font-size: 1.2em;
		}
		
		#links h2
		{
			font-size: 1.2em;
		}
		
		#content p
		{
			margin-bottom: 20px;
			
			font-size: 1.1em;
			
		}
		#content p a:hover
		{
			text-decoration:underline;
			
		}
		
			#content p.bold
			{
				font-weight: bold;
			}
			
			#content p.jump
			{
				padding-bottom: 150px;
			}
			
							
					
			#content img.fr
			{
				float: right;
				margin-left: 20px;
			}
			
			#content img.fl
			{
				float: left;
				margin-right: 20px;
			}
		
		#content ul
		{
			margin: 5px 0 10px 0;
			
			list-style-position: inside;	
		}
		
		#content ol
		{
			margin-left: 20px;

		}
		
		#content li
		{
	color: #4E2700;
	font-size: 1.1em;
		}
		
		#content ol li
		{
	margin-bottom: 7px;
		}
		
		#content li em
		{
	font-style: normal;
		}
		
		#content li em strong
		{
			text-decoration: underline;
			font-weight: normal;
		}
		
	#fees table, #terms table
	{
		width: 90%;
		border-collapse: collapse;
		
		margin: 10px;
	}
	
	#fees table tr.head, #terms table tr.head
	{
		font-weight: bold;
	}
	
	#fees table td, #terms table td
	{
		padding: 10px;
		
		border: 1px solid #fff;
	}

	#footer
	{
	margin: 0px;
	font-size: 0.9em;
	background-color: #4E2700;
	color: #FFFFFF;
	width: 707px;
	padding: 20px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
	}

#footer a
	{
	color: #FFFFFF;
	text-decoration: none;
		}

#footer a:hover
	{
	color: #66CC00;
		}



/*	#home #footer
	{
		margin: 390px 0 0 0px;
		font-size: 0.9em;
		font-weight: bold;
		background: #4e2700 repeat;
	}
	
	#home #footer em, #footer em
	{
	font-style: normal;
	color: #a6f400;
	text-align:center;
	}
	
	#contact #footer, #inner #footer, #design #footer, #fees #footer, #terms #footer, #links #footer
	{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 85px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	*/
	#footwrap
	{
		text-align:center;
		margin:0;
		padding:0;
	}
	
	#footdetail
	{
		text-align:center;
		margin:10px 0 10px 0;
		padding:10px 0 10px 0;
	}
	
	ul#footmenu
	{
	overflow:hidden;
	font-weight:normal;
	font-size:11px;
	list-style-type:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0;
	}
	
	ul#footmenu li
	{
		display:inline;
		margin:0 5px 0 0;
		padding:0;
	}
	
	ul#footmenu li a
	{
		text-decoration:none;
		color:#fff;
	}
	
	ul#footmenu li a:hover
	{
	text-decoration:none;
	color:#66FF00;
	}
	
	
	fieldset
	{
		border:0;
		margin:0;
		padding:0;
	}
	
	fieldset div
	{
		overflow:auto;
		margin:0 0 10px 0;
		padding:0;
	}
	
	fieldset div.ck
	{
		overflow:auto;
		margin:20px 0 10px 0;
		padding:0;
	}
	
	fieldset div.create_image
	{
		overflow:auto;
		margin:20px 0 10px 0;
		padding:0;
	}	
	
	label.advsearch 
	{
		cursor: pointer; 
		padding-right: 5px; 
		padding-left:10px;
		padding-top:3px;
		padding-bottom:3px;
		width: 200px; 
		display: block; 
		float: left; 
		font-size:12px;
		text-align: left; 
		font-weight:normal;
	}
	
	label em 
	{
	font-style: normal;
	margin:0 0 0 3px;
	}
	
	select.formselect:focus, input.txtfield:focus, input.period:focus, textarea.areafield:focus
	{ 
		border-color:#4E2700; 
		background-color: #ccc; 
	}
	
	select.formselect
	{
		border:solid 1px #666;
		font-size:12px;
		line-height:16px;
		padding: 3px;
		margin:0;
		color:#000;
	}
	
	select.formselect option
	{
		margin:2px 15px 0 0;
	}
	
	input.txtfield, textarea.areafield
	{ 
		border: 1px solid rgb(218, 215, 202); 
		padding: 3px; 
		font-size:12px; 
		font-weight:normal;
		width: 220px; 
		color:#000;
		background-color: rgb(255, 255, 255); 
	}
	
	input.txtother
	{ 
		border: 1px solid rgb(218, 215, 202); 
		padding: 3px; 
		margin:5px 0 0 0;
		font-size:12px; 
		font-weight:normal;
		width: 220px; 
		color:#000;
		background-color: rgb(255, 255, 255); 
	}
	
	input.period 
	{ 
		border: 1px solid rgb(218, 215, 202); 
		padding: 3px; 
		margin:0 5px 0 0;
		font-size:12px; 
		font-weight:normal;
		background-color: rgb(255, 255, 255); 
	}
	
	input.button 
	{
		background:#330000;
		color:#fff;
		font-size:14px;
		margin-top:8px;
		margin-bottom:12;
		padding:5px;
		cursor: pointer;
		border:0;
	}
	
	fieldset .centered 
	{
		width:500px;
		margin:0px auto;
		padding:10px 0 0 0;
		text-align:center;
		color:#333;
	}
	
	input[type='checkbox']
	{
		margin-left:10px;
		margin-right:10px;
	}
	
	#result
	{
		margin:10px 0 20px 0;
		font-size:14px;
		color:#99CC33;
		font-size:16px;
		font-weight:normal;
		text-align:center;
	}
	

.map-container {
	overflow:hidden;
	width:650px;
	margin:0;
	padding: 0 45px 0 45px;
	font-size: 12px;
}
.map-container-left {
	float:left;
	width:550px;
	padding:0;
	margin:0 10px 0 0;
}
.map-container-right {
	float:right;
	width:75px;
	padding:0;
	margin:0 10px 0 0;
}
	
	
	
	
	
	
	
	
	
	
/* Bugfix for Opera (begin) */
	@media all and (min-width: 0px) {
		body
		{
			font-size: 0.95em;
		}
	}
/* Bugfix for Opera (begin) */
#content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

