@charset "utf-8";
/* CSS Document */
/*page specific header image*/
div#header {
	background: #dbd5c9 url(images/headcontact.jpg) top center no-repeat;
	width: auto;
	height: 125px;
	overflow: hidden;
	border-bottom: 3px solid #000;
	z-index: 0;
	}

/*page specific navagation*/
div#topLinks {
	float: right;
	z-index: 4;
	}
	
div#topLinks a {
	margin-left: 10px;
	}

div#topLinks a.home {
    display: block;
    width: 45px;
    height: 37px;
	background: url("images/home.png") 0 0 no-repeat;
	text-decoration: none;
	float: left;
	}
	
div#topLinks a:hover.home {
    background-position: 0 -38px;
	float: left;
	}
	
div#topLinks a.print {
    display: block;
    width: 45px;
    height: 37px;
	background: url("images/print.png") 0 0 no-repeat;
	text-decoration: none;
	float: left;
	}
	
div#topLinks a:hover.print {
    background-position: 0 -36px;
	float: left;
	}
	
div#topLinks a.web {
    display: block;
    width: 45px;
    height: 37px;
	background: url("images/web.png") 0 0 no-repeat;
	text-decoration: none;
	float: left;
	}
	
div#topLinks a:hover.web {
    background-position: 0 -37px;
	float: left;
	}

div#topLinks a.pic {
    display: block;
    width: 45px;
    height: 37px;
	background: url("images/photo.png") 0 0 no-repeat;
	text-decoration: none;
	float: left;
	}
	
div#topLinks a:hover.pic {
    background-position: 0 -37px;
	float: left;
	}

div#topLinks a.contact {
    display: block;
    width: 45px;
    height: 37px;
	background: url("images/contact.png") 0 -74px no-repeat;
	text-decoration: none;
	float: left;
	}
	
div#topLinks a:hover.contact {
    background-position: 0 -37px;
	float: left;
	}
	
/*page specific formatting*/
div#contact p {
	margin: 0px 0px 0px 5px;
	display: inline;
	}
	
div#contact p.p2 {
	display: block;
	text-indent: 65px;
	}
