/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}



/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #5a5a5a;
}
#container {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#top-container {
	background-image: url(images/logo-nav-background.gif);
	background-repeat: repeat-x;
}
h1 {
	padding: 20px;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 88px;
	background-image: url(images/montage-bw.jpg);
	background-repeat: no-repeat;
	background-position: right;

}
#nav {
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 29px;
	width: 960px;
}
#nav h2 {
	line-height: 29px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	color: #5A5A5A;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: right;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a {
	font-size: 120%;
	font-weight: bold;
	color: #161E69;
	text-decoration: none;
	line-height: 29px;
	display: block;
	padding: 0px 15px 0px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-transform: lowercase;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #D0D61B;
	background-image: url(images/nav-bar-hover.gif);
	background-repeat: repeat-x;
}
.navselected {
	color: #FFFFFF !important;
	background-color: #161E69;
	background-image: url(images/nav-bar-over.gif);
	background-repeat: repeat-x;
}
.navselected:hover {
	background-image: url(images/nav-bar-over.gif) !important;
}
#subnav {
	line-height: 29px;
	background-color: #131a5c;
}
#subnav ul {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: right;
}
#subnav li {
	display: inline;
	margin-left: 20px;
}
#subnav a {
	color: #EFEFEF;
	text-decoration: none;
	line-height: 29px;
	font-weight: normal;
	font-size: 100%;
}
#subnav a:hover {
	color: #D0D61B;
	text-decoration: underline;
}

#greenbar {
	background-image: url(images/green-bar.gif);
	background-repeat: repeat-x;
	background-color: #D0D61B;
	padding-top: 15px;
	padding-bottom: 15px;
}
#greenbar .wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	background-image: url(images/green-bar-bullets.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
.greenbanner {
	float: left;
	width: 175px;
	background-position: left top;
	padding-right: 50px;
	padding-left: 95px;
	background-repeat: no-repeat;
}
.greenbanner h2 {
	font-size: 170%;
	color: #161E69;
	font-weight: normal;
	text-transform: lowercase;
}
.greenbanner a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
.greenbanner a:hover {
	color: #161E69;
	text-decoration: underline;
}
#registerbanner {
	background-image: url(images/pencil-icon-green.gif);
}
#searchbanner {
	background-image: url(images/search-icon-green.gif);
}
#applybanner {
	background-image: url(images/apply-icon-green.gif);
}
#breadcrumb-container {
	width: 960px;
	margin: 10px auto 0px auto;
	overflow: hidden;
	color: #D0D61B;
	text-transform: lowercase;
}
#breadcrumb-container li {
	float: left;
	margin-right: 10px;
}
#breadcrumb-container span {
	margin-left: 3px;
}
#breadcrumb-container a {
	color: #131A5C;
	text-decoration: none;
}
#breadcrumb-container a:hover {
	text-decoration: underline;
}






#container {
	padding: 10px;
	width: 980px;
	margin: 0px auto 0px auto;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
}
#content {
	width: 480px;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	float: left;
}
#sidebar2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}



/*footer */
#social-networking-footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F7F7F7;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
	border-bottom-color: #F7F7F7;
	margin-top: 20px;
	color: #888888;
	font-weight: bold;
}
#social-networking-footer ul {
	width: 960px;
	margin: 0px auto 0px auto;
}
#social-networking-footer li {
	float: left;
	margin-right: 50px;
}
#social-networking-footer a {
	color: #888888;
	text-decoration: none;
	font-weight: normal;
	display: block;
	line-height: 16px;
}
#social-networking-footer a:hover {
	text-decoration: underline;
}
#social-networking-footer #rss {
	background-image: url(images/rss-icon.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
}
#social-networking-footer #backtotop {
	background-image: url(images/ttop-arrow2.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
}
#social-networking-footer #twitter {
	background-image: url(images/twitter-icon.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
}
#social-networking-footer #facebook {
	background-image: url(images/facebook-icon.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
}
#number {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#number #contacttext {
	font-size: 18px;
	line-height: 110%;
	font-weight: normal;
	color: #D0D61B;
	text-transform: lowercase;
}

#number #contactnumber {
	color: #D0D61B;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 110%;
}
#number #contactnumber span {
	font-size: 15px;
	font-weight: bold;
}

#number #contactemail a {
	color: #161E69;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 110%;
}
#number #contactemail a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #161E69;
}



#footer-links {
	background-image: url(images/footer-link-background.gif);
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
	padding: 20px;
	margin-top: 20px;
}
#footer-links ul {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
	color: #888888;
}
#footer-links li {
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
#footer-links a {
	color: #888888;
	text-decoration: none;
}
#footer-links a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer-bar.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 40px;
}
#footer .wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}
#copyright {
	float: left;
	line-height: 40px;
	color: #888888;
}
#footer-nav {
	float: right;
}
#footer-nav a {
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 10px;
	padding-right: 10px;
}
#footer-nav a:hover {
	text-decoration: underline;
}
#footer-nav li {
	float: left;
}




/*content */
#content h2 {
	font-size: 230%;
	font-weight: normal;
	text-transform: lowercase;
	color: #D0D61B;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 160%;
	font-weight: normal;
	text-transform: lowercase;
	color: #D0D61B;
	margin-bottom: 15px;
}
#content h4 {
	font-size: 200%;
	font-weight: normal;
	text-transform: lowercase;
	color: #262d72;
	margin-bottom: 15px;
}
#content h5 {
	font-size: 160%;
	font-weight: normal;
	text-transform: lowercase;
	color: #cc0000;
	margin-bottom: 15px;
}

#content p {
	margin-bottom: 15px;
	font-size: 100%;
}
#content p a, #content li a {
	color: #161E69;
	text-decoration: underline;
}
#content p a:hover, #content li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #151D66;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 15px;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	background-color: #F5F5F5;
	margin-bottom: 15px;
	padding: 15px;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.document {
	background-image: url(images/download-icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.document a {
	font-weight: bold;
	color: #151D66;
	text-decoration: none;
}
.document a:hover {
	color: #FFFFFF;
	background-color: #151D66;
}
.imagecaption {
	display: block;
	margin-top: 5px;
	color: #808080;
}
#content form {
	margin: 0px;
	padding: 0px;
}
#content form fieldset {
	margin-bottom: 20px;
	background-color: #FDFDFD;
	border: 1px solid #E4E4E4;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content form ol {
	padding: 0px !important;
	list-style-type: none !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content form ol li {
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content form ol li label {
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	text-transform: none;
}
#content form ol li label em {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
}
#content form ol li input.text {
	font-size: 100%;
	width: 300px;
	color: #666666;
	padding: 2px;
}
#content form ol li textarea.text {
	font-size: 100%;
	padding: 2px;
	width: 300px;
	color: #666666;
}
#content form select {
	padding: 2px;
	color: #666666;
	font-size: 100%;
}
#content form fieldset legend {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 160%;
	color: #D0D61B;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content form fieldset legend span {
}
#content form fieldset.submit ol li {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}
#content form fieldset.submit ol li input {
}
#content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#content ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content p em {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}





/*panels */
#sidebar .panel {
	background-image: url(images/left-panel-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 25px 10px 25px;
	overflow: hidden;
}
#sidebar2 .panel, .editablepanel  {
	background-image: url(images/right-panel-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 25px 10px 25px;
	overflow: hidden;
}
.panel h2, .editablepanel h2 {
	font-size: 160%;
	color: #D0D61B;
	font-weight: normal;
	text-transform: lowercase;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	margin: -25px -25px 0px -25px;
	padding: 18px 25px 8px 25px;
}
#sidebar .panel h2 {
	background-image: url(images/left-panel-top.gif);
}
#sidebar2 .panel h2, .editablepanel h2   {
	background-image: url(images/right-panel-top.gif);
}

.panel p, .editablepanel p {
    margin: 0px 0px 15px 0px;
}
.panel p a, .editablepanel p a {
	color: #151D66 !important;
	text-decoration: underline !important;
}
.panel p a:hover, .editablepanel p a:hover {
    color: #FFFFFF !important;
	background-color: #151D66!important;
	text-decoration: none !important;
}
.panel li a, .editablepanel li a {
	color: #151D66 !important;
	text-decoration: none !important;
}
.panel li a:hover, .editablepanel li a:hover  {
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #151D66 !important;
}






#jobsearchform, #callbackform, #newsletterpanelform {
	margin-bottom: 15px;
}
#jobsearchform li, #callbackform li, #newsletterpanelform li {
	margin-bottom: 3px;
	font-weight: bold;
	color: #161E69;
}
#jobsearchform label, #callbackform label, #newsletterpanelform label {
	font-weight: bold;
	color: #161E69;
	text-transform: lowercase;
}
#jobsearchform legend, #callbackform legend, #newsletterpanelform legend {
	font-weight: bold;
	color: #161E69;
	margin: 0px;
	padding: 0px;
}
#jobsearchform fieldset, #callbackform fieldset, #newsletterpanelform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#jobsearchform fieldset input.text, #callbackform fieldset input.text, #newsletterpanelform fieldset input.text {
	width: 180px;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 100%;
	color: #666666;
}
#jobsearchform fieldset select.text, #callbackform fieldset select.text, #newsletterpanelform fieldset select.text {
	width: 188px;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 100%;
	color: #666666;
}
#jobsearchform #searchbutton {
	margin-top: 10px;
}
#newsletterform #signupbutton #callbackform #callbackbutton {
	margin-top: 5px;
}
#newsletterpanelform label {
	font-weight: normal;
	color: #5A5A5A;
	text-transform: none;
}
#newsletterpanelform #email-address {
	margin-top: 5px;
}
#sidebar2    .panel    ul, .editablepanel    ul, #recentjobs  ul {
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#sidebar2     .panel     li, .editablepanel     li, #recentjobs  li {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left top;
	padding-top: 3px;
}
#sidebar2   .panel   li:hover, .editablepanel   li:hover, #recentjobs  li:hover {
	background-color: #F2F2F2;
	background-image: url(images/arrow-hover.gif);
}
#sidebar2 .panel img, .editablepanel p img {
	max-width: 170px;
}

#logos li {
	margin-bottom: 20px;
	text-align: center;
}
#logos {
	padding: 20px 10px 0px 10px;
}
#recentjobs h3 a {
	color: #161E69;
	font-weight: bold;
	text-decoration: none;
}
#recentjobs h3 a:hover {
	text-decoration: underline;
}
#recentjobs h4 {
	font-weight: bold;
	color: #D0D61B;
}
#recentjobs h5 {
	color: #151D66;
	font-weight: normal;
}
#jobsearch h2 {
	color: #D0D61B;
}
#newsletter h2 {
	color: #0099CC;
}
#callback h2 {
	color: #161E69;
}
#recentjobs h2 {
	color: #09F;
}
#quicklinks h2 {
	color: #F60;
}
#newsarchive h2 {
	color: #f7a200;
}
.editablepanel h2 {
	color: #F60;
}




/*page elements */
#flasharea {
	padding: 0px;
	height: 300px;
	width: 500px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#homebanners {
	padding: 0px;
	margin: 0px -10px 0px -10px;
	width: 500px;
}
#homebanners ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
#homebanners li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 200px;
}
#homebanners a:hover {
	text-decoration: none !important;
}
#banners {
	padding: 0px;
	width: 500px;
	margin: 0px -10px 0px -10px;
}
#banners ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
#banners li {
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 500px;
}
#banners li a:hover {
	text-decoration: none;
}
.pagenumbers {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
.pagenumbers li {
	float: left;
	margin-right: 5px;
	display: block;
}
.pagenumbers li a {
	border: 1px solid #CCCCCC;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	color: #161E68 !important;
	text-decoration: none !important;
	float: left;
}
.pagenumbers li a:hover {
	color: #FFFFFF !important;
	background-color: #161E69!important;
	text-decoration: none !important;
	border: 1px solid #161E69!important;
}
.selectedpage {
	color: #FFFFFF !important;
	background-color: #CCCCCC!important;
	text-decoration: none !important;
	border: 1px solid #CCCCCC!important;
}





/*news page*/
#newslist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#newslist li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#newslist img {
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#newslist h3 {
	font-size: 160%;
	margin: 0px !important;
	padding: 0px !important;
}
#newslist h3 a {
	text-decoration: none !important;
}
#newslist h4 {
	color: #D0D61B;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}
#newslist p {
	margin: 0px;
	padding: 0px;
	display: block;
}
#news-item-page #content img {
	margin-bottom: 15px;
}



/*jobs page*/
#jobslist {
	list-style-type: none !important;
	padding: 0px !important;
	margin: 0px 0px 30px 0px !important;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#jobslist li {
	background-image: url(images/arrow-jobs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
}
#jobslist li:hover {
	background-color: #F7F7F7;
	background-image: url(images/arrow-jobs-hover.gif);
}
#jobslist h5 {
	color: #151D66;
	font-weight: normal;
	margin-bottom: 5px;
}
#jobslist h6 {
	font-weight: normal;
	color: #D0D61B;
}

#jobslist h4 {
	font-weight: bold;
	color: #D0D61B;
}
#jobslist h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#jobslist h3 a {
	text-decoration: none;
}
#jobslist h3 a:hover {
	color: #FFFFFF;
	background-color: #151D66;
}
#jobslist p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#jobdetailstable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
}
#details h3 {
	font-weight: normal;
	text-transform: none;
	color: #131A5C;
	margin: 0px;
	padding: 0px;
}
#details h4 {
	font-weight: normal;
	color: #D0D61B;
	margin: 0px;
	padding: 0px;
	font-size: 160%;
}
#details h5 {
	font-weight: normal;
	color: #131A5C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 100%;
}

#jobdetails {
	background-color: #FDFDFD;
	border: 1px solid #E4E4E4;
	padding: 15px;
	margin-bottom: 20px;
}
#jobdetails h3 {
	font-size: 120% !important;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: bold;
	text-transform: none;
}
#jobdetails h3 a {
	color: #161E69 !important;
	text-decoration: none !important;
}
#jobdetails h3 a:hover {
	color: #FFFFFF!important;
	background-color: #161E69;
}
#jobdetails h4 {
	color: #D0D61B;
}
#jobdetails h5 {
	font-weight: normal;
	color: #161E69;
}

ul#newsfeeds li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

ul#newsfeeds li a {
background-image:url(../images/icons/rss-feed.gif);
background-position:left center;
background-repeat:no-repeat;
line-height:260%;
padding-left:22px;
}


.documents {
    margin: 0px 0px 15px 0px !important;
	padding: 0px !important;
	list-style: none !important;
}
.documents li {
	background-image: url(images/download-icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.documents li a {
	font-weight: bold;
	color: #151D66;
	text-decoration: none !important;
}
.documents li a:hover {
	color: #FFFFFF;
	background-color: #151D66;
}


ul#newsfeeds {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}



ul#newsfeeds li a {
background-image:url(../images/icons/rss-feed.gif);
background-position:left center;
background-repeat:no-repeat;
line-height:260%;
padding-left:22px;
}


#specialoffers {
     margin: 10px 0px 0px 0px;
     text-align: center;
}



#sidebar .banners, #sidebar2 .banners {
	padding-top: 10px;
}
#sidebar .banners li , #sidebar2 .banners li{
	margin-bottom: 10px;
	text-align: center;
}
#sidebar .banners img {
	max-width: 240px;
}
#sidebar2 .banners img {
	max-width: 220px;
}














.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;

}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}
#slides  h1
{
	margin: 0;
	font-size: 1.5em;
	position: relative;
	top: -270px;
	line-height: 50px;
	height: 50px;
	width: auto;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	background-image: none;
}
#wrap {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.jFlowSlideContainer p

{
margin-top: -275px; margin-right: 0px; color: rgb(129, 130, 133); padding-left: 30px;
}


.jFlowSlideContainer p a

{
color: #6699CC
}


#jobalerts li:hover {
	background-color: transparent !important;
}
#jobalerts h2 {
	color: #F60;
}


#jobalerts form fieldset ol li {
	background-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border-style: none !important;
}

#jobalerts label {
	font-weight: bold;
	color: #161E69;
	text-transform: lowercase;
}
#jobalerts fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#jobalerts fieldset input.text {
	width: 182px;
	margin-bottom: 3px;
	padding: 2px;
	font-size: 100%;
	color: #666666;
}
#jobalerts form  {
	margin-bottom: 15px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

