/* CSS Document */


/* Global */

body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

div.page {
	width: 99%;
	margin: 0;
	}

div.nav1 {
	clear: both;
	width: 99%;
	height: 24px;
	background-color: #666;
	padding-left: 10px;
	}
	
div.background {
	z-index: 0;
	float: right;
	display: block;
	}
	
div.l2box {
	width: 149px;
	height: 173px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(../images/l2_box.gif);
	background-repeat: no-repeat;
	float: left;
	display: block;
	}
	
div.footer {
	clear: both;
	width: 98%;
	border-top: 1px solid #999;
	padding: 10px;
	font-size: 11px;
	color: #666;
	}
	
div.ear {
	visibility: visible;
}

div.body {
	visibility: visible;
}

div.bodycopy {
	visibility: visible;
}

div.back {
	visibility: hidden;
}
	
div.hdl {
	visibility: hidden;
	color:#FFFFFF;
	margin-left: -10000px;
}	

/* IDs */


#logo {
	float: right;
	width: 155px;
	height: 48px;
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 5px;
	padding-top: 10px;
	}
	
#nav2 {
	width: 175px;
	padding-left: 10px;
		}
		
#sidebarHome {
	padding-left: 10px;
		}

#bodyCopy {
	position:absolute;
	height:452px;
	z-index:1;
	overflow: auto;
	visibility: visible;
	margin-left: 10px;
	}

#bodyCopyL2 {
	position:absolute;
	height:452px;
	z-index:1;
	overflow:auto;
	margin-left: 10px;
	}

#content {
	padding-left: 10px;
	}
	
#projectImage {
	margin-top: 15px;
	border: 1px solid #666;
	}
	
#white {
	color: #fff;
	}

#indent {
	padding-left: 10px;
	}

#l2photo {
	border: 1px solid #000;
	margin: 15px 12px 20px 12px;
	}
	
#right {
	float: right;
	margin-right: -10px;
	}
	
#hidden {
	margin-left: -1000px;
	visibility:hidden;
	color: #FFF;
}

/* HTML tags */


p {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 15px;
	}
	
p.red {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 15px;
	color:#CC0000;
	}
	
p.redUnderline {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 15px;
	color:#CC0000;
	text-decoration:underline;
	}

ul,li {
	margin-left: 8px;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	list-style-position:outside;
	list-style-type:disc;
	line-height: 15px;
	}

a:link {
	color: #006a53;
	text-decoration: underline;
	}
	
a:hover {
	color: #006a53;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	text-decoration: underline;
	}
	
a:visited:hover {
	color: #999;
	text-decoration: underline;
	}

.greenLink a:link {
	color: #006a53;
	text-decoration: none;
	}
	
.greenLink a:hover {
	color: #006a53;
	text-decoration: underline;
	}
	
.greenLink a:visited {
	color: #999;
	text-decoration: none;
	}
	
.greenLink a:visited:hover {
	color: #999;
	text-decoration: underline;
	}
	
h1 {
	font-size: 19px;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
	}
	
.l4 h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	}	
	
h2 {
	color: #006a53;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
	}
	
h2 a:link {
	font-weight: normal;
	color: #006a53;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #006a53;
	text-decoration: underline;
	}
	
h2 a:visited {
	color: #999;
	text-decoration: none;
	}
	
h3 {
	color: #006a53;
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0;
	margin: 0;
	}
	
h3 a:link    {
	color: #006a53;
	font-weight: normal;
	line-height: 140%;
	text-decoration: none;
	padding-bottom: 0;
	}
	
h3 a:hover   {
	color: #006a53;
	text-decoration: underline;
	}
		
h3 a:visited   {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 a:visited:hover   {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}
	
h3 a:active   {
	color: #fff;
	}
	
.subheading {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	line-height: 15px;
	}
	
.border {
	border: 1px solid #fff;
	}
	
.noSpaceBelow {
	padding-bottom: 0;
	}
	
.l5_Title {
	font-size: 14px;
	font-weight: bolder;
	line-height: 18px;
	}
	
.l2 a:link {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	}
	
.l2 a:hover {
	text-decoration: underline;
	}
	
.l2 a:visited {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	}
	
.l2 a:visited:hover {
	text-decoration: underline;
	}

/* Main Navgation*/

.mainNav {
	color: #FFF;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin-right: 30px;
	padding-bottom: 0;
	display:block;
	float: left;
	}

.mainNav a:link    {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}
	
.mainNav a:hover   {
	color: #999;
	}
		
.mainNav a:active   {
	color: #666;
	}
		
.mainNav a:visited   {
	color: #fff;
	text-decoration: none;
	}
		
.mainNav a:visited:hover {
	color: #999;
	text-decoration: none;
	}
		
/* Breadcrumbs */

div.breadcrumbs {
	clear: both;
	width: 99%;
	height: 20px;
	background-color: #f7f7f7;
	padding-left: 10px;
	border-bottom: 1px solid #999;
	font-size: 11px;
	line-height: 20px;
	}
	
div.breadcrumbs2 {
	padding: 0px;
	height: 20px;
	background-color: #f7f7f7;
	z-index:  0;
	border-bottom: 1px solid #999;
	}

.breadcrumbs  {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	}

.breadcrumbs a:link    {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	
.breadcrumbs a:hover   {
	text-decoration: underline;
	}
		
.breadcrumbs a:visited   {
	color: #999;
	font-weight:normal;
	text-decoration: none;
	}
	
.breadcrumbs a:active   {
	color: #fff;
	}
	
.breadcrumbs a:visited:hover {
	text-decoration: underline;
	}
	
/* Project sidebar */	
	
.projectText {
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	line-height: 14px;
	}
	
.projectTitle {
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	padding-bottom: 5px;
	}
