/***********************************************/
/*             Layout Divs                     */
/***********************************************/
#pagecell1{
	width: 178px;
	background-color: #FFFFFF;
	padding: 7px;
}

#pageNav{
	float: left;
	width: 158px;
	padding: 0px;
	background-color: #e6eaee;
	border-right: 1px solid #15569d;
	border-bottom: 1px solid #15569d;
	border-top: 1px solid #15569d;
	border-left: 1px solid #15569d;
	font: small Verdana,sans-serif;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}
	
#sectionLinks h4{
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #15569d;
}
#sectionLinks h5{
background-image: url(http://localhost/PublicSite/images/slices/topbarmockup_06.jpg)

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #15569d;
	border-bottom: 1px solid #15569d;
	border-left: 1px solid #15569d;
	background-color:  #e6eaee;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	color: #15569d;
	font-size:12px;
	text-decoration: none;
	
}

#sectionLinks a:hover{
	border-top: 1px solid #6D73B7;
	border-bottom: 1px solid #e6eaee;
	border-right: 1px solid #15569d;
	border-left: 1px solid #15569d;
	background-color: #e6eaee;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #15569d;
	border-bottom: 1px solid #15569d;
	border-left: 1px solid #15569d;
	color: #15569d;
	width: 136px;
}

#advert h4{
	padding: 0px 0px 0px 0px;
	text-align:left;
	color: #15569d;
}

#advert p{
	text-align: left;
	color: #15569d;
	font-size: 12px;
}

#advert img{
	display: block;
}

/******************* footer *********************/

#footer {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #15569d;
	border: 3px solid #15569d;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #e6eaee;
}

#footer a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #e6eaee;
}

/********************* end **********************/









