
/* Alternate Content Div just for homepage */

#content-home {
	position:absolute;
	left:200px;
	top:85px;
	height:620px;
	width:730px;
	margin:0px;
	padding:0px;
	z-index:3;
	}
	
/* Pane Layout */	

#homepane-one{
	width:420px;
	height:255px;
	padding:20px 30px 30px 20px;
	margin:0px;
	background:url(/global-assets/images/pane1_home.png) top left no-repeat;
	float:left;
	}
#homepane-two{
	width:200px;
	height:255px;
	padding:20px 40px 30px 20px;
	margin:0px;
	background:url(/global-assets/images/pane2_home.png) top left no-repeat;
	float:left;
	}
#homepane-three{
	width:185px;
	height:255px;
	padding:20px 30px 40px 20px;
	margin:0px;
	background:url(/global-assets/images/pane3_home.png) top left no-repeat;
	float:left;
	}
#homepane-four{
	width:185px;
	height:255px;
	padding:20px 30px 40px 20px;
	margin:0px;
	background:url(/global-assets/images/pane4_home.png) top left no-repeat;
	float:left;
	}
#homepane-five{
	width:200px;
	height:265px;
	padding:20px 40px 30px 20px;
	margin:0px;
	background:url(/global-assets/images/pane5_home.png) top left no-repeat;
	float:left;
	}
#write-a-poem {
	position:absolute;
	left:875px;
	top:345px;
	height:80px;
	width:80px;
	margin:0px;
	padding:0px;
	z-index:4;
	background:url(/global-assets/images/WAP_button.png) top left no-repeat;
	}
#write-a-poem a {
	height:70px;
	width:70px;
	display:block;
	float:left;
	padding:0px;
	}
	
/* Pane Styling  */
	
.panetitle {
	font-size:18px;
	line-height:24px;
	border-bottom:1px solid #002c3f;
	color:#002c3f;
	margin:0px 0px 10px 0px;
	letter-spacing:-1px;
	}
.panecontent {
	width:100%;
	height:205px;
	}
.panecontent p {
	font-size:11px;
	line-height:14px;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#002c3f;
	}
.panecontent a {
	color:#002c3f;
	text-decoration:none;
	}
.panecontent a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
.panelink {
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#002c3f;
	margin:0px;
	letter-spacing:-1px;
	}

/* Pane More Link Styling */	

.panelink a {
	font-size:14px;
	line-height:20px;
	border-bottom:1px solid #002c3f;
	color:#002c3f;
	text-decoration:none;
	margin:0px;
	}
.panelink a:hover {
	font-size:14px;
	line-height:18px;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
	}

#ticker-area a, #ticker-front a{
	text-decoration: none;
	line-height:16px;
	color:#002c3f;
}
#ticker-area a:hover, #ticker-front a:hover{
	text-decoration: underline;
	color:#FFFFFF;
	line-height:16px;
}
	
/*Martin Wood @ Corporation Pop ///////2009 */
