/*
-----------------------------------------------------
Master CSS file for home page [MDU]
FileName:home.css
-----------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, serif;
	background-color: #fff;
	float: none;
	position: static;
	font-size: 11pt;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	clear:both;
}
	#logo img {
		border: 0;
		padding: 0 0 15pt 10pt !important;
	}

h1 {
	width: 85%;
	font-size: 190% !important;
	
}

h2 { font-size: 130% !important; }

h3 { font-size: 110% !important; }

p { font-size: 90% !important; }

#utilityNav, #switch, #strapline, #lhs, #contentRight, #footLinks, #tabs {
	display: none;
}

#bread {
	font-size: 75%;
}

#contentInner a[href^="/"]:after {
   content: " (http://www.the-mdu.com/" attr(href) ") ";
}

#contentInner a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 75%;
   overflow:auto;
}


#legal {
	font-size: 75%;
}

/* home page elements */

#userSelect, .offLeft {
	display: none;
}

#about {
	font-size: 120%;
	margin-right: 45pt;
}
