/* --------- general page layout --------- */
body {background-color: #F0F0F0;
margin: 0px;
}
#bottomspace {
	background-color: #828282;
	height: 20px;
}
#drop-content-left {
	background-image: url(images/drop-content-left.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
#drop-content-right {
	background-image: url(images/drop-content-right.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
#drop-left {
	background-image: url(images/dropshadow-left.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
#drop-right {

	background-image: url(images/dropshadow-right.jpg);
	background-repeat: repeat-y;
	width: 25px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
#nav-content-split {
	background-image: url(images/drop-content-center.jpg);
	background-repeat: repeat-y;
	width: 30px;
}


/* --------- generic links --------- */
a:active {color:#005294; text-decoration:none;}
a:link {color:#005294; text-decoration:none;}
a:visited {color:#005294; text-decoration:none;}
a:hover {color:#005294; text-decoration:underline;}
#contentMain {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	min-height: 239px;
	vertical-align: top;
}
#contentMain p, #contentMain ul {
	margin-top: 0px;
	margin-bottom: 15px;
}
#contentMain li {
	margin-bottom: 10px;
}
#contentMain h1 {
	color: #8B0806;
	font-weight: normal;
	border-bottom: 1px solid #8B0806;
	font-size: 21px;
	padding-bottom: 4px;
	line-height: normal;
}
#contentMain h2 {
	font-weight: normal;
	font-size: 16px;
	color: #8B0806;
	margin-bottom: 5px;
}
#contentMain h5 {
	font-size: 11px;
	font-weight: normal;
}
table.specs {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}
table.specs td, table.specs th {
	border: 1px solid #333;
	margin: 0px;
	border-collapse: collapse;
}
.itemRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.txtMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
.headline {
	font-size: 13px;
	font-weight: bold;
}
.lineHoriz {
	background-image: url(images/line-horiz.gif);
	background-repeat: repeat-x;
	height: 14px;
	background-position: center;
}
#contactBox {
	vertical-align: bottom;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	background: #DDDDDD;
}
.itemLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
