/* Global Resetting */
html{
	background-color: #2D002D;	/* reset font-sizes to 1em == 10px */
	}
body {
	font-size: .8em;
	}
* {
	/* 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;
	}
.center{
	margin-right: auto;
	margin-left: auto;	
	}
.right{
	margin-right:0;
	margin-left:auto;
	}

/* Layout CSS */
#Main {
	background:url(../images/newmainbg.jpg) repeat-y left top;
	margin:10px auto;
	width:80%;
	text-align: left;
	}
#Wrap {
	background: url(../images/newbg.jpg) repeat-y left bottom;
	padding-bottom:0px;
	}
#Sidebar {
	float: left;
	width: 280px;
	background:url(../images/newheader.jpg) top left repeat-x;
	}
	#logo {
	margin-top: 10px;
	margin-left: 15px;
	}
	
	#Menu1 {
	margin:50px 0px 150px 45px;
	padding: 0px 10px 0px 0px;
		}
		#Menu1 li {
				}
			#Menu1 li a {
	height: 40px;
	display:block;
	color:#606;
	font-size: 1.1em;
	line-height:40px;
	text-decoration:none;
	padding:0px 0px 0px 42px;
	background:url(../images/newnav1.png) no-repeat left top;
					}
			#Menu1 li.current a,
			#Menu1 li.section a {
					background:url(../images/newnav3.png) no-repeat left top;
					color:#000;
					font-weight: bold;
				}
				#Menu1 li a:hover {
					background:url(../images/newnav2.png) no-repeat left top;
					color:#333;
					}

#Content {
	background: url(../images/newtopbg.jpg) top left no-repeat;
	margin: 0px 0px 0px 280px;
	padding: 60px 30px 20px 0px;
	}
	#Content h1 {
	text-align: center;
	width: 100%;
	color:#000;
	font-size:1.6em;
	padding: 20px 0px 10px 0px;
	}

#Menu2 {
	display: table;   /* Allow the centering to work */
	text-align:center;
	width: 60%;
	margin: 0 auto 20px auto;
	padding: 5px 0 5px 0;
	background-color:#FFF;
	}
	#Menu2 ul {
	}
	#Menu2 li {
	padding-left:10px;
	padding-right: 10px;
	list-style-type: none;
		}
	#Menu2 a {
		color:#606;
		line-height:1.6em;
		text-decoration:none;
		text-decoration: underline;
		}
	#Menu2 a:hover {
	color:#000;
	text-decoration:underline;
		}
	#Menu2 li.current a,
	#Menu2 li.section a {
		font-weight: bold;
		color:#000;
		text-decoration: none;
	}
	
div.breadcrumbs {
	font-size: 0.7em;
	text-align:center;
	color:#666;
	padding: 20px 0px 10px 0px;
	}
div.breadcrumbs a {
	text-decoration:none;
	}

#Footer {
	clear:both;
	text-align:center;
	margin: 0 30px 0 280px;
	}
	#Footer .Address {
	font-style:italic;
	}
	#Footer span {
	color:#333;
	font-size:0.8em;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	}
	#Footer a {
		color:#fff;
		}
		#Footer a:hover {
			text-decoration:none;
			}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background-color:#FFF;
	border:1px dotted #ccc;
	margin: 20px 0 0 0;
	padding: 5px 0px 0px 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.2em;
		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:10px;
		}
		#NewsList li.newsSummary span {
			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;
	}

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

#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;
	margin-right: 10px;
	}

#StaffPhoto img {
	border:1px solid #AAA;
	}

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

		

