/*
-----------------------------------------------
Occupational Psychiatry Screen Styles
Author:   David Galovic
Company:  August P/L
Version:  21 June 2007
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #a49a83;
	background: #fff url(/images/bg-body.jpg) top center repeat-x;
}


/* Structure
----------------------------------------------- */

div#wrapper {
	background: url(/images/bg-wrapper-3.jpg) top center no-repeat;
	margin: 0 auto;
}

div#content-wrapper {
	background: url(/images/bg-wrapper-3.jpg) top center no-repeat;
	margin: 0 auto;
	width: 1005px;
}


#home div#content-wrapper {
	background: url(/images/bg-wrapper-4.jpg) top center no-repeat;
}
#home div#wrapper {
	background: url(/images/bg-wrapper-4.jpg) top center no-repeat;
	min-height: 900px;
}

#media div#content-wrapper {
	background: url(/images/bg-wrapper-5.jpg) top center no-repeat;
	min-height: 900px;
}
#media div#wrapper {
	background: url(/images/bg-wrapper-5.jpg) top center no-repeat;
}

#collections div#wrapper {
	background: url(/images/bg-wrapper-1.jpg) top center no-repeat;
}

#collections div#wrapper {
	background: url(/images/bg-wrapper-1.jpg) top center no-repeat;
}
#collections div#content-wrapper {
	background: url(/images/bg-wrapper-1.jpg) top center no-repeat;
}

#about div#wrapper {
	background: url(/images/bg-wrapper-6.jpg) top center no-repeat;
	min-height: 900px;
}
#about div#content-wrapper {
	background: url(/images/bg-wrapper-6.jpg) top center no-repeat;
}

div#header {
	width: 1005px;
	height: 298px;
}

div#logo {
	width: 558px;
	height: 135px;
}

div#navigation {
	height: 70px;
}

div#main {
	margin: 0;
	padding: 0 30px 0 40px;
}

#home div#content {
	min-height: 351px;
}
div#main-col {
	float: left;
	width: 490px;
	padding: 20px 0 20px 0;
}

div#side-col {
	float: right;
	width: 185px;
	margin: 0;
	padding: 20px 0 20px 0;
}

div#footer {
	clear: both;
	height: 40px;
	margin-top: 10px;
}

#media div#footer {
	padding-top: 230px;;
}


div#content div.backtotop  {
	float: right;
}

div#content div.collection table {
	clear: both;
}

div#content div.collection {
	margin-bottom: 12px;
}


/* Home Page
----------------------------------------------- */

#home div#content {
	height: 310px;
}

/* Typography
----------------------------------------------- */

div#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 1.2em 0;
}

td {
	font-size: 12px;
	line-height: 1.6em;
}

div#footer p {
	font-size: 1.1em;
	color: #989386;
}

div#footer p.copyright {
	float: left;
	margin: 18px 0 0 0;
}

div#footer p.august {
	float: right;
	margin: 18px 16px 0 0;
}

div#footer img.august-tag {
	vertical-align: top;
	padding-top: 1px;
}

div.errors {
	margin: 10px 0;
	font-size: 1.1em;
	color: #FF0000;
}

div#content a, div#footer a {
	color: #a49a83;
	text-decoration: underline;
}

div#content a:hover, div#footer a:hover {
	color: #6F504C;
}

div#side-col p {
	font-size: 1.1em;
	margin: 2px;
}


/* Headings
----------------------------------------------- */

h1 {
	height: 23px;
	margin: 0;
}

h1#about-heading {
	background: url(/images/hd-about.gif) top left no-repeat;
}

h1#collections-heading {
	background: url(/images/hd-collections.gif) top left no-repeat;
}

h1#contact-heading {
	background: url(/images/hd-contact.gif) top left no-repeat;
}

h1#media-heading {
	background: url(/images/hd-media.gif) top left no-repeat;
}

h2#more-heading {
	background: url(/images/hd-more.gif) top left no-repeat;
	width: 43px;
	height: 12px;
	margin-top: 0;
}


/* Navigation
----------------------------------------------- */

div#navigation ul {
	list-style: none;
	margin: 93px 44px 0 40px;
	padding: 0;
}

div#navigation ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#navigation ul li a {
	display: block;
	height: 18px;
	padding: 3px 15px 0px 15px;
	margin-right: 3px;
	background: url('/images/tab.gif') top left no-repeat;
	text-transform: lowercase;
	color: #6f6856;
	text-decoration: none;
	font-size: 1.2em;
	border: 1px solid #6f6856;
}

div#navigation ul li a:hover {
	background-color: #d2bab7;
}

#home #nav-home, #about #nav-about, #collections #nav-collections, #media #nav-media, #contact #nav-contact {
	background-color: #d2bab7;
}


/* Forms
----------------------------------------------- */

#contact-form {
	margin-top: 30px;
}

#contact-form p {
	margin: 6px 0;
}

#contact-form .compulsory {
	font-weight: bold;
}

#contact-form label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

#contact-form .textarea label {
	display: block;
}

#contact-form input, textarea {
	border: 1px solid #6f6856;
	color: #666;
	width: 200px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#contact-form textarea {
	width: 280px;
	height: 100px;
}

#contact-form .buttons {
	margin: 10px 0 0 110px;
}

#contact-form .buttons .button {
	background-color: #D2BAB7;
	width: 60px;
}

.form-message {
	background-color: #c00;
	border: 3px solid #e67f00;
	color: white;
	margin: 10px 0;
	padding: 10px;
}


/* Misc
----------------------------------------------- */

.small-image {
	float: right;
	margin: 8px 0 0 0;
}

.photo {
	float: left;
	margin: 0 20px 10px 0;
}

a img {
	border: 0;
}

.image-replace {
	text-indent: -5000px;
}

.clear {
	clear: both;
}

.transparent {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
