/* CSS Document */
/*
 * background: #606060
 * pink: #ecdac9
 * blue: #00a59e
 * red: #ef4135
 * blurp background: #f7f7f7
 * text: #595959
 * grey: #b8b7b7
 * table rows: #d7eceb
 * table cols: #fefccb
 * h2: #599e65
 *
 */
body {
	background-color: #606060;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	font-size: 0.9em;
	font-style: normal;
	color: #595959;
	text-align: left;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
	padding-top: 35px;
}
h3 {
	font-size: 1.1em;
	color: #ef4135;
}
h4 {
	font-size: 1em;
}
#wrapper {
	/* background-image: url(../images/INNER-WEST-home-page-for-Hans.png); */
	width: 991px;
	margin: 0 auto;
	background-color: #fff;
	transition: background 0.5s linear;
}
#contact {
	width: 971px;
	text-align: right;
	font-size: 1em;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 10px;
	background-color: #fff;
}
#contact a {
	text-decoration: underline;
}
#navigation {
	width: 991px;
	height: 2.5em;
	line-height: 1em;
	background-color: #b8b7b7;
}
#navigation ul {
	text-align: center;
}
#navigation ul li {
	display: inline-block;
}
#navigation ul li a {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	font-size: 1em;
	color: #595959;
}
#navigation ul li:hover {
	background-color: #eee;
	color: #595959;
}
#navigation ul li:visited {
	color: #595959;
}
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 991px;
	height: 280px;
	position: relative;
}
#header p.title {
	position: absolute;
	font-size: 4em;
	text-align: right;
	color: #595959;
	bottom: 30px;
	right: 30px;
}
#header #home img {
	position: absolute;
	top: 5px;
	left: 40px;
	width: 92px;
	height: 111px;
	z-index: 100; /* make it clickable in firefox */
}
#cta {
	text-align: center;
	width: 991px;
	background-color: #b8b7b7;
}
#cta p {
	font-size: 1.4em;
	line-height: 2em;
	height: 2em;
}
#sitemap {
	width: 951px;
	height: 50px;
	background-color: #b8b7b7;
	padding: 5px;
	font-size: 0.8em;
}
#sitemap {
	margin-top: 0px;
}
#content {
/*	background-color: #fff;*/
/*	background-image: url(../images/background.gif); */
	background-repeat: repeat-y;
	width: 991px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
	padding: 0;
	padding-top: 10px;
	position: relative;
}
#main {
	width: 650px;
	line-height: 1.5em;
	padding: 20px 40px;
	float: left;
}
#main h1 {
	font-size: 1.5em;
	color: #e16e2c;
}
#main h2 {
	font-size: 1.2em;
	color: #e16e2c;
}
#main p {
	margin: 20px 0;
}
#main a {
	text-decoration: underline;
}
#main li {
	list-style-type: circle;
	margin-left: 30px;
}
#sidebar {
	width: 190px;
	float: left;
	margin-left: 10px;
}
#sidebar li {
	display: block;
	width: 185px;
	margin: 10px 20px;
	padding: 0 10px;
	text-align: center;
	font-size: 1.2em;
}
#sidebar li.menu {
	background-color: #b8b7b7;
	padding: 10px;
	margin: 20px;
	margin-right: 0px;
	height: 210px;
}
#sidebar li.menu img {
	display: block;
	margin: 5px auto;
}
#sidebar ul li p,
#sidebar ul li a {
	background-repeat: no-repeat;
	display: inline-block;
	height: 0px;
	width: 180px;
	color: #FFF;
	padding-top: 10px;
	font-size: 0.9em;
}
#sidebar ul li:hover {
/*	background-color: #eee;
	color: #595959; */
}
#sidebar ul li:visited {
	color: #595959;
}
#footer {
	background-image: url(../images/footer.jpg);
	width: 991px;
	line-height: 2em;
	margin: 0 auto;
	clear: both;
	position: relative;
}
#footer p {
	margin: 0 auto;
	color: #222;
	font-size: 1em;
	width: 851px;
	text-align: center;
}
#footer p span {
	padding: 0px 20px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
