/*
      New Hill Management Style Sheet
	  
*/

* { padding: 0; margin: 0; }

body {
	font: 9pt/18pt arial;
	color: #000;
	background: #fff ;
	margin: 0px;
	
		}
p { 
	font: 9pt/14pt arial; 
	margin-top: 0px; 
	text-align: left;
	}
a:link {
	text-decoration: none;
	color: #666;
	
	}
a:visited { 
	text-decoration: none;
	color: #666;
	}
a:hover, a:active { 
	color: #666;
	}
#pageHeader h1 {
font: normal 21pt Arial bold;  
	margin-top: 10px; 
		padding-left: 183px;
	width: 500px; 
	height: 40px; 
	
	}
#pageHeader h1 span {
	display:inline;
	}
#pageHeader h2 { 
	font: normal 14pt Arial bold; 
		padding-left: 183px;
	width: 400px; 
	height: 18px; 
	padding-bottom:15px;
	
	}
#pageHeader h2 span {
	display:inline;
	}
h2 { 
	font: normal 13pt georgia; 
		color: #000;
	text-transform: uppercase;
	margin-bottom:10px;
	}
h3 { 
	font: normal 13pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000;
	text-transform: uppercase;
	}
.headerLower{ 
	font: normal 13pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000;
	
	}

.smallText{
	font: 7pt/12pt arial;
	color: #666; 
	margin-top: 0px; 
	text-transform: uppercase;	
	}
	
#wrapper { 
 margin: 0 ;
 width: 630px;
}

#content {
 overflow: auto; 
 width: 100%
}

#header {
 width: 100%;
 padding: 0px;
 height: 50px; 

}
.photos{
	padding-right:5px;
	padding-bottom:5px;
	}

#nav {
	
	margin-left: 185px;
	width: 450px;
	position: fixed;
	}
#leftcolumn {
	position: absolute;
	display: inline;
	text-align: right;
	margin-top:  25px;
	padding: 0px;
	width: 160px;
	
}


#leftnav {
	position: absolute;
	display: inline;
	text-align: left;
	margin-top:  61px;
	margin-left: 10px;
	padding: 0px;
	width: 160px;
	
}

#lineSpacer {
	width:100%;
	height:1px;
	background-color:#000;
	margin:0px;
}

#lineBreak {
	width:100%;
	height:1px;
	background-color:#000;
	margin-top:5px;
	margin-bottom:10px;	
}
.caption{
float: right;
	font: 9pt/14pt arial; 
	
	text-align: left;
	}
	
.photos{

	}
	
#rightcolumn { 
 float: right;
 padding-top: 20px;
 padding-right:30px;
 width: 420px;
 display: inline;
 position: relative;
}

#footer {
	margin-top: 50px;
	text-align: center; 
}
.clear { clear: both; background: none; }
