/* @group html */

html, body {
	font: 0.85em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #576366;
	margin: 0;
	padding: 0;
	background: #dee4e7;
}

div, p, form, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;	
}

h3, h4, h5 {
	color: #f7941d;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #f7941d;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

/* @group Controls */

.watermark {
	color: #666;
}

.textbox,
select,
textarea {
	border: 1px solid #abb1b2;
	padding: 3px;
	font-size: inherit;
	color: #666;
}

textarea {
	font: 1em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button {
	background: no-repeat 0 0;
}

.button:hover {
	background-position: 0 -25px;
}


.submit {
	height: 25px;
	width: 87px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-image: url(../images/btn_submit.gif);
}



a.delicious,
a.facebook, 
a.digg,
a.stumbleupon,
a.rss,
a.email {
	width: 16px;
	height: 0;
	padding-top: 16px;
	line-height: 1em;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	background: url(../images/icon_social.gif) no-repeat 0 0;
}

a.delicious {
	background-position: 0 0;
}

a.digg {
	background-position: -16px 0;
}

a.stumbleupon {
	background-position: -32px 0;
}


a.facebook {
	background-position: -48px 0;
}

a.email {
	background-position: -64px 0;
}

a.rss {
	background-position: -80px 0;
}


a.more {
	color: #f7941d;
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/icon_arrow.gif) no-repeat 0 center;
	line-height: 15px;
}




a.comments {
	padding-left: 22px;
	padding-bottom: 3px;
	float: left;
	background: url(../images/icon_comments.gif) no-repeat 0 2px;
}
/* @end */

/* @end */

/* @group container */

#container {
	width: 930px;
	margin: 0 auto;
	background: #f7941d url(../images/bg_container.gif) repeat-y 0 0;
}

/* @group Header */

#header {
	width: 930px;
	height: 138px;
	position: relative; 
}

/* @group Logo */

#header h1 {
	position: absolute;
	top: 25px;
	left: 32px;
}

#header h1 a{
	display: block;
	width: 294px;
	height: 0;
	padding-top: 62px;
	overflow: hidden;
	line-height: 1em;
	background: url(../images/bg_logo.gif) no-repeat 0 0;		
}



/* @end */

/* @group Navigation - Primary */

#header .navigation {
	width: 650px;
	height: 37px;
	position: absolute;
	top:  101px;
	left: 32px;
	overflow: hidden;
}


.navigation #primary {
	list-style: none;
	height: 37px;
	margin: 0;
	padding: 0;
} 

.navigation #primary li {
	list-style: none;
	float: left;
	height: 37px;
} 

.navigation #primary li a {
	display: block;
	text-align: center;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-top: 11px;
/*	background: url(../images/bg_navigation.gif) no-repeat center 0;*/
}

.navigation #primary .CMSListMenuLink 
{
	background: url(../images/bg_navigation.gif) no-repeat center 0;
	width: 109px;
}

.navigation #primary .CMSListMenuLinkWide 
{
		background: url(../images/bg_navigation_wide.gif) no-repeat center 0;
		width: 120px;
}

.navigation #primary .CMSListMenuLinkExWide 
{
		background: url(../images/bg_navigation_exwide.gif) no-repeat center 0;
		width: 132px;
}

.navigation #primary li a:hover,
.navigation #primary li a.CMSListMenuLinkHighlighted {
	text-decoration: none;
	background-position: center -37px;
}

/* @end */

/* @group Search Panel */

#header .search {
	width: 260px;
	height: 128px;
	margin-right: 10px;
	position: absolute;
	top:  0;
	right: 0;
	background: url(../images/bg_search.gif) repeat-y 0 0;
	overflow: hidden;
}

#header .search ul{
	width: 260px;
	margin: 0;
	padding: 0 0;
	list-style: none;
}

#header .search ul li{
	width: 210px;
	margin: 0;
	height: 25px;
	padding: 7px 25px;
	background: url(../images/bg_search_line.gif) no-repeat center bottom;
}

#header .search ul li.last {
	margin: 0;
	padding: 8px 25px 17px;
	background: url(../images/bg_search_cap.gif) no-repeat 0 bottom;
}



.search .find-jobs {
	display: block;
	width: 107px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	background-image: url(../images/btn_find_jobs.gif);
}

.search .go {
	height: 25px;
	width: 47px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-image: url(../images/btn_go.gif);
	float: right;
}

.search .textbox {
	width: 147px;
	float: left;
	margin-top: 1px;
}
.search select {
	width: 155px;
	margin-top: 1px;
	float: left;
}

/* @end */

/* @end */

/* @group Content */


#content {
	width: 930px;
	padding: 0 0 14px 0;
	float: left;
	position: relative;
	background: #f7941d url(../images/bg_container.gif) repeat-y 0 0;
}

#content .cap {
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg_content_cap.gif) no-repeat 0 0;
	clear: both;
}

/* @group Banner */

#content #banner {
	width: 908px;
	padding: 0 11px 5px;
	height: 164px;
	background: no-repeat 12px 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}

#content #banner.banner-home {
	height: 254px;
}


#content #banner h2,
#content #banner h3,
#content #banner p {
	position: absolute;
	left:  97px;
}


#content #banner h2 {
	top:  35px;
	font-size: 35px;
	line-height: 35px;
}

#content #banner h3 {
	top:  150px;
	display: none;
}

#content #banner p {
	top:  80px;
	width: 410px;
	font-size: 13px;
	line-height: 20px;
}


/*
#content #banner.dark {
	color: #576366;
}
*/
#content .dark,#content .dark h2,#content .dark h3,#content .dark p { color: #576366;}

#content #banner p a.more{
	color: #fff;
	background-image: url(../images/icon_arrow_banner.gif);
}

/* @end */

/* @group Primary */

.content-primary {
	width: 610px;
	float: left;
	padding-left: 10px;
}

/* @group Panels */

#content .content-primary .panel {
	width: 610px;
	float: left;
	padding-bottom: 2px;
	background: url(../images/bg_panel_primary.gif) repeat-y 0 0;
	position: relative;
	margin-bottom: 8px;
overflow: hidden;
}

#content .content-primary .panel h2{
	width: 570px;
	padding: 13px 20px 8px;
	height: 15px;
	color: #fff;
	font-size: 1em;
	background: url(../images/bg_panel_primary_header.gif) repeat-y 0 0;
	text-transform: uppercase;
}


#content .content-primary .panel .content {
	padding: 12px 20px;
	float: left;
}

#content .content-primary .panel .cap{
	height: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: url(../images/bg_panel_primary_cap.gif) no-repeat 0 bottom;
}

/* @group Detail Page */

.content-primary .panel p {
	margin-bottom: 0.75em;
	color: #999;
}

.content-primary .panel p.led {
	color: #576366;
}

p.quote {
	margin: 1em;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: italic;
	color: #576366;
}
.content-primary .panel ul.listing li p.tagged,
.content-primary .panel p.tagged {
	margin-top: 15px;
	color: #576366;
}
/* @end */

/* @group Listing */

.content-primary .panel ul.listing {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 570px;
	clear: left;
}

.content-primary .panel ul.listing li {
	padding-bottom: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #eff1f3;
}

.content-primary .panel ul.listing li.CMSListRepeaterLIlast {
	margin: 0;
	border-bottom: none;
}


.content-primary .panel ul.listing li h3 {
	color: #f7941d;
	margin-bottom: 0.5em;
}
.content-primary .panel ul.listing li h3 a {
	color: #f7941d;
}

.content-primary .panel ul.listing li p{
	margin: 0;
	clear: both;
}

/* @group Navigation */

ul#listing-navigation {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	list-style: none;
	width: 570px;
	float: left;
	border-bottom: 1px solid #eff1f3;
}

ul#listing-navigation li {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	float: left;
	border-right: 1px solid #e1e3e5;
	font-weight: bold;
	line-height: 1em;
}

ul#listing-navigation li a {
	color: #899ca6;
}


ul#listing-navigation li a.CMSListMenuLinkHighlighted {
	color: #f7941d;
}

ul#listing-navigation li.CMSListMenuHighlightedLIlast,
ul#listing-navigation li.CMSListMenuLIlast {
	border: none;
}

/* @end */

/* @group Heading */
.heading {
	position: relative;
	float: left;
	width: 100%;
}
.heading a img {
	border: none;
}
.heading img, 
.heading .details {
	float: left;
	margin-right: 15px;
	width: 42px;
	padding-bottom: 10px;
}

.heading .details {
	margin-right: 0;
	width: 513px;
}

.heading h3 {
	margin-bottom: 0.75em;
}


.heading  .details h3,
.content-primary .panel ul.listing li .heading .details h3 {
	margin-bottom: 0;
}
.heading h3 a,
.content-primary .panel ul.listing li .heading h3 a {
	color: #f7941d;
	text-decoration: none;
}

.heading a,
p.tagged a,
.content-primary .panel ul.listing li .heading a {
	color: #576366;
	text-decoration: underline;
}


.heading a:hover,
p.tagged a:hover,
.content-primary .panel ul.listing li .heading a:hover  {
	color: #f7941d;
	text-decoration: underline;
}



.heading .accessibility {
	position: absolute;
	right: 0;
	top:  1.1em;
	color: #999;
}

.heading .accessibility .larger,
.heading .accessibility .smaller {
	padding: 0 0.1em;
	font-size: 1.1em;
	text-decoration: none;
	color: #999;
}



.heading .accessibility .larger {
	font-size: 1.4em;
	padding: 0 0.1em;
	font-weight: bold;
}


.heading .accessibility a:hover {
	color: #f7941d;
}

/* @end */
/* @end */

/* @group Colums (home page) */

.content-primary .panel .left,
.content-primary .panel .right {
	width: 278px;
	margin: 0 10px 0 0;
	float: left;
}
.content-primary .panel .right {
	margin: 0;
}

/* @group Form List */

.form-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-list li{
	margin: 0;
	padding: 5px 0;
}

.form-list li.top{
	height: 5.5em;
}

.form-list .textbox {
	width: 272px;
	margin-bottom: 0.5em;
}

.form-list select {
	width: 278px;
	margin-bottom: 0.5em;
}

.form-list h3 {
	color: #f7941d;
	margin-bottom: 0.5em;
}



/* @end */


/* @end */

/* @group Footer */

.content-primary .panel .footer {
	border-top: 1px solid #e4ecf1;
	padding: 8px 0 5px;
	float: left;
	margin:  5px 0 0;
	width: 100%;
	position: relative;
	height: 2em;
}

.content-primary .panel .footer .left {
	padding-top: 5px;
}

.content-primary .panel .footer .text {
	float: left;
	display: block;
	margin:  0 5px 0 0;
}


.content-primary .panel .footer .searchagain,
.content-primary .panel .footer .search {
	height: 25px;
	width: 87px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-image: url(../images/btn_search.gif);
}





.content-primary .panel .footer .searchagain {
	width: 107px;
	background-image: url(../images/btn_search_again.gif);
}
/* @end */

/* @group Comments */
#comments {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #eff1f3;
}

#comments ul.list{
	margin: 7px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #eff1f3;
	list-style: none;
}

#comments ul.list li{
	margin: 0 0 15px;
	padding: 0 0 7px;
	border-bottom: 1px solid #eff1f3;
}

#comments h3{
	margin-bottom: 0.75em;
}

#comments a{
	color: #999;
	text-decoration: underline;
}

#comments a:hover{
	color: #f7941d;
	text-decoration: underline;
}

/* @group List (Commets) */

#comments .list,
#comments .list li{
	float: left;
}
#comments .list a img {
	border: none;
}
#comments .list img, 
#comments .list .details {
	float: left;
	margin-right: 15px;
	width: 42px;
}

#comments .list .details {
	margin-right: 0;
	width: 513px;
}

#comments .list .details h4 {
	color: #576366;
	font-size: 1.2em;
}
#comments .list .details h4 span {
	font-weight: normal;
	font-size: 0.85em;
}

#comments .list .details .dateline {
	margin-bottom: 10px;
	display: block;
}

/* @end */

/* @group Form */
#comments .form {
	float: left;
}

#comments dl,
#comments dt,
#comments dd {
	float: left;
	margin: 0;
	padding: 0;
}


#comments dl {
	width: 350px;
}

#comments dt {
	width: 70px;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 0.3em;
}

#comments dd {
	width: 280px;
	margin-bottom: 10px;
}

#comments dl .last {
	margin-bottom: 0;
}

.textbox,
textarea {
	width: 272px
}

#comments .button {
	float: right;
}

/* @end */

/* @end */

/* @group Search Results */

.results {
	margin: 0 0 15px;
	padding: 5px 0 7px;
	border-bottom: 1px solid #eff1f3;
	color: #576366;
	float: left;
	width: 570px;
	position: relative;
}
/*
.jobdetails p {
	border: dashed 1px red;
	color: #576366;
}
*/	
.content-primary .panel .results p 
{
	color: #576366;
}


.content-primary .panel .results .sort {
	position: absolute;
	right: 0;
	bottom: 12px;
}


.content-primary .panel .pagination {
	margin: 0;
	padding: 15px 0 10px;
	border-top: 1px solid #eff1f3;
}


.content-primary .panel .pagination a {
	color: #576366;
	text-decoration: none;
}

.content-primary .panel .pagination a.current,
.content-primary .panel .pagination a:hover {
	color: #f7941d;
	text-decoration: underline;
}


.content-primary .panel .pagination a.current {
	text-decoration: none;
}


/* @end */






/* @end */

/* @group Quotes */

#content .quotes {
	padding: 5px 0 0 7px;
	width: 597px;
	height: 157px;
	float: left;
	color: #fff;
	position: relative;
	background: url(../images/bg_quotes.gif) no-repeat 5px 5px;
}


#content .quotes h3 {
	padding: 0;
	position: absolute;
	top: 25px;
	color: #fff;
	left: 22px;
	text-transform: uppercase;
}

#content .quotes .quote {
	padding: 0;
	width: 260px;
	height: 90px;
}

#content .quotes .right,
#content .quotes .left {
	position: absolute;
	top: 52px;
	left: 22px;
}

#content .quotes .right {
	left: 326px;
}

#content .quotes p {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
	color: rgb(105,105,105);
	font-family: Verdana;
	font-style: italic;
}




#content .quotes span {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* @end */

/* @end */

/* @group Secondary */

.content-secondary {
	width: 300px;
	float: right;
	padding-right: 10px
}

/* @group Panels */

#content .content-secondary .panel {
	width: 300px;
	float: left;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 5px;
	background: url(../images/bg_panel_secondary.gif) repeat-y 0 0;
}

#content .content-secondary .panel .cap {
	height: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: url(../images/bg_panel_secondary_cap.gif) no-repeat 0 bottom;
}

/* @group Headers */

#content .content-secondary .panel h2 {
	width: 260px;
	float: left;
	height: 15px;
	padding: 13px 20px 8px;
	color: #fff;
	font-size: 1em;
	background: url(../images/bg_panel_secondary_headers.gif) repeat-y 0 0;
	text-transform: uppercase;
	position: relative;
}

.jobdescription dl
{
	position: relative;
	/*border: solid 1px blue;*/
}

.jobdescription dt
{
	width: 90px;
	float: left;
	left: 0px;
	font-weight:bold;
	line-height: 14px;
	/*border: solid 1px red;*/
}

.jobdescription dd
{
	width: 450px;
	margin-left: 100px;
	margin-bottom: 10px;
	line-height: 14px;
	text-align: justify;
	/*border: solid 1px green;*/
}

.jobdescription p
{
	text-align: justify;
}
#content .content-secondary .alpha h2 {
	background-position: 0 0;
}

#content .content-secondary .beta h2 {
	background-position: -300px 0;
}

#content .content-secondary .gamma h2  {
	background-position: -600px 0;
}

#content .content-secondary .panel h2 span {
	float: left;
	padding: 1px 0 0;
	width: 145px;
}
#content .content-secondary .panel h2 select {
	float: right;
	width: 105px;
	position: absolute;
	top: 9px;
	right: 20px;
}

/* @end */

/* @group Content */

#content .content-secondary .panel .content {
	padding: 12px 20px;
	float: left;
	z-index: 1;
	color: #999;
	width: 260px;
}

.content-secondary .panel .content p{
	margin: 0 0 0.75em;
}
.content-secondary .panel .content strong{
	color: #576366;
}


.content-secondary .panel .content .footer{
	float: left;
}

/* @group Uls */

.content-secondary .panel .content ul {
	padding: 0;
	width: 100%;
	margin: 0;
	list-style: none;
	float: left;	
}

.content-secondary .panel .content li {
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #eff1f3;
	float: left;	

}

.content-secondary .panel .content li a {
	padding-left: 10px;
	display: block;
	color: #576366;
	background: url(../images/icon_arrow.gif) no-repeat 0 0.2em;
}

.content-secondary .panel .content li a.more {
	color: #f7941d;
}

.content-secondary .panel .content li.last {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/* @group Jobs */

.content-secondary .panel .content .jobs {
	float: left;	
}


.content-secondary .panel .content .jobs li {
	float: left;	
}

.content-secondary .panel .content .jobs li a{
	width: 40px;
	float: left;
}

.content-secondary .panel .content .jobs li p{
	width: 210px;
	float: right;
	color: #576366;
	margin: 0 0 0.3em;
}

/* @end */

/* @end */

/* @end */

/* @end */


/* @end */


/* @end */

/* @group Footer */


#footer {
	width: 930px;
	float: left;
	color: #666;
	margin-bottom: 20px;
	background: #fff url(../images/bg_footer.gif) repeat-y 0 0;
}

/* @group Content */

#footer .content {
	float: left;
	width: 864px;
	margin: 10px 15px 15px;
	padding: 0 18px 0;
	background: #fff url(../images/bg_footer_divider.gif) repeat-y -18px 0;
}

#footer p{
	margin-bottom: 0.5em;
}

#footer .content .left,
#footer .content .middle,
#footer .content .right {
	padding: 0 10px;
	float: left;
}


#footer .content .left {
	width: 265px;
	padding-left: 0;
}

#footer .content .middle {
	width: 296px;
}

#footer .content .right {
	width: 245px;
	padding-right: 0;
}


#footer h3 {
	color: #f7941d;
	padding-bottom: 7px;
}



#footer ul.rss {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.rss li a {
	padding: 3px 0 3px 21px;
	display: block;
	background: url(../images/icon_social.gif) no-repeat -80px center;
	
}

#footer ul.rss a {
	color: #666;
	
}



#footer a.subscribe {
	display: block;
	width: 87px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	background-image: url(../images/btn_subscribe.gif);
}

/* @end */

#footer .breaker {
	float: left;
	width: 900px;
	margin: 0 15px;
	height: 0;
	border-bottom: 1px solid #eef1f3;
}

/* @group Navigation */

#footer .navigation {
	width: 930px;
	float: left;
	height: 28px;
	padding: 8px 0 3px;
	font-size: 0.9em;
	background: url(../images/bg_footer_cap.gif) no-repeat 0 bottom;
}

#footer .navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .navigation ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
	color: #93a4ae;
	border-right: 1px solid #e4ecf1;
}

#footer .navigation ul li.CMSListMenuLIlast {
	border-right: none;
}

#footer .navigation a {
	color: #93a4ae;
}

#footer .navigation #footer-left-navigation {
	float: left;
	padding-left: 28px;
}

#footer .navigation #footer-right-navigation {
	float: right;
	padding-right: 28px;
}

/* @end */

/* @end */

/* @end */


.cse-branding-form 
{
 height: 20px;
 width: 220px;
 float: left;
}
.cse-branding-logo
{
 height: 20px;
 width: 60px;
 padding-top: 2px;
 display: block;
 float: left;
}
.cse-branding-text 
{
 height: 20px;
 width: 270px;
 padding-top: 6px;
 display: block;
 font: 10px Arial;
 float: left;
}
.cse-box
{
 height: 20px;
 width: 555px;
}
.cse-results
{
 width: 95%;
}

#CopyrightItem
{
	position: relative;
	float: right;
	width: 500px;
	top: -40px
}


.ResultTitle
{
	line-height: 25px;
	width: 500px;
	float: left;
}

.ResultPath
{
	float: left;
	width: 530px;
	margin-left: 20px;
	padding-bottom: 15px;
}


.PagerControl
{
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
}
