/* @override 
	http://client.evolvedwebsites.com.au/pathways/main.css
	http://pathwaystohealth.com.au/main.css
*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
    background-image: url(images/logo_bg2.gif); 
	background-repeat: repeat-x; 

}
#navlist {
	position: absolute;
	left: 24px;
	top: 130px;
	width: 150px;
}
#navlist p {
	font-size: .8em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}
#navlist li {
	margin: 0;
}

#navlist a {
	display: block ;
	background-color: #d9d982;
	padding: 12px 10px;
	margin: 10px  0;
	text-align: left;
}
#navlist a:link, #navlist a:visited {
	color: #2756be;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	color: #5a95e5;
	background-position: center;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-image:  url(images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 40px 8% 0 230px;
	min-height: 350px;
}

#contentdiv p {
	font-size: .9em;
}

.title {
	display: block;
	color: #d9d982;
	margin: 0 0 0 230px;
	font-size: 1.5em;
	font-weight: normal;
}

.subtitle {
	display: block;
	color: white;
	margin: 0 0 5px 230px;
	font-size: 2.8em;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
	margin-top: 16px;	
}

h1, h2, h3 {
	color: #333333;
	margin-bottom: 0;
}

p {
	margin: 0 0 1.6em 0;
}

#footer {
	font-size: xx-small;
	text-align: center;
	color: #ffffff;
	background-color: #2756be;
	padding: 0.5em 2.5em 0.5em 2.5em;
}
#disclaimer {
	font-size: xxx-small;
	text-align: center;	
	
}

#contentdiv img {
	float: left;
	padding: 0 10px 20px 0;
	clear: left;
	display: block;
}

ul {
	font-size: .9em;
}
