/***********************************************/
/* evuk.css                                    */
/* Use with template evuk01                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS";
	color: #333333;
	background-color:#FFFFFF;
	line-height:1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 20px;
	color: #999999;
	font-weight : bolder;
}

h2{
	font-size: 114%;
	color: #666465;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 margin-top:0 ;
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

dd {
 padding-bottom:15px;
 }

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

th {
text-align:left ;
}				

th.centred{
text-align:center ;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float: right;
	width: 75%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#fullwidth{
	float:none;
	width:80%;
	margin:0 7% 0 7%;
	padding:0 3% 3% 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0;
	margin: 0 0 10px 10px;
}
h1#pageName {
	color: #666465;
}


/************* #globalNav styles **************/

#globalNav{
	background-color: #666666;
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	line-height : 150%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	color:#FFFFFF
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 15px;
	padding: 0 20px 5px 10px;
}
.feature h2{
	font-size: 18px;
	color: #666666;
	padding: 0;
	margin:15px 0 5px 0;
}
.feature h2.top{
	margin:0 0 5px 0;
}
.feature h3{
	padding: 0;
}
.feature p.intro{
	font-size: 15px;
	color: #333333;
	font-weight:bold;
}

.feature p{
	margin:5px 0 15px 0;
	padding: 0 ;
	font-weight:500;
	color: #333333;
}

.feature img{
	float: left;
	padding: 1px;
	margin: 10px 15px 5px 0;
	background-color:#333333;
	border: 1px solid #999999;
}

.feature ul{
}
.feature li{
	font-weight:bold;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story, .jobvac {
	clear: both;
	padding: 5px 0 0 20px;
	font-size: 90%;
	margin:0;
}

.story h3, .jobvac h3 {
	padding: 0;
	font-size: 110%;
	margin:8px 0 5px 0;
}

.story h4, .jobvac h4 {
	padding: 0;
	font-weight:bold;
}

.story .summary{
    margin-left:180px;
}
.story dl{
	padding: 0px 0px 10px 0px;
}
.story p, .jobvac p{
	padding: 0;
	font-weight:normal;
	margin:5px 0 8px 0;
}

.story li{
	line-height:200%;
}

.story img{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}	

.story .links{
	clear:left;
}

h4.ref{
	float:left;
	display:inline;
}
.tellme{
  display:inline;
	float:none
}

.byline{
	float:right;
	display:inline;
}

.button {
  font-weight:bold;
  
}
/************** .gallery styles *****************/

.gallery, .galleryLeft{
	padding:10px 0 0 10px;
	font-size: 90%;
}

.galleryLeft{
	float:left;
	margin-right:20px;
}

.gallery p, .galleryLeft p{
	font-weight:normal;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 0px 10px 5px 10px;
	margin-top: -1px;
	/*line-height:200%;*/
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 8px 20px 4px 0px;
	vertical-align:text-bottom;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* 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;}

#picBar ul a:link, #picBar ul a:visited {display: block;}
#picBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#picBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
tr>td #picBar 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:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#dummy {
padding: 0;
clear:both;
}

/********************/
a.buttontext {
  background-color:#666666;
  font-size:12px;
  line-height:150%;
  color:#FFFFFF;
  width:60px;
}

a.buttontext:link, a.buttontext:visited {
  color:#FFFFFF;
  text-decoration:none; 
 }
 
a.buttontext:hover, a.buttontext:active {
  color:#FFFFFF;
  text-decoration:underline;
}

.widebutton {
   font-weight:bold;
   width:200px;
}
.small {
 font-size:0.8em;
}

span.shout p{
 font-weight:bold;
 color:#000000;
}

object { 
  margin:0 0 10px 10px ;
}
#Scroller {
  margin:0 0 10px 10px ;
	padding:none;
	background-color:#333333;
	border: none;
}
th.tablehead {
 text-align:center ; 
}

.intercept, .intercept a, .intercept a:link, .intercept a:visited, .intercept a:active {
 padding-left:40px ;
 color:#CCCCCC;
 text-decoration:none;
}

.intercept a:hover {
 padding:0 10px 0 40px ;
 color:#AAAAAA;
 text-decoration:none;
}
