/* STATIC CONTENT PAGES
************************/

.manuf-block {
	margin-top: 25px;
	padding: 4px;
	width: 170px;
	float: right;
	background-color: #eee;
	border: 1px solid #ccc;
}

.manuf-block p {
	margin: 0;
	line-height: 16px;
}

#static-box {
	background-image: url(/images/design/static_bar.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	background-color: #fff;
	position: relative;
	bottom: 6px;
	right: 6px;
	margin: 0;
	width: 677px;
}
#static-box h2 {
	font-size: 16px;
	color: #6f8a8c;
	text-transform: uppercase;
	margin: 0 0 0 8px;
	display: inline;
}
#static-box h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-left: 80px;
	display: inline;
	vertical-align: top;
}
#static-box #static-content {
	margin-top: 18px;
}
#static-content #static-image {
	float: right;
	background-color: #6f8a8c;
	padding: 4px;
	margin: 0 0 6px 6px;
}
#static-content #static-image img {
	border: 1px solid #fff;
}

#department_list h3 {
	margin: 6px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#department_list h3 a {
	color: #6f8a8c;
	text-decoration: none;
}
#department_list h3 a:hover {
	text-decoration: underline;
}
#department_list p {
	margin: 0 0 12px 0;
	font-style: italic;
}

/* WHITE PAPERS
****************/

#questions table {
	width: 600px;
	border: 0;
	font-size: 14px;
}

#questions table td {
	margin: 0;
	padding: 2px;
	border: none;
	vertical-align: top;
}

#questions table th {
	width: 200px;
	vertical-align: top;
}

#questions table input {
	background-color: #f3f3f3;
	border: 1px solid #999;
}

#questions table input.required {
	background-color: #ffc;
	border: 1px solid #966;
}

#manuf_questions table td, #manuf_questions table th {
	border-top: 1px solid #ccc;
}

#manuf_questions table td.required_td {
	background-color: #ffc;
}

/* NEWSLETTERS
***********************/

#newsletters .issues {
	margin: 0;
}
#newsletters .issues .issue {
	list-style: none;
	float: left;
	width: 210px;
	margin: 0 5px 20px 6px;
	text-align: center;
position: relative;
}
#newsletters .issues .issue img {
	border: 1px solid #666;
}
#newsletters .issues .issue .date {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#newsletters p {
	margin: 4px;
}
#newsletters #subscribe-form {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	margin-bottom: 18px;
}

/* ISSUES
****************/

.issue-block {
	float: left;
	width: 175px;
	border: 1px solid #eee;
	margin: 13px;
	text-align: center;
	padding: 8px;
position: relative;
}
.issue-block img {
	border: 1px solid #666;
}
ul#issue-years {
	margin: 0 40px 0 0;
	float: right;
position: relative;
}
ul#issue-years li {
	display: inline;
	margin-left: 18px;
	list-style: none;
}


/* RESOURCES
****************/

.resources-box, .resources-box-middle { /* THREE-UP RESOURCES PAGE BOXES */
	margin-top: 30px;
	width: 212px;
	height: 520px;
	float: left;
	border: 1px solid #aaa;
	font-size: 14px;
}

.resources-box-middle {
	margin: 30px 14px 0 14px;
}

.resources-box ul, .resources-box-middle ul {
	margin: 0;
	padding: 0;
}

.resources-box ul li, .resources-box-middle ul li {
	list-style: none;
	padding: 4px;
}

.resources-box ul li a, .resources-box-middle ul li a {
	font-size: 14px;
	font-weight: bold;
/*	text-transform: uppercase; */
	color: #366;
	margin: 0;
	text-decoration: none;
}

.resources-box p.summary, .resources-box-middle p.summary {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 12px;
	line-height: 12px;
}
#webinars, #blogs, #white-papers {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	padding: 44px 12px 12px 12px;
}
#webinars {
	background-image: url(/images/design/webinars_bar.gif);
}
#blogs {
	background-image: url(/images/design/blogs_bar.gif);
}
#white-papers {
	background-image: url(/images/design/white_papers_bar.gif);
}

#webinars img, #blogs img, #white-papers img {
	border: 1px solid #666;
	margin-bottom: 8px;
}

#webinars .box-headline a {
	font-size: 14px;
	font-weight: bold;
/*	text-transform: uppercase; */
	color: #366;
	margin: 0;
	text-decoration: none;
}
#webinars a:hover {
	text-decoration: underline;
}
#webinars .box-summary {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}

#webinars .posted-date {
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}
