/* Global Resetting */
#logo {
	text-align:right;
	margin-bottom:25px;
}
html{	
	width: 100%;
	height: 100%;
}
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 {
	margin:20px auto;
	width:900px;
}

#mainpic {
	margin:0;padding:0;
}
#Header {


	clear:left;
}
	
		#Menu1 {
			margin:0;
			padding:0;
		}
			#Menu1 li {
				float:left;
				margin-right:2px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
					margin-left:0;
				}
				#Menu1 li a {
					display:block;
					color:black;
					font-weight:bold;
					font-size:1.5em;
					text-decoration:none;
					padding:5px 15px;
				}
					#Menu1 li a:hover {
						color:black;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#fff;
					}

#ContentContainer {
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	float:right;
	margin-left:55px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat left center;
	}
	#Menu2 a {
		color:#333;
		font-weight:bold;
		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 {

}

#Content p {
}

#leftside {
	background:#fff url(../images/sidebar.jpg) right repeat-y;
	width:650px;
	float:left;
	padding-right:30px;
	margin-right:20px;
	padding-top:15px;
	padding-bottom:30px;
			min-height:360px;

}

#leftside p {
	font-family:Arial;
	font-size:11pt;
	padding-left:8px;
}

#rightside {
	padding-top:15px;
}

#leftside h1 {
	color:black;
	margin-left:0;
	padding-left:0;
}
#rightside h1 {
	margin:0;
	padding:0;
	font-size:14pt;
	color:black;
}

#rightside p {
	margin-bottom:3px;
	font-size:9pt;
}

#rightside h2 {
	font-size:11pt;
	color:black;
}

#rightside h3 {
	font-size:10pt;
	font-weight:bold;
	margin:5px 0 5px 0;
	color:black;
}

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

#Footer {
	background:#fff;
	clear:both;
	text-align:left;
	border-top:1px solid #ccc;
	color:black;
	padding:5px 0px 25px 0px;
	font-size:8pt;
}


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

		
.handshake {
	padding:3px;
	margin-right:25px;
	border:3px double #CCCCCC;
	float:left;
}

.left {
	float:left;
}
.right {
	float:right;
}
#Menu3 ul {
	margin:0;
	padding:0;
}

#Menu3 li {
	display:inline;
	color:black;
	margin-left:17px;
	font-size:8pt;
}

#Menu3 a {
	color:#204a87;
}

#Menu3 a:visited {
	color:#204a87;
}


.alignright {
	text-align:right;
}
