*{margin:0; padding:0;}
a{color:#58595b;}
a:visited{color:#58595b}
a img{border:none;}

/* ================================================ */
/* === Layout Divs === */
/* ================================================ */

body{
	background:#FFF;
	font-family:'Maven Pro', arial, sans-serif;
	font-size:13px;
}
#wrapper{
	margin	:	0 auto;
	width		:	875px;
}
#header{
	height	:	126px;
	position	:	relative;
	width		:	875px;
}

#logo {
	background:url('../img/bg_logo.jpg');
	height:66px;
	position: absolute;
	top: 30px;
	left:0;
	width:157px;
}

/* == MENU == */
#menu {
	cursor	:	pointer;
	position	: 	absolute;
	font-size:	12px;
	top		:	70px;
	left		:	440px;
	width		:	385px;
}

#menu ul, #top_menu ul{
	list-style: none;
	font-size :	12px;
}
#menu li, #top_menu li{
	display:inline-block;
}
#menu a, #top_menu a{
	color:#58595b;
	text-decoration:none;
	display:block;
	border-bottom: solid 2px #231f20 ;
	padding:0 10px 5px;
}
#menu a:hover, #top_menu a:hover{
	border-bottom-color:#26bcd7;
	cursor:pointer;
}

body.home 		#menu li.home a,
body.seekers 	#menu li.seekers a,
body.listings 	#menu li.listings a,
body.employers	#menu li.employers a,
body.contact 	#menu li.contact a{
	border-bottom-color:#26bcd7;
}
/* == END MENU == */

#top_menu ul{
	color		:	#808080;
	position	:	absolute;
	font-size:	11px;
	top		:	10px;
	right		:	0;
	width		:	275px;
}

#top_menu a{
	border-bottom:none;
	border-right:1px #808080 solid;
	padding:0 5px;
}
#top_menu a:hover {text-decoration:underline}
#top_menu li:last-of-type a{
	border-right:none;
}

#service_list{
	color		: 	#939598;
	font-size:	11px;
	position	:	absolute;
	top		:	108px;
	left		:	0;

}

/* == FOOTER == */

#footer{
	background:#58585a;
	color:#FFF;
	height:75px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
#footer .left{
	float		:	left;
	width		:	469px;
}
#footer_menu ul{
	margin:7px 0 0 30px;
	font-size:	11px;
	list-style:	none;
	}
#footer_menu li{
	border-right : solid 1px #26bcd7;
	display	:	inline-block;
	padding:0px 10px;
}
#footer_menu li:last-of-type{
	border-right:none;
}
#footer .right{
	float		:	left;
	width		:	406px;
}
#footer .address{
	border-right:solid 1px #26bcd7;
	float		:	right;
	margin:7px 5px 0;
	width		: 	130px;
}
#footer .address:first-of-type{border-right: 0;}
#footer dt{
	font-size:	9px;
}

/* == END FOOTER == */

/* ================================================ */
/* === COLUMNS === */
/* ================================================ */

.layout1 .left{
	float:left;
	padding:20px 0 0;
	width:519px;
}

.layout1 .right{
	background:#ebf7fb url('../img/bg_big_i.jpg') bottom right no-repeat;
	float:left;

	width:356px;
}

/* Specific Page Exceptions */
body.home .layout1 .right{
	margin:-50px 0 0 0;
	padding:50px 0 94px 0;
}
body.contact .layout1 .right{
	padding:0 0 40px;
}

/* ================================================ */
/* === ALL PAGES === */
/* ================================================ */

#content .left h1 {
	color:#6d6e71;
	font-size:19px;
	font-weight:normal;
	margin:40px 0 15px 0;
}
#content hr {
	margin:0px 20px 0 30px;
	border:none;
	border-top:solid 1px #bcbdc0;
}


/* ================================================ */
/* === MULTIPAGE STYLES === */
/* ================================================ */

body.home #news, body.employers #get_started{
	float:left;
	border-right:solid 1px #bcbdc0;
	height:37px;
	margin:0 10px 0 0 ;
	width:66px;
}

body.home #corporate_image, body.employers #corporate_image{
	float:left;
	height:121px;
	margin:10px 15px 10px 0;
	width:171px;
}

body.employers #content hr, body.seekers #content hr{
	margin:0px 40px 15px 0;
 }

 body.employers #content .left p, body.seekers #content .left p{
	margin-bottom:5px;
	padding-right:40px;
}



/* ================================================ */
/* === Homepage === */
/* ================================================ */

#image_slider_container{
	position:relative;
	height:217px;
	overflow:hidden;
	width:875px;
}
#image_slider{
	/*background:url('../img/bg_image_slider.jpg');*/
	height	:	217px;
	width		:	1500px;
	margin-left:-312px;
}
#image_slider div{
	float:left;
	height:217px;
	width:300px;
	background:no-repeat center center;
}
#image_slider div.slider_1 {background-image:url('../img/slide_1.jpg')}
#image_slider div.slider_2 {background-image:url('../img/slide_2.jpg')}
#image_slider div.slider_3 {background-image:url('../img/slide_3.jpg')}
#image_slider div.slider_4 {background-image:url('../img/slide_4.jpg')}
#image_slider div.slider_5 {background-image:url('../img/slide_5.jpg')}
#image_slider div.slider_6 {background-image:url('../img/slide_6.jpg')}

#image_slider img{
	margin-right:25px;
}

#image_slide_left{
	background-image:url('../img/arrow_left.png');
	cursor:pointer;
	position:absolute;
	left:265px;
	top:95px;
	width:25px;
	height:25px;
	z-index:100;
}

#image_slide_right{
	background-image:url('../img/arrow_right.png');
	cursor:pointer;
	position:absolute;
	left:590px;
	top:95px;
	width:25px;
	height:25px;
	z-index:100;

}

#image_slide_overlay{
	position:absolute;
	height:217px;
	width:325px;
	left:275px;
	top:0;
	background-image:url('../img/slide_3_co.jpg');
}


body.home {
}

/* == LEFT SIDE == */

body.home #tagline{
	height:37px;
	margin:0 0 10px 0;
	width :401px;
}




/* == RIGHT SIDE == */

body.home #job_openings_title{
	float:right;
	margin:0 30px 10px 0;
	height:16px;
	width:222px;
}
body.home #job_openings{
	border:solid 1px #ccc;
	border-bottom:none;
	border-right:none;
	color:#444444;
	font-size:11px;
	margin:0 auto;
	width:326px;
}
body.home #job_openings a{color:#444; text-decoration:none;}
body.home #job_openings a:hover{text-decoration:underline;}
body.home td{border:solid 1px #ccc; border-top:none; border-left:none; padding:3px;}

body.home td.even{background:#f3f3f4}
body.home td.odd{background:#FFF}
body.home #email_button, body.employers #email_button, body.seekers #email_button{
	background:url('../img/home_email_icon.jpg');
	float:left;
	height:44px;
	margin:0 8px 0 15px;
	width:41px;
}

/* ================================================ */
/* === Contact Us === */
/* ================================================ */

body.contact #content .left dl{
	float:left;
	line-height:20px;
	margin:5px 0 15px;
	width:40%;
}
body.contact #content hr{
	margin:0px 40px 0 0;
	border:none;
	border-top:solid 1px #bcbdc0;
}



/* == RIGHT SIDE == */

body.contact #content .right dl{
	float:left;
	line-height:20px;
	margin:15px 40px 10px 25px;
}
body.contact #content .right dt.title{
	font-size:14px;
	text-transform:uppercase;
}

/* ================================================ */
/* === EMPLOYERS === */
/* ================================================ */



 body.employers #content .left #get_started{
	margin-top:35px;
	width:84px;
 }
 body.employers #content .left dl{
	color:#6d6e71;
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	margin:15px 0 0;
	text-transform:uppercase;
 }

 /* == RIGHT SIDE == */

 body.employers #content .right {
	font-size: 12px;
	padding:0 0 80px 0;
 }
 body.employers #content .right dl{
	float:left;
	width:140px;
	line-height:22px;
	margin:0 0 0 25px;
 }

 /* ================================================ */
/* === SEEKERS === */
/* ================================================ */

body.seekers #content .right p {
	padding:5px 25px;
}

body.seekers #content .right a img{
	margin:0 0 30px 25px;
}

/*body.seekers #content #video_link{
	background-image:url('../img/seekers_video.jpg');
	height:97px;
	width:124px;
}*/

/* ================================================ */
/* === View Post === */
/* ================================================ */

dd.post_body p{
	margin-bottom:10px;
	text-indent:20px;
}

/* ================================================ */
/* === COMMON CLASSES === */
/* ================================================ */

.clrboth		{clear		:both;	}
.fltright	{float		:right;	}
.fltleft		{float		:left;	}
.bold			{font-weight:bold;	}
.italic		{font-style	:italic;	}


/* ================================================ */
/* === ADMIN LAYOUT === */
/* ================================================ */

#flashMessage{
	background-color:#FBFFBA;
	color:#333;
	font-weight:bold;
	font-size:22px;
	height:30px;
	text-align:center;
	overflow:hidden;
}


div.jobs_form{
	background-color:#eee;
	border-bottom:solid 1px #aaa;
}
.jobs_form div.input{
	display:inline-block;
	padding:10px;
}
.jobs_form div.input label{
	padding-right:10px;
}

.jobs_form div.input input{
	width:145px;
	height:30px;
	font-size:18px;
	vertical-align:middle;
	border: inset 1px #333;
	border-radius:5px;
	padding-left:3px;
}

.jobs_form div.input input:focus{
	background-color:#B4FFAA;
}

div.submit input{
	cursor:pointer;
	height:50px;
	width:150px;
	margin:10px;
	vertical-align:middle;
	font-weight:bold;
}

/* ================================================ */
/* === DATA Tables === */
/* ================================================ */


table.data_table {
	margin:10px 0 20px 0;
	border-top:6px solid #ddd;
	background-color:#F9F9F9;
}

table.data_table th{
	border-left:solid 1px #dddddd;
	font-size:10px;
	text-align:left;
	padding:2px;
}
table.data_table th:last-of-type, table.data_table td:last-of-type{
	border-right:solid 1px #ddd;
}
table.data_table td{
	border: solid 1px #ddd;
	border-top:none;
	border-right:none;
	font-size:18px;
	padding:2px 0 1px 10px;
}
table.data_table td.small_font{
	font-size:95%;
}
table.data_table td.large_font{font-size:175%;}

table.data_table td.actions{
	background-color:#B4FFAA;
}

/* ================================================ */
/* === Action Box === */
/* ================================================ */

div.actions{
	padding:5px 5px 20px 5px;
	background-color:#F2F2F2;
	border:inset 1px #ddd;
	border-top:inset 6px #ddd;
}
div.actions li{
	display:inline-block;
	padding:2px 15px;
}

div.actions li.delete a{
	color:#F00;
}

/* Link Specific */

div.actions li{
	background:url('../img/icons.jpg');
	width:98px;
	height:124px;
}
div.actions li a{
	display:block;
	height:24px;
	width:98px;
	padding-top:125px;
	text-align:center;
}

div.actions li.new_post{background-position:0 0;}
div.actions li.new_post:hover{background-position:-131px 0;}
div.actions li.new_post:active{background-position:-259px 0;}

div.actions li.new_category{background-position: 0 -114px;}
div.actions li.new_category:hover{background-position:-128px -114px;}
div.actions li.new_category:active{background-position:-256px -114px;}

div.actions li.list_posts{background-position:0 -257px;}
div.actions li.list_posts:hover{background-position:-131px -257px;}
div.actions li.list_posts:active{background-position:-259px -257px;}

div.actions li.list_categories{background-position:0 -370px;}
div.actions li.list_categories:hover{background-position:-128px -370px;}
div.actions li.list_categories:active{background-position:-256px -370px;}

/* ================================================ */
/* === Edit Views === */
/* ================================================ */

div.form{
	margin:10px 0 0 0;
	padding:10px;
	background-color:#f9f9f9;
	border:solid 1px #ddd;
}
div.form div.input{
	display:inline-block;
	margin:5px 5px 20px 5px;
}

div.form label{
	display:block;
	clear:both;
	font-size:11px;
}
div.form input, div.form select{
	height:30px;
	font-size:18px;
	margin:3px 0 0 0;
	padding:0 5px;
	vertical-align:middle;
}
div.form select{
	padding-top:3px;
}

div.form input:focus, div.form select:focus{
	background-color:#B4FFAA;
}
