/* 
================================
Home Page skin styles for N2 Sites
Adopted from a DNNCreative Skin
By Mikol Westling, CTO
================================
*/
/* --------------
Background Layouts
---------------*/
#BackGroundWrap
{
	z-index: 100;
	width: 945px;
	height: 960px;
	/*position: relative;
	top: -960px;
	left: 0%;*/
}
#LeftPanelBG
{
	Width: 315px;
	Height: 960px;
	display:inline;
	float:left;
}
#LeftBGImage
{
	width: 315px;
	height: 960px;
	background-image: url(images/N2HHomeLeftPanelAnimated.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#LogoImage
{
	width: 315px;
	height: 107px;
	background-image: url(images/N2HHomeLeftPanelaniLogo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;/**/
	z-index: 200;
}

#CenterPanelBG
{
	Width: 315px;
	Height: 960px;
	display: inline;
	float: left;
	background-image: url(images/N2HHomeCenterPanel.jpg);
	background-repeat: no-repeat;
}
#RightPanelBG
{
	Width: 315px;
	Height: 960px;
	display: inline;
	float: right;
	background-image: url(images/N2HHomeRightPanel.jpg);
	background-repeat: no-repeat;
}
/* --------------
Foreground Layouts
NOTE: Left Panel and elements Defined in skin.css as they are global
Might be moved here
---------------*/
/* --- Center Panel Items --- */
#ForegroundWrap
{
	z-index: 500;
	width: 945px;
	height: 960px;
	position: relative;
	top: -960px;
}
#LeftPanelFG
{
    width: 315px;
    height: 960px;
    display: inline;
    float: left;
    z-index: 500;
    /*border: solid 1px red;*/
    color: #FFFFFF;
}
#MenuWrap
{
	width:295px;
	height:400px;
	padding-right:30px;
}
#MenuArea
{
	width:295px;
	height:400px;
	text-align:right;
}
#PrivacyTermsArea
{
	width:295px;
	height:200px;
	font-weight: bold;
	text-align:right;
}
#PrivacyTermsArea a, #PrivacyTermsArea a:link, #PrivacyTermsArea a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}
#CopyrightArea
{
	width:315px;
	height:40px;
	text-align:center;
	vertical-align:bottom;
}
#CenterPanelFG
{
    width: 315px;
    height: 960px;
    display: inline;
    float: left;
    z-index: 500;
    /*border: solid 1px green;*/
}
/* --- Right Panel Items --- */
#RightPanelFG
{
    width: 300px;
    height: 960px;
    display: inline;
    float: right;
    z-index: 500;
    /*border: solid 1px yellow;*/
}
#SearchArea
{
	Width: 315px;
	Height: 200px;
	padding-top:15px;
}
.SearchModule
{
	color:#FFFFFF;
	font-weight: bold;
}
.SearchModule a, a:link, a:visited, a:hover
{
	color: #FFFFFF;
}
#TickerArea
{
	Width: 315px;
	Height: 100px;
}
#ContentArea
{
	Width: 290px;
	Height: 600px;
	overflow: auto;
	text-align: left;
}
























