/* @override 
	http://nextphase.millstream.com.au/css/nextphase.css
	http://www.nextphaserecruitment.com.au/css/nextphase.css
*/

body #canvas {
	display: none;
}

body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	color: #3d3d3d;
}

/* @group Panels */

#canvas {
	background-color: #ccc;
	height: 260px;
	background-image: url(../upload/template/nextphase/canvas-background-001.png);
	background-repeat: repeat-x;
	width: 100%
}

#container {
	position: relative;
	width: 765px;
	margin: 0 auto;
}

#banner {
	position: relative;
	height: 260px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#banner h1 {
	position: absolute;
	background-image: url(../upload/template/nextphase/next-phase-001.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 80px;
	text-indent: -1000em;
}

#banner h2 {
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 2.0em;
	color: #969b9f;
}

#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#footer {
	clear: both;
	font-size: 0.9em;
	padding: 15px 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group Search */

#search {
	position: absolute;
	bottom: 5px;
	right: 0;
}

/* @end */

/* @group Rows */

.row1 {
	position: relative;
	height: 120px;
	background-repeat: no-repeat;
}

.row1 .column1 {
	position: absolute;
	bottom: 0;
	left: 380px;
	width: 380px;
}

.row2 {
	background-color: #fff;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Columns */

.row2 .column {
	padding-bottom: 5000px;
	margin-bottom: -4980px;
}

.row2 .one {
	float: left;
	width: 500px;
}

.row2 .two {
	float: left;
	padding-left: 20px;
	width: 245px;
}

.row2 .three {
	width: 765px;
	float: left;
}

/* @end */

/* @group Fonts */

#content p {
	font-size: 1.1em;
	line-height: 1.6;
	padding-bottom: 10px;
}

#content h1 {
	font-size: 3em;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: normal;
}

#content h2 {
	font-size: 1.2em;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: bold;
}

#content h3 {
	font-size: 1.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: bold;
}

#content h4 {
	font-size: 1.0em;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: bold;
}

#content .row1 * {
	color: #fff;
}

#content .row1 h1 {
	font-size: 4.4em;
	line-height: 1.0;
}

#content ul {
	padding: 5px 0 10px 40px;
	list-style-type: disc;
}

#content ol {
	padding: 5px 0 10px 40px;
	list-style-type: decimal;
}

#content li {
	padding-bottom: 10px;
	line-height: 1.6;
}

#content li p {
	padding-bottom: 0;
}


#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content blockquote {
	padding: 0 0 10px 40px;
}

/* @end */

/* @group Side Panels */

#content .embed-result .item {
	position: relative;
	border-top: 5px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 20px 5px 10px;
	margin-bottom: 15px;
	background-color: #ccc;
	background-image: url(../upload/template/nextphase/arrow-001.png);
	background-position: bottom right;
}

#content .embed-result .item h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 3px;
}

#content .embed-result .item h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}

#content .embed-result .item h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 5px;
}

#content .embed-result .item p {
	padding: 0;
	margin-bottom: 5px;
}

#content .embed-result .item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-indent: -1000em;
}


/* @end */

/* @group Side Panel Colors */

#content #embed-item-rh-home {
	background-color: #4ca9e3;
	border-color: #4ca9e3;
}

#content #embed-item-rh-candidates {
	background-color: #c1dc32;
	border-color: #c1dc32;
}

#content #embed-item-rh-recruitment {
	background-color: #e6a530;
	border-color: #e6a530;
}

#content #embed-item-rh-human-resources {
	background-color: #b8b89f;
	border-color: #b8b89f;
}

#content #embed-item-rh-about-us {
	background-color: #ff3b77;
	border-color: #ff3b77;
}

#content #embed-item-rh-contact {
	background-color: #4b2dbc;
	border-color: #4b2dbc;
}

#content #embed-item-rh-register-now {
	background-color: #5c225f;
	border-color: #5c225f;
}

#content #embed-item-rh-refer-a-friend {
	background-color: #4b2dbc;
	border-color: #4b2dbc;
}


/* @end */

/* @group Navlist */

#navlist {
	position: absolute;
	top: 90px;
	width: 794px;
}

#navlist ul {
	display: none;
}

#navlist li:hover>ul {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
}

#navlist li li:hover>ul {
	display: block;
	position: absolute;
	left: 120px;
	top: 0;
}

#navlist li {
	position: relative;
	float: left;
	margin-right: 13px;
}

#navlist li a {
	display: block;
	clear: both;
	width: auto;
	background-color: #b0b4b7;
	padding: 12px 26px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 12px solid #fff;
}

#navlist li li {
	margin: 0;
	clear: both;
}

#navlist li li a {
	width: 140px;
	padding: 8px 26px;
	font-size: 1.1em;
	line-height: 1.3;
	border: none;
}

#navlist li li a:hover {
	color: #000;
}

#navlist li.selected>a {
	color: #000;
}


/* @end */

/* @group Navlist Colors */

#navlist .d1 a {
	color: #fff;
}

#navlist .d1.p1>a {
	background-color: #4ca9e3;
}

#navlist .d1.p2>a {
	background-color: #c1dc32;
}

#navlist .d1.p3>a {
	background-color: #e6a530;
}

#navlist .d1.p4>a {
	background-color: #b8b89f;
}

#navlist .d1.p5>a {
	background-color: #ff3b77;
}

#navlist .d1.p6>a {
	background-color: #4b2dbc;
}

/* @end */

body>#canvas {
	display: block;
}

table {
width: 100%;
}