/* *************************** 
  Site - jobmound
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#2179bd;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/bg_body.jpg) repeat;
}
#container {
	background:url(../images/bg_container.png) top repeat-x;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:48px;
	position:relative;
	width:968px;
	margin:0 auto;
	text-align:left;	
}
#header h1{
	width:126px;
	height:25px;
	position:absolute;
	left:843px;
	top:10px;
	}
#header h1 a{
	background:url(../images/bg_logo.png) no-repeat;
	width:126px;
	height:25px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
.topnav{
	position:absolute;
	left:-8px;
	top:0;
	}
.topnav li{
	float:left;
	background:url(../images/bg_topnavli.png) right top no-repeat;
	padding:0 14px;
	line-height:46px;
	font-weight:bold;
	}
.topnav .last{
	background:none;
	}
.topnav li a{
	color:#989998;
	text-decoration:none;
	}
.topnav li a:hover,.topnav .selected a{
	color:#787878;
	text-decoration:none;
	}
#container .header_company{
	width:100%;
	background:#000;
	margin:0;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:968px;
	margin:0 auto;
	background:#fff url(../images/bg_content.png) top repeat-x;
	padding-top:58px;
	padding-bottom: 28px;
	
    }
.content_top{
	width:878px;
	border:#cfcfcf 1px solid;
	position:relative;
	margin:0 auto;
	padding-bottom: 16px;
	background:url(../images/bg_content_top.png) 288px 167px no-repeat;
	}
.content_top h2{
	position:absolute;
	background:url(../images/bg_h2.png) no-repeat;
	width:653px;
	height:77px;
	text-indent:-9999px;
	outline-style:none;
	left:105px;
	top:-29px;
	}
.box{
	width:876px;
	margin-left:1px;
	overflow:hidden;
	padding-top:78px;
	background:url(../images/bg_box.png) center 38px no-repeat;
	}
.box .col1{
	float:left;
	width:288px;
	}
.box .col2{
	float:left;
	width:295px;
	}
.box .col3{
	float:left;
	width:293px;
	}
.box h3{
		color:#7d452f;
		font-size:24px;
		font-weight:normal;
		line-height:26px;
		padding-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
.box h4{
	font-size:11px;
	color:#646464;
	display:block;
	padding-bottom:40px;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.box h4 a{
	color:#646464;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	}
.box h4 a:hover{
	color:#646464;
	text-decoration:underline;
	}
.box a{
	font-size:9px;
	color:#2179bd;
	font-weight:bold;
	text-decoration:none;
	}
.box a:hover{
	color:#2179bd;
	text-decoration:underline;
	}
.box li a{
	font-size:12px;
	color:#2179bd;
	font-weight:normal;
	}
.box li a:hover{
	text-decoration:none;
	color:#000;
	}
.box ul li{
	line-height:14px;
	padding-bottom:8px;
	}
.box ul{
	padding-bottom:7px;
	}
.box .col2 form p label{
	font-family:Arial, Helvetica, sans-serif;
	color:#1b1b1b;
	font-size:17px;
	display:block;
	line-height:17px;
	padding-bottom:35px;
	}
.box .col2 form p span{
	width:100%;
	overflow:hidden;
	display:block;
	padding:0;
	height:40px;
	}
.box .col2 form p select{
	font-size:14px;
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:186px;
	padding-left:5px;
	height:40px;
	padding-bottom:10px;
	padding-top:10px;
	background:url(../images/bg_select.png) left top no-repeat;
	border:0;
	}
.box .col2 form p{
	background:url(../images/bg_formp.png) center 33px no-repeat;
	}
.box .col2 form p .go{
	background:url(../images/button_go.png) no-repeat;
	width:81px;
	height:33px;
	border:0;
	cursor:pointer;
	margin-top:8px;
	}
a.link{
	font-size:10px;
	background:url(../images/bg_a.png) no-repeat;
	width:86px;
	height:21px;
	line-height:21px;
	float:left;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	margin-left:35px;
	margin-right:20px;
	margin-top:40px;
	}
a.link:hover{
	color:#666;
	text-decoration:underline;
	}
#content .text{
	width:760px;
	margin:0 auto;
	font-size:10px;
	color:#666;
	line-height:19px;
	padding-top:30px;
	}
#content .text img{
	vertical-align:middle;
	margin-right:5px;
	}
#content_inside{
	width:968px;
	margin:0 auto;
	background:#fff;
	text-align:left;
	overflow:hidden;
	padding-bottom:30px;
	} 
.breadcrumb{
	width:950px;
	padding-left:18px;
	height:25px;
	color:#828282;
	line-height:25px;
	background:#f2f2f2;
	font-size:11px;
	}
.breadcrumb span{
	font-weight:bold;
	font-size:12px;
	}
.breadcrumb a{
	color:#d36800;
	font-size:11px;
	}
#content_inside #maincontent{
	width:697px;
	float:left;
	}
#content_inside .title{
	width:679px;
	margin-left:18px;
	overflow:hidden;
	padding-top:19px;
	padding-bottom:13px;
	margin-bottom:15px;
	border-bottom:#dddddd 1px solid;
	}
#content_inside .title h2{
	background:url(../images/bg_title.png) no-repeat;
	width:171px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}
    
/********** titles **************/

#content_inside .title h2.hospital{
	background:url(../images/hospital_title.png) no-repeat;
	width:206px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}

#content_inside .title h2.sports{
	background:url(../images/sports_title.png) no-repeat;
	width:171px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}
	
#content_inside .title h2.retail{
	background:url(../images/retail_title.png) no-repeat;
	width:169px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}
    
#content_inside .title h2.restaurant{
	background:url(../images/restaurant_title.png) no-repeat;
	width:243px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}

#content_inside .title h2.financial{
	background:url(../images/financial_title.png) no-repeat;
	width:224px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}

#content_inside .title h2.alljobs{
	background:url(../images/alljobs_title.png) no-repeat;
	width:124px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}

#content_inside .title h2.categorylisting{
	background:url(../images/categorylisting_title.png) no-repeat;
	width:332px;
	height:40px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
	float:left;
	}
/************************/

#content_inside .title span{
	float:left;
	color:#bdbdbd;
	padding-top:14px;
	padding-left:12px;
	font-size:14px;
	}
#content_inside .title .title_left{
	float:left;
	}
#content_inside .title .title_right{
	float:right;
	padding-right:8px;
	padding-top:13px;
	}
.title_right a{
	background:url(../images/bg_titlea.png) no-repeat;
	width:86px;
	height:21px;
	float:left;
	line-height:21px;
	color:#666;
	font-size:10px;
	text-align:center;
	margin-right:6px;	
	}
.title_right a:hover{
	color:#666;
	}
#content_inside .job{
	width:100%;
	}
#content_inside .job h4{
	padding-left:18px;
	font-size:16px;
	color:#1d63ab;
	font-weight:normal;
	padding-top:16px;
	padding-bottom:15px;
	}
#maincontent .job_description{
	border-bottom:#ebebeb 1px solid;
	border-left:#ebebeb 1px solid;
	border-right:#ebebeb 1px solid;
	width:677px;
	margin-left:18px;
	overflow:hidden;
	padding-bottom:17px;
	}
#maincontent .job_description .description_left{
	float:left;
	width:75px;
	text-align:center;
	}
#maincontent .job_description .description_right{
	float:left;
	width:602px;
	}
#maincontent .job_description .links{
	color:#6e6e6e;
	padding-bottom:8px;
	}
#maincontent .job_description .links span{
	margin-left:11px;
	font-size:10px;
	}
#maincontent .job_description .links a{
	font-weight:bold;
	padding-left:6px;
	padding-bottom:4px;
	font-size:11px;
	background:url(../images/bg_line.png) left bottom no-repeat;
	color:#3a74bb;
	}
#maincontent .job_description .links a:hover{
	color:#3a74bb;
	}
#maincontent .job_description .links a.apply{
	color:#139f00;
	margin-right:2px;
	}
#maincontent .job_description .links a.apply:hover{
	color:#139f00;
	}
#maincontent .job_description p{
	line-height:18px;
	float:left;
	font-size:11px;
	}
#maincontent .job_description p a,#maincontent .job_description p a:hover{
	color:#139f00;
	}

#content_inside #sidebar{
	float:left;
	width:225px;
	padding-top:33px;
	}
#content_inside #sidebar .sidebar_top{
	width:100%;
	}
#sidebar .sidebar_top form{
	height:50px;
	padding-top:27px;
	background:url(../images/bg_form.png) no-repeat;
	}
.sidebar_top form p select{
	 border-bottom:#a8a8a8 1px solid;
	 border-left:#a8a8a8 1px solid;
	 border-top:#a8a8a8 1px solid;
	 border-right:#a8a8a8 1px solid;
	 width:146px;
	 font-family:Tahoma, Geneva, sans-serif;
	 color:#b3b3b3;
	 font-weight:bold;
	 height:23px;
	 padding-left:5px;
	 float:left;
	 margin-left:16px;
	 }
.sidebar_top form p input{
	background:url(../images/button_go_inside.png) no-repeat;
	width:46px;
	height:23px;
	 float:left;
	vertical-align:middle;
	border:0;
	cursor:pointer;
	margin-left:6px;
	display:inline;
		}
#sidebar .featured{
		width:184px;
		margin-top:26px;
		margin-left:40px;		
		}
#content_company{
	width:968px;
	margin:0 auto;
	background:#fff;
	text-align:left;
	overflow:hidden;
	padding-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	}
#content_company a{
	color:#116fd2;
	}
#content_company a:hover{
	color:#116fd2;
	text-decoration:underline;
	}
#content_company .breadcrumb{
	width:953px;
	padding-left:15px;
	height:25px;
	color:#828282;
	line-height:25px;
	background:#f2f2f2;
	font-size:11px;
	margin-bottom:11px;
	}
.company_top{
	width:100%;
	overflow:hidden;
	}
#content_company .company_top_left {
	width:624px;
	float:left;
	padding:0 0 0 15px;
	}
#content_company .company_top_left h2{
	font-size:30px;
	font-weight:normal;
	color:#3a3a3a;
	padding-bottom:10px;
	}
.company_top_left h4{
	font-size:11px;
	color:#323232;
	width:100%;
	padding-bottom:15px;
	}
.company_top_left h4 span{
	margin-right:6px;
	}
.company_top_left h4 a{
	margin-right:2px;
	}
.company_top_left h4 a img{
	vertical-align:middle;
	}
.visitbox{
	width:100%;
	border-bottom:#dfdfdf 1px solid;
	overflow:hidden;
	padding-bottom:23px;
	}
.visitbox_left{
	width:103px;
	float:left;
	padding-top:5px;
	}
.visitbox_right{
	width:450px;
	float:left;
	}
.visitbox_right h3{
	font-size:18px;
	font-weight:normal;
	width:100%;
	padding-bottom:27px;
	}
.visitbox_right h3 span{
	margin-right:11px;
	}
.visitbox_right h3 a{
	margin-right:3px;
	}
.visitbox_right h3 a img{
	vertical-align:middle;
	}
.visitbox_right p{
	line-height:18px;
	}
.company_top_right{
	float:left;
	width:318px;
	}
a.btn_view{
	float:right;
	}
.company_top_right span{
	display:block;
	width:100%;
	height:21px;
	overflow:hidden;
	padding-top:14px;
	}
.linkcompany{
	width:100%;
	padding-top:47px;
	}
.linkcompany p{
	font-size:14px;
	width:100%;
	padding-bottom:8px;
	}
.linkcompany p span{
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	padding-top:2px;
	}
.linkcompany_box{
	background:url(../images/bg_companys.jpg) no-repeat;
	width:311px;
	height:67px;
	}
.linkcompany_box li{
	width:155px;
	float:left;
	text-align:center;
	height:26px;
	padding-top:8px;
	}
.linkcompany_box li img{
	vertical-align:middle;
	}
.company_bottom{
	width:100%;
	overflow:hidden;
	padding:24px 0 0 0;
	}
.company_bottom_left{
	padding:0 50px 0 15px;
	width:574px;
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
	}
.company_bottom_left p{
	font-size:11px;
	line-height:18px;
	padding-bottom:15px;
	}
.company_bottom_left ul{
	padding-top:6px;
	padding-bottom:33px;
	}
.company_bottom_left li{
	font-size:11px;
	line-height:12px;
	padding-bottom:7px;
	}
.dabox{
	width:468px;
	padding:5px;
	border:#d6d6d6 1px solid;
	position:relative;
	}
.dabox span{
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#c1c1c1;
	position:absolute;
	left:8px;
	top:-6px;
	line-height:10px;
	background:#fff;
	}	
.company_bottom_right{
	float:left;
	width:310px;
	padding-top:28px;
	}
.company_bottom_right .dabox{
	width:300px;
	}
/* *************************** 
   $5 Footer Styles
   ***************************/
#footer {
	width:968px;
	margin:0 auto;
	height:77px;
	background:#f1f2f1;
	text-align:left;	
}
#footer p{
	width:878px;
	margin:0 auto;
	color:#1c1c1c;
	padding-top:35px;
	font-size:10px;
	}
#footer p a{
	font-weight:bold;
	}
#footer p span{
	color:#6e6e6e;
	}
#footer p .right{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	}
