/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:url(../images/body_bg.gif) repeat;
}
body {
	width: 100%;
	height: 100%;
	font-size: 1em;
}
* {
	font-size: 10px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:2em auto;
	margin-top: 0px;
	width:90%;
	min-width:70em;
	max-width:90em;
}
#Header {
	height: 59px;	
	background:#5a5d62 url(../images/logo.gif) no-repeat top left;
	overflow: hidden;
}
	#Header h1 {
		color:#fff;
		font-size:1.6em;
		line-height:30px;
		padding-top: 10px;
		padding-left:2em;
		text-align: left;
	}
		#Menu1 {
			padding:1em 2em 0;
		}
			#Menu1 li {
				float:left;
				margin-left:0.2em;
				background-color: #5a5d62;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background-color: #ffffff;
				}
				#Menu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:0.5em 1.5em;
				}
					#Menu1 li a:hover {
						color:#fff;
						text-decoration: underline;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background-color: #f5f5f5;
						color:#000000;
					}

#ContentContainer {
	background:#f5f5f5;
	padding: 2%;
	overflow: hidden;
	clear: left;
}

#Banner {
	text-align: center;
}

#Menu2 {
	float: left;
	width: 22%;
	background:#eeeeee;
	border:1px solid #cccccc;
}
	#Menu2 li {
		clear: left;
		margin: 0.75em 1em;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.1em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current > a {
		color:#ad2c4d;
	}

/* .Menu2_Recursive {
	float: left;
	margin-left: 0;
	background:#eeeeee;
}

.Menu2_Recursive li {
	margin: 0.75em 1em;
}
	.Menu2_Recursive a {
		color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.1em;
		text-decoration:none;
	}
	.Menu2_Recursive a:hover {
		text-decoration:underline;
	}
	.Menu2_Recursive li.current a{
		color:#ad2c4d;
	}*/

#Content {
	float: right;
	width: 75%;
}

#Content_wide {
	float: right;
	width: 100%;
}

table {
	max-width:100%;
}

div.breadcrumbs {
	margin-bottom:1em;
	font-size:1em;
	color:#555555;
}
div.breadcrumbs a {
	text-decoration:none;
	color: #ad2c4d;
}

#Footer {
	background:#5a5d62;
	height: 6em;
	clear:both;
	text-align: left;
	padding:1% 2%;
	border:1px solid #ccc;
	border-top:0;
}
	#Footer #LeftColumn {
		color:#ffffff;
		font-size:1.1em;
		line-height:1.2em;
		font-weight:bold;
		width:40%;
		float:left;
	}
	#Footer #RightColumn {
		color:#ffffff;
		font-size:1.1em;
		line-height:1.2em;
		font-weight:bold;
		padding-left:2em;
		float:right;
		width:45%;
		text-align:right;
	}
	#Footer a {
		color:#cccccc;
		text-decoration: none;
	}
		#Footer a:hover {
			text-decoration:underline;
		}
		
.typography form fieldset {
	border: none;
}

#NewsList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:2%;
	width: 94%;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a h4{
		padding-left:2em;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
		border-bottom: 1px solid transparent;
	}
		#NewsList li.newsDateTitle a:hover h4{
			border-bottom:1px solid;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:2em;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
			}

div.newsDetails {
	margin-bottom:1em;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:1em;
}
