/***********************************************/
/* top.css                            */
/* Use with secondary pages          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	margin:10px 0 0 0px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	border-bottom:#336600 double 3px;
	text-align: center;
}
.feature p{
	text-indent:2em;
	text-align:justify;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story h3{
	border-bottom:#336600 1px solid;
	border-left:#336600 10px solid;
	padding-left:5px;
	}
.service-item{
	float:left;
	margin:10px 20px 10px 0;
	padding:3px;
	border:1px solid #cccccc;
	}

/*********** #navBar link styles ***********/

#navBar ul {
list-style: none; 
margin: 0;
padding: 0;
 }

#navBar ul ul{
list-style-image:url(../image/nav_list_marker.gif);
list-style-position:outside;
list-style-type:none;
background:white;
margin: 0 0 0 35px;
padding:0 0 0 0px;
}
 
#navBar ul a{
display: block;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a{
	text-decoration:none;
	border-bottom: 0px dotted #cccccc;
	padding: 4px 0px 4px 10px;
	}
#sectionLinks a:link{
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #B0FFBE;
}

#headlines h3{
	padding:5px;
	background:#B0FFBE;
	}

#headlines ul{
	margin:0;
	padding:0;
	
	}
#headlines ul li{
	margin-left:25px;
	padding:5px 0 5px 5px;
	list-style-image:url(../image/nav_list_marker.gif);
	list-style-position:outside;
	}
	


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 85%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
