/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#eef3f6 url(../images/sky.jpg) top center repeat-x;
	/*background:#f8f8f8;*/
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	background:url(../images/clowds.png) top center no-repeat;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:"comic Sans MS",Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto;
	width:900px;
}
#ftr{
	margin-top:40px;
	background:url(../images/bottombg.gif) bottom center no-repeat;
	height:85px;
	width:100%;

}
#Header {
	background:url(../images/header.png) top right no-repeat;
	clear:left;
	margin-bottom:0px;
	height:147px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
		display:none;
	}
		#Menu1 {
			padding:0px 20px 50px 2px;
		}
			#Menu1 li {
				float:left;
				margin-left:3px;
				height:28px;
				/*background:url(../images/menu1_right.gif) no-repeat right top;*/
			}
				#Menu1 li.current,
				#Menu1 li.section {
					/*background:url(../images/menu1_right_on.gif) no-repeat right top;*/
				}
				#Menu1 li a {
					display:block;
					color:#DB302C;
					font-size:2.4em;
					text-decoration:none;
					font-family:"comic Sans MS",sans-serif,serif;
					padding:5px 15px;
					/*background:url(../images/menu1_left.gif) no-repeat left top;*/
					background:#fff;
					-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
					
				}
					#Menu1 li a:hover {
						color:#DB302C;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						/*background:url(../images/menu1_left_on.gif) no-repeat left top;*/
						color:#DB302C;
					}

#HomePageContentContainer {
	background:none;
	padding-bottom:20px;
	overflow: auto;
	clear:left;
	min-height:272px;
}
#ContentContainer {
	background:url(../images/bg.png);
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
	clear:left;
	border:1px solid #ddd;
	-moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  min-height:272px;
}

#Banner {
	text-align: center;
}

#pageTitle{
float:left;
font-size:1.8em;
letter-spacing:0.1em;
font-weight:normal;
margin-left:20px;
color:#DB302C;
  }

#Menu2 {
	margin-left: 20px;
	width: 18.9em;
	float:left;
	clear:left;
	/*background:#f0f0f0;*/
	/*border:1px solid #ddd;*/
	padding:10px 10px 10px 10px;
}
	#Menu2 li {
		padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat 0px 2px;
		margin-bottom:14px;
	}
	#Menu2 a {
		color:#333;
		font-size:1.4em;
		line-height:0.7em;
		text-decoration:none;
	}
	#Menu2 a:hover {
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
	}

#HomePageContent {
	margin-top: 20px;
	display:block;
}
#Content {
	float: right;
	margin: 0 20px 0;
	display:block;
	width:70%;
}
.mouseOverOpacity{
  opacity:.6;
}
.block{
 display: block;
 width:100%;
}

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

#Footer {
	display:none;
	background:#015581;
	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:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsListContainer{
	border:1px dotted #ccc;
	padding:10px;

}
         
#NewsList,
#StaffList {
	padding:10px;
	margin-left:0;
}

#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:.9em;*/
		/*color:#DB302C;*/
		text-decoration:none;
		padding-left:12px;
	}
		#NewsList li.newsDateTitle a:hover {
			/*border-bottom:1px dotted #DB302C;*/
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
		/*font-size:.9em;*/
	}
		#NewsList li.newsSummary span {
			/*font-size:.8em;*/
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#DB302C;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #DB302C;
			}

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

		

