/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		NOE
Filename:		layout_standard.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	21Oct05		JF			Added color : #273a96; to rollHeading
1	21Jan05		AJL			Created

*/

#coSiteTool .splash {
	height: 105px;
}

#bodyText .objectRoll {
	position: relative;
	padding: 0 0 10px 0;
}

#bodyText .objectRoll .item{
	position: relative;
	padding: 5px 10px;
}

#bodyText .rollHeading {
	position: relative;
	background: #eee;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 10px;
	color : #000000;
}

#bodyText .contentRollHolder {
	position: relative;
	padding: 10px 0px;
}

#pageTitle {
	position: relative;
	width: 436px;
	margin-left: 154px;
	padding: 0px;
	margin-bottom: 0px;
}

#pageTitle h1 {
	position: relative;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
/* Side Promo Panels */

#sidePromo .heading {
	position: relative;
	background: #003293;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px;
}


