/* container for the matrix */
#matrixLayout {
	width: 943px;
	margin-top:10px;
	margin-bottom:10px;
}
/* columns formatting */
#matrixLayout #categories, #matrixLayout #reports, #matrixLayout #details {
	float: left;
	border-bottom: 1px solid #ddd;
}
/* container for each column */
.mcontainer {
	float:left;
}
/* Column1 width */
/* column headers container for fixed height and align bottom */
.abs_head1, .abs_head2, .abs_head3 {
	position:relative;
	float:none;
	height:30px;
	margin:0;
	overflow:hidden;
}
/* column headers */
.m_head {
	padding:0 8px 4px 8px;
	background-color: #fff;
	position: absolute;
	bottom:0;
}
/* column1 */
#matrixLayout #categories {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #f4f4f4;
	width:275px;
	height:288px;
}
/* column2 */
#matrixLayout #reports {
	border-right: 1px solid #ddd;
}
/* column3 */
#matrixLayout #details {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width:665px;
	height:287px;
}
/* column 1 and 2 links */
#categories a, #reports a {
	border-bottom: 1px solid #ddd;
	padding: 8px 24px 8px 8px;
	height: auto;
	display: block;
	float: none;
	cursor: pointer;
	color: #444;
}
#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;
}
/* 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;
	background:url(graphics/products-banner.jpg) no-repeat top center;
	clear: both;
	min-width:960px;
	width: 100%;
}
#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:8px;
	left:17px;
}
/* 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;
}







/* container for the matrix */
#matrixLayout1 {
	width: 943px;
	margin-top:10px;
	margin-bottom:10px;
}
/* columns formatting */
#matrixLayout1 #categories1, #matrixLayout1 #reports, #matrixLayout1 #details {
	float: left;
	border-bottom: 1px solid #ddd;
}
/* container for each column */
.mcontainer {
	float:left;
}
/* Column1 width */
/* column headers container for fixed height and align bottom */
.abs_head1, .abs_head2, .abs_head3 {
	position:relative;
	float:none;
	height:30px;
	margin:0;
	overflow:hidden;
}
/* column headers */
.m_head {
	padding:0 8px 4px 8px;
	background-color: #fff;
	position: absolute;
	bottom:0;
}
/* column1 */
#matrixLayout1 #categories1 {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #f4f4f4;
	width:275px;
	height:288px;
}
/* column2 */
#matrixLayout1 #reports {
	border-right: 1px solid #ddd;
}
/* column3 */
#matrixLayout1 #details {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width:665px;
	height:287px;
}
/* column 1 and 2 links */
#categories1 a, #reports a {
	border-bottom: 1px solid #ddd;
	padding: 8px 24px 8px 8px;
	height: auto;
	display: block;
	float: none;
	cursor: pointer;
	color: #444;
}
#categories1 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;
}
#categories1 a span {
	margin-top:5px;
	position:relative;
	top:6px;
	text-decoration:underline;
}
#categories1 a.selected span {
	text-decoration:none;
}
#categories1 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 */
#categories1 a {
	background-color: #eee;
}
/* column 1 and 2 links hover state */
#categories1 a:hover, #categories1 a:focus {
	color: #07486e;
	background-color: #fff;
}
/* do not outline links when clicked */
#categories1 a:active, #categories1 a:focus {
	outline:none;
}
/* background image for links that are selected and bg color */
 #categories1 a.selected, #categories1 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;
}
/* 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;
	background:url(graphics/products-banner.jpg) no-repeat top center;
	clear: both;
	min-width:960px;
	width: 100%;
}
#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:8px;
	left:17px;
}
/* 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;
}
