
/*
Project: EHN jobs
Author: eva vartmann
Version: 2
Date: 18th december 2007

Colours:
dark blue: #369
light blue: #edf1f6
orange-yellow: #ffba00
grey: #d1d9e3
*/


/* reset styles ------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
.subject
{
  display:none;
}
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img, a img {  
   border:0; 
} 
address,caption,cite,th { 
   font-style:normal; 
   font-weight:normal; 
}   
ul {
	margin-left:16px;
	margin-bottom:15px;
}
 

/* global page element styles ---------------------------------- */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color:#333;
	position:relative;
	background:#edf1f6;
}
a {
	text-decoration: none;
	color:#09f;
}
	a:hover {
		text-decoration: underline;
		color:#09f;
	}
p {
	padding-bottom:12px;
	line-height:1.5;
}
h1 {
	margin-bottom:24px;
	color:#369;
	font-family: "trebuchet ms";
	text-transform:uppercase;
	font-size:2.2em;
	letter-spacing:-1px;
	line-height:1;
}
h1#home {
	font-size:1.8em;
	margin-top:20px;
	text-transform:none;}

h2 {
	color:#369;
	text-transform:uppercase;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 20px 0;
}
	.form h2, .colContent h2, .boxed2 h2 {
		color:#369;
		text-transform: none;
		font-size:1.7em;
		font-weight:normal;
		letter-spacing: normal;
		margin:0 0 20px 0;
		font-family: "trebuchet ms";
		clear:both;
}
	.colContent h2 {
		margin-top:15px;
	}

	form.search h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		font-size:1.8em;
		letter-spacing:-1px;
	}
	#col1 .form h2 {
		margin-left:0;
		margin-bottom:20px;
	}
	#oneCol #colLeft .form fieldset h2 {
		margin-bottom:10px;
	}
h3 {
	color:#369;
	font-family: "trebuchet ms";
	font-size:1.4em;
	font-weight:normal;
}
h4 {
	font-size:1em;
}
ol {
	padding-left:35px;
	padding-right:15px;
}
ol li {
	padding-bottom:8px;
}

/* standard page architecture styles ----------------------------------------------------- */

#wrapper {
	width:100%;
	margin:0 auto 0 auto;
	padding-top:90px;
	text-align:left;
	font-size:1.2em;
}
.center {
	width:960px;
	margin:0 auto;
}
	#banner {
		position:absolute;
		top:0;
		left:0;
		background:#fff;
		width:100%;
	}	
		#bannerAd {
			width:728px;
			height:90px;
			overflow:hidden;
			float:left;
		}
			#bannerAd a {
				display:block;
			}		
		#advertise {
			width:219px;
			height:90px;
			overflow:hidden; /* for IE6 text increase */
			float:right;
			background:#519a9d;
			text-align:left;
		}
			#advertise h2 {
				margin:16px 18px 4px 18px;
				background:url(../images/arrow1.gif) no-repeat top right;
			}
			#advertise h2 a, #advertise h2 a:hover {
				color:#fff;
				font-size:1.2em;
				line-height:.9;
				padding-right:25px;
				text-decoration:none;
				display:block;
			}
			#advertise h2 a:hover {
				color:#FFBA00;
			}
			#advertise p {
				color:#fff;
				margin:0 18px;
				font-size: 1.2em;
			}		
	#header {
		background:#369;
		width:100%;
		float:left;
	}
	#header .center {
		background: url(../images/logo.gif) no-repeat 0 14px;
		height:93px;
	}
	#logo a {
		width:391px;
		height:79px;
		display:block;
		float:left;
	}
	#logo img{
		float:right;
		width:84px;
		padding-top:7px;
	}
	#logo span img {
		display:none;
		height:0;
	}
	#loggedIn {
		text-align:right;
		zoom: 1;
		width: 820px;
		right: -140px;
		position: relative;		
		margin-right: -140px;
		padding-top:13px;
	}
	
#content {
	float: left;
	width: 820px;
	zoom: 1;}
	
#col1, #col2, #colLeft, #colLeftNarrow, #colCenter, #colCenterNarrow {
	width:386px;
	float:left;
	margin-right:24px;
	display: inline;
}
#col3 {
	width:550px;
	float:right;
	background:#e4e9f0;
}
#colLeft {
	width:256px;
	float:left;	
}
	#colLeftNarrow {
		width:156px;
		float:left;
	}
#colCenter{
	width:504px;
	float:right;
	margin-right:0;
}
	#colCenterNarrow {
		width:604px;
		float:right;
		margin-right:0;	
	}
#oneCol {
	width: 790px;
	float:left;
} /* for static page layout */
#wideCol {
	width:960px;
	float:left;	
} /* for login page layout */
	.colContent {
		padding:0 22px;
	} /* for non-boxed content indents */
	.colContent.clear {
		clear:both;
		padding-top:24px;
	} /* for login page layout */
.threeCol {
	margin:0 22px;
	clear:left;
}


/* Errors ----------------------------------------------------- */

.pageError {
	font-weight:bold;
	color:red;
}
p.confirm {
	font-weight:bold;
}

/* skip ----------------------------------------------------- */

.skipTo {
	position:absolute;
	top:0;
	left:-9000px;
	font-size:1em;
	}
a:focus.skipTo, a:active.skipTo{
	left:0;
	z-index:10;
	border:2px solid #09f;
	color:#09f;
	background:#fff;
	padding:10px;
	}	

/* Navigation ----------------------------------------------------- */

#nav {
	border-top:1px solid #a2b7cc;
	background:#369;
	font-size:1.2em;
	width:100%;
	float:left;
}
	#nav ul {
		width:740px;
		margin:0;
		float:left;
	}
		#nav li {
			float: left;
			list-style:none;
			padding: 15px 18px 15px 0;
			background:url(../images/navArrow.gif) no-repeat center left;
			}
		#nav li.active {
				background:url(../images/navArrowActive.gif) no-repeat center left;
				color:#ffba00;
			}
		#nav li a{
			float: left;
			color: #fff;
			padding-left:15px;
			}
		#nav li.last a{
			border-right: none;
		}
		#nav li.active a{
			color:#ffba00;
		}	
	#nav img {
		float:right;
		padding-top:15px;
	}

/* Sub navigation ----------------------------------------------------- */

#subNav {
	width:140px;
	margin-top: 42px;
	float:right;
	
}
	#subNav h3 {
		background:#224f7b;
		zoom: 1;
		color:#ffba00;
		font-weight:normal;
		font-size:1.5em;
		padding:12px 14px 10px 15px;
	}	
	#subNav ul {
		background:#369;
		zoom: 1;
		list-style:none;
		font-size:1.2em;
		margin:0;
		padding:5px 14px 15px 15px;
	}
		#subNav li {
			background:url(../images/navArrow.gif) no-repeat 0 10px;
			padding:8px 0 8px 13px;
		}
		#subNav li.active {
				background:url(../images/navArrowActive.gif) no-repeat 0 10px;
				color:#ffba00;
		}
		#subNav a {
			color:#edf1f6;
		}
		#subNav li.active a{
			color:#ffba00;
		}

/* Side Col Features ----------------------------------------------------- */

.featureContent {
	background:#fff;
	margin-top: 25px;
	padding-bottom:10px;
}
	.featureContent img, .featureContent h4, .featureContent p {
		margin:10px 0 0 10px;
	}
	.featureContent img {
		width:120px;
		height:60px;
	}
	.featureContent p {
		padding-bottom:0;
		color:#666;
	}
	#subNav .featureContent ul {
		background:none;
		padding-bottom:0;
		font-size:1em;
	}
		#subNav .featureContent li {
			background:none;
			padding-left:0;
		}
			#subNav .featureContent li.all {
				text-align:right;
			}
		#subNav .featureContent li a {
			font-weight:bold;
			color:#09f;
		}
			#subNav .featureContent li.all a {
			font-weight:normal;
			}
#advice {
	margin-top: 25px;
	padding-bottom:10px;
}
	#advice h3 {
		color:#224F7B;
		background:none;
	}
	#advice p {
		background:url(../images/dotsHor.gif) repeat-x top left;
		padding-top:15px;
		color:#224F7B;
	}
	#advice p strong {
		color:#369;
		display:strong;/*new*/
	}

/* Home page (incl. boxes and RZ styles) ----------------------------------------------------- */

#col1 h2 {
	margin:0 22px 5px 22px;
}
.boxed {
	background:#d1d9e3;
	padding:0 22px 10px 22px;
}
	.boxed .featured {
		padding:0 0 12px 0;
	}
	.boxed h3 {
		margin-bottom:7px;
	}

	#col1 .featured h2 {
		margin:0 0 3px 0;
		letter-spacing: 0;
		text-transform: none;
		font-weight: normal;
		font-size: 1.2em;}
	
#cta div {
	width: 125px;
	float: left;}	
#email {
	background:#9e4392 url(../images/email.jpg) no-repeat top left;
	margin-right: 10px;
	display: inline;}
#cv {
	background:#519a9d url(../images/cv.jpg) no-repeat top left;
}
#createAccount, #advertising, #contactInfo {
	background:#9e4392;
	width:100%;
	float:left;
	margin-bottom:25px;
}
#advertising {
	background:#519a9d;
}
#contactInfo {
	background:#369;
}
#email, #cv {
	padding:0 0 3px 62px;
	margin-top:25px;}
	
	#email h2, #cv h2, #createAccount h2, #advertising h2, #contactInfo h2 {
		padding-top:16px;
		font-size: 1.5em;
		margin:0 10px 5px 0;
	}
	#email h2 a, #cv h2 a, #createAccount h2 a, #advertising h2 a, #contactInfo h2 a, #email h2 a:hover, #cv h2 a:hover, #createAccount h2 a:hover, #advertising h2 a:hover, #contactInfo h2 a:hover {
		color:#fff;
		display:block;
		background:url(../images/buttonArrowGreen.gif) no-repeat right 1px;
		padding-right:25px;
		line-height:1.1em;
	}
	#createAccount h2 a, #advertising h2 a, #contactInfo h2 a, #createAccount h2 a:hover, #advertising h2 a:hover, #contactInfo h2 a:hover {
		margin:0 0 0 22px;
	}
	#email h2 a, #email h2 a:hover, #createAccount h2 a, #createAccount h2 a:hover {
		background:url(../images/buttonArrowPurp.gif) no-repeat right 1px;
	}
	#contactInfo h2 a, #contactInfo h2 a:hover{
		background:url(../images/buttonArrowBlue2.gif) no-repeat right 1px;
	}
	#email h2 a:hover, #cv h2 a:hover, #createAccount h2 a:hover, #advertising h2 a:hover, #contactInfo h2 a:hover {
		color:#ffba00;
		text-decoration:none;
	}
	#email p, #cv p, #createAccount p, #advertising p, #contactInfo p {
		color:#fff;
		margin-right:38px;
		line-height:1.3;
	}
	#createAccount p, #advertising p, #contactInfo p {
		margin-left:22px;}

	#campaigns {
		padding: 0 22px;}	
		
	#campaigns h2 {
		margin: 0 0 10px 0;}	
		
	#campaigns ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 10px 0;}
			
			
	#campaigns li {
		background:transparent url(../images/subArrow.gif) no-repeat scroll left center;
		padding-left: 15px;}		
	
/* additional RZ styles ------------------------------------------------*/

	.boxedRz {
		background:#369;
		color:#edf1f6;
		padding:24px 0 12px 0;
		margin-bottom:25px;
	}
		.boxedRz h3 {
			color: #edf1f6;
			font-size:1.3em;
			margin-bottom:22px;
		}
		.boxedRz img {
			float:right;
			margin-left:55px;
		}
		ul.styled {
			margin-left:0;
		}
			ul.styled li {
				font-weight:bold;
				margin-bottom:.7em;
				font-size:1.1em;
				list-style:none;
				background:url(../images/listBullet.gif) no-repeat 0 6px;
				text-indent:10px;
			}
			.boxedRz ul.styled li {
				background:url(../images/listBullet2.gif) no-repeat 0 6px;
			}
	h2.promoLink a, h2.promoLink a:hover{
		color:#369;
		text-transform:uppercase;
		font-size:1.2em;
		font-weight:bold;
		letter-spacing:-1px;
		width:auto;
		float:right;
		padding-right:35px;
		background:url(../images/buttonArrowBlue.gif) no-repeat right 4px;
	}
		.boxedRz h2.promoLink a, .boxedRz h2.promoLink a:hover{
			color:#fff;
			background:url(../images/buttonArrowWhite.gif) no-repeat right 4px;
			display:block;
			float:none;
			text-align:right;
	}		
	.form h2.recruiter {
		font:"Trebuchet Ms";
		font-size:1.6em;
	}
	
	.adArticles {
		width:222px;
		float:left;
		color:#2c5d8e;
		margin-bottom:10px;
	}
		.adArticles.right {
			float:right;
		}

	.adArticles h4 {
		margin-top:1.5em;
		}

/* Forms ----------------------------------------------------- */

input {
	vertical-align: middle
}
form fieldset {
	border:0px solid #fff;
}
form input.text, form select, form textarea {
	border:1px solid #7f9db9;
	background:#fff;
	width:207px;
	padding-left:3px;
	float:left;
}
form select {
	width:211px;
}
form textarea {
	height:6em;
}
	.mandatory {
			background:url(../images/mandatory.gif) no-repeat right 5px;
		}
		img.mandatory {
			margin-left:4px;
		}
		em.mandatory {
			background:none;
			text-indent:-9000px;
			position:absolute;	
			overflow:auto; /* italics bug in IE7 */
		}
.form {
	width:100%;
	background:#d1d9e3;
	float:left;
}
	#colLeft .form {
		margin-bottom:25px;
	}
	#col3 .form {
		background:#e4e9f0;
		width:386px;
	}
.form fieldset {
	padding:22px 22px 12px 22px;
}
	#colLeft .form fieldset {
		float:left;
		width:212px;
	}
.form fieldset p {
	margin-bottom:12px;
	padding-bottom:3px;
	float:left;
}
#oneCol .form fieldset p {
	width:393px;
}
	#oneCol #colLeft .form fieldset p {
		width: 212px;
		margin-bottom:5px;
	}
	#oneCol .form fieldset p.noshow {
		margin-top:-10px;
	}
.form p span.info{
	font-size:.9em;
}
#oneCol .form p.narrow {
	width:68%;
	float:right;
}
.form p label, #oneCol .form p span.label {
	display:block;
	width:125px;
	float:left;
}
	.form p label.mandatory, #oneCol .form p span.label.mandatory {
		width:110px;
		padding-right:15px;
	}
	.form p.noshow label {
		color:#D1D9E3;
	}
#oneCol .form p label, #oneCol .form p span.label {
	width:180px;
}
	#oneCol .form p label.mandatory, #oneCol .form p span.label.mandatory {
		width:165px;
		padding-right:15px;
	}
	#oneCol #colLeft .form fieldset p label {
		padding-bottom:2px;
	}
.form p label span {
	display:block;
	font-size:.9em;
}
.form p label.checkbox, #oneCol .form p label.checkbox {
	width:326px;
	font-weight: normal;
	line-height:1.4;
}
#oneCol .form p label.radio {
	width:80px;
}
.form input.checkbox, .form input.radio{
	width:15px;
	margin:0 4px 0 0;
	border:none;
	/*line-height:1.4;
	float:left;
	clear:left;*/
}
.form input.radio {
	clear:none;
	margin-left:5px;
}
.form p.button {
	width:336px;
	padding-top:15px;
}
	#colLeft p.button {
		width:auto;
	}
	#col1 p.button {
		margin-top:4.2em;
	}
.form p.button a {
	line-height:2;
}
.form p.button input {
	background: url(../images/buttonbg.gif) no-repeat top left;
	border:none;
	min-width:91px;
	width:91px;
	padding:4px 1px;
	color:#fff;
	float:right;
	overflow:visible;
}
	.form p.button input.buttonlist {
		margin-right:15px;
}


/* Login --------------------------------------*/

#col3 .featureContent {
	background:none;
	margin:64px 24px 24px 24px;
}
	#col3 .featureContent p{
		color:#000;
	}
	#col3 .featureContent ul{
		margin:0;
		padding:0;
	}
	#col3 .featureContent ul li{
		margin-top:10px;
		list-style:none;
		text-indent:10px;
		background:url(../images/listBullet.gif) no-repeat 0 5px;
		float:left;
		width:125px;
	}

/* Tables ----------------------------------------------------- */

.table {
	width:auto;
	font-size:1em;
	margin:0 24px;
}
.table td {
	border-top:1px solid #edf1f6;
	padding:8px 50px 8px 0;
	vertical-align:top;
}
.table td.nowrap {
	white-space:nowrap;
}
.table td.last {
	padding-right:0;
	/*padding-left:90px;*/
	white-space:nowrap;
}
.table th {
	color:#369;
	text-transform: none;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing: normal;
	margin:0 0 20px 0;
	font-family: "trebuchet ms";
	padding:0 20px 10px 0;
	text-align:left;
	vertical-align:top;
}
.table tr.last td{
	padding-bottom:20px;
}

/* Jobdetail page -------------------------------- */

.boxed2 {
	background:#fff;
	float:left;
	/*width:790px;*/
	width:100%;
	padding: 20px 0;
	margin-bottom:20px;
}
	.boxed2 h2 {
		margin:0 22px 20px 22px;
	}
		.boxed2 .threeCol h2 {
		margin:0 0 20px 0;
	}
	.boxed2 img {
		float:right;
		margin-right:22px;
		width:120px;
		height:60px;
	}
dl {
	width:560px;
	margin-left:22px;
	line-height:1.5;
}
 .colContent dl {
	 margin-left:0;
	 padding-bottom:12px;
	 overflow:hidden;
	 zoom:1;
 }
dt {
	width:110px;
	float:left;
	display:block;
	font-weight:bold;
}
dd {
	width:450px;
	float:left;
	display:block;
}

ul.actions {
	clear:both;
	list-style:none;
	margin:0;
	padding:20px 0;	
}
.boxed2 ul.actions {
	margin-left:22px;
	padding-bottom:0;
}
	ul.actions li {
		display:inline;
		padding-right:11px;
		margin-left:9px;
		border-right:1px solid #000;
		line-height:2;
	}
	ul.actions li.button {
		border-right:none;
		margin-left:0;
		padding-right:0;
		margin-right:9px;
		float:left;
		line-height:1;
	}
	ul.actions li.button span {
		background:url(../images/buttonBgLeft.gif) no-repeat top left;
		color:#fff;
		line-height:1;
		float:left;
		width:auto;
		display:block;
	}
	ul.actions li.button a, ul.actions li.button a:hover{
		background:url(../images/buttonBgRight.gif) no-repeat top right;
		color:#fff;
		line-height:1;
		display:block;
		float:left;
		width:auto;
		padding:7px 8px;
		text-align:center;
		text-decoration:none;	
	}
		ul.actions li.last {
			border: none;
		}

/* Job listings (home and search results) -------------------------------- */

.boxed.otherJobs {
	background:none;
	}
.featured {
	padding:0 22px 10px;
}
	#colCenter .featured, .otherJobs .featured {
		background:#e4e9f0;
		color:#666;
		float:left;
		padding:10px 22px 0 22px;
		margin-bottom:22px;
		padding:10px 0 0 0;
		width:504px;
	}
	.otherJobs .featured {
			width:100%;
		}
	#colCenter .premium {
		background:#fff;
	}
		#colCenter .featured h3, .otherJobs .featured h3 {
			font-weight:bold;
			margin:0 22px 4px 22px;
		}
		#colCenter .featured p, .otherJobs .featured p {
			margin:0 22px;
		}
		#colCenter .featured img, .otherJobs .featured img, #col1 .featured img {
			float:right;
			margin:0 22px 0 15px;
			width:120px;
			height:60px;
		}
		
		#col1 .featured img {
			margin-right: 0px;}
		
		#colCenter .summary, .otherJobs .featured .summary {
			width:480px;
			margin-top:3px;
			padding:4px 0 10px 0;
		}
		#colCenter .featured p.apply {
			float:right;
			width:100px;
			text-align:right;
			margin:0;
		}
		#colCenter .featured .summary ul, .otherJobs .featured .summary ul {
			float:left;
			width:325px;
			padding:0 0 0 22px;
			margin-left:0;
		}
			#colCenter .featured .summary ul li, .otherJobs .featured .summary ul li {
				display:inline;
				color:#999;
				border-left:1px solid #999;
				padding-left:6px;
				margin-right:3px;
			}
			#colCenter .featured .summary ul li.first, .otherJobs .featured .summary ul li.first{
				border:none;
				padding-left:0;
			}
		ul.actions.icons {
			padding:0 0 10px 0;
			margin:0;
		}
			ul.actions.icons li {
				border-right:none;
				margin-left:0;
			}
			li.icoEmail {
				background:url(../images/icoEmail.gif) no-repeat 0 center;
				padding:2px 0 2px 24px;
			}	
			li.icoRss {
				background:url(../images/icoRss.gif) no-repeat 0 center;
				padding:2px 0 2px 22px;
			}
		ul.actions.next {
			padding-top:0;
			text-align:right;
		}
		ul.actions.next li.last.noMargin {
			padding-right:0;
		}
		p.filter {
			padding-bottom:3px;
		}
			p.filter a, p.filter span{
				padding:0 5px;
			}			
.jobOfWeek {
	background:#fff url(../images/jobOfWeek.gif) no-repeat top right;
	padding-top:53px;
	margin-bottom:20px;
}
.featured h3 {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
.featured h4 {
	padding:5px 0 12px 0;
}
.featured h4 span{
	display: block;}

.featured p {
	padding-bottom: 15px;
	background: transparent url(../images/dotsHor2.gif) repeat-x scroll left bottom}

.jobOfWeek p {
	padding-bottom: 15px;
	background: none;}
	
.featured p.date {
	font-size:.9em;
	background:url(../images/dotsHor.gif) repeat-x bottom left;
	padding-bottom:13px;
	margin-left:1px;
	margin-bottom:12px;
}
.jobOfWeek p.date {
	background:none;
	padding-bottom:20px;
}

.jobOfWeek h3 {
	width: 20em;
}

.boxed .featured p.date {
	background:url(../images/dotsHor2.gif) repeat-x bottom left;
	margin-bottom:0;
}
#subNav .featureContent h4 {
	font-weight:normal;
}
	#subNav .featureContent h4 a{
		color:#09f;
	}

.seoImg {
	background:url(../images/dotsHor.gif) repeat-x bottom left;
	padding-bottom:15px;
	margin-bottom:15px;
}
	.seoImg img {
		margin:0 auto;
	}

/* Employer az ---------------------------------------------- */

ul.az {
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	overflow:hidden;
	zoom:1;
}
ul.az li {
	float:left;
	list-style:none;
}
	ul.az li a{
		display:block;
		text-align:center;
		width:1.5em;
		font-weight:bold;
	}
	ul.az li a:hover, ul.az li a.active {
		background:#f3f5f8;
		text-decoration:none;
		color:#369;
	}
#colCenter .featured.employ {
	background:#fff;
}
	#colCenter .employ img {
		margin-bottom:10px;
	}
ul.empList {
	width:240px;
	float:left;
	margin:0;
	padding:4px 0 25px 0;
}
	ul.empList li {
		list-style:none;
		padding:15px 0;
		font-weight:bold;
		background:url(../images/dotsHor.gif) repeat-x bottom left;
		margin-left:22px;
	}
	
/* Static ---------------------------------------------- */

ul.actions.subsub {
	margin:0;
	padding:0 0 15px 0;
}
ul.actions.subsub li{
	font-weight:bold;
	background: url(../images/subArrow.gif) no-repeat center left;
	padding-left:15px;
	border-right:none;
	margin-left:0;
	margin-right:9px;
	color:#369;
}
ul.actions.subsub li a {
	color:#369;
}
/* Confirmations -----------------------------------*/

.confirm .boxed2 h2.promoLink {
	background:url(../images/buttonArrowBlue3.gif) no-repeat right 4px;
	margin-bottom:0;
}

.confirm .boxed2 h2.promoLink a, .confirm .boxed2 h2.promoLink a:hover{		
		background:none;
		color:#369;
		font-size:1.15em;
		margin-bottom:30px;
		float:none;
		padding-right:20px;
	}	
.confirm .boxed2 {
	margin-bottom:50px;
	padding:30px 0 0 0;
}
.confirm .boxed2 p {
	margin:0 65px 15px 22px;
	padding:0 0 18px 0;
	color:#224F7B;
	background:url(../images/dotsHor.gif) repeat-x bottom center;
}
.confirm .boxed2 p.last{
	background:none;
}
.confirm h3 {
	margin-top:15px;
}
	
/* RSS ---------------------------------------------- */

.threeCol ul {
	margin:0 0 15px 0;
	padding:0;
	float:left;
	width:49%;
	line-height:1.2;
}	
	.threeCol ul li{
	list-style:none;
	padding-bottom:.7em;
	padding-right:25px;
}

/* Footer ---------------------------------------------- */	
	
#footer {
	float:left;
	width:100%;
	background:#369;
	margin-top:50px;
	color:#80acca;
	font-size:1.1em;
}
#footer .center {
	padding-top:16px;
}
	#footer p {
		font-size:.8em;	
	}
	#footer ul {
		list-style:none;
		float:right;
	}
	#footer li {
		display:inline;
		margin-left:12px;
	}
	#footer a {
		color:#d5e8f5;
	}
	
div.sideLogo {
	width: 100%;
	text-align: center;
	margin: 10px 0;}