/********************
 General styles
********************/
body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	line-height: 1.05;
}

#content {
	width: 952px; /* 1024 - (36 + 36) */
	text-align: left;
	/*margin: 0 auto; // Centered */
	margin: 0 0 0 36px;
	padding: 36px 0;
}

p {
	font-size: 16px;
	text-indent: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

p.first {
	text-indent: 0;
}

p.intro {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 0;
}

p.preamble {
	margin-bottom: 16px;
	font-style: italic;
	text-indent: 0;
}

a img {
	border: 0;
}

#content a:link, #content a:visited {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
}

#content a:hover {
	text-decoration: none;
}

ul {
	padding-left: 20px;
}

li {
	font-size: 16px;
}
/********************
 Header
********************/
#outer_header {
	width: 100%;
	background-color: #000;
}

#header {
	padding: 0 36px;
	width: 952px; /* 1024 - (36 + 36) */
	height: 106px;
	background-color: #000;
	/*margin: 0 auto; // Centered */
	margin: 0;
}

#header_top {
	padding: 8px 0 10px 0;
}

#header_top img {
	float: right;
	padding-right: 4px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 4px;
}

#logo {
	float: left;	
}

#menu, #menu a {
	font-size: 13px;
	color: #e5e5e5;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu a.selected {
	color: #7f7f7f;
}

#menu span {
	margin: 0 2px;
}

/********************
 Content top
********************/
#content_top {
	padding-bottom: 27px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 27px;
	
	/* Remove for flexible height of content top */
	height:467px;
	overflow:hidden;
}

#content_top img {
	float: left;
}

/********************
 Content boxes
********************/
.box_header {
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
	font-size: 16px;
	padding: 6px 0 0 8px;
	background-color: #000;
	color: #e5e5e5;
	font-weight: bold;
}

#content_top .box_header, .box_header.selected {
	font-style: italic;
	background-color: #ff00ff;
	color: #fff;
}

div.content_box {
	float: left;
	width: 468px;
	margin-right: -1px;
}

div.content_box .inline_title {
	display: block;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 8px;
}

div.content_box .inline_title.pink {
	font-size: 15px;
	color: #ff00ff;
	display: inline;
}

div.content_box .inline_title.down {
	margin-top: 19px;
}

div.box_content {
	padding: 13px 0 0 0;
}


div.box_content label {
	font-size: 16px;
}

div.box_content .col {
	float: left;
	width: 225px;
}

#content_top .left {
	margin-right: 18px;
}

#content_top .right {
	float: left;
	margin-left: 18px;
}

ul.images {
	list-style: none;
	margin: -5px 0 10px 0;
	padding: 0;
	
}

ul.images li {
	float: left;
	margin: 0 8px 5px 0;
}

ul.images li.third {
	margin-right: 0;
}

.right_img {
	margin: -5px 0 0 17px;
	float: right;
}

.left_img {
	margin: -5px 17px 7px 0;
	float: left;
}

.wide_img {
	margin: -5px 0 0 0;
}

/********************
 Columns
********************/
.content_bottom_col {
	float: left;
}

.content_bottom_col .content_box {
	margin-bottom: 17px;
}

#content_bottom_col1 {
	margin-right: 18px;
}

.read_more_block {
	margin-top: 8px;
}

.read_more {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;
}

.read_more:hover {
	text-decoration: none;
}

.download {
	font-size:16px;
}

.col a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000;	
}
/********************
 News
********************/

#content_news {
	padding-bottom:22px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 28px;
}

#content_products {
	padding-bottom:19px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 28px;
}

div.content_box {
	margin-bottom:17px;
}

div.content_box.odd {
	margin-right: 17px;
}

#content_news div#news_bottom {
	margin-top: 5px;
}

#content_news a.news_bottom_link {
	font-style: normal;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

/********************
 Pagination
********************/
#pagination {
	margin-top: 8px;
	text-align: right;
}

#pagination a , #pagination a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
}

#pagination a.selected {
	font-weight: bold;
}

/********************
 Content Media
********************/
#content_media {
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 27px;
}

#content_media .images {
	margin-bottom: 0;
}

#content_media .content_box {
	margin-bottom: 5px;
}

/********************
 Content Middle
********************/
#content_middle {
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 12px;
	margin-bottom: 27px;
}

#content_middle img {
	float: left;
	margin: 0 18px 17px 0;
}

#content_middle fieldset {
	float: left;
	width: 225px;
	padding: 0;
	margin: 10px 0 0 0;
	border: 0;
}

#content_middle fieldset#field1 {
	margin-right: 17px;
}

#content_middle label {
	font-style: italic;
	display: block;
	padding: 7px 0 12px 0;
}

#content_middle input.text {
	font-family: Arial, "MS Trebuchet", sans-serif;
	border: 1px solid #000;
	background-color: #fff;
	width: 217px;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0 0 6px;
}

#content_middle input.btn {
	float: right;
	margin-top: 15px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	font-style: italic;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#content_middle p {
	margin-bottom: 18px;
}

#content_middle p.top {
	text-indent: 0;
	font-weight: bold;
	font-style: italic;

	font-size: 13px;
}

#content_middle p.top.type {
	font-size: 16px;
}
/********************
 Footer
********************/
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #7f7f7f;
	font-size: 12px;
	padding-top: 8px;
	margin-top: 10px;
}