/* CORE ELEMENT STYLING */

* {
	font-family: Verdana, Helvetica, Arial, Georgia, Times, serif;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EFF1F2;
	background-image: url("/images/bg/v.jpg"); 
	background-repeat: repeat-x;
}

div, 
input, 
textarea {
	font-weight: normal;
	line-height: 138%;
	font-size: 0.9em;
}

h1,
h2,
h3,
h4,
h5,
h6,
li, 
div {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333;
}

form {
	margin: 0;
	padding: 0;
}

bold,
strong,
#b h4 {
	font-weight: normal;
	background-color: #5980A2;
	padding: 2px 4px;
	margin: 0 -2px;
	line-height: 180%;
}

#b h4 {
	display: block;
	padding: 2px 4px;
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #fff;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #5980A2;
	border-bottom: 1px dotted #95988E;
	_border-bottom: 1px solid #95988E;
	padding: 1px 0 0 0;
}

a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #000;
	_border-bottom: 1px solid #000;
	padding: 1px 0 0 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

img { 
	border: 0;
}







/* FLOATS */
.cL {
	float: left; 
}

.cR {
	float: right; 
}

.cB {
	clear: both;
	height: 1px;
}








/* SHARED PAGE STYLES */
#page {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	_width: 860px;
}

#page.home {
	background-image: url("/images/bg/home.jpg");
	background-repeat: no-repeat;
}

#top {
	margin-top: 30px;
}

#logo {
	width: 27px;
	padding: 0 30px 0 12px;
	_padding: 0 30px 0 12px;
	float: left;
}

#logo img {
	width: 142px;
	height: 62px;
	padding: 0;
}







/* MAIN CONTENT BOX */
#main {
	background-color: #DBDCDE;
	background-image: url("/images/bg/mr.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	text-align: left;
	margin: 18px 0 0 0;
}

#mainST {
	background-image: url("/images/bg/tr.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 12px 0 0 0;
}

#mainSM {
	background-image: url("/images/bg/bm.jpg");
	background-repeat: repeat-x;
	height: 7px;
	position: relative;
}

#mainSBR {
	background-image: url("/images/bg/br.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 7px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 880px;
}

#mainSBL {
	background-image: url("/images/bg/bl.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 7px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#main,
#mainST,
#mainSM, 
#mainSBR, 
#mainSBL {
	_background-image: none;
}







/* TOP SEARCH BAR */
#top #search {
	text-align: left;
	margin: 13px 13px 0 10px;
	_margin: 13px 4px 0 10px; 
	width: 240px;
	position: relative;
}

#top #search form {
	width: 240px;
	color: #333;
}

#top #search .cL,
#top #search .cR {
	font-size: 9.5px;
	margin: 0 0 6px 0;
}

#top #search .cB {
	height: 1px;
	overflow: hidden;
}

#top #search .cL {
	width: 160px;
	_width: 155px;
}

#top #search .cL input {
	margin: -2px 0 0 0;
	padding: 0;
	height: 12px;
	vertical-align: middle;
}

#top #search form label {
	padding: 0 3px;
}

#top #search .cR {
	width: 70px;
	padding: 0 9px 0 0;
	text-align: right;
}

#top #search #sB {
	background: url("/images/icons/search_box.gif") no-repeat;
	height: 25px;
}

#top #search #sB input#sI {
	border: 0;
	width: 230px;
	height: 23px;
	background: transparent;
	vertical-align: top;
	margin: 0;
	padding: 4px 0 0 4px;
	font-size: 10px;
	color: #333;
}

#top #search #sB input {
	width: 40px;
	height: 25px;
	border: 0;
	padding: 0;
}










/* MAIN MENU */
#menus {
	margin: 0;
	padding: 0 10px 12px 12px;
	width: 144px;
	_padding: 0 10px 10px 9px;
}

#menus ul {
	margin: 0 0 12px 0;
}

#menus ul li {
	font-size: 1em;
	_font-size: 0.9em;
	height: 1.65em;
	_height: 10px;
	_line-height: 0.8em;
}

html>body #menus ul li {
	*font-size: 9.5px;
}

#menus ul li.area {
	color: #959596; 
	_height: 1.2em;
}

#menus ul li a {
	display: block;
	color: #333;
	border-bottom: 0;
	padding: 3px 4px;
	_padding: 3px 0 3px 4px;
	margin: 0 0 0 -4px;
	_line-height: 1.2em;
}

#menus ul li.selected {
	padding: 0;
}

#menus ul li.selected a:link,
#menus ul li.selected a:visited {
	color: #5980A2;
}

#menus ul li a:hover,
#menus ul li.selected a:hover {
	color: #fff;
	background: #5980A2;
}

#logo a, 
#logo a:hover {
	border-bottom: 0;
	padding: 0;
}











/* BOTTOM */
#bottom .cL {
	width: 120px;
	height: 50px;
	height: _20px;
	margin: 0 0 0 12px;
	_margin: 0;
	_padding-left: 8px;
}

#bottom .cR {
	width: 724px;
	_width: 716px;
	height: 50px;
	height: _20px;
	color: #666;
	line-height: 130%;
}

#bottom .cL img {
	margin: 4px 0 0 0;
	width: 109px;
	height: 31px;	
}

#bottom .cR span {
	display: block;
	padding: 2px 0 0 0;
	color: #999;
}

#bottom a:link,
#bottom a:visited,
#bottom a:hover {
	border: none;
}

#bottom a:link, 
#bottom a:visited {
	color: #999;
}

#bottom a:hover  {
	color: #333;
}














/* SHARED STYLES */

#content {
	width: 702px;
	font-size: 0.9em;
}

#content blockquote {
	width: 230px;
	height: 220px !important;
	margin: 0 0 0 190px;
	color: #ccc;
	font-size: 14px;
	line-height: 150%;
}

#content blockquote em {
	font-style: normal;
	color: #999;
	display: block;
	margin: 2px 0 0 0;
}

#content h1 {
	font-size: 1.6em;
	color: #5980A2;
}

#content dfn {
	color: #666;
	display: block;
	font-style: normal;
	font-size: 10px;
	line-height: 1.38em;
	padding: 8px 0;
	border-bottom: 1px solid #cfcfcf;
}

#article,
#directory,
.aH {
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height: 500px;
}

/* Borders for images with white backgrounds - various places 
	- home featured panel
	- article page main pics
	- groups area home pages

	Below is generic - in situ above for specific overrides (eg image size tweaks)

*/

img.bdr {
	border: 1px solid #DBDCDE;
}






/* ARTICLE LIST WITH DATES (home, news, others) */
.aL a {
	display: block;
}

.aL a:link {
	color: #333;
	border: 0;
	padding: 0 0 3px 0;
}

.aL a:visited {
	color: #555;
	border: 0;
	padding: 0 0 3px 0;
}

.aL a:hover {
	color: #336699;
	padding: 0 0 3px 0;
}

.aL h1 {
	font-size: 1.6em;
	height: 30px;
}

.aL h1, 
.aL h1 a:link, 
.aL h1 a:visited {
	color: #5980A2;
	border: 0;
}

.aL h1 a:hover {
	color: #003366;
}

.aL .d {
	width: 70px;
	font-size: 1.4em;
	color: #858585;
}

.aL h2 {
	width: 145px;
	border-bottom: 1px solid #D1D1D1;
	margin: 0;
	_font-size: 9px;
}

html>body .aL h2 {
	*font-size: 1.4em;
}





/* ARTICLE TEMPLATE */
#article.wide .cL {
	width: 211px;
}

#article.wide img.wide {
	width: 451px;
	height: 263px;
}

#article.square .cL {
	width: 385px;
}

#article .cR {
	width: 263px;
}

#article.square img.square {
	width: 263px;
	height: 263px;
}

#article h1 {
	font-size: 1.7em;
	padding: 0 0 20px 0;
}

#article h2 {
	font-size: 1.5em;
	color: #666;
	padding: 0 !important;
}

#article h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #666;
	margin: 0 0 20px 0;
}

#article.wide h1,
#article.wide h2 {
	width: 200px;
	padding-right: 5px;
}

#article.wide h3 {
	width: 185px;
}

#article h3 a:link,
#article h3 a:visited {
}

#article.wide .cB.wB {
	padding-bottom: 10px;
}

#article div {
	font-size: 0.92em;
}

#article #b {
	padding: 18px 0 0 0;
	width: 385px;
	font-size: 1.34em;
	line-height: 1.55em;
}


#article ul,
#group ul {
	margin: 16px 0;
}

#article li,
#group li {
	background-image: url("/images/icons/bullet_50tint.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 20px 0 18px;
	margin: 8px 0 0 0px;
	font-size: 1em;
	width: auto;
	color: #222;
}

#article ol {
	padding: 0 0 10px 24px;
	margin: 0;
}

#article ol li {
	background: none;
	padding: 0 20px 0 8px;
	margin: 8px 0 0 0px;
	font-size: 1em;
	width: auto;
	color: #222;
}

#article h2 ol li {
	color: #888;
}	



/* SHARED - AREA HOME PAGES - LISTS OF GROUPS, PUBS, NEWS etc */
.aH {
	min-height: 560px;
}

.aH h1 {
	padding: 0 0 20px 0;
}

#article h1 span,
.aH h1 span {
	display: block;
	padding: 0 0 6px 0;
	color: #999;
	font-size: 13px;
}

/*aH intro text if short  */
#article h2,
.aH h2,
.aH h3 {
	font-size: 1.5em;
	padding: 0 0 20px 0;
	color: #888;
}

/*aH intro text if long */
.aH h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}

.aH li {
	width: 216px;
	margin: 20px 10px 0 0;
}

.aH li h3 {
	border-top: 1px solid #CDD9E3;
	padding: 4px 0;
	font-size: 1.4em;
}

.aH li h4 {
	padding: 4px 0;
	font-size: 1.2em;
	color: #466581;
	opacity: 0.7;
}

.aH li h5 {
	padding: 4px 16px 4px 0;
	font-size: 1.2em;
}

.aH li a:link,
.aH li a:visited {
	_border-bottom: 0;	
}

.aH li a:link h3,
.aH li a:visited h3 {
	color: #466581;
}

.aH li a:hover h3 {
	border-top: 1px solid #999;
	color: #000;
}

.aH a:hover h4,
.aH a:hover h4 div {
	color: #000 !important;
}



/* SEMINARS AREA HOME PAGE */
.aH.seminars #aS li {
	width: auto;
}

.aH.seminars .aL h2,
#home .aL.seminars h2 {
	color: #333;
}

.aH.seminars .aL h2 span,
#home .aL.seminars h2 span {
	padding: 4px 0 0 0;
	line-height: 135%;
	color: #666;
	display: block;
}

#home .aL.seminars h2 span {
	font-size: 1em;
}

#home .aL.seminars h2 span.sT {
}

.aH.seminars .aL h2 span.sT,
#home .aL.seminars h2 span.sT {
	padding: 0 0 4px 0;
	_padding: 1px 0 4px 0;
}

.aH.seminars .aL h2 span.sP,
#home .aL.seminars h2 span.sP {
	color: #555;
}

#home .aL.seminars h2 span {
	padding: 4px 0;
}

.aH.seminars .aL h2 .time,
.aH.seminars .aL h2 .sP {
	font-size: 0.9em;
}

.aH.seminars .aL h2 .time {
	display: inline;
	text-transform: lowercase;
}

.aH.seminars #aS li span span,
#home .aL.seminars h2 span span {
	font-size: 1em;
	display: inline;
	text-transform: lowercase;
}

.aH.seminars .aL h2 span span {
	padding: 0;
}
	
.aH.seminars #aS div {
	font-size: 1.1em;
	color: #5980A2;
	padding: 0 0 10px 0;
}

.aH.seminars #aS ul {
	margin: 0;
	padding: 0 0 12px 0;
}

.aH.seminars #aS li {
	background-image: url("/images/icons/bullet_white.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 2px 18px;
	margin: 0 0 6px 0; 
	font-size: 1.05em;
}

.aH.seminars #aS li span {
	display: block;
	font-size: 0.9em;
	padding: 2px 0 0 0;
	color: #666;
}

.aH.seminars #aS.b2 {
	margin: 12px 0 0 0;
}

.aH.seminars #aS.cR {
	_width: 300px;
}

.aH.seminars #aS.cR .cL {
	_width: 220px;
}

.aH.seminars #aS .cR {
	font-size: 0.95em;
	_width: 50px;
}

.aH.seminars #aS .cB {
	padding: 0;
}

.aH.seminars .b {
	width: 350px;
	font-size: 1.4em;
	padding: 24px 0 0 0;
	color: #666;
}



/* TEMPLATE SPECIFIC AREA HOMEPAGE STUFF */
.aH.square li h3 {
	min-height: 68px;
	_height: 72px;
}

.aH.square li h3 span {
	display: block;
	font-size: 0.85em;
	line-height: 1.3em;
	opacity: 0.7;
	padding: 8px 20px 0 0;
}

.aH.square li img {
	width: 216px;
	height: 216px;
}

.aH.square li img.bdr {
	width: 214px;
	height: 214px;
}

.aH.square div.t {
	padding: 15px 0 6px 0;
	font-size: 1.4em;
}

.aH.portrait li img {
	width: 101px;
	height: 130px;
}

.aH.portrait li h3 {
	margin: 0 0 0 6px;
	_margin: 0 0 0 2px;
	padding: 2px 0 4px 0;
	height: auto;
	_font-size: 1.3em;
}

.aH.portrait li h4 {
	font-size: 1.4em;
	opacity: 0.7;
}

.aH.portrait li h4 div {
	padding: 0 0 1px 0;
	font-size: 1em;
	color: #5980A2;
	opacity: 0.7;
}

.aH.portrait li h4,
.aH.portrait li h5 {
	padding: 0 0 0 6px;
	_padding: 0 0 0 2px;
}

.aH.portrait h6 {
	font-size: 1.3em;
	padding: 18px 0 0 0;
}

.aH li a div.cL {
	padding: 0 0 0 2px;
	width: 107px;
}

.aH.portrait li a .cL h3,
.aH.portrait li a .cL h4 {
	width: 100px;
}



/* OVERRIDE FOR ADMINISTRATION */
.aH.portrait .cR.head li {
	margin: 0 20px 0 30px;
	padding: 0 0 60px 0;
	width: auto;
	font-size: 0.7em;
}

.aH.portrait .cR.head li h3,
.aH.portrait .cR.head li h4,
.aH.portrait .cR.head li h4 span {
	margin: 0;
	padding: 0;
}

.aH.portrait .cR.head li h3 {
	padding: 6px 0 0 0;
	border: 0;
}

.aH.portrait .cR.head li a {
	border: 0;
}

.aH.portrait .cR.head li img {
	width: 213px;
	height: 140px;
}

.aH.portrait .cR.head li a:hover img {
	border: 0 !important;
}

.aH.portrait .cR.head .cB {
	height: 1px;
	overflow: hidden;
	display: none;
}







/* HOME SPECIFIC STYLES */
#home #ft {
	background: #fff;
	height: 286px;
	_overflow: hidden;
}

#home #tL a,
#home #tR a {
	padding: 0;
	border: 0;
}










/* FEATURED TOP LEFT AREA */
#home #tL {
	margin: 10px 0 10px 10px;
	_margin: 10px 10px 10px 0;
	_left: 10px;
	height: 263px;
	position: relative;
}

#home #tL img {
	width: 451px;
	height: 266px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#home #tL img.bdr {
	width: 450px;
	height: 265px;
}

#home #tL span {
	/* shared */
	width: 431px;
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 130%;
}

#home #tL.blk span {
	color: #000;
}

#home #tL span {
	/* bottom left + default */
	top: 220px;
	left: 10px;
}

#home #tL span.nS {
	/* bottom left + default - no Sub */
	top: 237px;
	left: 10px;
}

#home #tL.pTL span {
	/* top left */
	top: 5px;
	left: 10px;
}

#home #tL.pTR span {
	/* top right */
	top: 220px;
	left: 10px;
}

#home #tL.pBR span {
	/* bottom right */
	top: 220px;
	left: 10px;
	text-align: right;
}

#home #tL.tL span {
	top: 10px;
}

#home #tL.tR span {
	top: 10px;
	text-align: right;
}

#home #tL span span {
	display: block;
	top: auto;
	left: auto;
	color: #fff;
	font-size: 12px;
}

#home #tL.tL {
	top: 210px;
	left: 10px;
}




/* 
HOME FEATURED TOP RIGHT SHARED WITH ARTICLE TEMPLATE (RELATED LINKS WITH PICS)
*/
#home #tR {
	margin: 10px 0 0 0;
	padding: 0;
	height: 263px;
	width: 232px;
}

#home #tR a, 
#article .aR a {
	display: block;
	padding: 0;
	margin: 0 10px 9px 0;
	border: 0;
	position: relative;
}

html>body #home #tR a {
	*margin: 0 10px 7px 0;
}

#home #tR a {
	_margin: 0 10px 7px 0;
}

#home #tR img,
#article .aR img {
	width: 82px;
	height: 82px;
}

#home #tR img.bdr,
#article .aR img.brd {
	width: 81px;
	height: 81px;
}

#home #tR span, 
#article .aR span {
	width: 125px;
	position: absolute;
	top: 0;
	left: 90px;
	color: #3C2A3C;
	font-size: 1.4em;
	padding: 0 18px 0 0;
	line-height: 130%;
}

#home #tR span span, 
#article .aR span span {
	display: block;
	left: auto;
	top: auto;
	font-size: 1em;
	padding: 2px 0 0 0;
	color: #9CA2AA;
}

#home #tR a:hover span,
#article .aR a:hover span {
	color: #003366;
}

#home #tR a:hover span span,
#article .aR a:hover span span {
	color: #5980A2;
}


#article table,
#article td {
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	padding: 0;
}

#article th,
#article td {
	padding: 1px 3px;
}

#article th {
	border: 1px solid #5980A2;
	background: #5980A2;
	color: #fff;
	font-weight: normal;
}

#article td {
	border: 1px solid #e1e1e1;
}




/* ARTICLES RELATED LINKS WITH PICS - OVERRIDES FROM SHARED HOME STYLES 
#article #aS {
	margin: 68px 0 0 0;
	padding: 12px 18px 8px 8px;
	width: 210px;
}

#article .aR {
	margin: 10px 0 0 0;
	padding: 8px;
	height: 263px;
	width: 210px;
	height: 90px;
	font-size: 0.98em;
	background: #f0f0f0;
}

#article #aS span.t {
	display: block;
	padding: 6px 0 6px 0;
	color: #5980A2;
	font-size: 1.45em;
}

#article #aS .aR span {
	font-size: 1.4em;
	width: 103px;
}

#article #aS .aR span span {
	font-size: 0.95em;
	width: auto;
}
*/



/* Article right column (jobs and articles submenu and related content) */
#article .aRT {
	border-left: 1px solid #e5e5e5;
	margin: 18px 0 0 0;
	padding: 0 0 0 12px;
	font-size: 1.3em;
	line-height: 1.34em;
	font-style: normal;
}

#article .aRT em {
	font-style: normal;
	color: #5980A2;
}

#article .aRT ul li {
	background-position: 0 4px;
	padding: 0 20px 0 18px;
	margin: 3px 0 0 0px;
}

#article .aRT ul li a:link,
#article .aRT ul li a:visited {
	display: block;
	border: 0;
}

#article .aRT .sT {
	font-size: 1.1em;
}

#article .aRT .sT a:link,
#article .aRT .sT a:visited {
	color: #000;
	border: 0;
}

#article .aRT .sT a:hover {
	color: #5980A2;
}

/* Jobs related links */
#article.jobs #aS .aR2 {
	width: auto;
	font-size: 1.4em;
	line-height: 1.8em;
	padding: 12px 0 0 0;
}

#article.jobs #aS ul {
	margin: 0;
}

#article.jobs #aS ul li {
	margin: 6px 0;
	font-size: 1.3em;
	line-height: 1.5em;
}




/* HOME FEATURED BOTTOM */
#home #fB {
	background: #fff;
	margin: 10px 0;
	padding: 10px;
}

#home #fB #b1 {
	width: 232px;
}

#home #fB #b2 {
	width: 222px;
}

#home #fB #b3 {
	width: 222px;
}

#home #fB .cB {
	height: 10px;
}

#home #fB .fV {
	margin: 12px 0 0 0;
}

#home #fB #fL,
#home #fB #fP {
	width: 182px;
	_width: 190px;
	padding: 8px 8px 0 8px;
	_overflow: hidden;
}

#home #fB #fP {
	background: url("/images/bg/fB.jpg");
	margin: 10px 16px 10px 20px;
}

#home #fB #fL {
	background: url("/images/bg/fB.jpg");
	margin: 30px 0 10px 20px;
}

#home #fB #fL ul {
	padding: 0 0 2px 0;
}

#home #fB #fL li {
	background-image: url("/images/icons/bullet_white.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 2px 18px; 
	font-size: 1.5em;
}

#home #fB #fP img {
	width: 88px;
	height: 88px;
	_margin-left: -3px;
}

#home #fB #fP span {
	display: block;
	line-height: 1.3em;
	color: #5980A2;
}

#home #fB #fP span span {
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	color: #444;
}

#home #fB #fP a:hover span,
#home #fB #fL a:hover {
	color: #003366;
}

#home #fB #fP a:hover span span {
	color: #5980A2;
}

#home #fB #fP .cR {
	width: 86px;
	padding: 0;
	_padding: 0 0 0 3px;
	font-size: 1.5em;
}

#home #fB #fP a {
}

#home #fB #fP * {
}





/* GROUP/FACILITY PAGES */
#group.aH h3 {
	color: #555;
	font-size: 1.2em;
}

#group .cL {
	width: 345px;
	font-size: 1.05em;
	padding-right: 12px;
}

#group .cR {
	background: #DFE6EC;
	padding: 8px;
	width: 296px;
	font-size: 1.1em;
}

#group .cR img {
	width: 296px;
	height: 195px;
}

#group .cR img.p {
	width: 228px;
	height: 294px;
}

#group .cR a:link, 
#group .cR a:visited {
	color: #333;
	border-bottom: 1px dotted #555;
}

#group dl dt {
	color: #5980A2;
	width: 296px;
	margin: 0 0 4px 0;
}

#group dl dd {
	margin: 0;
	padding: 2px 8px 2px 0;
}

#group dl .col {
	display: block;
	width: 130px;
}

#group dl dd.cL {
	width: 130px;
}

#group dl dd.cB {
	height: 1px;
	overflow: hidden;
}

#group .cR dd.lnk {
	_width: 285px;
	_overflow: hidden;
}

#group #p.cR  {
	margin: 10px 0 0 0;
	padding-top: 0;
}

html>body #group #p.cR {
	*padding-top: 10px;
}

#group #p.cR {
	_padding-top: 10px;
}



/* GROUP DETAILS TOOLTIP */
#group dl dd.pD {
	display: none;
}

#gD {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	text-align: left;
	font-size: 0.7em;
	padding: 2px 6px 4px 4px;
	min-width: 148px;
	border: 1px solid #DFE6EC;
	display: none;
}

#gD span {
	display: block;
}
	
#gD span span {
	padding: 0;
	display: inline;
	color: #888;
	font-size: 9px;
}

#gD span.title {
	padding: 0 0 0 3px;
}

#gD span.dT {
	padding: 4px 0 0 0;
}





/* NEWS / JOBS / LIST TYPE AREA HOME PAGE */

/* LIST */
#list .aL {
	font-size: 0.8em;
}

#list .aL.cL {
	width: 350px;
	_margin-right: 10px;
}

#list .aL h1 {
	height: auto;
}

#list .aL .d.cL {
	width: 100px;
	_width: 100px !important;
}

#list h1 {
	padding-bottom: 50px;
}

#list h2.cR,
#list h2.cR a {
	width: 250px;
	_width: 240px !important;
}


/* RIGHT HAND COLUMN */
#list #aS {
	background: #DFE6EC;
	padding: 8px;
	width: 296px;
	font-size: 1.1em;
}

#list #aS h3 span {
	display: block;
	font-size: 0.9em;
	padding: 0 0 2px 0;
}

#list #aS h3 a {
	display: inline;
	padding: 0;
}

#list #aS h4 {
	padding: 12px 0 0 0;
	color: #333;
}

#list #aS h4 ul {
	font-size: 1em;
}

#list #aS.cR h4 ul li,
#list #aS.cR.jB ul li {
	color: #555;
	height: auto;
	width: auto;
	padding: 0 0 0 18px;
	margin: 6px 0 0 0;
	background: url("/images/icons/bullet_white.gif") no-repeat 0 1px;
}

#list #aS.cR img {
	padding: 0 0 0 12px;
	width: 294px;
	height: 173px;
}






/* JOBS - Equal opps etc box buttons */
#list #aS.cR.jB span {
	display: block;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #5980A2;
}

#list #aS.cR.jB span span {
	padding: 12px 0 0 0;
	font-size: 0.8em;
	color: #666;
}

#list #aS.cR.tp {
	margin: 12px 0 0 0;
}

#list #aS.cR.jB a:hover span {
	color: #111;
}

#list #aS.cR.jB a:hover span span {
	color: #444;
}



#list.news .cR h1,
#list.news .cR h2 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#list.news .cR h2 {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 1.3em;
}

#list.news .cR h3 {
	margin: 0;
	padding: 12px 0;
	font-size: 1.25em;
}

#list.news .cR h1 a:link,
#list.news .cR h1 a:visited {
	border: 0;
}

#list.news .cR div {
	color: #999;
	padding: 0 0 6px 0;
	font-size: 1.1em;
}


#list.news .cR img {
	margin: 0;
	padding: 0 !important;
}

#list.news img.bdr {
	border: 1px solid #bbb;
}







/* AJAX SEARCH */
#lS {
	z-index: 10000;
	background: #E9EDF2;
	overflow: hidden;
	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

#lS h1 {
	font-size: 1.3em;
	padding: 5px;
}

#lS h2 {
	background: #777;
	padding: 5px 5px 1px 5px;
	_height: 18px;
}

#lS h2 div {
	font-size: 10px !important;
	color: #fff;
}

#lS h2 .cL {
	width: 170px;
}

#lS h2 .cR {
	width: 10px !important;
}

#lS h2 .cR a {
	color: #fff;
}

#lS h2 span {
	color: #fff;
}

#lS h3 {
	border: 1px solid #a9a9a9;
	border-width: 1px 0 0 0;
}

#lS h3 * {
	font-size: 9.5px;
	line-height: 13px;
}

#lS h3 span {
	display: block;
	padding: 3px 0;
	margin: 0;
	color: #333;
	font-size: 11px;
}

#lS h3 span.details {
	padding: 2px 0 0 0;
	display: none;
}

#lS h3 span span {
	padding: 3px;
	display: inline;
	color: #888;
	font-size: 9px;
	opacity: 0.7;
}

#lS h3 span.details span {
	display: block;
	padding: 1px 0 !important;
}

#lS h3 a:link,
#lS h3 a:visited,
#lS h3 a:hover {
	display: block;
	padding: 4px;
	margin: 0;
	color: #666;
	border: 0;
}

#lS h3 a:hover,
#lS h3 a:hover span {
	background: #5980A2;
	color: #fff !important;
}



#directory .h,
#directory .i {
	padding: 2px 0;
	font-size: 11px;
	border-bottom: 1px solid #cfcfcf;
	}
#directory .h {
	color: #000;
	padding: 18px 0 8px 0;
	}
#directory span {
	display: block;
	float: left;
	}
#directory .n {
	width: 195px;
	padding: 0 5px 0 0;
	}
#directory .t {
	width: 235px;
	padding: 0 5px 0 0;
	}
#directory .p {
	width: 120px;
	}
#directory .e {
	width: 120px;
	}
#directory span.cB {
	float: none;
	}



#article #rss {
	padding: 0 0 20px 0;
	font-size: 11px;
	color: #999;
}



/* IE7 only
html>body .whatever (*padding-top: 10px;}
*/
/* ie 6 + 7
.whatever {*padding-top: 10px (ie6 and 7), _padding-top: 20px ((ie6 only) }
*/



