/*** Typography ***/

h1 {
    font-size: 1.5em;
    border-bottom: 0;
    margin-bottom: 0;
}

p#introduction {
	/*font-size: 94%;*/
}

p#message {
	margin:0;
	padding:0;
}


/*** Homepage Layout ***/
#layout.home #sidebar {
    float: left;
    width: 135px;
    margin: 0;
    padding: 0;
}

#layout.home #content {
    margin: 0 0 0 12.8em;
    padding: 0 12.8em 0 0;
    position: relative;
}

#featured-banners {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
}


/*** Banners ***/

#spotlight-banners h2,
#marketing h2,
#featured-banners h2 {
    margin-bottom: 6px;
}

#spotlight-banners .banner,
#marketing .banner,
#featured-banners .banner {
    margin-left: 5px;
}


/*** Jobseeker Tools ***/

#jobseeker-tools ul li a {
	font-size: .9em;
	padding: 0.3em 0;
}




/*** Keyword Search ***/

/*
#search label {
	display: block;
	font-size: .9em;
}

#search-keywords {
	float: left;
	margin-right: 1.5em;
    width: 75%;
}
    #search-keywords div {
        display: inline;
    	border: 1px solid #FFF;
    	border-top: 0;
    	border-left: 0;
    }

#keywords {
    border: 1px solid #CCDDE6;
    display: inline-block;
	margin: 0;
	width: 98%;
}

#search #job-titles {
    display: block;
    margin: .5em 0;
    vertical-align: middle;
}

#search #job-titles input {
    margin: 0 3px 3px 0;
    vertical-align: middle;
}
*/

#search {
    position: relative;
}

#search label {
    display: block;
    font-size: .9em;
}

#keywords {
    width: 14.5em;
}

#search #jtsearch-label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin: 6px 3px 0px;
}

#jtsearch {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 0 0 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *top: -1px;
    *overflow: hidden; 
}

#find-jobs {
    margin: -1px 0 0 0;
	padding: 0;
}

#form-elements {
    float: left;
    width: 100%;
    margin-right: -100px;
}

#search .box-content, #search .search-box-content {
    overflow: hidden;
}

.search-all {
    position: absolute;
    right: 0;
    color: white !important;
    margin: 0.4em 0.6em;
    text-decoration: underline;
}

/*** Boxed Content ***/
.search-panel{
	margin: 0 0 0.8em 0;
    background: #EFF5F9 url(/images/global/boxed-bg.gif) repeat-y top right;
    border-left: 1px solid #D8E5EC;
    position: relative;
    width:49%;
    float:left;
}

/*.boxed {
    margin: 0 0 0.8em 0;
    background: #EFF5F9 url(/images/global/boxed-bg.gif) repeat-y top right;
    border-left: 1px solid #D8E5EC;
    position: relative;
    clear: both;
}*/

.search-panel h1, .search-panel h2 {
    background: #003989 url(/images/global/boxed-heading-sprites.gif) no-repeat 0 0;
    border-bottom: 1px solid #004080;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0 -1px;
    padding: 0 0 0 4px;
}

.search-panel h1 span, .search-panel h1 a, .search-panel h2 span, .search-panel h2 a 
 {
    background: url(/images/global/boxed-heading-sprites.gif) no-repeat 100% 0;
    color: #FFF;
    display: block;
	padding: .5em 1em .4em .7em;
	text-decoration: none;
}

.search-box-content{
	padding: 15px 7px;
    background: url(/images/global/boxed-bottom-bg.gif) no-repeat bottom right;
}
.search-panel .box-footer {
    margin: -6px 0 0 -1px;
    background: url(/images/global/boxed-bottom-bg.gif) no-repeat bottom left;
    width: 6px;
    height: 6px;
}

/** CV service box pannel #F1EFF9,#dcd8ec **/
#search-and-cv-boxes {
    position: relative !important;
    width: 100%;
    overflow: auto;
}

.cv-panel{
	margin: 0 0 0.8em 0;
    background: url("/images/global/alt-boxed-bg.gif") repeat-y scroll right top #F1EFF9;
    border-left: 1px solid #D8E5EC;
	float:left;
	margin-left: 7px;
    width: 49%;
}
.cv-panel-content{
	padding: 0.6em 1em 0.2em;
    background: url(/images/global/alt-boxed-bottom-bg.gif) no-repeat bottom right;
   	height: auto;
    min-height: 70px;
    overflow:auto;
}
.cv-panel h1, .cv-panel h2 {
    background: #003989 url(/images/global/alt-boxed-heading-sprites.gif) no-repeat 0 0;
    border-bottom: 1px solid #6a40a2;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0 -1px;
    padding: 0 0 0 4px;
}

.cv-panel h1 span, .cv-panel h1 a, .cv-panel h2 span, .cv-panel h2 a
 {
    background: url(/images/global/alt-boxed-heading-sprites.gif) no-repeat 100% 0;
    color: #FFF;
    display: block;
	padding: .5em 1em .4em .7em;
	text-decoration: none;
}
.cv-panel-content .cv-info{
	float: left;
    width: 58%;
}
.cv-panel-content .cv-image{
	float: left;
    margin-top: 7px;
    text-align: center;
    width: 90px;
}
.cv-panel-content ul{
	float: left;
    list-style: none outside none;
    margin-left: -20px;
    width: 200px;
}
.cv-panel-content ul li a{
	text-decoration: none;
}
.cv-panel .box-footer {
    margin: -6px 0 0 -1px;
    background: url(/images/global/alt-boxed-bottom-bg.gif) no-repeat bottom left ;
    width: 6px;
    height: 6px;
}


/*** Category Search Listings ***/

ul.categories {
    list-style: none;
    width: 48%;
    float: left;
    margin: 0 0 3px 0;
    padding: 0;
    border: 0;
}

ul.categories.first {
    margin-right: 2%;
}

ul.categories li {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.categories li.row1 {
    /* background: #e5ebf3; */
}

ul.categories li a {
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
    display: block;
    padding: .2em .2em;
    text-decoration: none;
    font-weight: bold;

}

ul.categories li span {
    position: absolute;
    right: .5em;
    top: .2em;
    font-size: .9em;
    font-weight: bold;
    color: #999;
    text-decoration: dotted;
}

ul.categories li a:hover {
    text-decoration: underline;
}


/*** Browse Employers ***/

ul.inline-categories {
		margin-bottom: 0;
}

ul.inline-categories li {
    display: inline;
    padding: 0;
    margin: 0;
}

ul.inline-categories li a {
    font-weight: bold;
    text-decoration: none;
    padding: 0 .5em;
}

#employers .featured {
    text-align: right;
    margin: .1em 1em 0 0;
}

/* FIXES */

p#introduction {
		line-height: 1.4;
}

#sidebar div.boxed {
		margin-bottom: 6px;
}

ul.last li.last {
		clear: both;
}

/* NORAS */

.overlayNoras {
		width: 500px;
		margin: 0;
		padding: 0;
		position: absolute !important;
		top: 222px !important;
		left: 330px !important;
		background: transparent;
		}
		
.overlayNoras table {
	background: #fff;
		border: 0px;
		margin: 0;
		padding: 0;
}		
		
.overlayNoras table td {
		border: 0px solid #fff;
		margin: 10px;
		padding: 10px;
}
		
.bt2Noras {
	text-align: right !important;
}

.bt1Noras {
	text-align: left !important;
}

.bt2Noras a img {
}

.bt1Noras a img {
	float: left;
}

.logoNoras {
	width: 120px;
}

.logoNoras img {
	float: left;
}

.titleNoras  {
	margin: 0 !important;
	padding: 20px 0 0 !important;
}

.titleNoras center {
	margin:20px 0 0 !important;
	padding: 0 !important;
	display: inline;
}

.textNoras {
	padding: 10px;
}

 

