/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Rowlands
Filename:		layout_home.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	21Jul07		CT			Updated areaA
1	04Apr07		CT			Created

*/

h1 {
	margin: 0px 0px 5px 0px;
}

#coSiteSubNavigation {
	background: transparent;
	position: relative;
	z-index: 10;
}

/***********************
	siteMain Start
***********************/

/* #siteMain {
	background: transparent url(/images/general/bg_home.gif) repeat-y bottom left;
} */

/* #siteMain #mainPanel {
	width: 610px;
	margin-top: -5px;
} */

#siteMain #mainPanel #bodyText {
	width: 610px;
	background: transparent url(/images/general/horiz_dotted.gif) repeat-x bottom left;
}

#siteMain #mainPanel #bodyText #flash {
	width: 248px;
	height: 190px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	z-index: 10;
}

#siteMain #mainPanel #bodyText #flash #flashcontent {
	width: 231px;
	height: 180px;
	float: left;
	position: relative;
	z-index: 10;
}

#siteMain #mainPanel #bodyText #bodyPadder {
	width: 338px;
	margin: 0px 10px 20px 5px;
	font-size: 0.9em;
}

/***********************
	siteMain End
***********************/

/********************************
	coArticleSignpost Start
********************************/

#mainPanel .coArticleSignpost {
	position: relative;
	width: 609px;
	float: left;
	background: transparent url(/images/general/horiz_dotted.gif) repeat-x bottom left;
}

#mainPanel .coArticleSignpost .coArticleNews {
	position: relative;
	width: 609px;
	float: left;
	overflow: hidden;
}

#mainPanel .coArticleSignpost .coArticleNews .header {
	position: relative;
	width: 597px;
	height: 16px;
	float: left;
	background-color: #92D6DB;
	overflow: hidden;
}

#mainPanel .coArticleSignpost .coArticleNews .subheader {
	width: 600px;
	padding: 1px;
	overflow: hidden;
}

#mainPanel .AreaA {
	position: relative;
	width: 610px;
	height: 200px;
	float: left;
	overflow: hidden;
	background: transparent url(/images/general/main_bg_live.gif) repeat-y top left;
}

#mainPanel .AreaA .AreaAInner {
	position: relative;
	width: 610px;
	height: auto;
	float: left;
	background: transparent url(/images/general/horiz_dotted.gif) repeat-x bottom left;
}

#mainPanel .AreaA .homeLeft {
	position: relative;
	width: 178px;
	float: left;
}

#mainPanel .AreaA .homeLeft .coArticleSignpost,
#mainPanel .AreaA .homeLeft .coArticleSignpostBodyOnly,
#mainPanel .AreaA .homeLeft .coArticleSignpostImageOnly {
	position: relative;
	width: 177px;
	float: left;
	overflow: hidden;
	background: white;
}

#mainPanel .AreaA .homeLeft .header {
	position: relative;
	width: 165px;
	height: 16px;
	float: left;
	background-color: #92D6DB;
}

#mainPanel .AreaA .homeLeft .header a {
	text-decoration: none;
}

#mainPanel .AreaA .homeLeft .header a:hover {
	color: #FE9125;
}

#mainPanel .AreaA .homeLeft .subheader {
	width: 177px;
	padding: 1px;
}

#mainPanel .AreaA .homeLeft .coArticleSignpost .subheader .images .libraryImage,
#mainPanel .AreaA .homeLeft .coArticleSignpostImageOnly .subheader .images .libraryImage {
	position: relative;
	width: 185px;
	height: auto;
	float: left;
	padding-bottom: 0px;
	background: transparent;
}

#mainPanel .AreaA .homeLeft .coArticleSignpostImageOnly .subheader .images .libraryImage {
	margin-left: -2px;
}

#mainPanel .AreaA .homeLeft .coArticleSignpost .subheader .button,
#mainPanel .AreaA .homeLeft .coArticleSignpostBodyOnly .subheader .button {
	width: auto;
	float: right;
}

#mainPanel .AreaA .homeLeft .coArticleSignpostImageOnly .subheader .button {
	position: absolute;
	width: auto;
	height: auto;
	float: right;
	bottom: 2px;
	right: 2px;
}

#mainPanel .AreaA .homeRight {
	position: relative;
	width: 428px;
	float: right;
	padding: 1px;
	margin-right: 1px;
	overflow: hidden;
}
/********************************
	coArticleSignpost End
********************************/





