/*
styles.css
bcmpa ee styles
mod7.com + authored by daryl claudio
*/

/*----------------------------
Arial Font Stack:
font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;

Verdana Font Stack:
font-family: Verdana, Tahoma, Geneva, sans-serif;
*****************************/


body {
background: url(/frontend/images/cloudy-background.png) center top scroll no-repeat #9cdcf9;
font: normal normal 14px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
color: #666;
text-align: center;
}

/*----------------------------
			Typography
*****************************/


h1 {
font: normal normal 30px Verdana, Tahoma, Geneva, sans-serif;
color: #333;
margin: 30px 0;
}

h2 {
font: normal normal 18px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
color: #3399cc;
margin: 0 0 12px;
}

h2.link-header {
font: normal normal 18px Verdana, Tahoma, Geneva, sans-serif;
color: #333;
margin: 0 0 12px;
}

h3 {
font: normal normal 15px Verdana, Tahoma, Geneva, sans-serif;
color: #333;
margin: 0 0 12px;
}

h4 {
font: normal normal 11px Verdana, Tahoma, Geneva, sans-serif;
color: #666;
margin: 0 0 12px;
}

p {
font: normal normal 14px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif; 
line-height: 24px;
margin-bottom: 24px;
color: #666;
}

/* lists in content */
#content ul,
#content ol {
margin: 24px 0;
line-height: 24px;
}

	#content ul li,
	#content ol li {
	list-style: disc outside;
	padding-left: 6px;
	margin-left: 25px;
	}

/* tables */

table {
font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif; 
font-size: 12px;
margin: 12px 0 24px;
}
	
	table tr {
	padding: 6px 0;
	}
	
	table tr.odd {
	background: #e7f4f9;
	}
	
	table td {
	padding: 6px;
	}
	
	table p,
	table td {
	font-size: 12px;
	line-height: 18px;
	}

	table p {
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	}
	
	table thead p,
	table th p,
	table thead td,
	table th {
	font-size: 14px;
	font-weight: 600;
	padding: 6px
	}
	
	table.glossary td {
	padding-bottom: 36px;
	}
	
address {
font-size: 12px;
font-weight: 600;
line-height: 18px;
margin: 0 0 24px 0;
}

a:link { color: #3399cc; text-decoration: none; }
a:visited { color: #3399cc; text-decoration: none; }
a:hover { color: #3399cc; text-decoration: none; }
a:active { color: #3399cc; text-decoration: none; }

strong { font-weight: 600; }
em { font-style: oblique; }

hr.floatclear,
div.floatclear {
background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
margin: 0;
padding: 0;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

.thumb_and_title {
	padding-top:10px;
	clear:both;
}

.thumb_and_title img {
	max-width: 50px;
	max-height: 50px;
	float:left;
}


.thumb_and_title a {
	
	width:520px;
	padding-left:10px;
	font-size:16px;
	vertical-align:50%;
}

.thumb_and_title a:hover {
	text-decoration: underline;
}

.no-image-space {
	display:block;
	width: 50px;
	float:left;
}

.thumb-link-header {
	padding-top:5px;
	clear:both;
}

/*----------------------------
			Layout
*****************************/

#container {
width: 960px;
margin: 0 auto;
text-align: left;
}

#header {
width: 960px;
height: 83px;
margin: 72px 0 0 0;
position: relative;
}

	#header h1#header-title {
	width: 151px;
	height: 202px;
	text-indent: -9001px;
	background: url(/frontend/images/header-title.png) 0 0 no-repeat;
	position: absolute;
	top: -71px;
	left: -31px;
	z-index: 2;
	margin: 0;
	}

		#header #header-title a {
		float: left;
		width: 151px;
		height: 202px;
		display: block;
		}

	#header #nav { /* navigation */
	width: 869px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 91px;
	z-index: 1;
	}
	
		#header #nav li {
		float: left;
		}

			#header #nav #nav-home {
			background: url(/frontend/images/header-nav.png) -91px 0 no-repeat;
			display: block;
			width: 115px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}

			#header #nav a#nav-home:hover,
			#header #nav li.current a#nav-home {
			background-position: -91px -49px;
			}
			
			#header #nav #nav-aboutbcmpa {
			background: url(/frontend/images/header-nav.png) -206px 0 no-repeat;
			display: block;
			width: 137px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}

			#header #nav #nav-aboutbcmpa:hover,
			#header #nav li.current #nav-aboutbcmpa {
			background-position: -206px -49px;
			}
			
			#header #nav #nav-industryoverview {
			background: url(/frontend/images/header-nav.png) -343px 0 no-repeat;
			display: block;
			width: 160px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}

			#header #nav #nav-industryoverview:hover,
			#header #nav li.current #nav-industryoverview {
			background-position: -343px -49px;
			}
			
			#header #nav #nav-events {
			background: url(/frontend/images/header-nav.png) -503px 0 no-repeat;
			display: block;
			width: 85px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}
			
			#header #nav #nav-events:hover,
			#header #nav li.current #nav-events {
			background-position: -503px -49px;
			}

			#header #nav #nav-newsandpublications {
			background: url(/frontend/images/header-nav.png) -588px 0 no-repeat;
			display: block;
			width: 174px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}

			#header #nav #nav-newsandpublications:hover,
			#header #nav li.current #nav-newsandpublications {
			background-position: -588px -49px;
			}
			
			#header #nav #nav-industryinitiatives {
			background: url(/frontend/images/header-nav.png) -762px 0 no-repeat;
			display: block;
			width: 198px;
			height: 49px;
			float: left;
			text-indent: -9001px;
			}
			
			#header #nav #nav-industryinitiatives:hover,
			#header #nav li.current #nav-industryinitiatives {
			background-position: -762px -49px;
			}
		
	#header #subnav {
	background: url(/frontend/images/header-subnav.gif) 0 0 repeat-x;
	width: 960px;
	height: 34px;
	position: absolute;
	top: 49px;
	left: 0;
	font: 9px Verdana, Tahoma, Geneva, sans-serif;
	color: #CCC;
	}
	
		#header #subnav a:link { text-decoration: none; color: #CCC; }
		#header #subnav a:visited { text-decoration: none; color: #CCC; }
		#header #subnav a:hover { text-decoration: underline; color: #FFF; }
		#header #subnav a:active { text-decoration: underline; color: #FFF; }
	
		#header #subnav ul {
		display: block;
		float: right;
		margin: 12px 25px 0 0;
		width: auto;
		}
		
		#header #subnav ul li {
		display: block;
		float: left;
		margin-left: 4px;
		}
		
		#header #subnav #breadcrumb {
		float: left;
		margin: 12px 0 0 147px;
		}
		
		#header #subnav a.breadcrumb-current {
		text-decoration: none;
		color: #FFF;
		}
		
		#header #subnav a.current {
		text-decoration: underline;
		color: #FFF;
		}

#mainbody {
background: url(/frontend/images/mainbody-background.png) top left repeat-y;
width: 960px;
padding: 0 0 143px 0;
}

	#content {
	padding: 45px 40px;
	width: 580px;
	float: left;
	}

		#content-meta { /* meta */
		margin: 32px 0 0 0;
		border-top: dotted 1px #b2b2b2;
		padding: 12px 0 0 0;
		font: normal normal 11px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
		line-height: 14px;
		font-weight: 600;
		}
	
		#content-meta h5 { color: #3399cc; }
	
		#content-meta a:link { color: #333; text-decoration: none; }
		#content-meta a:visited { color: #333; text-decoration: none; }
		#content-meta a:hover { color: #3399cc; text-decoration: underline; }
		#content-meta a:active { color: #3399cc; text-decoration: underline; }
		
		#content-meta .content-meta-column-a {
		float: left;
		width: 190px;
		}
		
		#content-meta .meta { /* individual meta box */
		padding: 0 0 24px 0;
		}
	
			#content-meta ul.meta-glossary,
			#content-meta ul.meta-relatedlinks {
			margin: 0;
			padding: 0;
			line-height: 14px;
			}
	
			#content-meta ul.meta-glossary li {
			display: inline;
			list-style: none;
			padding: 0;
			margin: 0;
			}
	
			#content-meta ul.meta-relatedlinks li {
			list-style: none;
			padding: 0;
			margin: 0;
			line-height: 14px;
			}
	
		#content-meta .content-meta-column-b {
		float: right;
		width: 210px;
		}
	
			#content-meta .meta-files {
			margin: 0;
			padding: 0;
			}
	
				#content-meta .meta-files li {
				list-style: none;
				padding: 0 0 4px 23px;
				margin: 0;
				min-height: 20px;
				}
	
				#content-meta .meta-files .file-gen {
				background: url(/frontend/images/page_white_put.png) no-repeat 0 3px;
				}
	
	.weblogentry { /* isolate user-generated stuff */
	}
	
		.weblogentry img {
		margin: 10px;
		}
		
	
	/* Sidebar */
	
	#sidebar {
	float: left;
	width: 262px;
	margin: 10px 0 0 20px;
	}
	
	.sidebar-search {
	display: block;
	width: 260px;
	height: 52px;
	background: url(/frontend/images/sidebar-search.png) 0 0 no-repeat;
	margin-bottom: 18px;
	}
	
		.sidebar-search #keywords {
		height: 32px;
		padding: 17px 10px 0;
		font-size: 15px;
		font-family: Verdana, Tahoma, Geneva, sans-serif;
		color: #666;
		background: none;
		border: 0 none;
		width: 192px;
		}
		
		.sidebar-search .submit {
		width: 45px;
		height: 52px;
		display: block;
		text-indent: -9001px;
		float: right;
		}
	
		#sidebar p {
		margin: 0;
		padding: 14px 0 14px;
		font: normal normal 11px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
		line-height: 18px;
		}
	
		#sidebar div.hr {
		border-top: dotted 1px #b2b2b2;
		height: 1px;
		padding: 0;
		margin: 0;
		width: 239px;
		}
	

		#sidebar .sidebar-module-header { /* sidebar titles */
		background: url(/frontend/images/sidebar-subnav-background.png) right top no-repeat;
		padding: 6px 10px 0 10px;
		margin-bottom: -1px;
		position: relative;
		}
			
			#sidebar .sidebar-module-header h4 {
			font: normal normal 18px Verdana, Tahoma, Geneva, sans-serif;
			color: #42a1c5;
			padding: 0 0 5px 0;
			margin:0;
			}

	
		#sidebar .sidebar-module-content {
		background: url(/frontend/images/sidebar-subnav-background.png) right bottom no-repeat;
		padding: 0px 10px 10px 10px;
		margin: 0 0 8px 0;
		}
		
		/* Sidebar Navigation */
		
		#sidebar .sidebar-navigation-parent {

		}

		#sidebar .sidebar-navigation-parent a:link { color: #666; text-decoration:none; }
		#sidebar .sidebar-navigation-parent a:visited { color: #666; text-decoration:none; }
		#sidebar .sidebar-navigation-parent a:hover { color: #FFF; text-decoration:none; }
		#sidebar .sidebar-navigation-parent a:active { color: #FFF; text-decoration:none; }

			#sidebar .sidebar-navigation-parent li {
			border-bottom: dotted 1px #b2b2b2;
			width: 239px;
			font: normal normal 14px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
			}
	
			#sidebar .sidebar-navigation-parent li a {
			display: block;
			background: url(/frontend/images/sidebar-subnav-arrow.gif) left center no-repeat #FFF;
			padding: 4px 14px;
			margin: 1px 0;
			}
	
		#sidebar .sidebar-navigation-parent ul.sidebar-navigation-child {
		border-top: none;
		margin: 0 0 12px 8px;
		}
		
			#sidebar .sidebar-navigation-parent li.current a {
			background: url(/frontend/images/sidebar-subnav-arrow-hover.gif) left center no-repeat;
			color: #FFF;
			}
		
			#sidebar .sidebar-navigation-parent ul.sidebar-navigation-child li {
			border-bottom: none;
			}
		
			#sidebar .sidebar-navigation-parent ul.sidebar-navigation-child li a {
			font: normal normal 12px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
			background: none;
			color: #666;
			}
			
				#sidebar ul.sidebar-navigation-child li a:link { color: #666; text-decoration:none; }
				#sidebar ul.sidebar-navigation-child li a:visited { color: #666; text-decoration:none; }
				#sidebar ul.sidebar-navigation-child li a:hover { color: #333; text-decoration:none; }
				#sidebar ul.sidebar-navigation-child li a:active { color: #333; text-decoration:none; }
			
			#sidebar .sidebar-navigation-parent ul.sidebar-navigation-child li.current a {
			background: url(/frontend/images/sidebar-subnav-arrow-child.gif) left center no-repeat;
			font-weight: 600;
			color: #333;
			}
			
			#sidebar ul li ul.sidebar-navigation-child {
			display: none;
			}
			
			#sidebar ul li.current ul.sidebar-navigation-child {
			display: block;
			}
			
	
	#sidebar .sidebar-all { /* multipurpose all class */
	position: absolute;
	top: 8px;
	right: 8px;
	padding:0 3px 0 12px;
	background: url(/frontend/images/sidebar-subnav-arrow-all.gif) left center no-repeat;
	font: 600 normal 10px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
	}
	
		#sidebar .sidebar-all a:link { color: #48a5c8; text-decoration:none; }
		#sidebar .sidebar-all a:visited { color: #48a5c8; text-decoration:none; }
		#sidebar .sidebar-all a:hover { color: #48a5c8; text-decoration:none; }
		#sidebar .sidebar-all a:active { color: #48a5c8; text-decoration:none; }
	
	#sidebar .sidebar-event { /* sidebar events */
	width: 239px;
	padding: 14px 0;
	border-bottom: 1px dotted #b2b2b2;
	position: relative;
	}
	
	#sidebar .sidebar-event-new {
	background: url(/frontend/images/icon-new.png) right center no-repeat;
	width: 239px;
	padding: 14px 0;
	border-bottom: 1px dotted #b2b2b2;
	position: relative;
	}
	
		#sidebar .sidebar-event-date {
		border-right: 1px solid #c1c1c1;
		width: 45px;
		height: 24px;
		display: table-cell;
		vertical-align: middle;
		}
		
			#sidebar .sidebar-event-date p { margin: 0; padding: 0; }
			#sidebar .sidebar-event-date p.sidebar-event-month {
			width: 40px;
			text-align: center;
			font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
			font-weight: 600;
			font-size: 9px;
			color: #999;
			text-transform: uppercase;
			line-height: 9px;
			}
			
			#sidebar .sidebar-event-date p.sidebar-event-day {
			width: 40px;
			text-align: center;
			font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
			font-weight: 600;
			font-size: 16px;
			color: #CCC;
			text-transform: uppercase;
			line-height: 16px;
			}

		#sidebar .sidebar-event-name {
		font: normal normal 11px Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		}
		
		#sidebar .sidebar-event-name {
		padding: 0 40px 0 10px;
		}
		
			#sidebar .sidebar-event-name a:link { color: #42a1c5; text-decoration: none; }
			#sidebar .sidebar-event-name a:visited { color: #42a1c5; text-decoration: none; }
			#sidebar .sidebar-event-name a:hover { color: #42a1c5; text-decoration: none; }
			#sidebar .sidebar-event-name a:active { color: #42a1c5; text-decoration: none; }
	
	#sidebar .sidebar-faqs-question {
	background: url(/frontend/images/icon-question.png) left 15px no-repeat;
	padding: 18px 0 5px 34px;
	}
	
	#sidebar .sidebar-faqs-answer {
	background: url(/frontend/images/icon-answer.png) left 15px no-repeat;
	padding: 18px 0 5px 34px;
	margin: 0;
	}
	
	#sidebar .sidebar-faqs-answer p {
	padding: 0;
	margin: 0;
	}
	
		#sidebar .sidebar-faqs-completeanswer {
		display: block;
		text-align: right;
		font-size: 10px;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-top: 12px;
		}
		
			#sidebar p .sidebar-faqs-completeanswer a:link { color: #48a5c8; text-decoration: none; }
			#sidebar p .sidebar-faqs-completeanswer a:visited { color: #48a5c8; text-decoration: none; }
			#sidebar p .sidebar-faqs-completeanswer a:hover { color: #48a5c8; text-decoration: none; }
			#sidebar p .sidebar-faqs-completeanswer a:active { color: #48a5c8; text-decoration: none; }
	
	#sidebar .sidebar-module-alerts .sidebar-module-header {
	background: url(/frontend/images/sidebar-alert-background.png) right top no-repeat;
	position: relative;
	}

		#sidebar .sidebar-module-alerts .sidebar-module-header h4 {
		width: 215px;
		min-height:36px;
		height:auto !important;
		height:36px;
		}
		
		#sidebar .sidebar-module-alerts .sidebar-module-header .alert-symbol {
		position: absolute;
		background: url(/frontend/images/sidebar-alert-icon.png) 0 0 no-repeat scroll;
		display: block;
		width: 35px;
		height: 26px;
		top: 14px;
		right: 14px;
		}
	
		#sidebar .sidebar-module-alerts .sidebar-module-content {
		background: url(/frontend/images/sidebar-alert-background.png) right bottom no-repeat;
		}
		

	
	
#footer {
background: url(/frontend/images/footer-background.png) center bottom no-repeat;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 99px;
z-index: 100;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 9px;
text-align: center;
color: #ebf1e8;
}

	#footer a:link { color: #ebf1e8; text-decoration: none; }
	#footer a:visited { color: #ebf1e8; text-decoration: none; }
	#footer a:hover { color: #ebf1e8; text-decoration: underline; }
	#footer a:active { color: #ebf1e8; text-decoration: none; }

	#footer #footer-container {
	background: transparent;
	width: 890px;
	height: 27px;
	margin: 75px auto 0;
	padding: 7px 0 0;
	}

	#footer ul#footer-navigation {
	float:left;
	}
	
		#footer ul#footer-navigation li {
		display: inline;
		}

	#footer #copyright {
	float: right;
	text-align: right;
	font-weight: 600;
	}

/*----------------------------
			Elements
*****************************/

.control-bar {
margin-bottom: 32px;
}

	.pagination {
	display: block;
	width: 180px;
	height: 22px;
	float: right;
	position: relative;
	}

		.pagination-count {
		text-align: right;
		font-family: Verdana, Tahoma, Geneva, sans-serif;
		font-size: 9px;
		text-align: center;
		margin-top: 6px;
		}

			a.button-back {
			background: url(/frontend/images/button-next-back.gif) 0 0 no-repeat;
			display: block;
			width: 49px;
			height: 22px;
			text-indent: -9001px;
			float: left;
			position: absolute;
			top: 0;
			left: 0;
			}

			a.button-back:hover {
			background-position: 0 -22px;
			}

			a.button-next {
			background: url(/frontend/images/button-next-back.gif) -49px 0 no-repeat;
			display: block;
			width: 49px;
			height: 22px;
			text-indent: -9001px;
			float: left;
			position: absolute;
			top: 0;
			right: 0;
			}

			a.button-next:hover {
			background-position: -49px -22px;
			}
		
			a.button-back-orphan {
			background: url(/frontend/images/button-next-back.gif) 0 0 no-repeat;
			display: block;
			width: 49px;
			height: 22px;
			text-indent: -9001px;
			}
		
			a.button-back-orphan:hover {
			background-position: 0 -22px;
			}
	
/*----------------------------
			Specificity
*****************************/

.homepage-news {
float: left;
width: 181px;
padding-right: 7px;
border-right: dotted 1px #b2b2b2;
margin-right: 9px;
font-size: 11px;
}

	.homepage-news p {
	font-size: 11px;
	line-height: 14px;
	}
	
	.homepage-news-thumb {
	width: 180px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
	}

.homepage-news:last {
border-right: 0;
margin-right: 0;
padding-right: 0;
}
	
	
/* adjust <hr /> tag in the contact us box */
#sidebar-module-contactus hr {
border-top: dotted 1px #b2b2b2;
border-bottom: none;
height: 1px;
padding: 0;
margin: 0;
width: 239px;
}

hr { /* general HR */
border-top: dotted 1px #b2b2b2;
border-bottom: none;
height: 1px;
margin: 18px 0;
}

/* FAQs */

.faq-container {
margin-bottom: 32px
}

	h4.faq-question {
	padding: 4px 0 16px 32px;
	background: url(/frontend/images/icon-question.png) 0 0 no-repeat;
	}

	div.faq-answer {
	padding: 0px 0 0 32px;
	background: url(/frontend/images/icon-answer.png) 0 0 no-repeat;
	}
	
/* event details */
.event-details {
border-bottom: 1px dotted #afb1b2;
margin-bottom: 32px;
}

	.event-details p {
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 14px;
	}

	.event-details-venue {
	float: left;
	width: 384px;
	border-right: 1px dotted #afb1b2;
	}
	
	.event-details-contact {
	float: left;
	width: 174px;
	padding-left: 10px;
	}
	
/* links page, link group */
.link-container {
margin-bottom: 32px;
}

/* links page, individual link */
.link-url {
width: 49%;
float: left;
margin-bottom: 8px;
}

/* news and publications, featured */
.featured-entry {
margin-bottom: 32px;
}

a.morelink:link,
a.morelink:visited,
a.morelink:hover,
a.morelink:active { font-weight: 600; font-size: 10px; }

/* directors login form */
.directors-login {
text-align: center;
}

	.directors-login h1{
	text-align: left;
	}

	.directors-login-form {
	width: 200px;
	text-align: left;
	margin: 20px auto;
	}

/* contact us form */

.aformfield {
display: block;
}

	#contactusform {
	border-left: 1px dotted #afb1b2;
	}
	
	#contactusform .aformfield {
	margin-bottom: 20px;
	}
	
	#contactusform label {
	float: left;
	width: 145px;
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	margin-top: 7px;
	margin-right: 12px;
	text-align: right;
	color: #333;
	}
	
	#contactusform input {
	float: left;
	width: 404px;
	height: 18px;
	border: solid 0 #fff;
	background: url(/frontend/images/contactusform-single-input.gif) 0 0 no-repeat;
	padding: 7px 6px 5px 6px;
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #333;
	}

	#contactusform textarea {
	float: left;
	width: 404px;
	height: 108px;
	border: solid 0 #fff;
	background: url(/frontend/images/contactusform-textarea.gif) 0 0 no-repeat;
	padding: 7px 6px 5px 6px;
	font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	}
	
	#contactusform-submit-button {
	float: right;
	width: 60px;
	height: 31px;
	display: block;
	text-indent: -9001px;
	background: url(/frontend/images/contactusform-send.png) 0 0 no-repeat;
	margin-right: 5px;
	}
	
	.contactusform-success {
	background-color:#DFFFE2;
	border:1px dashed #8DBE91;
	color:#1A201B;
	margin-bottom:15px;
	padding:20px;
	}
	
		.contactusform-success p {
		margin-bottom: 0;
		}

/* glossary */
p.glossary-alpha {
float: left;
text-align: left;
font-size: 9px;
color: #CCC;
}

	p.glossary-alpha span {
	color: #bdbdbd;
	}

/* search results */

#content ul.searchresults-list h2 {
font-size: 14px;
}

#content ul.searchresults-list li {
list-style: none;
margin: 0 0 48px 0;
}

#content ul.searchresults-list li .searchresults-excerpt {
padding-left: 12px;
font-size: 12px;
}

/* npd form */

form#npd-filter {
margin: 0 0 24px;
}	
	
.floatl {
float: left;
}

.floatr {
float: right;
}

/* slider */

#slider {
	width: 580px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#slider .smalllogo {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 69;
	width: 586px;
	height: 182px;
	background: url(/frontend/images/app-shadowed.gif) 0 0 no-repeat scroll;
}

/*#slider img.smalllogo {
	display: block;
	position: absolute;
	bottom: 64px;
	right: 15px;
	z-index: 69;
}*/

.scroll {
	height: 176px;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
}

.scrollContainer div.panel {
	height: 176px;
	width: 580px;
	position: relative;
}

.scrollContainer div.panel h4 {
color: #FFF;
font-family: Verdana, Tahoma, sans-serif;
font-size: 30px;
line-height: 36px;
position: absolute;
left: 20px;
bottom: 14px;
display: block;
}

/* slider navigation */

.slider-navigation-container {
height: 43px;
padding-top: 10px;
}

.slider-navigation-container span.slideP,
.slider-navigation-container span.slideN {
padding: 0 8px;
margin: 0;
display: block;
float: left;
width: 14px;
height: 16px;
}

.slider-navigation-container div {
padding: 0 8px;
margin: 0;
display: block;
float: left;
width: 5px;
height: 5px;
}

.slideP span,
.slideN span {
cursor: pointer;
display: block;
width: 14px;
height: 16px;
padding: 0;
background: url(images/appcontrols.gif) no-repeat scroll;
text-indent: -9001px;
}

.slider-navigation a {
display: block;
width: 5px;
height: 5px;
float: left;
padding: 0;
margin: 6px;
background: url(images/appcontrols.gif) -28px -16px no-repeat scroll;
text-indent: -9001px;
}

.slider-navigation a.activeSlide,
.slider-navigation a:hover {
background: url(images/appcontrols.gif) -28px 0px no-repeat scroll;
}

.slideP span {
background-position: 0 -16px;
}

.slideN span {
background-position: -14px -16px;
}

/* landing page */

#content ul.landingpage li {
list-style: none;
margin: 0;
padding: 0 0 40px;
position: relative;
}

#content ul.landingpage li img {
position: absolute;
top: 0;
left: 0;
border: 1px solid #CCC;
margin: 0 10px 10px 0;
}

#content ul.landingpage li h3 {
position: relative;
left: 105px;
width: 450px;
}

#content ul.landingpage li p {
position: relative;
left: 105px;
width: 450px;
margin-bottom: 4px;
}

	#content ul.landingpage li p.readmore {
	margin: 0 0 0 0;
	}

#content ul.meta-files li.file-gen {
	list-style: none;
	background: url(/frontend/images/page_white_put.png) no-repeat 0 3px;
	padding: 0 0 6px 25px;
	margin: 0;
}

.directors-conf {
background: url(/frontend/images/confidential.gif) top right no-repeat scroll;
}