﻿#Utility
{
	background: #015d51 url(images/utilShadowCode.gif) repeat-x 0 bottom;
	border-bottom: solid 1px #013e36;
	border-top: solid 1px #013e36;
}
#Utility ul li a { border-left: solid 1px #5cb08d; }

/* ========================================================================== */

#Masthead { background: url(images/top_banner_code.jpg); }

#Masthead h1 { top: 0px; left: 0px; width: 192px; height: 96px; }

/* ========================================================================== */

/* #Navigation { background: #ffe28b; } */
#Navigation ul li a { color: #148879; }

/* ========================================================================== */

#MainContent div.Block h1 { background: #148879 url(images/codeBg.gif) 0 0 no-repeat; }

/* ========================================================================== */

.CodeDocuments p
{
	display: block;
	position: relative;
	clear: both;
	margin: 10px 0 !important;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	height: 70px;
	overflow: visible;
}

	.CodeDocuments p.Last { border-bottom: none; }

.CodeDocuments p img
{
	float: left;
	display: inline;
}

.CodeDocuments hr
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
}
