/*
-----------------------------------------------
- [Website Name]
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #ffffff;
}

a.menu
{
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

a.menu_selected
{
	text-decoration: none;
}

a.menu_selected:hover
{
	text-decoration: underline;
}

a.none
{
	color: #b4320a;
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

body
{
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #a08c23;
}

h1
{
	margin-top: 30px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #e15019;
}

h2
{
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #e15019;
}

img
{
	border: 0;
	margin: 0;
}

table
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

td.orange
{
	color: #d75014;
}

td.conditions 
{
	color: #999999;
	font-size: 10px;
	font-style: italic;
}

ul#why_us
{
	margin: 10px 10px 0 50px;
	position: relative;
	overflow: hidden;
}

ul#why_us li
{
	list-style: none;
	margin-bottom: 5px;
	font-size: 17px;
	color: #a08c23;
	position: relative;
	overflow: hidden;
}

#wrapper_header
{
	height: 155px;
	background: url('../../images/site/tile_header.jpg') repeat-x;
	position: relative;
	overflow: hidden;
}

#wrapper_header #header_logo
{
	width: 850px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#wrapper_header #nav_group
{
	width: 850px;
	height: 40px;
	margin: 15px auto 0;
	position: relative;
	overflow: hidden;
}

#wrapper_header #nav_group div.btn_menu
{
	width: 130px;
	height: 20px;
	padding: 10px 0;
	background-color: #c35f3c;
	color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
}

#wrapper_header #nav_group div.btn_menu_selected
{
	width: 130px;
	height: 20px;
	padding: 10px 0;
	background-color: #ffffff;
	color: #dc5514;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
}

#wrapper_main
{
	background: #fa6e19 url('../../images/site/tile_main.jpg') repeat-x;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main
{
	width: 850px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_home_top
{
	width: 850px;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_home_top #rotating_images
{
	width: 395px;
	height: 295px;
	float: left;
	position: relative;
	overflow: hidden;
}

div#intro
{
	height: 295px;
	background: url('../../images/site/tile_gradient_yellow.jpg') repeat-x;
	position: relative;
	overflow: hidden;
}

div#intro p
{
	margin-top: 20px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_home_why_us
{
	width: 850px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_home_bottom
{
	width: 850px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_other_left
{
	width: 275px;
	min-height: 800px;
	padding-bottom: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_other_left #member_menu
{
	padding-top: 20px;
	width: 275px;
	float: left;
	position: relative;
	overflow: hidden;
}

#wrapper_main #main #main_other_right
{
	width: 565px;
	padding-top: 30px;
	float: right;
	position: relative;
	overflow: hidden;
}

div#maintext
{
	width: 555px;
	background-color: #dc5514;
	float: right;
	position: relative;
	overflow: hidden;
}

div#maintext #maintext_content
{
	width: 545px;
	margin: 5px;
	padding: 15px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

div#maintext #maintext_content p
{
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}

div#maintext #maintext_content p.services
{
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}

div#maintext #maintext_content p.employer, p.resources
{
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}

.tnc
{
	height: 600px;
	width: 500px;
	margin-left: 20px;
}

div#registration
{
	width: 275px;
	background-color: #dc5514;
	float: left;
	position: relative;
	overflow: hidden;
}

div#registration #registration_content
{
	width: 265px;
	margin: 5px;
	padding: 15px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;	
}

#wrapper_footer
{
	height: 100px;
	background: url('../../images/site/tile_footer.jpg') repeat-x;
	position: relative;
	overflow: hidden;
}

#wrapper_footer #footer
{
	width: 850px;
	padding-top: 20px;
	margin: 0 auto;
	color: #ff9b0f;
	font-size: 11px;
	position: relative;
	overflow: hidden;
}

#wrapper_footer #footer a
{
	color: #ff9b0f;
	font-size: 11px;
	text-decoration: none;
}

#wrapper_footer #footer a:hover
{
	text-decoration: underline;
}

input.register 
{
	background-color:#FFFFFF;
	/*border:medium none;*/
	height:17px;
	margin:0;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	width:100px;
}

.finger
{
	cursor: pointer;
}

.grey_line
{
	color: #cccccc;
}