/* Copyright 2004-2006 Dan Heuston. All rights reserved. */
/* Stylesheet for the Home Page */

div.josef {
	position: absolute;
	z-index: 9;
	left: 127px;
	top: 2px;
	width: 880px;
}


div.call {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 60px;
	width: 1000px;
}


div.leftpane {
	position: absolute;
	z-index: 19;
	left: 5px;
	top: 85px;
	width: 290px;
	height: 400px;
	background-color : #FFFFFF;
	border: thin solid Black;
    padding: 5px;
}


div.centrepane {
	position: absolute;
	z-index: 19;
	left: 305px;
	top: 85px;
	width: 380px;
	height: 300px;	
	background-color : #FFFFFF;
	border: thin solid black;
    padding: 20px;
	text-align: center;
}

div.centrebottompane {
	position: absolute;
	z-index: 19;
	left: 305px;
	top: 390px;
	width: 380px;
	height: 95px;
	background-color : #FFFFFF;
	border: thin solid black;
    padding: 5px;
}

div.rightpane {
	position: absolute;
	z-index: 19;
	left: 695px;
	top: 85px;
	width: 290px;
	height: 400px;	
	background-color : #FFFFFF;
	border: thin solid black;
	text-align: center;
}



div.photopane {
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 490px;
	width: 1000px;
}



div.photopane2 {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 490px;
	width: 1000px;
	text-align: center;
}


div.bottompane {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 566px;
	width: 1000px;
}


div.footerpane {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 685px;
	width: 1000px;
	background-color : Yellow;
}

p.jw {
	text-align: center;
	font-family : Palatino Linotype, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

p.call {
	text-align: center;
	font-family : Palatino Linotype, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
    color: #CC2233;
}

p.recent {
	text-align: center;
	font-family : Palatino Linotype, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

li {
    font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

p.usaquote {
	text-align: center;
	font-family : Palatino Linotype, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}


li.newspane {
    list-style-image: url(../images/bullet.jpg);
	text-align: left;
}

h6 {
  font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
}


a:link, a:visited, a:active {
	color: #CC2233;
	text-decoration: none;
}


a:hover {
    color: #0287B0;
}
