/*
-----------------------------------------------
Occupational Psychiatry Screen Styles
Author:   David Galovic
Company:  August P/L
Version:  21 June 2007
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
}


/* Structure
----------------------------------------------- */

div#navigation {
	display: none;
}

div#feature {
	display: none;
}

div#content {
	width: 750px;
	margin-top: 40px;
}

div#side-col {
	display: none;
}

div#footer {
	clear: both;
	height: 40px;
	margin-top: 20px;
}


/* Typography
----------------------------------------------- */

p {
	font-size: 1.6em;
	line-height: 2.0em;
	margin: 1.2em 0;
}

div#footer p {
	font-size: 1.4em;
}

div#footer p.august {
	display: none;
}
div.errors {
	margin: 10px 0;
	font-size: 1.1em;
	color: #FF0000;	
}

span.letter {
	color: #ae4e00;
	font-weight: bold;
}

#skip {
	display: none;
}

h1 {
 	font-size: 2.2em;
	line-height: 2.6em;
}

/* 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 #69A6BC;
	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: #E7F2F6;
	color: #4294B2;
	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;
}

.clear {
	clear: both;
}