/*******************************************************************************
* AUTISM VICTORIA - www.autismvictoria.org.au
* WEBSITE BY EPS  - www.eps.com.au
*******************************************************************************/

/* GENERAL
*******************************************************************************/

a {
	color: #1275d3;
}
a:hover {
	color: #f66;
	text-decoration: none;
} 
body {
	background: #fff;
	margin: 0;
	padding: 5;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	/* Hide from IE Mac \*/
	font-size: 12px;
	/* */
	position: relative;
}

/* LAYOUT
*******************************************************************************/

#bodyWrapper {
	position: relative;
}


#globalMenu {
	
	clear: left;
	display: inline;
	float: left;
	font-size: 75%;
	line-height: 1.5em;
	margin: 0 -1px 0 0;
	padding: 20px 0 15px;
	width: 197px !important;
	width /**/: 198px; /* IE5.x */
	position: relative;
	left: 1px;
}

/* BRANDING
*******************************************************************************/

h1 {
	font-size: 1em;
	
}
h1 a {
	display: block;
	height: 88px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/* PAGE ELEMENTS
*******************************************************************************/

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0;
}
* html .clear {
	font-size: 0; /* IE */
}
hr {
	display: none;
}
h2, h3, h4 {
	clear: both;
	color: #1275d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1em;
	line-height: 2.2em;
}
h3 {
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.5em 0 1em 0;
}
h4 {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.2em;
	margin: 1.3em 0 0;
}
img {
	border: none;
}
p {
	margin: .5em 0;
}


td.shade1 {
	background: #7CE06D;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
td.shade2 {
	background: #AFECA5;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
td.shade3 {
	background: #C2F1BB;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
td.shade4 {
	background: #E1F8DD;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
td.shade5 {
	background: #F5FDF4;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* MAIN MENU
*******************************************************************************/

#globalMenu ul {
	margin: 0 25px 0 2px;
	width: 153px;
}
#globalMenu li {
	clear: left;
	float: left;
	display: inline;
	width: 125%;
	background-image: url(../img/bl1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}
#globalMenu li li {
	background: url(../img/bl2.gif) no-repeat 10px .6em;
}
#globalMenu ul ul {
	margin: 0;
}
#globalMenu a {
	border-bottom: 1px solid #eee;
	color: #1275d3;
	display: block;
	font-weight: bold;
	margin: 0 0 0 13px;
	padding: 3px;
	text-decoration: none;
}
* html #globalMenu a {
	/* Hide from IE Mac but not PC \*/
	height: 1px;
	/* */
}
#globalMenu a:hover,
#globalMenu a:active,
#globalMenu a:focus {
	background: #fff9f9;
	border-bottom: 1px solid #ffc6c6;
	color: #f66;
}
#globalMenu ul ul a {
	margin: 0 0 0 24px;/*margin for green arrow\*/
	color: #999;
	font-weight: normal;
}
#globalMenu ul ul a:hover,
#globalMenu ul ul a:active,
#globalMenu ul ul a:focus {
	background: #fafff4;
	border-color: #b7eeac;
	color: #40bf27;
}

/* MAIN MENU CONTROL
*******************************************************************************/









