/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:		NOE
Filename:		layout_standard.css
Description:	Layout of the standard page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	19Sep05		MS			Created

*/

#siteHeader, #siteHeader .left, #siteHeader .right
{
	display: none;
}

/* SubNav = BreadCrumbs */
#coSiteSubNavigation
{
	position: relative;
	width: auto;
	float: none !important;
	left: 0px;
	top:0px;
	right:0px;
	background:none;
	color: #000000;
}

#coSiteSubNavigation ul{	
	display:inline;
	color:#C3EFFF;
	padding: 0px;
	margin: 0px;
}

/* Site Nav = Links at top of page */
.siteNav
{
	color:#fff;
	top:93px;
	left:0px;
	width:500px;
	height:20px;
}

#siteHolder 
{
	position: relative;
	margin: 0px;
	text-align: left;
	width: auto;
	float: none !important;
	left: 0px;
	top:0px;
	right:0px;
	background:none;
	color: #000000;
}

#coSiteTool 
{
	position: relative;
	width: auto;
	float: none !important;
	left: 0px;
	top:0px;
	right:0px;
	background:none;
	color: #000000;
}

#coSiteTool .logo 
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 114px;
	height: 67px;
}

#coSiteTool .splash 
{
	display: none;
}

#coSiteSearch 
{
	display: none;
}

#pageEnd 
{
	display: none;
}

#siteMain 
{
	position: static;
	background: none;
	float: none !important;
	left: 0px;
	top:0px;
	right:0px;
	color: #000000;
	text-align: left;
	width: 100%;
}

#leftPanel, #rightPanel
{
	display: none;
}

#mainPanel 
{
	position: relative;
	float: none !important;
	width: auto;
	margin-left:0px;
}

#mainPanel #bodyText 
{
	padding-top:5px;
	padding-bottom:30px;
}
/* Images, Links, Downloads, Contacts Styles */
#mainPanel #bodyText .objectRoll
{
	padding-bottom:0px;
}
#mainPanel #bodyText .heading
{
	/* background: #B6DAE7 url(/images/global/down_link_cont_curve.gif) no-repeat top right; */
	padding:5px 0px 5px 0px;
	height:21px;
/* 	margin-bottom:8px; */
}
#mainPanel #bodyText .heading h3
{
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
}
#mainPanel #bodyText .objectRoll .item
{
	padding-bottom:7px;
	padding-left:10px;
}