/* Global Resetting */
html{
	width: 100%;
	height: 100%;
	background-position: top right;
	background-image: url(../images/logonew.png);
	background-repeat: no-repeat;
	background-color: #cc9966;
	min-width: 800px;
}
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	
}
* {
	font-size: 12px;
		padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}

img {
	border: 10px solid #aa6633;
	margin:0px 0px 10px 10px;
}

img.plain {
  border:none;
	margin-left: 48px;
}
	
#Ruler {
	
}
	#Ruler hr {
	height: 10px;
	background: white;
	width: 100%;
	margin:0px;
	clear: left;
	border: none;
	padding:0px;
}

a img{
	border:0;
	margin: 10px;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto;
	width:100%;
}
#Header {
	/*border-left:1px solid #ccc;*/
	/*border-right:1px solid #ccc;*/
	

	clear:left;
}
	#Header h1 {
		color:#fff;
		font-size:16px;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			padding: 0px 30px 0px;
			}
			#Menu1 li {
				float:left;
				margin-left:2px;
				}
				#Menu1 li.current,
				#Menu1 li.section {
					}
				#Menu1 li a {
					display: block;
					color: #fff;
					font-weight: bold;
					font-size: 16px;
					text-decoration: none;
					margin: 160px 0px 0px 0px;
					padding: 0px 15px 0px;
					
				}
					#Menu1 li a:active {
						color: #C2D6EB;
						
					}
					#Menu1 li a:hover {
						color: #dcdcdc;
					}
					
					#Menu1 li.current a,
					#Menu1 li.section a {
						color: #dcdcdc;
						outline:none;
					}

#ContainerContainer {
	padding: 0px 48px 3px 48px;
}					

#MenuContainer {

}
					
#ContentContainer {
	padding-top:0px;
	overflow: auto;
	max-width:800px;
}



#Banner {
	text-align: center;
}

#Menu2 {
	margin: 5px 20px 0px 0px;
	width: 207px;
	float: left;
	background: #fff;
	border: 0px solid #ddd;
	padding: 0px 0px 0px 0px;
}


#Menu2 li {
		padding-left:10px;
		}
	#Menu2 a {
		color:#cc9966;
		font-weight:bold;
		font-size:12px;
		line-height:2.0em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#cc9966;
		/*text-decoration:underline;*/
	}

	#Menu2 img {
	float:right;
	border:none;
	margin-right:0;
}	
	
	
#Content {
	float: top;
	width: auto;
	margin-left:0px;
}

div.breadcrumbs {
	   color:#fff;
		font-size:10px;
		font-weight:bold;
		line-height:1.6em;	
}
div.breadcrumbs a {
	text-decoration:none;
	color: #fff;
}

#Footer {
	background:#fff;
	clear:both;
	text-align:right;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		}
	#Footer a {
		color:#cc9966;
		text-decoration:none;
	}


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

		

