@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.green{
	color:#539333;
	text-decoration:none;
}

.green:hover{
	text-decoration:underline;
}
.red{
	color:#ff0000;
	text-decoration:none;
}

.red:hover{
	text-decoration:underline;
}
.grey{
	color:#6C6F79;
	text-decoration:none;
}

.grey:hover{
	text-decoration:underline;
}

h1,h2,h3,p,ul,li {
	margin:0.5em 0;
}

h1 {
	font-size:24px;
}


.body-bg {
	background:url(../images/red-bg.jpg) top repeat-x;
}

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	background:url(../images/red-bg-rep.jpg) repeat;
}

td{font:12px Arial, Helvetica, sans-serif;
	color:#333;}

.shell {
	width:996px;
	margin:0 auto;
	text-align:left;
}

.header {
	margin-bottom:15px;
}

.header div.header-logo {
	float:left;
}

.header div.header-right {
	float:right;
	height:94px;
	width:740px;
	padding:20px 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.header div.header-right {
	padding:22px 0 0;
}
}

.header h1 {
	color:#c6006f;
	margin:0;
	padding:0;
	text-align:right;
}

.header ul {
	float:right;
	margin:30px 0 0 0;
}

.header ul li {
	float:left;
	list-style:none;
	width:170px;
	text-align:center;
	padding:10px 0;
	color:#fff;
	margin:0;
}

.header ul li a, .footer a {
	color:#fff;
	text-decoration:none;
}

.header ul li a:hover, .footer a:hover {
	text-decoration:underline;
}

.content {
	background:#fff;
	padding:15px;
	width:964px;
	margin:0 auto;
}

.nav {
	height:34px;
	margin:0;
	padding:0;
}

.nav ul {
	margin:0;
	padding:0;
}

.nav ul li {
	float:left;
	list-style:none;
	width:166px;
	text-align:center;
	background:url(../images/red-nav-tab.jpg) top no-repeat;
	padding:10px 0;
	margin:0;
}

.nav ul li a {
	color:#333;
	text-decoration:none;
}

.nav ul li a:hover {
	text-decoration:underline;
}

.agencies-tab {
	background:url(../images/agencies.jpg) top no-repeat;
}

.employers-tab {
	background:url(../images/employers.jpg) top no-repeat;
}

.candidates-tab {
	background:url(../images/candidates.jpg) top no-repeat;
}

.left {
	width:250px;
	float:left;
	margin-right:15px;
	line-height:1.5;
}

.left div {
	padding:15px;
	background:#d1d2d4;
	margin-top:15px;
}

div.left-home {
	margin-top:0;
}

.left div.left-div {
	background:#f0c7d7;
}

.left div h1, .middle h1 {
	margin:0;
}

.left-div h1 {
	color:#c90070;
}

.left div h1 {
	font-size:18px;
	color:#c6006f;
}

.left ul.sub {
	margin:0;
	list-style-type:none;
}

.left ul.sub li {
	background:url(../images/candidates-bullet.gif) 5px 3px no-repeat #d0d1d5;
	padding:7px 10px;
	margin:0 0 0.5em;
}

.left ul.sub li a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
	margin-left:20px;
}

.left ul.sub li a:hover {
	font-style:italic;
}

.left img {
	margin:0 0 15px 0;
}

.middle {
	width:544px;
	float:left;
	margin-right:15px;
	line-height:1.5;
}

.middle img, .left img {
	border:none;
}

.middle h1 {
	font-size:20px;
	line-height:1.1;
	color:#c90070;
}

.banner {
	margin-bottom:15px;
}

.right {
	width:140px;
	float:left;
}

.right img {
	margin-bottom:15px;
	border:none;
}

.footer {
	clear:both;
	color:#fff;
	text-align:center;
	padding:15px 0;
}

.middle ul {
	margin-left:20px;
}

textarea{
	font-family:arial, verdana; 
	font-size:12px;
	height:100px
}


/* jobseeker forms begin */
.frm_input{
	border:1px solid #FFAADB;
	width:200px;
}
.button{
	border:1px solid #C60073;
	color:#fff;
	background-color:#C60073;
	padding:4px;
	margin:10px;
}

.frm_select{
	border:1px solid #FFAADB;
	width:200px;
}
#frm select{
	border:1px solid #FFAADB;
	width:200px;
}

.form_bg{
	background-color:#FFE1F2;
	padding:5px;
}
.ref{
	font-family:arial, verdana; 
	font-size:12px;
	height:600px;
	width:520px;
	border:1px solid #FFAADB;
	padding:10px;
}

#frm input[type="checkbox"]{border:1px solid #FFAADB;}

.eerr{
	font-weight:bold;
	color:#C60073;
}
/* jobseeker forms end */
