/* Global Resetting */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

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:Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
.submenu {
    display:none;
    margin-left: 2em;
    padding: 3px;
    line-height: 110%;
	}

.mhead {
    background-color: #f6f6f6;
	border: 1px solid #999;
	width: 300px;
	margin: 4px;
	padding: 4px;
    display: block;
    font-size: 125%;
	}


/* Layout CSS */
#Main {
	width:1000px;
}
#Header {
	width:1000px;
	height:150px;
}


#Header img {
		margin:45px 0 0 70px;

}

#Menu1 {
			float:right;
			margin-top:30px;
			margin-bottom:2px;	
		}
				
			#Menu1 li {
				float:left;
				padding-left:6px;
			}
				#Menu1 li.current,
				#Menu1 li.section {
				color:#CC0000;
				}
				#Menu1 li a {
					color:#3399FF;
					font-size:1.1em;
					text-decoration:none;
					
								
				}
					#Menu1 li a:hover {
					color:#CC0000;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
					color:#CC0000;
					}
						
#Search {
	float:left;
}

#H2 {
	float:left;
	width:830px;
	padding-top:9px;
}

#Title {
	clear:both;
}

#Title a {
	text-decoration:none;
	color:#333;
}

#Title h1 {
	float:left;
	font-size:1.8em;
	float:left;
	margin-top:-9px;
	padding-right:10px;
	color:#333;
	z-index:1;
}

#Title	hr {
	background-color:#333;
	color:#333;
	border:none;
	height:0.9px;
}

#ContentContainer {
	float:left;
	width:895px;
	padding:35px 0 35px 75px;
}

#Banner {
	text-align: center;
}

#Menu2 {
	list-style:none;
	margin-left:0px;
	
}
	#Menu2 li {
	list-style:none;
	border-color:#999999;	
	border-top-style:solid;
	border-width:1px;
	display:block;
	margin-left:0px;
	padding-top:7px;
	padding-bottom:2px;

	
	}
	#Menu2 a {
		color:#333;
		font-size:1em;
		text-decoration:none;
		
	}
	#Menu2 a:hover {
		color:#999;
	}
			#Menu2 li.current,
			#Menu2 li.section {
				color:#3399FF;
			}
					#Menu2 a:visited {
					}
					
					#Menu2 li.current a,
					#Menu2 li.section a {
						color:#3333cc;
					}

#Menu3 {
	padding-bottom:2px;
	list-style:none;
	
}
	#Menu3 li {
	list-style:none;
	display:block;

	
	}
	#Menu3 a {
		color:#666666;
		font-size:1 em;
		text-decoration:none;
		margin-left:0px;
	}
	#Menu3 a:hover {
		color:#CC0000;
	}
			#Menu3 li.current,
			#Menu3 li.section {
				color:#CC0000;
			}
					#Menu3 a:visited {
					}
					#Menu3 li.current a,
					#Menu3 li.section a {
						color:#CC0000;
					}
					
#Content {
	clear:both;
}

.Contentl {
	float:left;
	width:170px;
	padding-top:47px;
}

.Contentr {
	float:left;
	width:600px;
	margin-left:60px;
	padding-top:30px;
}

.Contenth {
	float:left;
	width:465px;
	padding-top:30px;
}
		
div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	clear:both;
	width:830px;
	padding:35px;
	margin-left:40px;
	border-color:#CCFFCC;
	border-width:35px;
}
	
#Footer p {
	padding-top:5px;
	color:#333;

}

#Footer a {
	color:#333;
}

#Footer a:hover {
	text-decoration:none;
}

#Footer hr {
	background-color:#333;
	color:#333;
	border:none;
	height:0.9px;
}
