
/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Perform Recruitment Solutions
Version:	1.2
Last change:	11/06/08 [Added CSS styleguides]
Design:    NEU   http://neu.com.au/
Author:   NEU   http://neu.com.au/
Template Developer:   http://www.briangrogan.com
Primary use:	Recruitment agency


/*	-------------------------------------------------------------
	1. BODY AND CONTAINER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #AAAAAA;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 50em;
}
h1 {
	color: #47B0E5;
	font-size: 1.7em;
}
/*	-------------------------------------------------------------
	2. BANNER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#banner {
	background-color: #FFF;
	background-image: url(../images/banner.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 6.45em;
}
#timeline {
	float: left;
	height: 1.6em;
	width: 10.75em;
	background-color: #404C54;
}
#timeline h2 {
	margin-top: .4em;
	display: block;
	color: #95999B;
	font-size: .8em;
	padding-left: .8em;
	text-decoration: none;
	text-transform: uppercase;
}
#main_logo {
	padding-top: 1.5em;
	width: 18em;
}
/*	-------------------------------------------------------------
	3. MAIN CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#main_content {
	background-color: #FFF;
	background-image: url(../images/left_color.jpg);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
}
#main_content_corner {
	float: left;
	background-image: url(../images/corner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#main_content p {
	color: #5d5d5d;
}
.heading {
	background-image:url(../images/welcome.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height: 2.5em;
}
blockquote {
	color: #5d5d5d;
}
/*	-------------------------------------------------------------
	4. LEFT CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#left_content {
	float: left;
	width: 10.5em;
}
#contact_details {
	border-top: solid #FFF 3px;
	padding-bottom: 1em;
	padding-left: 1em;
}
#contact_details h3 {
	color: #1293d4;
	font-size: .8em;
	font-style: italic;
	margin-top: .5em;
}
#contact_details dl {
	color: #5d5d5d;
	font-size: .8em;
}
#contact_details dd {
	color: #1293d4;
	float: left;
	padding-right: .5em;
}
#contact_details a {
	background-image: url(../images/left_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #5d5d5d;
	padding-left: 1em;
	text-decoration: none;
}
#contact_details a:hover {
	background-color: #565656;
	color: #FFF;
}
/*	-------------------------------------------------------------
	4. MIDDLE CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#middle_content {
	background-color: #FFF;
	float: left;
	padding-left: 1.3em;
	padding-right: 1.3em;
	padding-top: 1em;
	width: 26.2em;
}
#middle_content a {
	background-image: url(../images/left_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1em;
	color: #878787;
}
#middle_content a:hover {
	background-image:url(../images/jobs_arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#middle_content a:hover {
	background-color: #565656;
	color: #fff;
}
#middle_content p {
	font-size: .8em;
	margin-bottom: 1em;
}
#middle_content ul{
	margin-top: 1em;
}
#middle_content li{ 
	font-size: .8em;
	color: #5d5d5d;
	margin-left: 1em;
}
#middle_content h2, #middle_content h3 {
	margin-top:20px;
}
/*	-------------------------------------------------------------
	5. RIGHT CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#right_content {
	background-image: url(../images/login-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
	width: 10.6em;
}
#right_content #login {
	margin-left: .75em;
	margin-top: 1em;
}
#right_content #login label {
	color: #31969e;
	font-size: .75em;
}
#right_content #login input {
}
input#password-field {
	border: solid 1px #d6ebf0;
	width: 10em;

}
input#username-field {
	border: solid 1px #d6ebf0;
	margin-bottom: .5em;
	width: 10em;
}
#win {
	margin-top: 1.5em;
	margin-left :.5em;
}
#jobs {
	margin-top: 1em;
}
#jobs {
	background-image:url(../images/jobs_of_the_week.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: 1em;
	margin-left :.5em;
	padding-top: 2.5em;
	margin-top: 2em;
}
#jobs h3 {
	font-weight: bold;
	margin-left: 1em;
	font-size: .8em;
	color: #47B0E5;
}

#jobs p{
	padding-left: 1.5em;
	font-size: .75em;
}
#jobs ul{
	margin-left: 2.2em;
	margin-top: .5em;
	padding-bottom: 1em;
}
#jobs li {
	font-size: .8em;
	list-style-type: square;
}

#jobs li a {
	background-image:url(../images/jobs_arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 1em;
	color: #5b5d5c;
	text-decoration: none;
}
.more {
	margin-left: 1em;
}
#submit {
	margin-top: .5em;
}
/*	-------------------------------------------------------------
	6. FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#footer {
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
	width: 50em;
}
#footer ul {
	display: block;
	height: 2em;
}
#footer li {
	float: left;
	font-size: .75em;
	list-style-type: none;
	margin-bottom: .5em;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #FFF;
	background-color: #666666;
}
#footer p {
	clear: both;
	color: #5d5d5d;
	font-size: .8em;
	padding-bottom: 1em;
}
/*	-------------------------------------------------------------
	7. HOME ONLY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.clients_box {
	background-image: url(../images/clients-box.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin-right: .5em;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: 2.5em;
	width: 12.4em;
}
.clients_box p {
	padding-top: .2em;
	padding-right: .2em;
	padding-bottom: .2em;
	padding-left: 1em;
}
.clients_box li {

	list-style-type: none;
	margin-left: .2em;
}
.clients_box li a {

	text-decoration: none;
}
.candidates_box {
	background-image: url(../images/candidates-box.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;

	margin-right: .5em;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: 2.5em;
	width: 12.4em;
}
.candidates_box p {
	padding-top: .2em;
	padding-right: .2em;
	padding-bottom: .2em;
	padding-left: 1em;
}
.candidates_box li {

	list-style-type: none;
	margin-left: .2em;
}
.candidates_box a {
	text-decoration: none;
}
#cliquote {
	color:#CC3300;
	}
#canquote {
	color: #3399CC;
	}
	
.smalltext {
	font-size: 9px;
	color: #999999;
	text-transform:uppercase;
}