/**
 * EPMU Subsite Template
 */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #ededed;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

a img {
	border: none;
}

/* Layout
--------------------- */

#Container {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #cfd0d1;
	border-top: none;
}


/* Navigation
---------------------- */
#Navigation {
	width: 100%;
	overflow: hidden;
	background: #bebebe url(../../epmu/images/menu-normal-new.gif) repeat-x left top;
}
#Navigation ul { 
 	float: left;
	margin: 0 14px 0 13px;
	}
	#Navigation ul li { 
		font-family: Arial, sans-serif;
	 	list-style: none; 
		float: left;
		line-height: 3.2em;
		display: block;
	}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.5em; 
			font-size: 12px !important;
			padding: 0 0 0 9px;
			color: #606060;
			font-weight: bold;
			border-right: 1px solid #bebebe;
			border-left: 1px solid #bebebe;
		}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			line-height: 2.7em;
			padding-right: 9px;
			height: 2.7em;
		}
			#Navigation ul li a:hover { 
			 	background: url(../../epmu/images/menu-hover-new.gif) repeat-x top left; 
				color: #363636;
				cursor: pointer;
				border-right: 1px solid #a0a0a0;
				border-left: 1px solid #a0a0a0;
			}
			#Navigation ul li a:hover span {

			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: url(../../epmu/images/menu-current-new.gif) repeat-x top left; 
			 	color: #363636;
				padding: 0 0 0 9px;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				/*background: url(../images/menu-current-new.gif) repeat-x top left;*/
				color: #363636;
			}
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover {
				border-color: #bebebe;
			}

/* Header
------------------------------- */
#Header {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}
#FullHeader {
	overflow: hidden;
	width: 100%;
	line-height: 0.8em;
}
	#FullHeader a img {
		border: 0;
	}

#SiteTitle {
	float: left;
	width: 530px;
}
#SiteTitle h1 {
	font-size: 36px;
	float: left;
	font-weight: bold;
	margin: 10px 0 0 20px;
}
	#SiteTitle h1 a {
		color: #fff;
		text-decoration: none;
	}
#SiteTitle h2 {
	clear: left;
	margin: 0 0 10px 20px;
	font-size: 18px;
	color: #b2d7e3;
}
#SiteLogo {
	display: block;
	float: right;
	width: 220px;
	text-align: right;
	overflow: hidden;
	margin: 10px 10px 0 0;
}
/* Layout 
------------------------------- */
#Layout {
	background: #fff url(../images/layoutBg.gif) repeat-y top right;
	overflow: hidden;
}
	#Layout p {
		font-size: 12px;
	}
	
/* Content 
-------------------------------- */
#Content {
	width: 520px;
	margin: 0px 0 20px 20px;
	float: left;
}
	#Content p.articleDate {
		margin: -12px 0 6px 0;
		font-weight: bold;
	}
/* Home News 
--------------------------------- */
	#HomeNews ul li {
		list-style: none;
		clear: both;
		color: #333333;
		margin: 0;
		font-family: Verdana,Arial,sans-serif;
	}
	
	#HomeNews ul li a {
		font-weight: bold;
		font-size: 12px;
		padding: 0px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#HomeNews ul li strong{
		font-size: 11px;
		line-height: 1.3em;
	}

/* Pagination 
------------------------------- */
#PageNumbers {
	margin-top: 10px;
	text-align: center;
}
	#PageNumbers p {
		font-size: 10px;
		font-weight: bold;
		margin: 5px 0;
	}
		#PageNumbers p.pages {
			font-size: 12px;
		}
			#PageNumbers p.pages a {
				padding: 1px;
			}
/* Side bar
------------------------------- */
#Sidebar {
	float: right;
	width: 200px;
	font-size: 10px;
	margin: 20px 10px 0 0;
}
	#Sidebar h3 {
		margin: 0 0 12px 0;
		font-size: 13px;
		font-weight: bold;
	}
	#Sidebar ul {
		margin: 0 0 18px 0;
	}
		#Sidebar li {
			margin: 0 0 10px 0;
			padding: 0;
			list-style: none;
		}
			#Sidebar li a {
				background: url(../images/externalLink.gif) no-repeat bottom right;
				padding-right: 13px;
				text-decoration: none;
			}
			#Sidebar li a:hover {
				text-decoration: underline;
			}
/* Footer
------------------------------- */
#Footer {
	border-top: 1px solid #d2d2d2;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
	#Footer #Footer_epmu_logo {
		float: left;
		width: 200px;
		margin: 0 0 0 20px;
	}
	#Footer p {
		clear: right;
		float: right;
		font-size: 10px;
		color: #a5a5a5;
		margin: 3px 20px 2px 0;
	}
	#Footer a {
		color: #999;
		font-weight: bold;
	}
	