/* Classes for placement of elements */
#keyZone {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 90px;
	background: url(graphic/keyZone.jpg);
}

#siteIdZone {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 144px;
	height: 54px;
	background: url(graphic/siteIdZone.gif);
}

#secondaryNavigationZone {
	position: absolute;
	top: 144px;
	left: 0px;
	width: 144px;
	background: #999;
	padding: 23px 12px 0px 12px;
}

#globalZone {
	position: absolute;
	top: 0px;
	left: 144px;
	width: 612px;
	height: 90px;
	background: url(graphic/globalZone.png) 10px 10px no-repeat #fff;
}

#pdaGlobalZone {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 42px;
	background: url(graphic/globalZone.png) 10px 10px no-repeat #fff;
}

#localZone {
	position: absolute;
	top: 54px;
	left: 144px;
	width: 612px;
	height: 0px;
	background: #ccc;
}

#primaryNavigationZone {
	position: absolute;
	top: 90px;
	left: 144px;
	width: 594px;
	height: 54px;
	background: #999;
	text-decoration: none;
	padding: 5px 0px 0px 18px;
}

#contentZone {
	position: absolute;
	top: 144px;
	left: 144px;
	width: 612px;
	background: #fff;
}

#pdaContentZone {
	position: relative;
	margin-top: 0px;
	background: #fff;
}

#headerZone { 
	height: 90px;
	background: url("graphic/headerZone.jpg");
}

#globalFillZone {
	position: relative;
	margin: 0px 0px 0px 756px;
	height: 90px;
	background: #fff;
}

#genericZone {
	position: relative;
	margin: 0px 0px 0px 756px;
	padding: 13px 0px 0px 9px;
	height: 41px;
	background: #999;
	
	font-size: 11px;
	line-height: 14px;
}

#searchZone {
	position: relative;
	margin: 0px 0px 0px 756px;
	height: 48px;
	background: #666;
	padding: 6px 0px 0px 9px;
}

#contentPadding {
	padding: 9px 9px 9px 9px;
}
/* End classes for placement of elements */

/* Classes for indendation, padding etc. */
#contentPadding {
	padding: 9px 9px 9px 9px;
}

/* Classes for indendation, padding etc. */

#startButton {
	width: 594px;
	height: 70px;
	display: block;
	margin-top: 10px;
	background: url(graphic/startButton.jpg) no-repeat 0px 0px;
	
	font: 24px Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-indent: 75px;
	line-height: 70px;
}

#secondaryNavigationFooterPlaceholder, 
#contextFooterPlaceholder {
	height: 90px;
}

#contentFooterPlaceholder{
	height: 0;
	background: #000;
}

p.footer {
	border-top: 1px solid #666666;
	margin: 8px 0px 0px 0px;
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	line-height: 13px;
	color: #666;	
	width: 594px;
}

/* End classes for indendation, padding etc. */

/* General tag formats */
body {
	width: 100%;
	background: url(graphic/bodyBackground999.gif) repeat-y #ccc;
}

body.pda {
	background: #fff;
}

html, body, p, h1, h2, h3, h4, h5, h6, li, td {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Geneva, Helvetica, sans-serif;
	color: #333;
}

div, ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

table {
	spacing: 0px;
	margin: 0px;
	padding:0px;
	width: 594px;
	text-align: left;
}

th {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background: #666;
	padding: 1px 4px;
}

th.twoTopics {
	width: 294px;
}

a.twoTopics {
	color: #fff;
}

td {
	padding: 1px 4px;	
}

td.topicSpacer {
	width: 4px;
}

td.status {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

td.address {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

img.imageFloatLeft {
	float: left;
	margin: 4px 4px 4px 0px;
}

a {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.topic {
	margin: 2px 4px 4px 79px;
}

p.headline {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

ul#primaryNavigation li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;	
}

ul#secondaryNavigation li
{
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0;
}

a.active {
	color: #fff;
}

#pipe {
	padding: 0px 2px 0px 1px;
}

div.spacerPortlet {
	height: 14px;
}

#paddingLeft {
	padding-left: 79px;
}
/* End general tag formats */