/***********************************************/
/* BMK2007.css                            */
/* Use with BMK website 2007: based on Macromedia template 2col_leftNav as amended         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1D4B81;
	line-height: normal;
	margin: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: small;
}

a:link, a:visited,  {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #1D4B81;
	text-decoration: underline;
	font-weight: bold;	
}


a:
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 fhover {
	text-decoration: underline;
	font-size: x-large;
	color: #FFFFFF;
	color: #ECE9D8;
	color: #1D4B81;
	font-size: 24px;
}
/* overrides decoration from previous rule for hovered links */
ont-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #1D4B81;
}

h2{
	font-size: 16px;
	color: #FD6A1C;
	font-weight: bold;
}

h3{
	font-size: 20px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color: #DD4C02;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: text-bottom;
	left: 5px;
	width: 638px;
}

h4{
 font-size: 14px;
 font-weight: bold;
 color: #FF6600;
}

h5{
	font-size: x-small;
	color: #999999;
	font-weight: normal;
}

h6{
	font-size: 100%;
	color: #1D4B81;
	background-color: #66CCFF;
	left: 5px;
	line-height: 2;
	text-indent: 5px;
	width: 638px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 80px; /* changed from 800px (26/11/07) to fix problem on 800x600 screen resolution*/
	padding: 0px;
	float: left;
	height: 135px;
}
#bmkmashteadright {
	height: 113px;
	width: 633px;
	margin-left: 6px;
	padding-left: 6px;
	left: 170px;
	top: 11px;
	position: absolute;
	padding-top: 18px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}



#navBar{
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	width: 170px;
	float: left;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 0;
	top: 100px;
	border-right-style: dotted;
	border-right-color: #ccc;
	vertical-align: top;
}

#content{
	float:none;
	width: 650px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 150px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-color: #cccccc;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	position: absolute;
	left: 172px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	height: 1024px; /***was 2710px - made page very long with lots of white space***/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageNameINFORMATION styles **************/

#pageName{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 10px;
	left: 170px;
	width: 630px;
	padding: 0px;
	float: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.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;
	width: 630px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	left: 170px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: dotted;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.caption {
	font-size: small;
	font-style: italic;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	font-size: 75%;
	color: #cccccc;
	padding: 6px;
	margin-top: 0px;
	float: left;
	position: absolute;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	border-top-style: dotted;
	border-bottom-style: dotted;
	left: 352px;
	top: 544px;
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 170px;
	top: 150px;
	left: 4px;
	text-align: left;
	text-indent: 0px;
	height: 624px;
	color: #1D4B81;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	line-height: 1.6;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 1.6;
}



#sectionLinks a:visited{
	line-height: 1.6;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#sectionLinks a:hover{
	color: #FD6A1C;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-decoration: none;
	font-weight: normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 90%;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.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;
}
#animatedgif {
	float: right;
	height: 100px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 343px;
}
#content #pageNamePROJECT {
	background-color: #65B300;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#content #pageNameHELPTHETRUST {
	background-color: #CF1C92;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#content #pageNameINFORMATION {
	color: #1D4B81;
	background-color: #FFDE00;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	font-weight: bold;
}
#content #pageNameCOMMITTEE {
	background-color: #1D4B81;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #1D4B81;

