/* Global Resetting */
html{height:100%;
width:100%;
}

body {font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
	text-align: center;
}
* {font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
	background-color:#ffffff;
}

h1	{ font-size: 150%}

h2	{ font-size: 130%}

h3	{ font-size: 120%}

ul li	{ font-size: 95%; list-style:none;}

a img{border:0;}
.clear{	clear:both;}

/* Layout CSS */
#Main {
	margin:20px auto;
	width:760px;
	position:relative;
	clear:both;
	} 
	
#Logo {height:74px;
	background-repeat: no-repeat;
	border-bottom:1px solid #ccc;
	position:relative;	
	}

#Logo a{float:left;}	
	
#Header {background-image:url(../images/masthead.jpg);
	height:140px;
	margin: 2px auto;
	background-repeat: no-repeat;
}

#Menu1 {list-style-type:none;
		padding:0; margin:0;
	}
	#Menu1 li {float:left;
			padding:0; margin:0;
			position: relative; 
		}
	#Menu1 li.current,
	#Menu1 li.section :hover{	}
	#Menu1 li a {float:left;
		display:block;
		margin:0 1px 0 0;
		color:	#808080;
		font-weight:bold;
		font-size:120%;
		text-decoration:none;
		line-height:1.7em;
		padding:4px 12px;
		border-left: 1px solid #ccc;
		}
	#Menu1 li a:hover {background-color:#1e90ff;
			color:#fff;
		}
	#Menu1 li.current a,
	#Menu1 li.section a {display:block;
				background-color:#1e90ff;
				color:#fff;
	}

	#Menu1 li ul {display: none;
		position: absolute; 
		top: 1em;
		left: 0;
	  }
	#Menu1 li > ul {top: auto;
		left: auto;
		}
	#Menu1 li ul li{display: inline;}
			
	#Menu1 li:hover ul {display: block; }

#ContentContainer {background-image: url(../images/masthead_bottom_line.gif);
	background-repeat: no-repeat;
	margin:30px auto; /* Need to set as 37px*/
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	clear: both;
}

#LeftContent {float:left;
	margin:0;	
	width:150px; 	
}
	
#MainContent{float:left;	
	width:410px;
	padding:10px 10px 2px 10px;
	
}

#RightContent {float:left;
	margin:0;
	width:185px;
	margin-right:-650px
}
/* Layout for contact us form */
#Left{float:left;
	margin:0;	
	width:200px; 
	padding:15px 3px 3px 10px;
}
#Contact{float:left;	
	width:300px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

#Menu2 {
	margin-left: 0px;
	width: 150px;	
	float:left;
	background:#fff;
	padding:5px 5px 5px 5px;
}
	#Menu2 li {padding-left:15px;
		background:url(../images/menu2_arrow.gif) no-repeat 0 50%; /* 50%  will change the position in center on page case study & product which doesn't look good*/
		margin:5px auto;
	}
	#Menu2 a {color:#333;
		font-weight:bold;
		font-size:1.2em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#0083C8;
	}


	
#Content {float: right;
	margin: 0px 10px 10px 20px;
	width:70%;
}  
#FContent {float:right;
	width:98%;
	margin:5px; 
	padding:5px;
}  
#left_link li {margin: 0;
	list-style-type: none;
}
#left_link li.news a {background: url(../images/latest_news_button.gif) no-repeat;
	padding-bottom:5px;
	margin: 5px 5px 15px 5px;
	height:60px;
	width:120px;
	display:block;
}

#left_link li.products a {background: url(../images/products_button.gif) no-repeat;
	padding-bottom:5px;
	margin: 5px 5px 15px 5px;
	height:60px;
	width:120px;
	display:block;
}


div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {background:url(../images/footer.jpg) no-repeat scroll 0%;
	clear:both;	
	padding:5px;
	color:#ccc;
	font-size:1.1em;
	line-height:2.5em;
	font-weight:bold;
	}

	#Footer a {background:transparent;
		color:#ccc;
		text-decoration:none;
		border-left: 1px solid #ccc;
		padding:5px;
	}
	#Footer a:hover {border-bottom:1px dotted;
		color:#fff;
	}

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {	background:#fff;
padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2.2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.2em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:22px;
		background:url(../images/treeicons/news-file.gif) no-repeat left top;
	}
		#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.4em;
			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.5em;
}

#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;
		}

#Header form{
	float:right;
	width:170px;
	margin:0px 5px 0px 5px;
}
	#Header form * {
		display:inline !important;
	}
	#Header form div {
	}
	#Header form input.text {
		width:120px;
		color:#000;
		background:#fff;
		border:1px solid #aaa;
		padding:2px 1px 2px 2px;
		margin-top:4px;
	}
	#Header form input.action {
		/* added*/
		background:url(../images/search-button.gif) no-repeat center center;
		border:none;
		height:20px;
		width:26px;
	
		/* font-weight:bold; */
	}
	
#Login {float:right; width:60px; }
		
#Login a{text-decoration:none;
		color:#808080;
		display:block;
		font-weight:bold;
		font-size:120%;
		line-height:1.5em;
		padding:4px 10px 2px 10px;
		border-right: 1px solid #ccc;
		}

#Login a:hover {display:block; 
				background-color:#1e90ff;
				color:#fff;
			}
.searchResults h2 {
	font-size:2.2em;
	font-weight:normal;
	color:#0083C8;
	margin-bottom:15px;
}
.searchResults p.searchQuery {
	color:#333;
	margin-bottom:10px;
	
}

.searchResults ul#SearchResults li {
	margin-bottom:20px;
}
	ul#SearchResults p {
		font-size:1.1em;
		font-weight:normal;
		line-height:2em;
		color:#333;
	}
	ul#SearchResults a.searchResultHeader {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		margin:20px 0 8px 0;
		padding-left:20px;
		background:url(../images/treeicons/search-file.gif) no-repeat left center;
	}
		ul#SearchResults a {
			text-decoration:none;
			color:#0083C8;
		}
		ul#SearchResults a:hover {
		border-bottom:1px dotted #0083C8;
		}
		
		
/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 5px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {padding:5px; list-style:circle; font-size:1.4em; font-weight:bold;background:#fff;} /*1st level items*/
 
#sitemap-list {margin:0px 10px 5px 5px; padding:5px; font-weight:normal; background:#fff;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:square; font-weight:normal; font-size:0.9em; line-height:1.8em; background:none} /*2nd level items*/
 
#sitemap-list  {margin-left:10px;padding:5px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:0.9em; font-weight:normal;list-style:disc;} /*3rd level items*/
