@charset "utf-8";

body,
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	text-transform: uppercase;	
	}
	
	h1.icon {
		background-image: url(../images/header-icons.gif);
		background-repeat: no-repeat;
		background-position: middle;
		padding-left: 20px;
		line-height: 8px;
		margin-top: 15px;
		margin-bottom: 15px;
		}
		
		tr {
		  margin: 0;
		  padding: 0;
		}
		td {
		  margin: 0;
		  padding: 0;
} 

div#page-container {
	width: 900px;
	margin: 0 auto;
	}
	
div#page-header {
	width: 100%;
	height: 65px;
	margin-top: 40px;
	}
	
	div#page-header img#page-logo {
		float: left;
		width: 226px;
		}
		
	div#page-header ul#page-navigation {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		width: 674px;
		background-image: url(../images/nav-bg.gif);
		background-repeat: no-repeat;
		padding-top: 10px;
		margin-top: 35px;
		}
		
		div#page-header ul#page-navigation li {
			float: left;
			width: 82px;
			border-right: 1px solid #c1c1c1;
			height: 14px;
			text-align: center;
			}
			
			div#page-header ul#page-navigation li#last {
				border: 0;
				}
			
			div#page-header ul#page-navigation li a {
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				color: #333;
				display: block;
				line-height: 14px;
				}

div#page-promo {
	clear: both;
	margin-top: 10px;
	}
	
	div#page-promo #primary-promo {
		float: left;
		width: 648px;
		margin-right: 5px;
		}
		
	div#page-promo div#adverts {
		float: left;
		width: 247px;
		}
		
		div#page-promo div#adverts div.grey-box {
			background-image: url(../images/grey-bg.gif);
			background-repeat: repeat-x;
			background-position: top;
			background-color: #b0b2b1;
			}
	
		div#page-promo div#adverts #newsletter {
			height: 58px;
			background-color: #e4eae6;
			background-image: none;
			display: block;
			}
		
		div#page-promo div#adverts #advert-one {
			height: 84px;
			margin-top: 3px;
			}
		
		div#page-promo div#adverts #advert-two {
			height: 84px;
			margin-top: 3px;
			}
			
div#page-content {
	clear: both;
	}
	
	div#page-content div#latest-news {
		width: 648px;
		float: left;
		margin-right: 5px;
		}
		
		div#page-content div#latest-news div.news-item,
		div#page-content div#latest-news div.news-item-odd {
			float: left;
			width: 321px;
			margin-right: 6px;
			height: 102px;
			background-color: #e4eae6;
			margin-bottom: 6px;
			}
			
			div#page-content div#latest-news div.news-item-odd {
				margin: 0;
				}
									
			div#page-content div#latest-news div.news-item img.news-image,
			div#page-content div#latest-news div.news-item-odd img.news-image {
				float: left;
				width: 102px;
				}
				
			div#page-content div#latest-news div.news-item div.news-content,
			div#page-content div#latest-news div.news-item-odd div.news-content {
				float: left;
				width: 199px;
				height: 82px;
				padding: 10px;
				}
				
				div#page-content div#latest-news div.news-item div.news-content h2,
				div#page-content div#latest-news div.news-item-odd div.news-content h2 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #333;
					font-weight: bold;
					margin-bottom: 5px;
					}
					
				div#page-content div#latest-news div.news-item div.news-content h2 a,
				div#page-content div#latest-news div.news-item-odd div.news-content h2 a {
					color: #333;
					text-decoration: none;
					}
				
				div#page-content div#latest-news div.news-item div.news-content p,
				div#page-content div#latest-news div.news-item-odd div.news-content p {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					color: #333;
					line-height: 14px;
					}
					
				div#page-content div#latest-news div.news-item div.news-content a,
				div#page-content div#latest-news div.news-item-odd div.news-content a {
					text-decoration: none;
					font-weight: bold;
					color: #333;
					}
		
	div#page-content div#features {
		float: left;
		width: 247px;
		}
		
div#page-footer {
	clear: both;
	}
	
	div#page-footer h1#float-left {
		float: left;
		width: 103px;
		margin-top: 25px;
		}
			
	div#page-footer .float-right {
		float: right;
		padding-top: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
	
	div#page-footer address {
		clear: both;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		color: #333;
		text-decoration: none;
		font-style: normal;
		border-top: 2px solid #cdcdcd;
		padding-top: 10px;
		}