/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Rowlands
Filename:		layout_home_redesign.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	19May09		CT			Created

*/

#siteMain #mainPanel #bodyText {
	margin-bottom: 5px;
}

#siteMain #coSiteNavigation {
	margin-top: 2px;
	position: relative;
	width: 182px;
	float:left;
	overflow: hidden;
	margin-right: 0px;
}

#coSiteNavigation .coArticleNews {
	position:relative;
	width:100%;
	height: auto;
	float: left;
}

#coSiteNavigation .coArticleNews .header {
	position:relative;
	width:158px;
	height:13px;
	float:left;
	padding:7px 12px;
	background: #ffffff url(/res/coArticleNews/images/panel_header_bg.png) no-repeat top left;
}

#coSiteNavigation .coArticleNews .header h2 {
	color: #ffffff;
	font-size: 1em;
	padding:0px;
	margin:0px;
}

#coSiteNavigation .coArticleNews .body {
	position:relative;
	width:173px;
	height:auto;
	float:left;
	padding:3px 3px 3px 6px;
	margin:0px;
	background: #ffffff url(/res/coArticleNews/images/panel_body_bg.png) repeat-y top left;
}

#coSiteNavigation .coArticleNews .body .article {
	position:relative;
	width:158px;
	height:auto;
	float:left;
	margin-bottom:2px;
	padding:5px;
}

#coSiteNavigation .coArticleNews .body .top {
	background: #ffffff url(/res/coArticleNews/images/article_top_bg.png) no-repeat top left;
}

#coSiteNavigation .coArticleNews .body .article h3 {
	font-size: 1.05em;
}

#coSiteNavigation .coArticleNews .body .article .button {
	position:relative;
	width:153px;
	height:auto;
	float:left;
	right:-5px;
	text-align:right;
	padding:8px 0px 0px 5px;
}

#coSiteNavigation .coArticleNews .footer {
	position:relative;
	width: 182px;
	float: left;
	height: 10px;
	margin:0px;
	padding:0px;
}

#coSiteNavigation .coArticleNews .footer img {
	vertical-align:top;
}

#coSiteNavigation #logo {
	position:relative;
	width:100%;
	height: auto;
	float: left;
}

#coSiteNavigation #logo #logoInner {
	position:relative;
	width:100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-left: 2px;
	font-size: 0.9em;
}

#mainSignpost {
	position:relative;
	width:640px;
	height:auto;
	float:left;
}

#siteMain #mainPanel #bodyText #bodyPadderTop {
	width: 637px;
	height: 96px;
	float: left;
	background: #fff url(/images/home_redesign/bodyPadderTop.png) no-repeat top left;
}

#siteMain #mainPanel #bodyText #bodyPadder {
	width: 585px;
	padding: 0px 26px;
	background: #fff url(/images/home_redesign/bodyPadder.png) repeat-y top left;
}

#siteMain #mainPanel #bodyText #bodyPadderBottom {
	width: 637px;
	height: 9px;
	float: left;
	background: #fff url(/images/home_redesign/bodyPadderBottom.png) no-repeat top left;
	margin-bottom: 3px;
}

