/* GLOBAL RESET
-------------------------------------------- */
html{
	width:100%;
	height:100%;
	background:#fff;
}
body {
	width:100%;
	height:100%;
	font-size:10px;
}

* {
	font-size:1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:"Courier New", Courier, monospace;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* CONTAINER
-------------------------------------------- */

#Main {
	margin:0px auto;
	width:900px;
	padding:0px;
}

#ContentContainer {
	overflow: auto;
	background:#fff;
}

#Content {
	float: left;
	margin: 0px 0px;
	width:680px;
	padding:20px 10px 10px 10px;
}

#ContentTurbo {
	float:left;
	padding:10px 0px;
	width:900px;
}


/* HEADER
-------------------------------------------- */

#Header {
	clear:left;
	background:#fff;
}
	#Header h1 {
	color:#000;
	padding:11px 10px 8px 10px;
	font-weight:normal;
	text-transform: uppercase;
	font-size:2.5em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
	
/* MAIN NAVIGATION
-------------------------------------------- */

#Menu1 {
}
	#Menu1 li {
		float:left;
	}
		#Menu1 li.current,
		#Menu1 li.section {
		}
		#Menu1 li a {
			height:25px;
			padding-top:13px;
			display:block;
			color:#000;
			font-size:1.2em;
			text-transform: uppercase;
			text-decoration:none;
			text-align:center;
			margin:0 20px 0 10px;
		}
			#Menu1 li a:hover {
			text-decoration:underline;
			}
			#Menu1 li.current a,
			#Menu1 li.section a {
			text-decoration:underline;
			}


/* SUBNAVIGATION
-------------------------------------------- */

#Menu2,
#MenuTurbo {
	width: 180px;
	float:left;
	padding:20px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:10px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#MenuTurbo li {
		float:left;
	}
	#Menu2 a,
	#MenuTurbo a {
		padding:5px;
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		text-decoration:none;
	}
	#Menu2 a:hover,
	#MenuTurbo a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#MenuTurbo li.current a,
	#Menu2 li.section a,
	#MenuTurbo li.section a {
		text-decoration:underline;
	}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1.2em;
}
div.breadcrumbs a {
	text-decoration:underline;
}

div.breadcrumbs a:hover {
}


#Content .red {
			color:red;
		}
		
#Content .green {
			color:green;
		}

/* NEWS
-------------------------------------------- */

#NewsList li{
	margin:0;
	list-style-type:none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		color:#000000;
		font-size:1.3em;
		font-weight:normal;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
		border-bottom:1px solid #000;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:0px;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.2em;
			line-height:1.5em;
		}
		#NewsList li.newsSummary a.readMoreLink {
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails {
	margin:0;
	font-size:1.2em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #000;
	padding:10px;
}

/* FOOTER
-------------------------------------------- */

#Footer {
	clear:both;
	text-align:right;
	border-top:1px solid #000;
	padding:10px;
}

#TurboList li {
	height:210px;
	width:150px;
	margin:0;
	float:left;
}

#TurboList li a{
	list-style-type:none;
}

#TurboList li a:hover{
}

#TurboList a img {
}

#TurboList a:hover img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.TurboContent img {
	border:1px solid #000;
}

.TurboContent a img {
	border:0;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #000;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}


#MenuSearch form {
	float:right;
	width:140px;
	padding:0 20px 0 0;
}
	#MenuSearch form * {
		display:inline !important;
	}
	#MenuSearch form div {
	}
	#MenuSearch form input.text {
		width:90px;
		color:#000;
		background:#efefef;
		border:1px solid #aaa;
		padding:3px;
	}
	#MenuSearch form input.action {
		font-weight:bold;
	}

.searchResults h2 {
	font-size:2.2em;
	font-weight:normal;
	color:#0083C8;
	margin-bottom:15px;
}
.searchResults p.searchQuery {
	color:#333;
	margin-bottom:10px;
}

.searchResults ul#SearchResults li {
	margin-bottom:20px;
}
	ul#SearchResults p {
		font-size:1.1em;
		font-weight:normal;
		line-height:2em;
		color:#333;
	}
	ul#SearchResults a.searchResultHeader {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		margin:20px 0 8px 0;
		padding-left:20px;
		background:url(../images/treeicons/search-file.gif) no-repeat left center;
	}
		ul#SearchResults a {
			text-decoration:none;
			color:#0083C8;
		}
		ul#SearchResults a:hover {
		border-bottom:1px dotted #0083C8;
		}
