/* 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:60em;
	max-width:90em;
}
#Header {
	height: 59px;	
	background:#5a5d62 url(../images/logo.gif) no-repeat top left;
	overflow: hidden;
	box-shadow:0 0 0.5em #888888;
}
	#Header h1 {
		color:#fff;
		font-size:1.6em;
		line-height:30px;
		padding-top: 10px;
		padding-left:2em;
		text-align: left;
	}
#Menu1 {
    padding:1em 1em 0;
    overflow:hidden;
}
#Menu1 li {
    float:left;
    margin-left:0.5em;
}
#Menu1 li a {
    display:block;
    color:#fff;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
    padding:0.5em 1em;
    background-color: #5a5d62;
    border-radius:0.5em 0.5em 0 0;
}
#Menu1 li a:hover {
    color:#fff;
    text-decoration: underline;
}
#Menu1 li.current a,
#Menu1 li.section a {
    background-color: #f9f9f9;
    color:#000000;
    box-shadow: 0 0 0.5em #888888;
}

#SectionContainer {
    background:#f9f9f9;
    padding:1.3em;
    padding-left:0;
    overflow:hidden;
    clear:left;
}

#Banner {
	text-align: center;
}

#MenuContainer {
    float:left;
    width:25%;
}

#Menu2 {
    background:#f1f1f1;
    border:1px solid #cccccc;
    border-left:0px;
    margin-right:1em;
    border-radius:0 0.5em 0.5em 0;
}
	#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;
	}

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

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

#Content {
    margin-left:1em;
}

table {
	max-width:100%;
}

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

#ShadowBox {
    box-shadow:0 0 0.5em #888888;    
}

#Footer {
    background:#5a5d62;
    height: 6em;
    text-align: left;
    padding:1em 2em;
}
	#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:#f1f1f1;
	border:1px dotted #ccc;
	padding:1em;
	margin:0;
}

#NewsList li.NewsItem {
    margin: 0;
    list-style: inside url(../images/treeicons/news-file.gif);
}

#NewsList li.NewsItem span {
    color:#666;
    margin-bottom:0.3em;
    display:block;
}

#NewsList li.NewsItem h4 {
    margin:-1.45em 0 0 1.3em;
}

#NewsList li.NewsItem h4 a {
    padding-left:-0.2em;
}

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;
}

