/* ******* Main Styles For Page ******* */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	color: #333;
	font-size: 100%;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	text-align: center;
	}

div#Container {
	margin: 0 auto ;
	position: relative;
	width: 960px;
	text-align: left;
	padding-top: 15px;
	border-bottom: 5px solid #fff;
	}

h1, h2, h3, h4,h5, h6 {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	}
	
.w3c {
	left: -5000px;
	top: -5000px;
	position: absolute;
	}	

.clear {
	clear: both;
	}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
	
a img {
	border: none;
	}

fieldset {
	border:none;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

hr {
	height:0;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	color: #ccc;
	border-bottom: none;
	border-top: 1px solid #ccc;
	clear: both;
}
	
	
/************ HEADER STYLES ********** */

div#Header {
	background: url(../Images/logo_gfp.gif) top left no-repeat;
	height: 5em;
	margin-bottom: 5px;
}


/* ***** SEARCH STYLES *** */

div#search {
	float: right;
	font-size: 0.75em;
	padding-top: 48px;
}

div#search p {
	margin-top: 4px;
}

div#search fieldset {
	float: right;
	border: none;
}

div#search label {
	padding-left: 5px;
}

div#search input.text {
	margin: 0 4px;
	border: 1px solid #999;
}

div#search input:focus.text {
	margin: 0 4px;
	border: 1px solid #6b2876;
}

div#search input.btn {
	margin-bottom: -6px;
	
}
	
div#search p a:link, div#search p a:visited {
	background: url(../Assets/ro_wht_gry.gif) center left no-repeat;
	padding: 0 7px 0 15px;
	text-decoration: none;
	color: #333;
	border-right: 1px solid #333;
}

div#search p a:hover, div#search p a:focus {
	background: url(../Assets/ro_wht_red.gif) center left no-repeat;
	padding: 0 7px 0 15px;
	text-decoration: underline;
	color: #900;
	border-right: 1px solid #333;
}


/****** MAIN NAV STYLES / top horizontal site navigation ****** */

div#navigation {
	background: #ccc;
	float: left;
	width: 960px;
	display: inline;
	margin: 0 0 15px 0;
}

div#navigation ul {
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
}

div#navigation ul li {
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
}

div#navigation ul li a:link, div#navigation ul li a:visited {
	color: #000;
	text-decoration: none;
	line-height: 2.5;
	display: block;
}

div#navigation ul li a:hover, div#navigation ul li a:focus {
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	display: block;
	background: #6b2876;
}

div#navigation ul li span a:link, div#navigation ul li span a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	display: block;
	background: #6b2876;
}

	
/* ******************** Page content container styles ************** */ 

div.pageContent{
	clear:left;
}

div.pageContent p {
	font-size: 0.75em;
	padding: 0 0 15px 0;
	line-height: 1.3em;
}

div.pageArea {
	width: 680px;
	float: left;
}

/*  Page content container styles for 2 column (table) layout */

div#twoColPage.pageContent div.pageArea {
	width: 100%;
	float: none;
}

div#twoColPage div.mainContent {
	width: 750px;
}

/* ******* Welcome Widget Styles  / HOME PAGE MAIN FEATURE ******* */

/* welcomeWidget is container for jQuery div rotator slideshow */

div#welcomeWidget{
	background: #ccc url(../Assets/bg_btmSlider.gif) bottom left repeat-x;	
	width: 680px;
	height: 412px;
}

/* slideshow */

.tdr_slideshow {
	position: relative;
}

.tdr_slide a {
	font-weight:bold;
	font-size: 1.2em;
	font-style:italic;
	text-decoration: none;
}

.tdr_slide a:hover {
	text-decoration: underline;
}

.tdr_slide h2 {
	font-size: 1.5em;
}

.pageContent div.tdr_slide p {
	padding-bottom:5px;
}

div.white h2, div.white p, div.white a{
	color:#fff;
}

div.black h2, div.black p, div.black a{
	color:#000;
}

div.topLeft{
	position: absolute;
	top:0;
	left:0;
	padding: 25px 270px 0 15px;
	}

div.topRight{
	position: absolute;
	top:0;
	left:0;
	padding: 25px 15px 0 270px;
	}


div.bottomLeft{
	position: absolute;
	top:0;
	left:0;
	padding: 230px 270px 0 15px;
	}

div.bottomRight{
	position: absolute;
	top:0;
	left:0;
	padding: 230px 15px 0 270px;
	}

.tdr_slideshow_nav {
	float:right;
	}

.tdr_slideshow_nav a {
	background: url(../Assets/bg_slide.gif) center center no-repeat;
	margin: 5px 5px 5px 0;
	height: 15px;
	width: 15px;
	display: block;
	float:left;
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	text-decoration: none;
	padding-left:8px;
	padding-top: 2px;
	}

.tdr_slideshow_nav a:hover {
	background: url(../Assets/bg_activeSlide.gif) center center no-repeat;
	color: #6b2876;
	}
	
.tdr_slideshow_nav a.activeSlide {
	background: url(../Assets/bg_activeSlide.gif) center center no-repeat;
	color: #6b2876;
	}

.tdr_slideshow_control {
	cursor:pointer;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 3px 3px 0 0;
	float: right;
}

.playing {
	background: url(../Assets/bg_pauseSlide.gif) left center no-repeat;
	
	}
	
.paused {
	background: url(../Assets/bg_playSlide.gif) left center no-repeat; 
	
}


/* ********* sectionLinks Styles / Contains the left hand section nav and section CTAs ***** */

div.sectionLinks {
	width: 195px;
	float: left;
}

/*****  Section navigation links / section quick links (Left-hand side) **** */

ul#nav {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style-type: none;
	width: 193px;
	font-size: 0.75em;
	float: left; /* Contain floated list items */
	border-top: 1px solid #dadada;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	position: relative;
}

ul#nav li ul {
	position: absolute;
	width: 193px;
	left: -999em;
	margin-left: 193px;
	margin-top: -4.2em;
	background: #dcd1e4;
	list-style: none;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
ul#nav li:hover ul {
	left: auto;
}

ul#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul#nav a:link, ul#nav a:visited {
	display: block; 
	color: #333;
	text-decoration: none;
	padding: 10px 15px 10px 19px;
	border-bottom:1px solid #dadada;
	line-height: 1.25em;
	background:url(../Assets/ro_wht_gry.gif) 3px 12px no-repeat;
}

ul#nav a:hover, ul#nav a:focus {
	color: #fff;
	background: #6b2876 url(../Assets/ro_purp_wht.gif) 3px 12px no-repeat;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited {
	display: block; 
	color: #000;
	text-decoration: none;
	padding: 10px 15px 10px 19px;
	border-bottom:1px solid #fff;
	line-height: 1.25em;
	background: none;
}

ul#nav li ul li a:hover, ul#nav li ul li a:focus {
	color: #fff;
	background: #6b2876 none;
	display: block;
}

div.sectionLinks div.ucimg_imgcontainer, div.sectionLinks div.adwidget {
	margin: 15px 0 0 0;
}

div.sectionCTA {
	background: #e6e6e6;
	margin: 15px 0 10px 0;
	padding-top: 5px;
}

div.widget, div.adwidget {
	border-bottom: 3px solid white;
	padding-bottom: 5px;
}

div.widget.lastWidget {
	border: none;
}

div.sectionCTA h3 {
	color: #000;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 20px 0 20px;
}

div.sectionCTA p {
	color: #6b2876;
	font-weight: bold;
	font-size: 0.85em;
	padding: 0 20px 10px 20px;
}

div.sectionCTA p a:link, div.sectionCTA p a:visited {
	color: #6b2876;
	text-decoration: none;
}

div.sectionCTA p a:hover, div.sectionCTA p a:focus {
	text-decoration: underline;
}

div.sectionCTA div.widget.lastWidget p {
	padding-bottom: 15px;
}

/* ********* mainContent area styles / these are the styles for the page content from CMS **** */ 

div.mainContent {
	width: 470px;
	float: right;
	margin: 0 0 10px 0;
}

div.mainContent h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div.mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 5px 0;
}

div.mainContent img.articleImage {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #ccc;
}

div.mainContent a:link, div.mainContent a:visited {
	color: #333;
	font-weight:bold;
}

div.mainContent a:hover, div.mainContent a:focus  {
	color: #900;
	font-weight:bold;
}

div.mainContent ul, div.mainContent ol {
	font-size: 0.75em;
	padding: 0 0 10px 25px;
}
	

div#newsmain {
	border-bottom: 1px solid #dadada;
}
	
div.halfColumns {
	border-top: 1px solid #dadada;
	padding-top: 15px;
}

div.halfColumns div#newsLetter {
	border-right: 1px solid #dadada;
}
	
div.halfColumns div#newsLetter, div.halfColumns div#gasetteSignup {
	width:49%;
}

div.halfColumns div#newsLetter h3 , div.halfColumns div#gasetteSignup  h3 {
	font-size: 1.0em;
	padding: 0 0 5px 0;
}

div.halfColumns img {
	float: left;
	margin: 0 2px 3px 0;
}

div.halfColumns p {
	font-weight: bold;
	color: #6b2876;
	font-size: 0.85em;
	padding-right: 5px;
}

div.halfColumns p a:link.widgetLink, div.halfColumns p a:visited.widgetLink {
	text-decoration: none;
	background: url(../Assets/ro_wht_gry.gif) 0 2px no-repeat;
	padding-left: 15px;
}
	
div.halfColumns p a:hover.widgetLink, div.halfColumns p a:focus.widgetLink {
	color: #900;
	background: url(../Assets/ro_wht_red.gif) 0 2px no-repeat;
}

/* **** FORM STYLES IN MAIN PAGE AREA ***** */

div.mainContent fieldset {
	margin-bottom: 15px;
}

div.mainContent fieldset ul {
	list-style: none;
	font-size: 0.75em;
	padding: 15px 0;
}

div.mainContent fieldset ul li {
	display:block;
	float:left;
	width:100%;
	height:1%;
	}
	
div.mainContent fieldset ul li label.contactLabel {
	float:left;
	padding: 0 5px 15px 0;
	width: 25%;
	clear: both;
	}
	
div.mainContent fieldset ul li input {
	float:left;
	margin-right:10px;
	margin-bottom: 15px;
	border:1px solid #999;
	padding:1px;
	width: 50%;
	}
	
div.mainContent fieldset ul li textarea {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	border:1px solid #999;
	padding:1px;
	width: 50%;
}

div.mainContent fieldset ul li input.contactRadio, div.mainContent fieldset ul li input.contactCheckbox {
	width: 20px;
	border:none;
}


div.mainContent fieldset ul li input.contactCheckbox {
	float: none;
	margin: 0;
}
	

div.mainContent fieldset ul li input.contactButton {
	width:auto;
	padding: 0;
	border: none;
}
	
div.mainContent fieldset ul li input:focus, div.mainContent fieldset ul li textarea:focus {
	border:1px solid #6B2876; 
}

div.mainContent fieldset ul li input.contactRadio:focus, div.mainContent fieldset ul li input.contactCheckbox:focus {
	border: none;
}

/* Styles specific to Conference Booking Form */

div#newsBooking fieldset ul li {
	padding-bottom: 10px;
}

div#newsBooking fieldset ul li label.contactLabel {
	float:left;
	padding: 0 5px 15px 0;
	width: 40%;
	clear: both;
	}
	
div#newsBooking p.confirmation  {
	font-size: 0.7em;
	font-weight:bold;
}

div#newsBooking h3.earlyBird, div#newsBooking p.earlyBird  {
	color: red;
}

div#newsBooking p.earlyBird  {
	font-weight:bold;
}

div#newsBooking ul#DelegateCharge, div#newsBooking ul#DayDelegate, div#newsBooking ul#AdditionalCharges
{
    padding-top:0px;
    margin-top:0px;
}


/* *** Styles for password strength indicator **** */

.pwdStrength1 {
	font-size: 0.75em;
	font-weight: bold;
	color: #f00;
}

.pwdStrength2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #f00;
}

.pwdStrength3 {
	font-size: 0.75em;
	font-weight: bold;
	color:#f60;
}
.pwdStrength4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #008000;
}
.pwdStrength5 {
	font-size: 0.75em;
	font-weight: bold;
	color: #008000;
}

/* ******** TWO COLUMN LAYOUT TABLE STYLES ********* */

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 10px;
}

th {
	font-size: 0.85em;
	color: #000;
	background: #dcd1e4;
	border-right: 1px solid #fff;
}

th.lastTableCol {
	border-right: 1px solid #ccc;
}

td {
	border-right: 1px solid #ccc;
}

table.table3Col th, table.table3Col td {
	width: 32%;
}

table.tableTraitList p {
	padding-bottom:0;
}

	
/* ******** Gasette widget styles placed in / goes in mainContent area ******* */

div.mainContent div#gasette img.articleImage {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
}

div.mainContent div#gasette div.floatRight {
	width: 300px;
}

div.mainContent div#gasette p strong {
	color: #6b2875;
	font-size: 1.2em;
}

div.mainContent div#gasetteArchive {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

div.mainContent div#gasetteArchive div {
	padding-top: 15px;
}

div.mainContent div#gasetteArchive h4 {
	font-weight: bold;
	color: #6b2875;
	font-size: 0.85em;
}

div.mainContent div#gasetteArchive div img {
	float: left;
	margin: 0 15px 15px 0;
}

/* ***** Job Vacancy widget styles **** */

div#jobsList div h4, div#newsCurrent div h3, div#searchResults h3 {
	padding-top: 15px;
	font-size: 0.8em;
	padding-bottom:5px;
}

/* ****** Pagination Styles ******* */

div.pagination ul {
	float: left;
	list-style: none;
	padding: 7px 0 0 0;
}

div.pagination ul li {
	float: left;
	font-weight: bold;
	margin-right: 1px;
}

div.pagination ul li a:link, div.pagination ul li a:visited {
	background: #ccc;
	text-decoration:none;
	display: block;
	padding: 3px 4px;
	color: #000;
}

div.pagination ul li.currentPage a:link, div.pagination ul li.currentPage a:visited, div.pagination ul li a:hover, div.pagination ul li a:focus {
	background: #6b2875;
	text-decoration:none;
	display: block;
	color: #fff;
}

div.pagination ul li.paginationText {
	margin-right: 10px;
	font-weight: normal;
	padding-top: 3px;
}

div.pagination ul li.paginationNext {
	margin-left: 5px;
	font-weight: normal;
}

div.pagination ul li.paginationNext a:link, div.pagination ul li.paginationNext a:visited {
	text-decoration: none;
	background: none;
}

div.pagination ul li.paginationNext a:hover, div.pagination ul li.paginationNext a:focus {
	text-decoration: underline;
	color: #900;
}

/* *** Styles for staff/institute contacts *** */

div#staffList div, div#institute div {
	padding: 10px 0;
}

div#staffList div img.floatLeft, div.instituteImages img {
	margin: 0 15px 10px 0;
	border: 1px solid #ccc;
}

div.instituteImages a img {
	border: none;
}

div#institute div.instituteImages {
	float: left;
	width: 180px;
	padding: 0;
}

div#institute div h3 {
	padding-bottom: 10px;
}

/* ******* Latest events widget styles - placed in / goes in mainContent area ****** */

div.mainContent div#latestEvents h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	padding: 15px 0 5px 0;
}

div.mainContent div#latestEvents div.widgetHeader img {
	float: left;
	margin: -1.5em 0 0 8em;
}

div.mainContent div#latestEvents dt {
	color: #6b2876;
	font-weight:bold;
	padding: 0 0 10px 0;
}

div.mainContent div#latestEvents dd {
	color: #333;
	line-height: 1.2em;
}

div.mainContent div#latestEvents ul, div.mainContent ul.pageListLinks  {
	list-style: none;
	padding: 0;
}

div.mainContent div#latestEvents ul li, div.mainContent ul.pageListLinks li {
	margin-bottom: 12px;
}

div.mainContent div.ucimg_imgcontainer, div.mainContent div.adwidget {
	margin: 0 0 15px 0;
}


div.mainContent div#latestEvents a:link.widgetLink, div.mainContent div#latestEvents a:visited.widgetLink, div.mainContent ul.pageListLinks li a:link, div.mainContent ul.pageListLinks li a:visited, div.mainContent div#jobsList h4 a:link, div.mainContent div#jobsList h4 a:visited, div.mainContent div#newsCurrent div h3 a:link, div.mainContent div#newsCurrent div h3 a:visited, div#searchResults div h3 a:link, div#searchResults div h3 a:visited {
	font-size: 1.15em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: url(../Assets/ro_wht_gry.gif) 0 3px no-repeat;
	padding-left: 16px;
}

div.mainContent div#latestEvents a:hover.widgetLink, div.mainContent ul.pageListLinks li a:hover, div.mainContent div#jobsList h4 a:hover, div.mainContent div#latestEvents a:focus.widgetLink, div.mainContent ul.pageListLinks li a:focus, div.mainContent div#jobsList h4 a:focus, div.mainContent div#newsCurrent div h3 a:hover, div.mainContent div#newsCurrent div h3 a:focus, div#searchResults div h3 a:hover, div#searchResults div h3 a:focus {
	font-size: 1.15em;
	color: #900;
	text-decoration: none;
	font-weight: bold;
	background: url(../Assets/ro_wht_red.gif) 0 3px no-repeat;
	padding-left: 16px;
}

/* ******* Main/generic secondaryContent Styles (right hand side of page) **** */

div.secondaryContent {
	width: 265px;
	float: right;
	background: #e6e6e6;
	padding: 15px 0;
	margin-bottom: 10px;
}

div.secondaryContent dl {
	padding: 0 15px;
	font-size: 0.75em;
}

div.secondaryContent  dt {
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

div.secondaryContent  dd {
	padding: 0 0 10px 0;
}

div.secondaryContent ol {
	padding: 0 15px 0 32px;
	font-size: 0.9em;
	font-weight: bold;
	color: #6b2876;
}

div.secondaryContent ol li {
	padding-bottom: 5px;
}

div.secondaryContent dt a:link, div.secondaryContent dt a:visited, div.secondaryContent ol li a:link, div.secondaryContent ol li a:visited {
	text-decoration: none;
	color: #6b2876;
	background: url(../Assets/ro_purpleSquare.gif) 100% 50% no-repeat;
	padding-right: 14px;
}

div.secondaryContent dt a:hover, div.secondaryContent ol li a:hover, div.secondaryContent dt a:focus, div.secondaryContent ol li a:focus {
	text-decoration: underline;
}

div.secondaryContent a:link.widgetLink, div.secondaryContent a:visited.widgetLink {
	background:url(../Assets/ro_lt-gry_gry.gif) center left no-repeat;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 0.85em;
}

div.secondaryContent a:hover.widgetLink, div.secondaryContent a:focus.widgetLink {
	background:url(../Assets/ro_lt-gry_red.gif) center left no-repeat;
	color: #900;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 0.85em;
}

div.secondaryContent p {
	padding-left: 15px;
	padding-bottom: 5px;
}

/* style for placement of MPU advert in secondary column */
div.secondaryContent img {
	margin: 5px 0 0 7px;
}

/* ******* Widget styles (in secondaryContent column) **** */

div.widgetHeader h3 {
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	padding: 10px 15px;
	font-style: italic;
}

/* ** Login widget div and web poll widget styles **** */

div#login ul, div#webPoll ul {
	list-style: none;
	font-size: 0.75em;
}

 div#login ul li {
	display:block;
	float:left;
	width:100%;
	height:1%;
	}
	
div#login ul li label.contactLabel {
	float:left;
	padding: 0 5px 0 15px;
	width: 20%;
	clear: both;
	}
	
 div#login ul li input {
	float:right;
	margin-right:10px;
	margin-bottom: 10px;
	border:1px solid #999;
	padding:1px;
	width: 60%;
	}

div#webPoll p label.contactLabel {
	float:left;
	padding: 0 5px 10px 0;
	width: 100px;
	clear: both;
	}

div#webPoll p input.contactRadio {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	padding:1px;
	width: 100px;
	}

div#login ul li input.contactButton {
	width:auto;
	padding: 0;
	border: none;
}

div#webPoll p input.contactButton {
	width:auto;
	padding: 0;
	border: none;
	margin: 5px 0 0 185px;
}
	
div#login li input:focus{
	border:1px solid #6B2876; 
}

div.secondaryContent div#login a:link, div.secondaryContent div#login a:visited {
	color: #333;
	text-decoration: underline;
	padding: 0;
	font-weight:normal;
	background: none;
	font-size: 1em;
}

div.secondaryContent div#login a:hover, div.secondaryContent div#login a:focus {
	color: #900;
	text-decoration: underline;
}

div.pollVoteContainer {
	height: 15px; 
	width: 100px; 
	border: 1px solid #999; 
	background: #cce1d8 url(../Assets/bg_voteContainer-grn.gif) top left repeat-x; 
	clear: left; 
	margin: 0 0 5px 15px;
}

div.pollVoteResultBar {
	background: url(../Assets/bg_voteResultBar-grn.gif) top left repeat-x;
	height:15px;
}

span.pollResult {
	float:right;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: -20px;
	margin-right: 100px;
}

/* **** Latest News widget div ***** */


div#latestNews {
	height: 13em;
}

div#latestNews div.widgetHeader img {
	float: left;
	margin: -1.5em 0 0 7em;
}

div#latestNews dd span {
	font-style: italic;
}

/* ticker play/pause styles */

div#controller img {
	margin: 0 3px 0 0;
	float: left;
}

div#controller p {
	font-weight: bold;
	color: #6b2876;
	cursor: pointer;
}

div#controller p a:hover, div#controller p a:focus {
	text-decoration: underline;
}


/* ****** Styles for latest vacancies widget ***** */

div#latestVacancies div.widgetHeader img {
	float: left;
	margin: -1.5em 0 0 10.5em;
}

/* ****** Styles for Footer Area ****** */

div#Footer {
	clear:both;
	font-size: 0.7em;
	padding: 10px 0;
	border-top: 3px solid #ccc;
}

div#Footer ul.footerLinks {
	clear: both;
	list-style: none;
	padding: 10px 0;
	float: left;
}

div#Footer ul.footerLinks li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #999;
}

div#Footer ul.footerLinks li.firstItem {
	padding-left: 0;
	border-left: none;
}
	
div#Footer a:link, div#Footer a:visited {
	color: #333;
}

div#Footer a:hover, div#Footer a:focus {
	color: #900;
}


/* ***** Styles for the Quick Links Page **** */

div#quickLinksPage {
	margin: 0;
	text-align:left;
	background: #ccc;
	color: #000;
	width: 660px;
	padding: 0 0 0 25px;
}

div#quickLinksPage h1 {
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
}

div#quickLinksPage h2 {
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 5px;
}

div#quickLinksPage ul {
	font-size: 0.75em;
	list-style: none;
}

div#quickLinksPage ul li {
	padding: 2px 0 3px 0;
}

div.linksList {
	float: left;
	width: 200px;
	padding-bottom: 30px;
	margin-right: 15px;
}

div#quickLinksPage ul li a:link, div#quickLinksPage ul li a:visited, div#quickLinksPage h2 a:link, div#quickLinksPage h2 a:visited {
	text-decoration: none;
	color: #000;
}

div#quickLinksPage ul li a:hover, div#quickLinksPage ul li a:focus, div#quickLinksPage h2 a:hover, div#quickLinksPage h2 a:focus {
	text-decoration: underline;
	color: #900;
}


div.gasetteExpress {
	background: #1d191a url(../Assets/bg_gasette-express.gif) top left no-repeat;
	color: #e4e4e4;
	padding: 60px 7px 0 7px;
	font-style: italic;
	margin-bottom: 8px;
}

div.pageContent p.gasetteExpressHeader {
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	padding-bottom: 5px;
}
