/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	layout_home.css
Description:	Default Standard page layout and major element containers and placement
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------

*/



/*  Layout styles */
#frontBody
{
	text-align : center;
	padding : auto;
	margin : auto;
	/*background-image: url("/Image/bck_strip.gif");*/
	/*background-color: #ababab;*/
	background-color: #c3d8f0;
}
#siteWrap
{
	width : 740px;
	text-align: center;
	margin : auto;
	padding : auto;
	background-color : #ffffff;
}
#siteLogo
{
	padding-bottom: 5px;
}
#siteHeader
{
	margin-left : 15px;
	margin-right : 15px;
	width: 709px;
	padding-bottom: 5px;
}
#siteNavigation
{
	float: left;
	text-align: left;
	width: 223px;
	height: 118px;
	position: relative;
}
#siteModuleLogo
{
	float: right;
	width: 480px;
	height: 118px;
	padding-top: 15px;
}
#siteHeaderDivider
{
	clear: left;
	margin-left : 15px;
	margin-right : 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*height: 7px;*/
}
#siteBody
{
	clear: left;
	margin-left : 15px;
	margin-right : 15px;
	width: 709px;
	padding-bottom: 10px;
}

#moduleInfoHeader {
	
	clear: left;
	margin-bottom: 10px;
	display: block;
	/*height: 70px;*/
	/*overflow: hidden;*/
	position: relative;
}
/*
#moduleInfoHeader div {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;	
}

#moduleInfoHeader img {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;	
}
*/
#moduleImageWrap
{
	clear: left;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}
#moduleSummary
{
	text-align: left;
}
#siteFooter {
	clear: both;
	background-image: url("/Image/Footer.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 117px;
	width: 740px;	
}

.homeFooter {
	margin-left: -15px;
}

#siteFooterNav1
{
	padding-top: 50px;
	text-align: center;
}
#siteFooterNav2
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
