/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		ONENE
Filename:		layout_signpost.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	09Sep06		CT			Completed signpost layouts
2	19/4/06		PG			Removed bg colour from image 
1	19/4/06		PG			Created

*/

/* Area One */

/* Area One */
#areaOne {
	float: left;
	width: 434px;
	overflow:hidden;
	margin-top:15px;
}

#areaOne .coArticleSignpostWrap {
	width: 434px;
	height: auto;
	float: left;
	margin: 0px 2px;
	background-color: #639804;
	overflow: hidden;
}

#areaOne .coArticleSignpostWrap .headline {
	width: 407px;
	height: 2.5em;
	float: left;
	padding: 3px;
	overflow: hidden;
	color: #fff;
}

#areaOne .coArticleSignpostWrap .headlineCurve {
	width: 17px;
	height: 21px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_header_arrow.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaOne .coArticleSignpostWrap .headlineCurve {
	background: transparent url(/images/signpost/template/1/signpost_header_arrow.png) no-repeat top right;
}

#areaOne .coArticleSignpostWrap .headline a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#areaOne .coArticleSignpostWrap .headline a:hover {
	text-decoration: underline;
}

#areaOne .coArticleSignpostWrap .image {
	display: none;
	/* margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	height: 124px;
	float: left; */
}

#areaOne .coArticleSignpostWrap .image img {
	display: none;
	/* margin: 0px;
	width: auto;
	height: 124px;
	float: left; */
}

#areaOne .coArticleSignpostWrap .summary {
	display: none;
}

#areaOne .coArticleSignpostWrap .articleBody {
	font-size: 0.9em;
	width: 428px;
	float: left;
	overflow: hidden;	
	/* border: 1px solid red; */
}

#areaOne .coArticleSignpostWrap .articleInfo {
	margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	padding: 10px 5px 5px 5px;
	float:left;
	height: auto;
	color: #273A96;
	background-color: #ffffff;
}

#areaOne .coArticleSignpostWrap .articleInfo a {
	color: #273A96;
}

#areaOne .coArticleSignpostWrap .articleText {
	width: 400px;
	overflow: hidden;
}

#areaOne .coArticleSignpostWrap .articleText p {
	padding:0px 0px 10px 0px;
	margin:0;
}

#areaOne .coArticleSignpostWrap .bottom {
	width: 430px;
	height: 14px;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_footer_wide.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaOne .coArticleSignpostWrap .bottom {
	background: transparent url(/images/signpost/template/1/signpost_footer_wide.png) no-repeat top left;
}

/* Area Two */
#areaTwo {
	float: left;
	width: 434px;
	overflow:hidden;
	margin-top:15px;
}

#areaTwo .coArticleSignpostWrap {
	width: 138px;
	height: auto;
	float: left;
	margin: 0px 2px;
	background-color: #639804;
	overflow: hidden;
}

#areaTwo .coArticleSignpostWrap .headline {
	width: 114px;
	height: 2.5em;
	float: left;
	padding: 3px;
	overflow: hidden;
	color: #fff;
}

#areaTwo .coArticleSignpostWrap .headlineCurve {
	width: 17px;
	height: 21px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_header_arrow.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaTwo .coArticleSignpostWrap .headlineCurve {
	background: transparent url(/images/signpost/template/1/signpost_header_arrow.png) no-repeat top right;
}

#areaTwo .coArticleSignpostWrap .headline a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#areaTwo .coArticleSignpostWrap .headline a:hover {
	text-decoration: underline;
}

#areaTwo .coArticleSignpostWrap .image {
	margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	height: 124px;
	float: left;
}

#areaTwo .coArticleSignpostWrap .image img {
	margin: 0px;
	width: 100%;
	height: 124px;
	float: left;
}

#areaTwo .coArticleSignpostWrap .summary {
	display: none;
}

#areaTwo .coArticleSignpostWrap .articleBody {
	font-size: 0.9em;
	width: 136px;
	float: left;
	overflow: hidden;	
}

#areaTwo .coArticleSignpostWrap .articleInfo {
	margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	padding: 10px 5px 5px 5px;
	float:left;
	height: 16em;
	color: #273A96;
	background-color: #ffffff;
}

#areaTwo .coArticleSignpostWrap .articleInfo a {
	color: #273A96;
}

#areaTwo .coArticleSignpostWrap .articleText {
	width: 120px;
	overflow: hidden;
}

#areaTwo .coArticleSignpostWrap .articleText p {
	padding:0px 0px 10px 0px;
	margin:0;
}

#areaTwo .coArticleSignpostWrap .bottom {
	width: 138px;
	height: 14px;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_footer.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaTwo .coArticleSignpostWrap .bottom {
	background: transparent url(/images/signpost/template/1/signpost_footer.png) no-repeat top left;
}

/* Area Three */
#areaThree {
	float: left;
	width: 434px;
	overflow:hidden;
	margin-top:15px;
}

#areaThree .coArticleSignpostWrap {
	width: 138px;
	height: auto;
	float: left;
	margin: 0px 2px;
	background-color: #639804;
	overflow: hidden;
}

#areaThree .coArticleSignpostWrap .headline {
	width: 114px;
	height: 2.5em;
	float: left;
	padding: 3px;
	overflow: hidden;
	color: #fff;
}

#areaThree .coArticleSignpostWrap .headlineCurve {
	width: 17px;
	height: 21px;
	float: right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_header_arrow.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaThree .coArticleSignpostWrap .headlineCurve {
	background: transparent url(/images/signpost/template/1/signpost_header_arrow.png) no-repeat top right;
}

#areaThree .coArticleSignpostWrap .headline a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#areaThree .coArticleSignpostWrap .headline a:hover {
	text-decoration: underline;
}

#areaThree .coArticleSignpostWrap .image {
	margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	height: 124px;
	float: left;
}

#areaThree .coArticleSignpostWrap .image img {
	margin: 0px;
	width: 100%;
	height: 124px;
	float: left;
}

#areaThree .coArticleSignpostWrap .summary {
	display: none;
}

#areaThree .coArticleSignpostWrap .articleBody {
	font-size: 0.9em;
	width: 136px;
	float: left;
	overflow: hidden;	
}

#areaThree .coArticleSignpostWrap .articleInfo {
	margin-left: 1px;
	martin-right: 1px;
	width: 100%;
	padding: 10px 5px 5px 5px;
	float:left;
	height: 16em;
	color: #273A96;
	background-color: #ffffff;
}

#areaThree .coArticleSignpostWrap .articleInfo a {
	color: #273A96;
}

#areaThree .coArticleSignpostWrap .articleText {
	width: 120px;
	overflow: hidden;
}

#areaThree .coArticleSignpostWrap .articleText p {
	padding:0px 0px 10px 0px;
	margin:0;
}

#areaThree .coArticleSignpostWrap .bottom {
	width: 138px;
	height: 14px;
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/signpost/template/1/signpost_footer.png', sizingMethod='crop');
}

html > body #siteHolder #siteContent #areaThree .coArticleSignpostWrap .bottom {
	background: transparent url(/images/signpost/template/1/signpost_footer.png) no-repeat top left;
}