

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background: #f5f5f5 url(/images/Guardian-top-bg.jpg) repeat-x top center;

}

.ui_pageWrapper{	
	position: relative;}
.ui_page {
	width: 1000px;
	margin: 0 auto;
	/*position: relative;*/
}

.ui_header {
	background: transparent url(/images/Guardian-header.jpg) no-repeat top center;
	width: 1000px;
	height: 140px;
	position: relative;
}
	.ui_slogan{
		display: inline-block;
		/*background: transparent url(/sitecm/i/Guardian-slogan.png) no-repeat top right;*/
		width: 525px;
		height: 35px;
		position: absolute;
			right: 0;
			top: 70px;
	}

.ui_left {
	width: 279px;
	float: left;
}
	.ui_leftTitle{
		border-top: 3px solid #ddd;
		border-bottom: 3px solid #ddd;
		display: block;
		line-height: 30px;
		font-size: 15px;
		color: #155ca2;
		font-weight: bold;
		text-align: right;
		}

.ui_right {
	width: 610px;
	float: right;
}
.is_home .ui_right { width: 670px; }
.ui_main_content_wrapper {
	padding: 25px 0;
}

.ui_main_content {
	padding: 0 0 200px 0;
}	
	.is_home .ui_main_content table td{border-bottom: 1px solid #ddd; margin: 0 0 20px 0;}
	.is_home .ui_main_content a{text-decoration: none; }
		.is_home .ui_main_content p a{color: #2d2d2d;}
	.is_home a.homeBox{display: block; background: #f5f5f5; padding: 5px 60px;}	
		.is_home a.homeBox:hover{ background: #266bb0 url(/images/Guardian-home-over.jpg) repeat-x top center; padding: 5px 60px;}
			.is_home a.homeBox:hover	 h1, .is_home a.homeBox:hover p,.is_home a.homeBox:hover a{color: #fff; }
	

.ui_footer_wrapper {
	background: #1f1f1f url(/images/Guardian-btm-bg.jpg) repeat-x top center;
	position: relative;
	width: 100%;
}

.ui_footerImage {position: absolute; bottom: 158px; right: 0; text-align: right;}


.ui_footer {
	background:  url(/images/Guardian-footer.jpg) no-repeat top center;
	width: 1000px;
	margin: 0px auto;
	padding: 44px 0;
	color: #68696a;
	height: 80px;
}

.ui_print_email {
	color: #fff;
	padding-top: 6px;
	text-align: right;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited,
a.PrintPageLink:active,
a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active { 
	font-weight: normal;
}

a.PrintPageLink:hover,
a.TellAFriendLink:hover {
	text-decoration: underline;
}

.ui_copyright {
	font-size: 10px;
	text-align: right;
	float: right;
	width: 400px;
}

.ui_tagline {
	clear: right;
	font-size: 10px;
	padding-bottom: 10px;
	text-align: right;
	float: right;
	width: 520px;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #68696a; font-weight: normal;text-decoration: none;}

.ui_tagline a:hover {color: #68696a; font-weight: normal;}

