* {margin:0;padding:0;} 

html,body {
		height:100%;
		
}

body {  
		margin:0px;
		padding:0px;
		background:rgb(244,244,244);
		font-family: Arial; 
}

a { 
		color:rgb(82,97,172);
}

a:hover { 
		
		color:rgb(0,133,63);
		text-decoration:none;
		cursor:pointer;
}

a:visited {
		color: rgb(82,97,172);
}

.imagelink {
		text-decoration:none;
		border:none;
}
legend {
    
    height:13px;
    font-size:1.5em;
    line-height:100%;
    padding:6px 20px 6px 0;
   font-family:omnes-pro,sans-serif;
   color:#056147;
  
    
}
fieldset{border:none;padding-left:0}
/* a imgimg { border:none;} */

a:visited img { border:none;} 

p {  
}
h1 {color: #056147;font-size:16px;margin-bottom:5px;}
h2 {color:#5261AC;font-size:13px;font-family:omnes-pro,sans-serif;}
h3 {color:rgb(82,97,172); font-weight: bold; font-size: 1.2em;margin-top:10px;margin-bottom:10px;font-family:omnes-pro,sans-serif;}
h4 {color: #00853F; font-weight: bold; font-size: 1.4em;font-family:omnes-pro,sans-serif;}
strong {color: rgb(82,97,172)}
th {color: #FFFFFF; background-color: #57367D; font-size: 10px}
li {list-style-position: outside; list-style-type: disc; text-align: left; text-indent: 0pt;line-height:150% }
.key {font-size: 54%; font-weight: bold;}
.footnav {font-size: 10px}


	
.para {
	padding:0px;
	font-size:11px;
}

#header {
	/*border-radius:10px 10px 0 0;
	background: rgb(0,133,63);*/
	width:auto;
	margin-top:75px;
	color:#fff;
	height:45px;
	padding-left:25px;
}

#header h1 {
	color:rgb(0,133,63);
	font-size:2em;
	padding-top:10px;
	font-family: omnes-pro, sans-serif;
}

#body_text {
	height:100%;
	clear:both;
	padding:90px 25px 0 0;
	
	font-size:1em;
	line-height:150%;
}

#body_text h3 {font-family:omnes-pro,sans-serif;font-size:1.5em;background:#F4F4F4;padding:10px;border-radius:10px;margin-left:15px}
#body_text p:first-child{margin-top:0px;}
#body_text table {
	
	font-size:11px;
	
}
.values h3, .whats-on h3, .miss h3, .quality h3 {font-family:omnes-pro,sans-serif;font-size:1.5em;background:#F4F4F4;padding:10px 10px 10px 0;border-radius:10px;width:350px}
.objectives h4, .members h4 {margin-left:25px}

.values p, .whats-on p, .quality p, .quality a,.objectives p {margin-left:25px;margin-bottom:25px;width:350px}
.objectives p {width:300px}
.mission {margin-left:25px;margin-bottom:25px;width:350px}
.mission:first-child{margin-top:30px}
#service-delivery {margin-left:25px;width:320px;background:#F4F4F4;padding:10px 5px;color:#5261AC;border-radius:10px;}
#service-delivery li {padding:5px;margin-left:25px}



#container {
	padding:0px;
	height:100%;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
}

#page {
	
	
	padding:0px 14px;
	margin-left:auto;
	margin-right:auto;
	width:966px;
	min-height:100%;
	background: url(images/background.png) repeat-y;
}
#page-inner{
	width:938px;
	border-top:4px solid #5261AC;
	overflow:auto;
	min-height:100%;
	clear:both;
	padding-bottom:100px;

}

#footer {position:relative;
	margin-top:-100px;
	height:100px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:966px;
	padding:0 14px;
	background: url(images/background-footer.png) repeat-y;
	
}
.explore p {padding:10px 20px 30px 30px}
.explore ul {margin-left:50px}
#footer-inner{
width:938px;
height:26px;
padding-top:70px;
border-bottom:4px solid #00853F;
text-align:center;
color:#00853F;
font-size:.8em;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#content {
	
	position:relative;
	float:right;
	width:780px;
	font-family:Arial;

	
}

#sidebar {
	 
	float:left;
	width:140px;
	text-align:center;
	padding:0px;
	height:100%;
	padding-top:20px;
	background-color: #fff;
	margin-left:10px;

}
#sidebar img {margin:15px 0 0 10px}

#nav, #nav li {list-style-type:none;padding:0;margin:0}
#navigation{width:966px;margin:0 auto;position:relative;z-index:200}
#nav{
	list-style:none;
	margin:20px 0;
	
	
	background: url(images/nav-back.png) no-repeat;
	position:absolute;
	top:127px;
	right:13px;
	/* Clear floats */
	float:right;
	width:780px;
	height:47px;
	border-radius:5px 0 0 5px;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}

#nav li{
	float:left;
	
	position:relative;
}
#nav a{
	display:block;
	padding:3px 15px;
	color:#fff;
	
	text-decoration:none;
}
#nav a:hover{
	
	
	border-radius:5px;
	border:1px solid #5261AC;
	text-decoration:underline;
	padding:2px 14px;
}

#nav a.active {
	background:#fff;
	
	border-radius:5px;
	border:1px solid #5261AC;
	
	padding:2px 14px;
}
/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	margin:0;
	padding:0;
}
#nav ul li{
	
	float:none;
	margin:0;
	padding:0;
	
	background:#fff;
	border:1px solid #5261AC;
	border-width:0 1px;
}
#nav ul li:first-child{border-radius:5px 5px 0 0;border-top:1px solid #5261AC;}
#nav ul li:last-child{border-radius:0 0 5px 5px;border-bottom:1px solid #5261AC;}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color:#5261AC;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	
	
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#5261AC;
	color:#fff;
}

a.map_wyndham {
	display:block;
	width:140px;
	height:25px;
	color:#056147;
	line-height:22px;
	border:1px solid #056147;
	text-decoration:none;
}

a.map_wyndham:hover {
	display:block;
	width:140px;
	height:19px;
	color:#d9c65c;
	line-height:22px;

	border:1px solid #d9c65c;
	border-bottom:7px solid #d9c65c;
	text-decoration:none;
	
}

a.map_brimbank {
	display:block;
	width:140px;
	height:25px;
	color:#056147;
	line-height:22px;
	border:1px solid #056147;
	text-decoration:none;
}

a.map_brimbank:hover {
	display:block;
	width:140px;
	height:19px;
	line-height:22px;
	color:#ce86ac;
	border:1px solid #ce86ac;
	border-bottom:7px solid #ce86ac;
	text-decoration:none;
}

a.map_hobsons {
	display:block;
	width:140px;
	height:25px;
	color:#056147;
	line-height:22px;
	border:1px solid #056147;
	text-decoration:none;
}

a.map_hobsons:hover {
	display:block;
	width:140px;
	height:19px;
	color:#3fc7f5;
	line-height:22px;
	border:1px solid #3fc7f5;
	border-bottom:7px solid #3fc7f5;
	text-decoration:none;
	
}


a.green_button {
		
	background-image: url('images/green_button.png');
	text-align:left;
	color: #fff;
	padding:6px 0px 6px 8px;
	height:13px;
	text-decoration:none;
	
}

.pos_description {
	font-family:Arial;
	font-size:12px;
	color:#056147;
}

a.green_button:visited {
		
	background-image: url('images/green_button.png');
	text-align:left;
	color: #fff;
	padding:6px 0px 6px 8px;
	height:13px;
	text-decoration:none;
	
}

a.green_button:hover{
	background-image: url('images/green_button_ovr.png');
	color: #fff;
	padding:6px 0px 6px 8px;
	text-decoration:none;
	background-color: #fff;
	height:13px;

	
}

.gmap {margin:48px 0 0 0}
#map_canvas{margin:23px 0 0 25px;float:left;width: 350px; height: 450px}
#site_names{float:left;margin:20px 0 0 20px;padding:0 20px 20px 20px;width:300px;background:#F4F4F4;border-radius:10px}
#site_names p {padding-bottom:20px}
#site_names h2 {font-size:1.5em;margin:20px 0 15px 0;color:#00853F}
.campus td {
	font-family:  Arial;
	font-size:10px;
	
}

#site_names h1:hover {cursor:pointer}

.active{color:rgb(0,133,63);}
.site_link{margin:5px 10px 0 0;font-family: omnes-pro, sans-serif;font-size:1.5em}
.contact_link{margin:5px 10px 0 0;font-family: omnes-pro, sans-serif;font-size:1.5em}
#spinner{padding-left:10px;}
#service_results{display:none}
.servicelist, .servicelist li{
list-style-type:none;
padding:0;
}
.servicelist {margin-top:0}

.servicelist li{
font-size:.8em;line-height:150%;margin-left:5px;
}
td.eight {
	width:8px;
	border-left:1px solid #57367D;
}

.campus td.twelve {
	width:12px;
	border-left:1px solid #57367D;
}

.campus td.heading1 {
	background-image: url('/images/purple_td_back.png');
	color:#fff;
	padding:6px;
	padding-left:12px;
	border:1px solid #57367D;
	font-size:11px;
	font-weight:bold;
	
	
	
}


.campus td.heading2 {
	background-image: url('/images/green_td_back.png');
	color:#fff;
	padding:6px;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;
	
	
	
}

.campus td.heading3 {
	background-image: url('/images/green_td_back2.png');
	color:#fff;
	padding:6px;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;
	
	
	
}

.stalbans_td {
	
	background-color: #FF3399;
	width: 12px;
	
	
}

.deerpark_td {
	
	background-color: #3399FF;
	width: 12px;
}

.watergardens_td {
	
	background-color: #ff6633;
	width: 12px;
}

.copperfields_td {
	
	background-color: #996666;
	width: 12px;
}

.wyndham_td {
	
	background-color: #333399;
	width:12px;
}

.hobsons_td {
	
	background-color: #22bb00;
	width:12px;

}

.willy_td {
	
	background-color: #990099;
	width:12px;

}


#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-13px; right:-13px; cursor:pointer;}
#simplemodal-overlay {background-color:#000;}

#contact_nav {
	
	padding: 15px;
	text-align:left;
	float:right;
	width:355px;
	
}

#contact li {

	list-style:none;
	display:block;
	
}

#contact a {
	
	display:block;
	width:200px;
	
}

#service_details{display:none;background:#fff;width:500px;height:400px;padding:20px;font-family:sans-serif;overflow:auto;border-top:4px solid #5261AC;border-bottom:4px solid #00853F;position:relative}
#service_details h1{font-family:omnes-pro,sans-serif;font-size:24px;color:#00853F;background:url(images/logo-small.png) no-repeat left top;min-height:41px;padding-left:50px;padding-top:8px;margin-bottom:15px}
#service_details span {font-family:omnes-pro,sans-serif;font-size:22px;color:#5261AC;display:block;padding-bottom:5px}
.service_description{font-size:14px;line-height:150%;margin-bottom:25px}
.service_eligibility{font-size:14px;line-height:150%;margin-bottom:25px}
.service_location{font-size:14px;line-height:150%}
.clearfix {margin:0;padding:0;clear:both}

.loading {font-family: omnes-pro, sans-serif;background:url(images/spinner-large.gif) no-repeat center;margin:0 auto;display:block;height:110px;width:250px;margin-top:80px;font-size:1.2em;color:#5261AC}

#gmaps {height:250px}
#gmaps h3 {margin-left:0}
#gmaps p {margin-left:10px}

