@charset "utf-8";
/* CSS Document */
#leftColumn {
	width: 183px;
	height: 470px;
	min-height: 470px;
	margin-top: 18px;
	padding: 25px 12px 0px 10px;
	color: #123d6d;
	line-height: 13px;
	/*border:thin solid #000000;*/
}

#leftColumn p {
	line-height:12px;
	margin: 6px;
}

#leftColumn a:link, #leftColumn a:active, #leftColumn a:visited {
	color: #123d6d;
	font-weight: normal;
	text-decoration: none;
}

#leftColumn a:hover {
	text-decoration: underline;
	
}

#rightColumn {
	width: 300px;
	text-align: right;
}

#middleColumn {
	margin-top: 20px;
	margin-left: 210px;
	margin-right: 205px;
}

.storyDiv {
	margin-top: 20px;
}

.subNavBg {
	background-attachment: scroll;
	background-image: url(../images/services_SubNavBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#productPanel {
	width:618px;
	height:142px;
	min-height:142px;
	margin-top: 20px;
	padding:10px;
	background-attachment: scroll;
	background-image: url(../images/products_panel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*border:thin solid #000000;*/
}
#textDiv {
	width: 480px;
	float:left;
	
}

#imageDiv {
	width: 125px;
	float:right;
	text-align: center;
}

#imageDiv img {
	margin-bottom: 8px;
}

.thumbnail {
	border: 1px solid #043265;
}

ul {
	margin-top: 0px;
}