/* General styles */
* { 
	margin: 0; 
	padding: 0;  
}
body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../../images/page-bg.jpg);
	background-repeat: repeat-x; 
	min-width: 950px; 
}
ul { 
	list-style-type: none; 
}
#wrapper-a { 
	width: 942px;
	margin: 0 auto; 
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y; 
}
#header { 
	height: 147px; 
	width: auto; 
	position: relative; 
}
#header h1, #nav-skipnav { 
	position: absolute; 
	left: -9999px; 
	overflow: hidden; 
}
#header img { 
	border: 0; 
}
#logo {
	position: absolute;
	top: 22px;
	left: 11px;
	width: 205px;
	height: 72px;
}
#telephone-number {
	position: absolute;
	top: 36px;
	right: 21px;
	width: 236px;
	height: 53px;
}
#date {
	position: absolute;
	top: 127px;
	right: 21px;
	color: #ffffff;
	font-size: 12px;
}
#nav-text { 
	list-style-type: none; 
	position: absolute; 
	top: 127px; 
	left: 5px; 
}
#nav-text li {
	display: inline;
	margin-right: 4px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#nav-text a:link, #nav-text a:visited { 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#nav-text a:hover, #nav-text a:focus, #nav-text a:active { 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none; 
}
#wrapper-content { 
	width: 942px;
	background: transparent;
	padding: 10px 0 0 0;
}
#wrapper-content p {
	margin: 0px;
	padding: 3px 10px;
	font-size: 11px;
}
#wrapper-content img {
	border: 0px;
}
#content-left { 
	width: 216px; 
	float: left; 
	color: #000000; 
}
#content-left-inner { 
	padding: 0 18px 0 1px; 
}
#content-left #comments {
	width: 196px;
	height: 342px;
	background-color: #dae8f3;
	background-image: url(../../images/comments-box-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content-left #comments .inner {
	width: 176px;
	height: 300px;
	margin: 10px 10px 0 10px;
}
#content-left #comments .inner p {
	margin: 4px 0;
	padding: 0;
}
#content-left #comments #view {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
#content-left #comments #view a:link, #content-left #comments #view a:visited {
	background-image: url(../../images/comments-bullet.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#content-left #comments #view a:hover, #content-left #comments #view a:active {
	background-image: url(../../images/comments-bullet.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: underline;
	padding: 0 0 0 10px;
}
#content-left img {
	border: 0px;
	margin-bottom: 5px;
}
/* sub nav */
#sub-nav { 
	list-style-type: none; 
	margin-bottom: .5em; 
}
#sub-nav li { 
	width: 196px;
	height: 26px;
	background-image: url(../../images/sub-nav-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 0 3px 0; 
}
#sub-nav li a { 
	width: 196px; 
	display: block; 
	padding: 4px 0 0 0;
	font-size: 11px;
	color: #ffffff; 
	text-decoration: none; 
}
#sub-nav li a span { 
	padding: 0 45px; 
	margin: 0; 
}
/* forum */
#content-forum {
	width: 942px;
	position: relative;
}
#content-forum #logout {
	position: absolute;
	width: 200px;
	top: 5px;
	right: 10px;
	text-align: right;
}
/* main content */
#content-right {
	width: 726px; 
	float: left; 
}
#content-right-inner { 
	padding: 0; 
}
#content-right-a {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
#content-right-a-inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#content-right-a-inner ul{
	padding: 0;
	margin: 0 0 0 25px;
	list-style-type: disc;
}
#content-right-a-inner li{
	padding: 0;
	margin: 0 0 6px 0;
}
.section-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1A96C9;
	text-decoration: none;
}

#content-right-a a:link, #content-right-a a:focus, #content-right-a a:active { 
	color: #3399cc; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#content-right-a a:hover, #content-right-a a:visited { 
	color: #3399cc; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline; 
}
#content-right-b { 
	width: 220px; 
	float: left; 
}
#content-right-b ul { 
	list-style-type: none; 
}
#content-right-b img {
	border: 0px;
	margin-bottom: 5px;
}
#content-right-b-inner { 
	padding: 0 0 12px 18px; 
}
#content-right-b a:link, #content-right-b a:focus, #content-right-b a:active { 
	color: #3399cc; 
	font-size: 11px;
	text-decoration: none;
}
#content-right-b a:hover, #content-right-b a:visited { 
	color: #3399cc; 
	font-size: 11px;
	text-decoration: underline; 
}
#footer {  
	position: relative; 
	height: 70px; 
	background-image: url(../../images/footer-bg.jpg);
	background-repeat: repeat-y; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer-logo {
	position: absolute;
	top: 9px;
	left: 45px;
}
#slogan {
	position: absolute;
	top: 17px;
	left: 232px;
}
#footer-nav {
	list-style-type: none;
	position: absolute;
	top: 44px;
	left: 232px;
}
#footer-nav li {
	display: inline;
	margin-right: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px; 
}
#footer-nav a:link, #footer-nav a:focus, #footer-nav a:visited { 
	color: #ffffff;
	font-size: 10px; 
}
#footer-nav a:hover, #footer-nav a:active { 
	color: #ffffff;
	font-size: 10px;
}
#footer-copyright {
	position: absolute;
	top: 44px;
	right: 0px;
	font-size: 9px;
	color: #186ab3;
}
/* Form Elements */
form {
	margin: 0 0 15px 0;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset {
	width: 95%;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 5px;
}
legend {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #186AB3;
	border: 1px solid #0033CC;
	margin-top: 10px;
	font-weight: bold;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	border: 1px solid #000000;
}
.errormsg {
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
/* comments box */
div.box-top {
  width: 196px;
  height: 5px;
  background: url(../../images/box-top-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
div.box-content {
  width: 196px;
  background-color: #dae8f3;
  margin: 0;
  padding: 0;
 }
div.box-content img {
	margin: 7px 0 0 10px;
}
div.box-bottom {
  width: 196px;
  height: 5px;
  background: url(../../images/box-bottom-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* general */
.clear-content { clear: both; }
h1 {
	margin: 0;
	padding: 0 0 10px 0;
}
.blue {
	color: #3399cc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.page-title-padding {
	padding-left: 9px;
}
.evidence-author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #159CD6;
}
.table-padding {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left-image {
	border: 1px solid #186AB3;
	padding-right: 15px;
	padding-bottom: 5px;
}
.right-image {
	border: 1px solid #186AB3;
	padding-bottom: 5px;
	padding-left: 15px;
}
.top-horiz {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
#content-right-pad-image {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
#content-right-product-image {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
#content-right-company-image {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
#content-right-forum-image {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
#content-right-brochure-image {
	width: 506px;
	float: left;
	padding-bottom: 50px;
	background-position: top;
	background-repeat: no-repeat;
}
.underline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.image-border {
	border: 1px solid #186AB3;
}
.image-left {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.image-right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
hr {
	color: #639bcc;
	background-color: #639bcc;
	height: 2px;
}#denfotex #wrapper-a #wrapper-content #content-right #content-right-inner #content-right-pad-image #content-right-a-inner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #32a0c5;
	font-weight: bold;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	padding-bottom: 5px;
}
