/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	background: #fff url(../_images/body-bg.jpg) repeat-x top center;
	border: 0px;
	color: #8c8b8c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left; }

* html body { text-align: center; /* IE 5 centering */ }

h1, h2, h3, h4, h5, h6, p, a, ul, li, td, tr, table, span, blockquote, hr {
	margin: 0;
	padding: 0; }

/******************************************************************************
* Generic Formatting
******************************************************************************/
p {
	padding: 0 0 12px 0;
	text-align: left; }

a {
	color: #8c8b8c;
	font-weight: bold;
	text-decoration: none;  }

a:hover {
	color: #5b8ccb;
	font-weight: bold;
	text-decoration: underline; }

h1 {
	font-size: 17px;
	line-height: 16px;
	padding: 0 0 12px 0; }

h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 16px 0;
	text-align: left; }

h3 {
	padding: 0 0 4px 0; }

/******************************************************************************
* SPECIFIC FORMATTING
******************************************************************************/
.hidden { display: none; }

.small { font-size: 10px; }

.grey-bg { background: #f6f6f6; }

.rightLink { text-align: right; }


/******************************************************************************
* List Formatting
******************************************************************************/
ul { text-align: left; }

/******************************************************************************
* Accessibility Features
******************************************************************************/
p#top { display: none; }

/******************************************************************************
* Misc
******************************************************************************/
div.centered { text-align: center; }

/******************************************************************************
* wrapper
******************************************************************************/
div#container {
	background: url(../_images/container-bg.jpg) top center no-repeat;
	float: left;
	text-align: left;
	width: 100%; }
	
div#container-i {
	margin: 0px auto;
	text-align: left;
	width: 980px; }

* html div#container-i {
	text-align: left;
	/* Win IE 5 left align after centering */ }

/******************************************************************************
* header
******************************************************************************/
div#header {
	float: left;
	height: 66px;
	width: 980px; }
	
/******************************************************************************
* banner
******************************************************************************/	
div#banner {
	color: #fff;
	float: left;
	height: 218px;
	width: 980px; }

div#banner object#bannerImg {
	float: left;
	height: 199px;
	margin: 10px 23px 9px 0;
	width: 697px; }
	
div#thisWeek { padding: 15px 0 0 0; }
	
div#thisWeek img { padding: 0 0 14px 0; }
	
div#thisWeek ul { padding: 0 0 14px 0; }

/******************************************************************************
* mainContent
******************************************************************************/
div#mainContent {
	float: left;
	height: 512px;
	padding: 10px 0 60px 0;
	width: 980px; }
	
html>body div#mainContent {
	height: auto;
	min-height: 512px; }
	
div#dashboard {
	background: #f6f6f6 url(../_images/dashboard-bg.jpg) bottom center no-repeat;
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 11px 0;
	width: 697px; }

div#left {
	float: left;
	height: 512px;
	padding: 0 17px 0 0;
	width: 203px; }

div#center {
	float: left;
	width: 476px; }

div#right {
	float: right;
	height: 512px;
	width: 265px; }
	
html>body div#left,
html>body div#right {
	height: auto;
	min-height: 512px; }

/******************************************************************************
* tables
*****************************************************************************
table tbody tr td { margin: 0 0 6px 0; }*/

/******************************************************************************
* footer
******************************************************************************/	
div#footer {
	background: #3a3a3a url(../_images/footer-bg.jpg) top left repeat-x;
	float: left;
	height: 120px;
	width: 100%; }

div#footer-top {
	background: url(../_images/footer-top-bg.jpg) top left no-repeat;
	height: 60px;
	margin: 0 auto;
	width: 980px; }
	
ul#footer-address {
	float: left;
	font-size: 11px;
	padding: 8px 0 0 120px; }
	
ul#footer-details {
	float: left;
	font-size: 11px;
	padding: 8px 0 0 39px; }
	
div#footer-favourites {
	float: left;
	padding: 14px 0 0 43px; }
	
div#footer-favourites a { padding: 0 4px 0 0; }
	
ul#footer-search {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0 0 65px; }
	
div#footer-search img {
	clear: both;
	float: left; }
		
div#footer-bottom {
	font-size: 11px;
	height: 14px;
	margin: 16px auto;
	width: 980px; }

div#footer-bottom a { font-weight: normal; }

div#footer-bottom p { text-align: center; }