/* Style Sheet for Macquarie Psychology */
/* Copyright Ionata Web Solutions 2010 */



/* Element Styles */
* {
	padding: 0;
	margin: 0;
	font-size: 0.99em;
}
html { 
	overflow-y: scroll; 
}
body {
	font-family: arial, sans-serif;
	color: #58585B;
	font-size: 1em;
	background: white url('../images/page_graphics/banner.gif') no-repeat scroll center 50px;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
p {
	line-height: 1.5em;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 1em 0 1em 0;
}
ul li, ol li {
	margin: 0.5em 0 0.5em 2.5em;
}
strong {
	color: #003399;
	font-weight: bold;
}

/*Custom Element Styles */
#wrapper {
	margin: 0 auto 0 auto;
	width: 950px;
}
#navigation {
	background: #A3CB47 url('../images/page_graphics/corner_left.gif') no-repeat scroll left top;
	height: 35px;
	border-bottom: 1px solid #E8F2D1;
	font-size: 0.9em;
	margin: 120px 0 0 0;
}
#navigation a {
	color: white;
	padding: 0 20px 0 20px;
	border-right: 1px solid white;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation a.active {
	font-weight: bold;
}
#navigation ul {
	margin: 0;
}
#navigation li {
	margin: 10px 0 0 0;
	list-style-type: none;
	display: block;
	float: left;
}
#navigation img {
	float: right;
}
#banner {
	background: transparent url('../images/banners/home.jpg') no-repeat scroll 0 0;
	width: 950px;
	height: 264px;
	margin: 5px 0 0 0;
}
#banner h4 {
	display: none;
}
#main_text {
	width: 620px;
	float: left;
	padding: 15px 30px 20px 30px;
}
#post_it {
	background: transparent url('../images/page_graphics/contact_postit.jpg') no-repeat scroll 0 0;
	width: 258px;
	height: 393px;
	float: right;
}
#footer {
	background: transparent url('../images/page_graphics/footer.gif') no-repeat scroll 0 0;
	width: 950px;
	height: 50px;
	padding: 30px 0 0 0;
	font-size: 0.75em;
}
#footer a {
	color: #58585B;
}
#footer a:hover {
	color: #58585B;
}

















