html {
	overflow-Y: scroll;
}

* {margin:0;padding:0;} 

body {
	margin: 0;
	padding: 0;
	color: #c0c0c0;
	background: #2d2d2e url(images/pg_bk.jpg) no-repeat fixed center 0;
	font: normal 0.75em/1.8em Arial, Helvetica, sans-serif;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 525px;
	margin: 0 auto;
}
h1 span { color: #666; }
h2.trigger {
	margin: 0 0 3px 0;
	background: url(h2_trigger_a.gif) no-repeat;
	height: 60px;
	float: left;
	padding: 0 0 0 85px;
	text-align: left;
	letter-spacing: 5px;
	text-transform: uppercase;
	font: normal 1.6em/68px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 525px;
}
h2.trigger a {
	color: #a9a9a9;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #eaeaea;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px 30px;
	padding: 0;
	background: #2d2d2e
	overflow: hidden;
	font-size: 1.1em;
	width: 450px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: #424242;
	margin-bottom: 20px;
	border: 1px solid #5e5e5e;
}
.toggle_container .block p {
	padding: 5px 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 36px;
}

.toggle_container .block p strong{
	color: #fff;
}
.toggle_container .block p a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.toggle_container .block p a:hover{
	text-decoration: underline;
}
.toggle_container h3 {
	font: 1.8em normal Verdana, Arial, Helvetica, sans-serif;
	color: #eaeaea;  
	margin: 0 0 10px;
	padding: 10px 0;
	border-top: 1px dotted #5e5e5e;
	border-bottom: 1px dotted #5e5e5e;
}

.toggle_container h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #797979;  
	margin: 0 0 0 35px;
	border-bottom: 1px dotted #5e5e5e;
	padding: 10px 0;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
	clear: both;
}

.indent {
	position: relative;
	width: 250px;
	display: table;
}
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
	color: #424242;
	font-family: "Gill Sans", Gill, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	background-color: #212121;
	border-top: 1px solid #424242;
}

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

#footer a:hover{
	color: #5e5e5e;
	text-decoration: none;
} 

#footer table {
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* @group tooltips */

.ToolText{position:relative; } 
.ToolTextHover{position:relative;} 
.ToolText span{display: none;} 

.ToolTextHover span{ 
  display:block; 
  position:absolute; 
  top: -86px; 
  left: -20px; 
  background-color: #212121; color: #c0c0c0; 
  text-align: center;
	padding: 8px;
	text-transform: capitalize;
	font: 12px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 200px;
	height: 50px;
	border-top: 1px solid #424242;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	letter-spacing: 0;
} 

/* @end */
