/* =============================================================
GENERAL */

form {
	margin:0px;
	padding:0px;
}
input {
	font-size:14px;
	font-family:Arial,Tahoma,Verdana;
	color:#0D0000;
	padding:4px;
	text-align:left;
	width:90%;
	border:3px solid #9D9D9D;
}
input.clear {
	padding:0;
	margin:0 20px 0 0;
	width:74px;
	height:32px;
	border:0;
	vertical-align:middle;
}
select {
	font-size:14px;
	font-family:Arial,Tahoma,Verdana;
	color:#0D0000;
	padding:4px;
	text-align:left;
	border:3px solid #9D9D9D;
}
textarea {
	font-size:14px;
	font-family:Arial,Tahoma,Verdana;
	color:#0D0000;
	padding:4px;
	text-align:left;
	border:3px solid #9D9D9D;
}
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body { 
	font-size:14px;
	color:#231F20;
	font-family:Arial,Tahoma;
	text-align:center;
	background:#ffffff url(../i/bg-main.jpg) no-repeat top;
}
img { border:0px; }
.clear { clear:both; }
img.icon { margin:0 0px 3px 10px; vertical-align:middle; }
img.status-close { margin:5px 10px 0 0; float:right; }
img.loader { margin:0 5px 0 0; vertical-align:middle; }

/* =============================================================
LINKS */

a,a:visited { text-decoration:underline; color:#C11515; }
a:hover,a:visited:hover { text-decoration:none; color:#C11515; }

div.container {
	padding:0px;
	width:1000px;
	text-align:center;
}
div.header {
	margin:25px 0 35px 0;
	height:65px;
}
div.logo {
	float:left;
	margin:0 0 0 30px;
	text-align:left;
	padding:0;
}
* html div.logo {
	margin:0 0 0 15px;
}
div.head-buttons {
	float:right;
	margin:0 10px 0 0;
}
* html div.head-buttons {
	margin:0;
}
#list-head-buttons {
	margin:20px 0 0 0;
	padding:0;
	height:32px;
	list-style-type:none;
}
* html #list-head-buttons {
	margin:0;
}
#list-head-buttons li {
	margin:0 10px 0 0;
	padding:0;
	width:144px;
	height:32px;
	float:right;
	list-style-type:none;
	cursor:pointer;
}
	a.candidate span {
		background:url(../i/head-candidate.png) no-repeat 0px 0px;
		display:block;
		width:144px;
		height:32px;
		cursor:pointer;
	}
	* html a.candidate span {
		background-position:0px 0px;
	}
	a.candidate span:hover {
		cursor:pointer;
		width:144px;
		height:48px;
		background-position:0px -32px;
	}
	a.employer span {
		background:url(../i/head-employer.png) no-repeat 0px 0px;
		display:block;
		width:144px;
		height:32px;
		cursor:pointer;
	}
	* html a.employer span {
		background-position:0px 0px;
	}
	a.employer span:hover {
		cursor:pointer;
		width:144px;
		height:48px;
		background-position:0px -32px;
	}

div.tagline {
	padding:0;
	margin:0 0 10px 30px;
	text-align:left;
}

div.page-content {
	margin:0;
	padding:0 0 40px 0;
	text-align:left;
	float:left;
	width:1000px;
}
div.imagebox {
	float:left;
	width:390px;
	margin:0 0 0 30px;
	text-align:center;
}
div.mainbox {
	float:right;
	width:550px;
	text-align:left;
	margin:0 20px 0 0;
	padding:10px 0 0 0;
}
* html div.imagebox {
	margin:0 0 0 15px;
}
* html div.mainbox {
	margin:0 10px 0 0;
}
#candidates-bullets {
	width:250px;
	float:right;
	padding:40px 0 0 15px;
	margin:45px 0 0 0;
	background:url(../i/candidates-bg.gif) no-repeat top left;
	list-style-type:disc;
}
#candidates-bullets li {
	float:none;
	padding:6px 0 6px 0;
	margin:0;
	text-align:left;
	border-bottom:1px solid #F2F2F2;
	font-size:12px;
}
#employers-bullets {
	width:250px;
	float:left;
	padding:40px 0 0 15px;
	margin:45px 0 0 0;
	background:url(../i/employers-bg.gif) no-repeat top left;
	list-style-type:disc;
}
#employers-bullets li {
	float:none;
	padding:6px 0 6px 0;
	margin:0;
	text-align:left;
	border-bottom:1px solid #F2F2F2;
	font-size:12px;
}
#list-buttons-left {
	width:250px;
	float:left;
	padding:0;
	margin:0;
	list-style-type:disc;
}
#list-buttons-left li {
	float:left;
	padding:0;
	margin:15px 10px 0 0;
	text-align:left;
	border:0;
	list-style-type:none;
}
#list-buttons-right {
	width:265px;
	float:right;
	padding:0;
	margin:0;
	list-style-type:disc;
}
#list-buttons-right li {
	float:left;
	padding:0;
	margin:15px 10px 0 0;
	text-align:left;
	border:0;
	list-style-type:none;
}

div.field-text {
	width:100px;
	text-align:right;
	float:left;
	margin:0 0 5px 0;
	padding:8px 0 0 0;
}
div.field {
	width:300px;
	text-align:left;
	float:right;
	margin:0 0 5px 0;
}
* html div.field-text {
	width:100px;
}
* html div.field {
	width:280px;
}

div.social-icons {
	margin:0 0 0 0;
	padding:0;
	text-align:center;
}
#social-icons {
	margin:0 0 0 390px;
	padding:0;
	width:213px;
	height:48px;
	list-style-type:none;
}
* html #social-icons {
	margin:0;
}
#social-icons li {
	margin:0 10px 0 0;
	padding:0;
	width:61px;
	height:48px;
	float:left;
	list-style-type:none;
	cursor:pointer;
}
	a.twitter span {
		background:url(../i/twitter.gif) no-repeat 0px 0px;
		display:block;
		width:61px;
		height:48px;
		cursor:pointer;
	}
	* html a.twitter span {
		background-position:0px -48px;
	}
	a.twitter span:hover {
		cursor:pointer;
		width:61px;
		height:48px;
		background-position:0px -48px;
	}
	a.linkedin span {
		background:url(../i/linkedin.gif) no-repeat 0px 0px;
		display:block;
		width:61px;
		height:48px;
		cursor:pointer;
	}
	* html a.linkedin span {
		background-position:0px -48px;
	}
	a.linkedin span:hover {
		cursor:pointer;
		width:61px;
		height:48px;
		background-position:0px -48px;
	}
	a.addthis_button span {
		background:url(../i/addthis.gif) no-repeat 0px 0px;
		display:block;
		width:61px;
		height:48px;
		cursor:default;
	}
	* html a.addthis_button span {
		background-position:0px -48px;
	}
	a.addthis_button span:hover {
		cursor:default;
		width:61px;
		height:48px;
		background-position:0px -48px;
	}

div.page-footer {
	margin:10px 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
	background:url(../i/bg-footer.jpg) no-repeat top;
	line-height:300%;
}
a.page-footer {
	text-decoration:none;
	font-size:12px;
	color:#231F20;
	margin:0 20px 0 20px;
}
a.page-footer:hover {
	text-decoration:none;
	color:#C11515;
}

