Menu2/* Global Resetting */
html {
	width: 100%;
	height: 100%;
	background: #000;
}
body {
	width: 100%;
	background-color:#000000;
	height: 100%;
	font-size: 62.5%;/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
}
a img {
	border:0;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
/* Layout CSS */
#Main {
	margin:0 auto;
	width:986px;
}
#Header {
	background:url(../images/top_header_bg.jpg) top left no-repeat;
	width:986px;
	height:116px;
	position:relative;
	clear:left;
}
#Header h1 {
	color:#fff;
	font-size:1.5em;
	line-height:4.5em;
	padding-left:20px;
}
#Logo a {
	display:block;
	width:150px;
	height:90px;
	float:left;
	margin:20px 0 0 40px;
}
#Logo a span {
	display:none;
}
#mainnav_container {
	position:absolute;
	top:80px;
	left:190px;
	width:780px;
	height:14px;
	text-align:right;
}
#mainnav_container #Menu1 {
	padding:0;
	margin:0;
}
#mainnav_container #Menu1 li {
	margin-left:2px;
	display:inline;
	
}
#Menu1 li.current,  #Menu1 li.section {
	color:#d60303;
}
#Menu1 li a {
	color:#c4c3c3;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 15px;
}
#Menu1 li a:hover {
	color:#d2ebff;
}
#Menu1 li.current a,  #Menu1 li.section a {
	color:#d60303;
}
#ContentContainer {
	background:url(../images/body_bg.jpg) repeat-y;
	padding-top:20px;
	overflow: auto;
	width:986px;
}
#Banner {
	text-align: center;
}
#Menu2 {
	width: 140px;
	float:left;
}
#Menu2 li {
	padding-left:22px;
	line-height:30px;
	}
#Menu2 a {
	color:#c1c1c7;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
	text-decoration:none;
	text-transform:uppercase;
}
#Menu2 a:hover {
	text-decoration:underline;
}
#Menu2 li.current a,  #Menu2 li.section a {
	color:#d60303;
}
#Content {
	float: right;
	margin:0 25px 0 1px;
	width:820px;
	overflow:hidden;
	background-color:#fff;
}
#Content_grid {
	background:url(../images/content_bg.jpg) 0 32px repeat-y;
	float: right;
	margin:0 25px 0 1px;
	width:820px;
	overflow:hidden;
	/*background-color:#fff;*/
}
div.breadcrumbs {
	padding:5px 5px 5px 10px;
	font-weight:bold;
	color:#666;
	float:left;
}
div.breadcrumbs a {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}
#breadcrumb {
	float:left;
	font-size:1.3em;
	font-weight:bold;
	background-color:#fff;
	width:100%;
	height:32px;
}

/*****Footer******/
#Footer {
	background:url(../images/footer_bg.jpg) no-repeat;
	clear:both;
	text-align:right;
	padding-right:20px;
	height:60px;
}
#Footer span {
	color:#ccc;
	font-size:1.1em;
	line-height:2em;
	font-weight:bold;
	padding:12px 0 0 18px;
}
#Footer a {
	color:#7a7878;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:none;
	color:#fff;
}
/* The rest of this file is for the second tutorial */
#NewsList, #StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}
#NewsList li, #StaffList li {
	margin: 0;
	list-style-type: none;
}
#NewsList li.newsDateTitle span {
	color:#666;
	line-height:2em;
}
#NewsList li.newsDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	color:#0083C8;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/treeicons/news-file.gif) no-repeat left center;
}
#NewsList li.newsDateTitle a:hover {
	border-bottom:1px dotted #0083C8;
}
#NewsList li.newsSummary {
	margin-bottom:20px;
}
#NewsList li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}
#NewsList li.newsSummary a.readMoreLink {
	color:#0083C8;
	text-decoration:none;
}
#NewsList li.newsSummary a.readMoreLink:hover {
	border-bottom:1px dotted #0083C8;
}
div.newsDetails {
	margin-bottom:10px;
}
div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}
div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

/* Description */
#Description {
	float:right;
	width:345px;
	margin:0 20px 0 0;
}


#StaffList .staffname {
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}
#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}
#StaffList .staffphoto img {
	border:1px solid #AAA;
}
#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}
#StaffPhoto {
	float: left;
	width:445px;
	margin-right: 10px;
}
#StaffPhoto img {
	border:none;
}
#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	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;
}
#BrowserPoll {
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#BrowserPoll h2 {
	color:#0083C8;
	font-size:1.2em;
}
#BrowserPoll ul {
	margin: 0;
}
#BrowserPoll li {
	list-style-type: none;
	margin: 0;
}
#BrowserPoll .browser {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
#BrowserPoll .bar {
	background-color: #015581;
}
#BrowserPoll form {
	width:100%;
}
#BrowserPoll form fieldset {
	border:0;
}
#BrowserPoll .message {
	color:red;
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
#BrowserPoll span.message {
	width: 100%;
}
#BrowserPoll form div {
	margin-top:10px;
	width:100%;
}
#BrowserPoll form label {
	font-size:1.1em;
	color:#333;
}
#BrowserPoll form label.left {
	float:left;
}
#BrowserPoll form label.FormHeading {
	font-size:1.3em;
	color:#ff7200;
	font-weight:bold;
}
#BrowserPoll form input.text,  #BrowserPoll form textarea,  #BrowserPoll form select {
	width:100%;
	color:#000;
	background:#f8f8f8;
	border:1px solid #aaa;
	padding:3px;
}
#BrowserPoll form input.numeric {
	width:20px;
	background:#f0f0f0;
	border:1px solid #aaa;
	padding:3px;
	color:#000;
	margin-right:4px;
}
#BrowserPoll form input.year {
	width:35px;
}
#BrowserPoll form p.Actions {
	text-align:right;
	padding:0 22px 15px 0;
}
#BrowserPoll form p.Actions input {
	padding:2px;
}
#BrowserPoll form ul.optionset {
	padding-top: 15px;
	padding-left: 15px;
}
#BrowserPoll form ul.optionset li {
	list-style-type: none;
}
#Header form {
	float:right;
	width:160px;
	margin:25px 25px 0px 25px;
}
#Header form * {
	display:inline !important;
}
#Header form div {
}
#Header form input.text {
	width:110px;
	color:#000;
	background:#f0f0f0;
	border:1px solid #aaa;
	padding:3px;
}
#Header 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;
	display:block;
}
ul#SearchResults p {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
	margin:0 0 5px 30px;
	padding:0 10px 0 0;
}
ul#SearchResults a.searchResultHeader {
	font-size:1.3em;
	font-weight:bold;
	color:#0083C8;
	text-decoration:none;
	/* margin:20px 0 8px 18px; */
	background:url(../images/treeicons/search-file.gif) no-repeat left center;
}
ul#SearchResults a {
	text-decoration:none;
	/*margin:8px 0 0 40px;*/
	color:#0083C8;
}
ul#SearchResults a:hover {
	border-bottom:1px dotted #0083C8;
}
ul#SearchResults .image {
	float:left;
	margin:0 10px 0 0;
}
/************************
SITEMAP
************************/
#sitemap-list {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	font-weight:bold;
	line-height:150%
} /*1st level list*/
#sitemap-list li {
	padding:10px;
	margin-top:10px;
	list-style:none;
	font-size:13px;
	background:#f0f0f0;
} /*1st level items*/
#sitemap-list ul {
	margin:5px 10px 5px 10px;
	padding:5px 10px;
	font-weight:normal;
	background:#f8f8f8;
} /*2nd level lists*/
#sitemap-list li li {
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	background:none
} /*2nd level items*/
#sitemap-list ul ul {
	margin-left:10px;
	padding:5px 10px;
	background:#fff;
} /*3rd level lists*/
#sitemap-list li li li {
	font-size:11px;
	font-weight:normal;
} /*3rd level items*/
/************************
Copyright
************************/
#Copy {
	height:50px;
	color:#999999;
	margin:15px 0 15px 0;
	text-align:center;
	font-size:1.1em;
}

