/* container for the matrix */
#matrixLayout {
	width: 943px;
	margin-top:10px;
	margin-bottom:10px;
}
/* columns formatting */
#matrixLayout #categories, #matrixLayout #details {
	float: left;
	border-bottom: 1px solid #ddd;
}
/* container for each column */
.mcontainer {
	float:left;
}
/* Column1 width */
#matrixLayout #categories {
	width: 275px;
	height: 288px;
	border-top: 1px solid #ddd;
}
/* Column2 width */
#matrixLayout #details {
	width:665px;
	height: 287px;
	border-top: 1px solid #ddd;
}
/* column1 */
#matrixLayout #categories {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #f4f4f4;
}
/* column2 */
#matrixLayout #details {
	background-color: #fff;
	border-right: 1px solid #ddd;
}
/* column 1 and 2 links */
#categories a {
	border-top: 1px solid #ddd;
	padding: 0 24px 0 8px;
	height: 35px;
	display: block;
	float: none;
	cursor: pointer;
	color: #444;
	font-weight:bold;
	text-decoration:none;
}
#categories a span {
	margin-top:5px;
	position:relative;
	top:6px;
	text-decoration:underline;
}
#categories a.selected span {
	text-decoration:none;
}
#categories a#desktop_gis_btn, a#server_gis_btn, a#online_gis_btn, a#mobile_gis_btn, a#developer_tools_btn {
	padding: 0 24px 0 20px;
	font-weight:normal;
}
/* column 1 links */
#categories a {
	background-color: #eee;
}
/* column 1 and 2 links hover state */
#categories a:hover, #categories a:focus {
	color: #07486e;
	background-color: #fff;
}
/* do not outline links when clicked */
#categories a:active, #categories a:focus {
	outline:none;
}
/* background image for links that are selected and bg color */
 #categories a.selected, #categories a.selected:hover, #categories a.selected:focus {
	background:#07486e url(../graphics/matrixarrow.gif) center right no-repeat;
	color:#fff;
	text-decoration:none;
}
/* content divs inside column 3 */
#details .m_content {
	float: none;
	height: 279px;
	padding: 3px 15px;
	padding-bottom:5px;
}
#details .m_content h2 {
	margin-bottom: 8px;
	padding:0;
	margin-left: -1px;
	font-size: 1.6em;
	color: #00709C;
}
#details .m_content h3 {
	margin-top:0;
	margin-bottom: 8px;
}
/* hide all reports defaulted */
.item {
	display:none;
	position:relative;
	height:287px;
	background:#fff;
}
#details .m_content object, #details .m_content embed {
	margin:0;
	padding:0;
}
.matrixright {
	float:right;
	margin-left:20px;
	margin-top: 11px;
}
.matrixright .imgFrame img.noBorder {
	border:0;
}
/*.m_content .matrixarcGisLogo {
	background-image:url(/graphics/logos/arcgislogo_85.png);
	border:none;
	cursor:pointer;
	height:27px;
	display:block;
	width:60px;
	float:right;
	margin-top:11px;
	padding: 15px;
} */
.m_content p {
	width: 335px;
}
/* for the Top Banner */
/* Border for mapbook images */
#indTopper {
	border-bottom: 1px solid #00446c;
}
/* Mapbook image bar styling */
#prodTopper, #prodTopper #topperText {
	height:139px;
	margin:0;
	padding:0;
	clear: both;
	min-width:960px;
	width: 100%;
	background-image: url(../graphics/products-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#prodTopper {
	border-bottom:1px solid #00446C;
}
/* relative position container */
#prodTopper #topperText {
	width: 960px;
	margin: 0 auto;
	padding:0;
	position:relative;
}
/* vertical alignment container */
#prodTopper #topperText #topper_v_align {
	margin:0;
	padding:0;
}
#prodTopper #topperText #topper_v_align h1 {
	position:absolute;
	bottom:2px;
	left:13px;
	width: 517px;
}
/* EDN Top Banner */
.imgFrame {
	width: 200px;
}
.imgFrame p {
	font-size: .9em;
}
.moreBottom {
	width: 100%;
	height:37px;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	z-index:2;
	_margin-bottom:-1px;
}
.moreBottom p {
	padding: 7px 0px 0px 15px;
	font-weight: bold;
}
.product_column {
	float:left;
	margin-right:40px;
}
#products {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

