﻿body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	direction: ltr;
}

body, td, th, input, textarea, select, li {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

pre {
	font-size: 12px;
}

H1, H2, H3, H4, H5, H6 {
	margin: 1.3em 0 0.8em;
	font-weight: bold;
	color: #137702;
	font-family: Trebuchet MS, Arial, Sans-Serif;
}
H1 {
	font-size: 1.6em;
}
H2 {
	font-size: 1.35em;
	color: #000;
}
H3 {
	font-size: 1.15em;
}
H4 {
	font-size: 1em;
}
H5 {
	font-size: 1em;
	font-weight: normal;
}
H6 {
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

a:link, a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:visited {
	text-decoration: underline;
	color: #800080;
}
a img {
	border: none;
}

ul, ol {
	margin: 1em;
	margin-left: 3em;
	padding: 0;
	list-style-position: outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}

p, pre {
	margin: 1.5em 0;
	margin: 0.4em 0pt 1.4em;
	line-height: 1.3em;
}

small {
	font-size: 0.9em;
}

big {
	font-size: 1.2em;
}


table {
	padding: 0;
	border-collapse: collapse;
	border-color: black;
}
td, th {
	text-align: left;
	border-color: black;
}
th {
	font-weight: bold;
}

table.padded th, table.padded td {
	padding: 0.3em;
}

.clear {
	float: none;
	clear: both;
	height: 0;
	overflow: hidden;
}

.print {
	display: none;
}

.required {
	background-color: #ffffd1;
}

.small {
	font-size: 0.8em;
}

/* CONTENT */

#header {
	height: 80px;
	width: 680px;
	margin: 0 auto;
}
	#header h1, #header h2 {
		float: left;
		margin: 10px 0;
		padding: 0;
	}
		#header h1 span, #header h2 span {
			display: none;
		}
		#header h1 a {
			display: block;
			width: 226px;
			height: 54px;
			background: url(../Images/pi_logo.gif) no-repeat;
		}
	#header h2 {
		width: 182px;
		height: 54px;
		background: url(../Images/pi_message.gif) no-repeat;
	}

#mainMenuWrap {
	height: 35px;
	background: url(../Images/mm_bck.gif) #dde5dc repeat-x;
}
	#mainMenu, #mainMenu li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#mainMenu {
		display: block;
		width: 680px;
		margin: 0 auto;
	}
	#mainMenu li {
		float: left;
		height: 35px;
		padding-left: 12px;
	}
		#mainMenu li a {
			display: block;
			height: 35px;
			float: left;
			padding-right: 12px;
			padding-top: 3px;
			font-family: Tahoma, Sans-Serif;
			font-size: 16px;
			
		}
		#mainMenu li a, #mainMenu li a:hover, #mainMenu li a:visited {
			color: #000;
			text-decoration: none;
		}
		#mainMenu li.activ {
			position: relative;
			top: -8px;
			background: #76ae6c url(../Images/mm_tab_l.gif) no-repeat 0 0;
		}
		#mainMenu li.activ a, #mainMenu li.activ a:hover, #mainMenu li.activ a:visited {
			padding-top: 6px;
			background: url(../Images/mm_tab_r.gif) no-repeat 100% 0;
			color: white;
		}
		

#contentWrap {
	width: 680px;
	margin: 8px auto;
	padding: 0 10px;
	position: relative;
}

#siteMapPath {
	display: none;
	margin: 0;
	margin-bottom: 8px;
	font-size: 0.9em;
}
	#siteMapPath a, #siteMapPath a:hover, #siteMapPath a:visited {
		color: #4a8242;
		text-decoration: none;
	}


#subMenu {
	position: relative;
	height: 22px;
}
	#subMenu ul, #subMenu li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}	
	#subMenu div.border {
		height: 22px;
		width: 100%;
		position: absolute;
		z-index: 100;
		border:solid 1px #9e9d9c;
	}
	#subMenu ul {
		width:100%;
		height: 22px;
		position: absolute;
		z-index: 101;
		top: 1px; 
		left: 1px;
		/*border: solid 1px #9e9d9c;*/
		background: url(../Images/sm_bck_i.gif) repeat-x;
	}
	#subMenu li {
		float: left;
	}
		#subMenu li a {
			height: 25px;
			float: left;
			padding-left: 10px;
			padding-top: 3px;
			font-weight: bold;
		}
			#subMenu li a span {
				padding-right: 10px;
				text-decoration: underline;
			}
		#subMenu li a, #subMenu li a:hover, #subMenu li a:visited {
			color: black;
			text-decoration: none;
		}
		#subMenu li.activ {
			background: url(../Images/sm_bck_a.gif) repeat-x;
		}
			#subMenu li.activ a {
				background: url(../Images/sm_dot_a.gif) no-repeat 50% 100%;
			}
				#subMenu li.activ a span {
					text-decoration: none;
				}

#footer {
	margin: 40px auto;
	border-top: solid 1px #76AE6C;
	clear: both;
	float: none;
}
	#footerInfo {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		color: #808080;
		font-size: 0.9em;
	}
	
#clientzone {

}

#clientzone a {
	
}

ul.helpTopics {
	margin-left: 0
}
ul.helpTopics li {
	margin-top: 0.8em;
	list-style-position: inside;
}
