@charset "UTF-8";
/* CSS Document */

/* reset browser styles
----------------------------------------------------------*/

body
{
	background: white; /*#f2f2f2;*/ 
	margin: 0px;
	padding: 0px;
}
	
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote 
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ol
{ 
	margin-left: 1.4em; 
	list-style: decimal; 
}

img { border: 0; }

/* common
----------------------------------------------------------*/

* 
{ 
	font-family: "MS Sans Serif", geneva;
	font-size: 1.0em;
	color: black;
	line-height: 1.2em;
}

hr
{ 
	border-top: solid #799b4b 1px; 
	border-bottom: none;
}

ul { padding-bottom: 1.2em; }


/* page
----------------------------------------------------------*/

#page
{
    width: 984px;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
    border: none;
}

/* footer
----------------------------------------------------------*/

#footer
{
	/*margin-top: -115px;*/
	padding-top: 5px;
	margin-left: 2px;
	width: 695px;
	text-align: center;
	position: absolute;
	color: black;
	border-top: 1px #799b4b solid;
	font-size: .55em;
}

#footer a 
{ 
	color: black; 
	text-decoration: none;
}

/* popup
----------------------------------------------------------*/

#popup
{
	position: absolute;
	background: #799b4b;
	color: white;
	max-width: 200px;
	display: none;
	border: 1px solid #dee7d2;
	padding: 5px;
	text-align:center;
	vertical-align:middle;
	z-index:1;
	font-size: .60em;
}

/* title
----------------------------------------------------------*/

#title
{
	width: 984px;
	height: 123px;
}

/* tabbar
----------------------------------------------------------*/

#tabbar
{
	position: absolute;
	margin-left: 130px;
	margin-top: 418px;
	width: 870px;
	z-index:1;
}

#tabbar ul
{
	list-style: none;
	display: inline;
}

#tabbar li
{
	float:left;
	background: url(../images/btndright.gif) right top no-repeat;
	
}

#tabbar li a
{
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	background: url(../images/btndleft.gif) left top no-repeat;
	font-size:0.8em;
	height: 34px;
}

/* infopanel
----------------------------------------------------------*/

#infopanel
{
	position: absolute;
	margin-top: 10px;
	width: 984px;
	height: 457px;
	padding-left:5px;
	padding-top: 5px;
	overflow: hidden;
	background: url(../images/panel.jpg) 0px 0 no-repeat;
	vertical-align: top;
}

#infopanel span
{
	position:absolute;
	font-size:0.8em;
	margin-top: 12px;
	margin-left: 10px;
	vertical-align: bottom;
	color: #4e4e4e;
}

/* pigeonholes
----------------------------------------------------------*/

#pigeonholes
{
	position: absolute;
	margin-top: 475px;
	height: 150px;
	width: 1023px;
}


#pigeonholes ul
{
	list-style: none;
	display: inline;
}

#pigeonholes li
{
	padding: 2px;
	float: left;
}

/* indexfooter
----------------------------------------------------------*/

#indexfooter
{
	margin-left: 0px;
	margin-top: 640px;
	width: 980px;
	text-align: center;
	color: black;
	font-size: 0.6em;
}

#indexfooter a 
{ 
	color: black; 
	font-size: 1.0em;
	text-decoration: none;
}

/* indicator
----------------------------------------------------------*/

#indicator
{
	position: absolute;
	margin-left: 2px;
	margin-top:400px;
	width: 980px;
	height: 8px;
	z-index:1;
	background: url(../images/indicator.jpg) -900px 0 no-repeat;
}

/* content2 - page 2 template
----------------------------------------------------------*/

#content2
{
	margin-left: 10px;
	margin-top: 85px;
	color: black;
	padding-bottom: 10px;
	width: 954px;
	z-index:3;
}

#content2 a
{
	font-family: georgia;
	font-size: 1.05em;
	font-style: italic;
	text-decoration: none;
}

#content2 a:hover { color: #799b4b; }
#content2 h1 { font-size: 1.3em;  font-family: "Arial Black";  margin-top: 10px;}
#content2 h2 { font-size: 1.0em;  font-family: "Arial";  margin-top: 10px; font-weight: bold; background: white; border:none;}
#content2 h3 
{ 
	font-weight: bold; 
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: -5px;
}

#content2 p
{
	text-align: justify;
	margin-bottom: 10px;
}

#content2 td 
{ 
	/*border-right: solid #4e4e4e 1px;
	border-bottom: solid #4e4e4e 1px;*/
	padding: 5px;
	vertical-align: top;
}

#content2 th
{
	border-right: solid #4e4e4e 1px;
	border-bottom: solid #4e4e4e 1px;
	padding: 5px;
	background: #4e4e4e;
	text-align: left;
	color: white;
}

#content2 ul 
{
		margin-left: 20px; 
		text-align:justify;
}

#content2 dt
{
	font-size: 1.1em;
	line-height: 2.0em;
}

#content2 dd
{ 
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
}

#content2 iframe
{ 
	width: 950px;
	height:640px; 
	margin-left:5px;
	vertical-align:top; 
	margin:0px;	
}

/* footer2 - page 2 template
----------------------------------------------------------*/

#footer2
{
	padding-top: 5px;
	margin-left: 2px;
	width: 954px;
	text-align: center;
	position: absolute;
	color: black;
	border-top: 1px #799b4b solid;
	font-size: 0.6em;
}

#footer2 a 
{ 
	color: black; 
	font-size: 1.0em;
	text-decoration: none;
}

/* header2 - page 2 template
----------------------------------------------------------*/

#header2
{
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	font-size: 0.75em;
}

#header2 a
{ 
	color: #799b4b;
	text-decoration: none;
}

#header2 a:hover
{
	text-decoration:underline;
}

#header2 h1 
{ 
	font-size: 2.5em; 
	font-family: "arial black";
}


/* header2Menu - page 2 template
----------------------------------------------------------*/

#header2menu
{
	position: absolute;
	margin-left: 500px;
	margin-top: -25px;
	width: 230px;
	
}

#header2menu input
{
	float:right;
}

#header2menu a
{
	float: right;
}
