/*/////////////////////////////////////////////////////////////////////
	Home
/////////////////////////////////////////////////////////////////////*/
	
	#header {
		background:url(../../../images/layout/home/header.jpg) no-repeat top center;
		height:392px;
	}
	
	#container {
		padding:10px 0 0 0;
		background:none;
	}
	
	/* pic */
	#container #col1 {
		float:left;
		width:259px;
	}

	
	/* ownership */
	#container #ownership {
		float:left;
		background:#004a7c;
		border-bottom:20px solid #0d5488;
		width:238px;
	}
	#container #ownership h2 {
		height:72px;
		background:url(../../../images/headings/ownership.jpg) no-repeat top left;
		text-indent:-9999px;
		margin:0 0 10px 0;
	}
	#container #ownership p {
		font-size:1.5em;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		color:#9bb8cc;
		padding:0 20px 13px 20px;
	}
	
	/* more info */
	#container #more {
		width:236px;
		padding:0 0 70px 0;
		float:left;
		background:#004a7c url(../../../images/layout/home/more-col.jpg) no-repeat bottom center;
		margin:0 1px 0 0;
	}
	#container #more h3 {
		font-weight:100;
		color:#629acb;
		font-size:1.6em;
		line-height:1.2em;
		font-style:italic;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		margin:0 0 10px 0;
		border-bottom:1px solid #1a5c89;
		padding:45px 20px 7px 20px;
	}
	#container #more h3 strong {
		color:#ffffff;
		font-weight:100;
		font-style:normal;
	}
		
	#container #more p {
		font-size:1.1em;
		line-height:1.3em;
		color:#669cc9;
		margin:0 20px 1.3em 20px;
	}
	#container #more ul li {
		list-style:none;
		margin:0 20px 5px 20px;
	}
	#container #more ul li a {
		display:block;
		padding:0 0 0 20px;
		background:url(../../../images/buttons/arrow.jpg) no-repeat top left;
		font-style:italic;
		color:#c5754f;
		line-height:14px;
		text-decoration:underline;
		font-size:1.1em;
	}
	#container #more ul li a:hover {
		text-decoration:none;
	}
	
	/* latest news */
	#container #news {
		background:url(../../../images/layout/home/news-col.jpg) no-repeat bottom center;
		width:254px;
		float:left;
	}
	#container #news h2 {
		text-indent:-9999px;
		height:75px;
		background:url(../../../images/headings/latest-news.jpg) no-repeat top left;
	}
	#container #news .post {
		padding:10px 30px 35px 20px;
	}
	#container #news .post h3 {
		color:#9bb8cc;
		font-size:1.5em;
		line-height:1.3em;
		font-weight:100;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		margin:0 0 10px 0;
	}
	#container #news .post h4 {
		font-size:1.1em;
		line-height:1.3em;
		color:#4c84ae;
		margin:0 0 15px 0;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	}
	#container #news .post p {
		font-size:1.1em;
		line-height:1.3em;
		color:#669cc9;
		margin:0 0 1.3em 0;
	}
	#container #news .post ul li {
		list-style:none;
		margin:0 0 5px 0;
	}
	#container #news .post ul li a {
		display:block;
		padding:0 0 0 20px;
		background:url(../../../images/buttons/arrow.jpg) no-repeat top left;
		font-style:italic;
		color:#c5754f;
		line-height:14px;
		text-decoration:underline;
		font-size:1.1em;
	}
	#container #news .post ul li a:hover {
		text-decoration:none;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////////////////////////*/
	
	#footer {
	}
	#footer p {
		margin:0 0 1.2em 0;
		color:#709dbf;
		font-size:1.1em;
		line-height:1.2em;
	}
	#footer p a {
		text-decoration:none;
		color:#709dbf;
	}
	#footer p a:hover {
		text-decoration:underline;
	}