/* Global Resetting */
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:"trebuchet ms",arial,helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0 auto;
	width:950px;
}
#Header {
	width:950px;
	text-align:right;
	background:url(../images/header.gif) no-repeat bottom #000000;
}
#Navigation {
	padding:23px 0 60px 820px;
}
#details {
	float:left;
	margin:20px 0 0 26px;
	font-size:1.4em;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
#details a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
#details a:hover {
	color:#fff;
	text-decoration:underline;
}

	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
		#Menu1 {
			text-align:left;
		}
			#Menu1 li {
				margin-left:2px;
			}
				#Menu1 li a {
					color:#fff;
					font-size:1.1em;
					font-weight:bold;
					text-decoration:none;
					outline:none;
					padding:0 0 0 12px;
					background:url(../images/menu_left.gif) no-repeat left center;
				}
					#Menu1 li a:hover {
						color:#7f7f7f;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu_left_on.gif) no-repeat left center;
						color:#ffffff;
					}
#wrapper-home {
	background:url(../images/1.jpg) no-repeat bottom;
	padding-bottom:140px;
}
#wrapper-aboutus {
	background:url(../images/2.jpg) no-repeat bottom;
	padding-bottom:120px;
}
#wrapper-news {
	background:url(../images/3.jpg) no-repeat bottom;
	padding-bottom:140px;
}
#wrapper-services {
	background:url(../images/8.jpg) no-repeat bottom;
	padding-bottom:20px;
}
#wrapper-environment {
	background:url(../images/5.jpg) no-repeat bottom;
	padding-bottom:70px;
}
#wrapper-testimonials {
	background:url(../images/6.jpg) no-repeat bottom;
	padding-bottom:200px;
}
#wrapper-contact {
	background:url(../images/7.jpg) no-repeat bottom;
	padding-bottom:140px;
}
#wrapper-health {
	background:url(../images/4.jpg) no-repeat bottom;
	padding-bottom:100px;
}

#left-col {
	float:left;
	width:249px;
}
#right-col {
	float:left;
	width:253px;
	margin-left:22px;

}
#black-footer {
	background-color:#000000;
	width:950px;
	height:121px;
}
#ihc-link {
	text-align:right;
	font-size:10px;
	background-color:#ffffff;
}
#ContentContainer {
	padding-top:0;
	padding-bottom:20px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	margin-left: 20px;
	width: 17em;
	float: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 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 {
	margin: 2px 0 20px 0;
	color:#7f7f7f;
	font-size:1.1em;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	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;
		background:url(../images/ss_logo.gif) no-repeat;
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList {
	background:#f7f7f7;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:1.5em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.1em;
		font-weight:bold;
		color:#aaaaaa;
		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 {
			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;
}
.newsPicture {
	float:right;
	margin:0 0 6px 6px;
}
div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}
#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;
	}
