/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		NOE
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	12Dec05		MS			made minor change to how teHTML is displayed
1	11Nov05		MS			Created

*/

/* siteHeader */

#siteHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 289px;
}

#siteHeader .left {
	position: absolute;
	width: 50%;
	left: 0px;
	top: 91px;
	height: 198px;
	border: 1px solid red;
}

#siteHeader .right {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 91px;
	height: 198px;
	border: 1px solid red;
}

/* siteHolder */

#siteHolder {
	position: relative;
	width: 773px;
	margin: auto;
	text-align: left;
}
	
/* coSiteToolFront related stuffs */

#coSiteTool {
	position: relative;
	padding: 0;
	margin: 0;
	height: 128px;
	width: 773px;
	overflow: hidden;
}

#coSiteTool .logo {
	position: relative;
	padding: 0;
	margin: 0;
	width: 773px;
	height: 128px;
}

#coSiteTool .splash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 261px;
	height: 289px;
	background: transparent url(/images/home/logo_bg.gif) no-repeat bottom left;
}

/* content */
#teHTMLWrap {
	position: absolute;
	top: 500px;
	left: 50px;
	padding: 0;
	margin: 0;
	overflow: auto;
	width: 698px;
	height: 50px;
	z-index: 100;
}
#teHTML {
	padding: 0;
	margin: 0;
	/* overflow: hidden; */
	width: 615px;
	height: 60px;
	z-index: 100;
}

#teHTML h1 {
	margin: 0;
	padding: 0;
}

#teHTML p
{
	width: 100%;
}
/* siteHolder */


/* coSiteSearch */
#coSiteSearch {
	position: absolute;
	top: 240px;
	left: 500px;
}

#coSiteSearch {
	position: absolute;
	top: 243px;
	left: 510px;
	padding-left: 45px;
}

#coSiteSearch .label {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #fff;
}

#coSiteSearch .search {
	position: relative;
	padding: 1px 1px 1px 2px;
	background: #48A3C4;
}

.searchInput {
	font: normal .9em verdana,sans-serif;
	border: 0;
	width: 130px;
	padding: 0px 2px;
}

.form_submit {
	vertical-align: middle;
}


/* All the page content areas */
#pageEnd {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#pageEnd a {
	color: #0D115F;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	padding: 0px 5px;
}

#leftPanel {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 161px;
	overflow: hidden;
}

#leftPanel .buttonsAbove{
	position: relative;
	width: 161px; 
	height: 49px; 
	overflow: hidden;
	
}

#leftPanel .buttonsBelow{
	float: none;
	position: relative;
	width: 161px; 
	height: 92px; 
	overflow: hidden;
	
}

#leftPanel .buttonsBelow .left{
	float: none;
	position: relative;
	width: 134px; 
	height: 36px; 
	overflow: hidden;
	
}

#leftPanel .buttonsBelow .right{
	float: none;
	position: relative;
	width: 37px; 
	height: 36px; 
	overflow: hidden;
	
}

#mainPanel {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 612px;
	background: transparent url(/images/home/mainpanel_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}


/* Site Nav = Links at top of page */
#coSiteTool .siteNav {
	position: absolute;
	color:#fff;
	top:244px;
	left:220px;
	width:500px;
	height:20px;
}

#coSiteTool .siteNav a {
	text-decoration:none;
	margin-right:13px;
	color: #fff;
}

#coSiteTool .siteNav a:hover {
	color: #fff;
}

.coSiteNavigationImage
{
	height: 40px;
	overflow: hidden;
}

#coSiteFooter
{
	background: transparent url(/res/coSiteFooter/images/bottom.gif);
	width: 773px;
	height: 139px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* #coSiteFooter .buttons{
	position: relative;
	width: 291px; 
	height: 143px; 
	overflow: hidden;
	
} */

/* #coSiteFooter .buttons .left{
	float: left;
	position: relative;
	width: 253px; 
	height: 143px; 
	overflow: hidden;
	
} */

/* #coSiteFooter .buttons .right{
	float: left;
	position: relative;
	width: 38px; 
	height: 143px; 
	overflow: hidden;
	
} */

#coSiteFooter a
{
	padding:0;
	margin: 0;
}

#coSiteFooter .links
{
	position: absolute;
	top: 93px;
	padding:0;
	margin: 0;
	overflow: hidden;
}

#coSiteFooter .links .left
{
	float: left;
	position: relative;
	padding-top: 18px;
	padding-left: 25px;
}

#coSiteFooter .links .right
{
	float: left;
	position: relative;
	padding-top: 18px;
	padding-left: 12px;
}