* { margin:0; padding:0; }
a { outline: none; }
a img { border: 0; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	font-size:62.5%;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}
#container {
	margin:0 auto;
	text-align:left;
	width:890px;
	font-size:1.2em;
}
#header {
	margin:20px 0;
}
#leftCol {
	width:650px;
}
#footer {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #000;
}
#footer ul {
	list-style-type:none;
}
#footer ul li {
	display:inline;
	margin-right:10px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}

#topImage {
	margin-bottom:30px;
}
#pageNav {
	margin-top:55px;
	border-top:1px dotted #000000;
	width:220px;
	list-style-type:none;
}
#pageNav li {
	border-bottom:1px dotted #000000;
}
#pageNav li a {
	display:block;
	padding:10px 20px;
	color:#000;
	text-decoration:none;
}
#pageNav li.selected a,
#pageNav li a:hover {
	background: url('../img/arw-blue.gif') 0 50% no-repeat;
}

#leftCol div.right {
	width:375px;
	margin-right:25px;
}
#leftCol div.right h1 {
	margin-bottom:10px;
	color:#00adef;
	font-weight:normal;
}
#leftCol div.right p {
	font-size:1.1em;
	line-height:130%;
	margin-bottom:10px;
}

#roles {
	margin-top:10px;
	border-top:1px dotted #000000;
	list-style-type:none;
}
#roles li {
	border-bottom:1px dotted #000000;
	padding:10px 0;
}
#roles .heading {
	display:block;
	color:#00ADEF;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
}
#roles .intro {
	display:block;
	margin-bottom:10px;
}
#roles a {
	display:block;
	overflow:hidden;
	text-indent: -9999px;
}
#roles a.more {
	background: url('../img/find_out_more.gif') 0 -40px no-repeat;
	width:127px;
	height:24px;
}
#roles a.more:hover {
	background-position: 0 0;
}
#roles a.apply {
	background: url('../img/apply_now.gif') 0 0 no-repeat;
	width:101px;
	height:23px;
}
