/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: #e8e8e8 url(../images/top_stripe.jpg) repeat-x;
}
body {
	width: 100%;
	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:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	width:753px;
	margin: 0 auto;
}
#Header {
	background: url(../images/header_full.jpg) left;
	clear:left;
	width: 753px;
	height: 339px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
#Navigation{
	width: 737px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(../images/bodybg.jpg);
}
ul#Menu1{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	background:transparent url("../images/OFF2.gif") repeat-x top left;
	font: 15px Verdana,Arial,sans-serif;
}
ul#Menu1 li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#Menu1 li a{
	display:block;
	float:left;
	text-decoration:none;
	padding: 9px 15px 0;
	height:24px;
	background:transparent url("../images/DIVIDER2.gif") no-repeat top right;
	color: #ffffe1;
}
ul#Menu1 li a:hover{
	background:transparent url("../images/HOVER2.gif") no-repeat top right;	
	}

		#oldMenu1 {
			padding:10px 50px 0;
		}
			#oldMenu1 li {
				float:left;
				margin-left:2px;
				background:url(../images/menu1_right.gif) no-repeat right top;
			}
				#oldMenu1 li.current,
				#oldMenu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#oldMenu1 li a {
					display:block;
					color:#fff;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
					padding:5px 15px;
					background:url(../images/menu1_left.gif) no-repeat left top;
				}
					#oldMenu1 li a:hover {
						color:#d2ebff;
					}
					#oldMenu1 li.current a,
					#oldMenu1 li.section a {

						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}
#QuickLinks img{
	margin-bottom: 1px;
	margin-right: 3px;
	margin-top: 1px;
}
#QuickLinks{
	margin-bottom: 4px;
}


#ContentContainer {
	background: url(../images/bodybg.jpg) repeat-y left top;
	padding-top:20px;
	padding-bottom:20px;
	width: 753px;
	overflow: hidden;
}

#Banner {
	text-align: center;
}

#Menu2 {
}
	#Menu2 li {
	list-style-image: url(../images/bulletarrow.png);
}
	#Menu2 a {
		color: #0069a1;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}

#Content {
	margin: 0 0 0 20px;
	width:95%;
}

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

#Footer {
	clear:both;
	text-align:center;
	background-image: url(../images/bodybg.jpg);
	border-bottom: 8px solid #c5c5c5;
}
	#Footer span {
		line-height: 2em;
		font-size: 1em;
}
	#Footer a {
		color: #1800ff;
	}
		#Footer a:hover {
			text-decoration:none;
		}
#SideBar{
	width: 203px;
	background: #d9d5c7 url(../images/sidebar_top.png) no-repeat 0 top;
	float: right;
	display: inline;
	margin-left: 8px;
	margin-bottom: 4px;
}
#SideBarBottom
{
	width: 203px;
	background: url(../images/sidebar_bottom.png) no-repeat 0 bottom;
}
#SideBarContent{
	padding: 7px;
}
#SideBarContent p{
	margin-bottom:14px;
}
#SideBarContent ul{
	margin-bottom:14px;
}



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

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

		

