/*****************************************************************************
 * general layout                                                            *
 *****************************************************************************/

body {
	background: url(hg_c.jpg) repeat;
	font-family: Verdana, Georgia, Arial, Sans-Serif;
}





#content {
	background-color: #ffffff;
	width: 92%;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: left;
}

* html #content {
	width: 92%;
}


#content #p {
	padding-left: 5%;
	padding-right: 5%;
	font-size: 16px;
	text-align: left;
}


/*****************************************************************************
 * global settings                                                           *
 *****************************************************************************/

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FF710F;
}

br.clear {
	clear: both;
}



/*****************************************************************************
 * navigation                                                                *
 *****************************************************************************/

#navigation {
	background-color: #ffffff;
	height: 25px;
	margin: 1px;
}

#navigation .button {
	float: left;
	background-color: #ffffff;
	height: 25px;
	margin-right: 1px;
}

#navigation .button:hover {
	background-image: url(hg_c.jpg);
	display: block;
}



#navigation .button .left .right {
	background: url() no-repeat right;
	height: 25px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
}

#navigation .button .left .right a {
	color: #000000;
	font-size: 13px;
	line-height: 25px;
	display: block;
}

* html #navigation .button .left .right a:hover {
	color: #ff710f;
	display: block;

}

#navigation .button .left .right:hover {
	background: url() no-repeat right;
	height: 25px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}

#navigation .button .left .right a:hover {
	color: #000000;
	font-size: 13px;
	line-height: 25px;
	display: block;
}

#navigation ul.dropdown {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul.dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	z-index: 99;
	background-color: #ffffff;
	opacity: 0.90;
	border: 1px solid #506060;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding: 4px;
}

/* IE5 + 6 */
* html #navigation ul.dropdown ul {
	margin-left: -100%;
}

#navigation ul.dropdown ul ul {
	margin-left: 0px;
}

* html #navigation ul.dropdown ul ul {
	margin-left: -8px;
}

#navigation ul.dropdown li {
	float: left;
}

#navigation ul.dropdown li li {
	float: none;
	position: relative;
}

#navigation ul.dropdown li ul {
	margin-top: 24px;
}

#navigation ul.dropdown li ul li ul{
	margin-top: 0px;
}

#navigation ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

#navigation ul.dropdown li:hover > ul {
	display: block;
}

/*****************************************************************************
 * separator                                                                 *
 *****************************************************************************/


#separator2 {
	background-color: #a1a1a1;
	width: 246px;
	height: 2px;
	border: solid 1px #a1a1a1;
	border-top: none;
	border-bottom: none;
	margin-top: 1px;
	font-size: 0px;
	line-height: 0px;
}

* html #separator2 {
	width: 246px;
}

/*****************************************************************************
 * footer                                                                    *
 *****************************************************************************/

#footer {
	width: 953px;
	font-size: 10px;
	color: #808080;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#footer a {
	margin-left: 30px;
	color: #000000;
	position: relative;
	top: 20px;
}

#footer a:hover {
	color: #ff710f;
}