/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #71828A;
	line-height: 1.1;
	margin: 0px;
	padding: 10px;
	background: #cccccc url(bg_grad.jpg) fixed;
	top: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3{
 font: normal 85% Verdana, Arial, Helvetica, sans-serif;
 color: #CC6600;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 75% Verdana, Arial, Helvetica, sans-serif;
 color: #CC6600;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 85% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	left: 22%;
	right: 2%;
	width:800px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -2px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 10px;
	left: 22%;
	right: 2%;
	width:800px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	font: small Verdana,sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding: 0px;
	
}

#pageName h2{
	font: bold 175% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: -1px;
	right:-1px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 714px;
}


a.glink, a.glink:visited{
	font-size: 75%;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 135px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 75%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;

}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 20px 20px 0px 20px;
	font-size: 9pt;
}
html>body .feature {
	height: auto;
	border-bottom-style: none;
}

.feature h3{
	font: normal 165% Verdana, Arial, Helvetica, sans-serif;
	;
	color: #339900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.story h3{
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #339900;
	display:block;
	padding-bottom: 5px;
}


td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h4{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333333;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#pagecell1 #aboutUs {
	background-image: url(images/AboutUsBanner.jpg);
	vertical-align: top;
	height: 300px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
}
#pagecell1 #index {
	background-image: url(images/homeBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
#pagecell1 #newsEvents {
	background-image: url(images/NewsEventsBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
#pagecell1 #advocacy {
	background-image: url(images/AdvocacyBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
#pagecell1 #contactUs {
	background-image: url(images/contactUsBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
.logo {
	background-image: url(revised-for-web-PBT-logo.gif);
	background-repeat: no-repeat;
}
#Square Bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	list-style-type: square;
}
#tableStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px dotted #006699;
}
#pagecell1 #involvement {
	background-image: url(images/InvolvementBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
#pagecell1 #membership {
	background-image: url(images/MembershipBanner.jpg);
	background-position: center top;
	height: 300px;
	width: 800px;
}
#pagecell1 #resources {
background-image: url(images/ResourcesLinksBanner.jpg);
background-position: center top;
height: 300px;
width: 800px;
}
#pagecell1 #topTenIdeas {
background-image: url(images/TopTenIdeasBanner.jpg);
background-position: center top;
height: 300px;
width: 800px;
}
#pagecell1 #links {
background-image: url(images/LinksBanner.jpg);
background-position: center top;
height: 300px;
width: 800px;
}
#pagecell1 #joinUs {
background-image: url(images/joinUs.jpg);
background-position: center top;
height: 300px;
width: 800px;
}
	
	
	
.BackToTop {
	float: right;
	height: 50px;
	width: 35px;
}
.imagePholder {
	float: left;
	height: 150px;
	width: 150px;
	background-image: url(images/newsEvents_image-1.jpg);
	background-repeat: no-repeat;
	padding: 2px;
}

