/*****************************
  EMBEDDED STYLESHEET
  
  WEBSITE: WERC SYSTEM
  AUTHOR: Tim Jensen
  CREATED: 06/12/04
  COMMENTS: Custom Stylesheet for the Mitcham Frankston Project. To be used in conjunction with the Global WERC Stylesheet.
*/

/* ****** LAYOUT DIVS */
#frame{
	width:751px;
	position: relative;
	/*margin: 0 0 0 0px;
	padding: 0 0 0 0px;*/
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	background: white;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
html>body #frame{
	height: inherit;
}
#utilities{
	width: 751px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: #999999;
	border-bottom: 1px solid #333333;
}
#branding{
	width: 751px;
	height: 125px;
	margin: 0px;
	padding: 0px;
}
/*#pageName{
	width: 751px;
	height: 22px;
	background: #CD3640;
}*/
#footerLinks{
	float: right;
	/*margin: 23 0 4 0px;*/
	padding: 0px;
}
#footer{
	width: 100%; /*751px*/
	height: 97px;
    position: absolute;
    bottom: 0;
	left: 0;
	background: URL(../../images/mitchfrank/footer.gif) no-repeat bottom left;
	margin: 0px;
	padding: 0px;
}
html>body #footer{
	position: relative;
}
#footer a{
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0 6 4 0px;
	color: #000000;
}
#footer a:hover{
	margin: 0 6 4 0px;
	text-decoration: none;
	color: #09532E;
	
}

/* 

NAVIGATION

*/
#nav{
	width: 167px; /*167*/
	padding: 9 0 0 0px;
	margin:0px;
	float: left;
}
html>body #nav{
	padding: 75 0 0 0;
}
#nav ul {
	padding: 0 0 0 0px; 
	list-style: none;
	margin: 0px;
}
#nav ul li {
	/*background: URL(../../images/mitchfrank/nav_backing.gif);*/
	background: white;
	padding: 1 0 1 25px; 
	height: 20px;
	border: 0px;
	/*border-bottom: 1px solid #3E76B8;*/
	width: 167px;
}
html>body #nav ul li {
    width: 142px;
}
#nav ul li a {
	padding: 4 6 0 9;
	margin: 0px;
	height: 25px;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;
	color: #09532E; /*CD3640*/
}
#nav ul li a:hover {
	text-decoration: underline;
}
/*#nav ul li:hover {
	background: URL(../../images/mitchfrank/nav_backing.gif);
	color: #000000;
}
#nav ul li:current {
	background: URL(../../images/mitchfrank/nav_backing.gif);
	color: #000000;
}*/
/*

******** MAIN SELECTOR TAGS


*/
body{
	width: 100%;
	padding:0px;
	margin:0px;
	background: URL(../../images/mitchfrank/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #75A754;
	padding: 0 0 0 0px;
	margin: -13 0 0 0px;
	font-weight: normal;
	text-transform: none;
}
/* 

CUSTOM

*/
.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
.noPadding{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}