/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1.05em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

.right-align {
	float: right;
	width: 400px;
}

p#Remember label.right { float: none; font-size: 0.8em; }
.right {
	float: right;
}

/* Layout CSS */
#Main {
	margin:20px auto;
}

	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		/*padding-left:20px;*/
	}
		#Menu1 {
			float: left;
			padding-left: 10px;
		}
			#Menu1 li {
				float:left;				
				padding: 1px;
			}
			#Menu1 > #first {
				padding-right: 10px;
				margin-left: 1px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
					background:url(../images/menu1_right_on.gif) no-repeat right top;
				}
				#Menu1 li a {
					display:block;
					color:#000;
					font-weight:bold;
					font-size:1.1em;
					text-decoration:none;
				}
				
				#Menu1 li.menuitems {
					padding-top: 43px;
					margin-right: 1px;
				}
				
				#Menu1 li#localexperts {
					padding-top: 23px;
				}
					#Menu1 li a:hover {
						color:#d2ebff;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						background:url(../images/menu1_left_on.gif) no-repeat left top;
						color:#d2ebff;
					}



#Menu2 {
	float:left;
	background:transparent;
}
	#Menu2 li {
		float: left;
		text-indent:15px;
	}
	#Menu2 a {
		color:#FFF;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:none;
		color: #ffffff;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#FFF;
	}
	
	#Menu2 li.link {
		float: left;
		/*#ccc*/
		background-color: #888;
		text-transform: uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
		padding: 5px 0 5px 0px;
		margin:0 0 0 0;
		color: #fff;
		margin-right: 1px;
	}
	
	#Menu2 li.current, #Menu2 li.section
	{
		text-transform: uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
		padding: 5px 0 5px 0px;
		margin:0 0 0 0;
		color: #fff;
		margin-right: 1px;
	}

#Content {
	float: left;
	margin: 0px;
	width:70%;
}

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;
	}
	#Footer a {
		color:#fff;
		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;
	}

		
		
/***************************/


li#Products
{
	float: left;
	background-color: #c3cc57;
	width: 550px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 0 5px 10px;
	margin:0 0 0 0;
	color: #fff;
	margin-right: 1px;
}

#image
{
	background-repeat: no-repeat;
	margin-top: 93px;
	width: 946px;
	height: 352px;
	padding-bottom: 5px;
}


p.green
{
	color: #a8ba5e;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding: 5px 5px 5px 5px;
}

td {
	font-size: 1em;
}

#panel { width: 935px; padding: 10px 23px 30px 0px; }

#panelleft{float:left; width:340px; padding: 30px 23px 30px 10px;}
#panelright{float:right; width:550px; padding: 30px 10px 30px 0px;}

#panelleft1{float:left; width:680px; padding: 30px 15px 30px 0;}
#panelright1{float:right; width:220px; padding: 30px 10px 30px 0;}

#panelleft2{float:left; width:440px; padding: 30px 23px 30px 10px;}
#panelmid2{float:left; width:228px; padding: 30px 23px 30px 0px;}
#panelright2{float:right; width:220px; padding: 30px 0px 30px 0px;}

#footterms{ float: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999; padding: 0 0 20px 0;}
#footmango{ float: right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999; padding: 0 0 20px 0;}

#image > #index-inner > h2 {
	font-family:Arial, Helvetica, sans-serif;
}

#image > #index-inner > p {
	font-weight: bold;
	width: 300px;
}

fieldset {
	border: 0px;
}

fieldset > div {
	padding: 10px; 
}

fieldset > label {
	margin-right: 10px;
}

