/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#e5e5e5 url(../images/bg.png) 0px 76px repeat-x; /*156*/
}
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:Arial,Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#cne {
    display:block;
    width:50px;
    height:480px;
    position:fixed;
    right:0;
    top:80px;
    z-index:1000;
}
#cne a {
    display:block;
    width:50px;
    height:480px;
    background:url(../images/cne.png) center center no-repeat;
}
#Main {
	margin:0px auto 20px auto;
	width:902px;
}
#Header {
	background:url(../images/header.png) center top no-repeat;
	padding-top:20px; /*100*/
	height:47px;
	clear:left;
	border-bottom:2px solid #dcdada;
}
	#Menu1 {
		padding-top:16px;
		float:right;
		height:24px;
	}
		#Menu1 li {
			float:left;
			background:url(../images/bg2.png) left top repeat;
			height:24px;
			position:relative; /*for subnav positioning*/
		}
			#Menu1 li.current,
			#Menu1 li.section {
				background:#c9c7c7;
			}
			#Menu1 li a {
				display:block;
				color:#fefefe;
				font-weight:normal;
				font-family:"Trebuchet MS", Arial; /*"Myriad Pro", */
				font-size:12px;
				text-transform:uppercase;
				text-decoration:none;
				padding:0px 9px;
				height:24px;
				line-height:24px;
				float:left; /*****/
			}
				#Menu1 li a:hover,
				#Menu1 li a.tophover {
					color:#222222;
					background:#dedcdc;
				}
				#Menu1 li.current a,
				#Menu1 li.section a {
					color:#222222;
				}
/* fly out */
#Menu1 li span { /*drop down trigger style*/
	width: 13px;  
	height: 24px; 
	float: left;  
	background: url(../images/subnav_btn.gif) no-repeat left top;  
}
#Menu1 li span.subhover {
	background-position: left bottom; cursor: pointer;
} /*--Hover effect for trigger--*/
#Menu1 li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 24px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 120px;
	z-index:999;
}
#Menu1 li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 120px;
}
html #Menu1 li ul.subnav li a {
	float: left;
	width: 100px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	padding-right:0;
	font-size:11px;
	color:#fefefe;
}
html #Menu1 li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
	color:#fefefe;
}
/* end fly out */

#ContentContainer {
	border-top:1px solid #ffffff;
	border-bottom:2px solid #dcdada;
	padding-top:6px;
	overflow: auto;
	background:url(../images/bg3.png) center bottom repeat-x;
	padding-bottom:8px;
}
	#Banner {
		height:350px;
	}

#Footer {
	clear:both;
	text-align:right;
	border-top:1px solid #ffffff;
}
	#Footer span {
		color:#888888;
		font-size:1em;
		line-height:2em;
	}
	#Footer a {
		color:#888888;
	}
		#Footer a:hover {
			text-decoration:none;
		}

#Content {
	margin-top:4px;
	margin-bottom:4px;
	border:0;
	background:#ffffff url(../images/bg4.png) center top repeat-x;
	padding:20px 22px 12px 22px;
}
#HomeContent {
	margin-top:4px;
	margin-bottom:4px;
	border:0;
	/* background:url(../images/bg5.gif) center top repeat-y;  */
	/* for table based */
	background:url(../images/bg6.png) center top no-repeat;
	padding:0 0 10px 0;
}
	.HomeSection {
		background:#ffffff url(../images/bg4.png) center top repeat-x;
		float:left;
		margin-left:4px;
		width:200px;
		padding:20px 11px 0 11px;
	}
#HomeContentTbl {
	border-collapse:collapse; 
	border:none;
}
	#HomeContentTbl td {
		padding:0 0 0 4px;
		width:222px; 
		vertical-align:top;
	}
	#HomeContentTbl td .HomeSection {
		float:none;
		margin:0;
		background:none;
		font-size:11px;
	}
		#HomeContentTbl td .HomeSection p {
			margin-bottom:8px;
			line-height:1.2em;
		}
		#HomeContentTbl td .HomeSection .price {
			padding-top:8px;
		}
	#HomeContentTbl .first td {
	}
	#HomeContentTbl .last td {
		vertical-align:bottom;
	}
	#HomeContentTbl .last td .HomeSection {
		padding-top:0;
	}

#Anno {
	clear:both;
	background:#ffffff url(../images/anno.png) top right no-repeat;
	padding:48px 0 10px 24px;
}
	
div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	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;
	}

#Menu2 {
	position:relative;
}
	#Menu2 li {
		width:45%;
		float:left;
		list-style-type:none;
	}
	#Menu2 li.clear {
		list-style-type:none;
		float:none;
	}
	#Menu2 a.thumbimg, 
	#Menu2 img.thumbimg {
	    display:block;
	    float:left;
	    width:200px;
	    height:70px;
	    padding-right:10px;
	    border:0;
	    text-decoration:none;
	}
	#Menu2 a.thumbimg img {
	    border:0;
	}
	
#Menu3 {
	position:relative;
	width:97%;
	margin-left:2%;
}
	#Menu3 li {
		width:45%;
		float:left;
		list-style-type:none;
	}
	#Menu3 li.clear {
		list-style-type:none;
		float:none;
	}
	#Menu3 a.thumbimg, 
	#Menu3 img.thumbimg {
	    display:block;
	    float:left;
	    width:100px;
	    height:35px;
	    padding-right:10px;
	    border:0;
	    text-decoration:none;
	}
	#Menu3 a.thumbimg img {
	    border:0;
	}

/* FOR whatsnew table */
#Whatsnew_list{
	float:left; 
	width:14%;
}
#Whatsnew_list h2{
	margin-bottom:0;
	font-weight:bold;
}
#Whatsnew_wrap{
	position:relative;
	border-left:4px solid #e5e5e5;
	width:85%;
	margin-left:15%;
}
#Whatsnew_tbl{
	width:97%; /* 97 + 2 = 99 to factor in the table cell's border width */
	margin-left:2%;
	border-collapse:collapse;
}
	#Whatsnew_tbl table{
		width:100%;
		margin:0;
	}
#Whatsnew_tbl td{
	vertical-align:top;
}
#Whatsnew_tbl td{
	width:33%;
	border:1px solid #e5e5e5;
	padding:4px;
}
	#Whatsnew_tbl td td{
		width:49%;
		padding:0;
		border:0;
	}
#Whatsnew_tbl th{
	text-align:left;
	font-family:"Trebuchet MS", Arial;
	color:#222222;
	font-size:1.3em;
	padding:0 4px;
	padding-top:8px;
}
#Whatsnew_tbl th.first{
	padding-top:0;
}

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