* {
	margin: 0;
}
html, body {
	height: 100%;
	z-index: 10;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
ol {
	padding: 0 2em;
}
ul {
	padding: 0 1.4em;
}
li {
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	z-index: 11;
}
div#panel {
	width: 850px;
}

body.home div#panel {
	width:100%;
}
div.cleaner {
	height: 0px;
	clear: both;
	font-size: 0;
	line-height: 0;
}
/* language selection *****************************************************************************/

div#language {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	background-image: url("../images/language.jpg"); 
	background-position: top left;
	background-repeat: no-repeat;
	height: 289px;
	padding: 0;
	margin: 0;
	background-color: #940000; 
}

div#language a:hover {
	color: #cc0000;
	background-color: #ffe4e1;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}
	
div#language ul {
	padding-top:4px;
 	padding-left:19px;
}

 div#language ul li {
	list-style-type: none;
	line-height: 120%;
}

 div#language ul li a {
 	font-size: 12px;
 	letter-spacing:1px;
	text-decoration: none;
	color: white;
}

div#language div.breaking_news {
	position: absolute; 
	top: 0px;
	left: 500px;
	width: 300px;
	height: 269px;
	overflow: hidden;
}
div#language div.breaking_news div.background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*	background-color: white;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	z-index: 10;*/
}
div#language div.breaking_news div.text {
	font-size: 12px;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	overflow: auto;
}
div#language div.breaking_news div.text a {
	color: white;
}
div#language div.breaking_news div.text a:hover {
	color: #cc0000;
}
/* header *****************************************************************************************/
div#header {
	position: relative;
	background-image: url("../images/logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 97px;
}
a#home {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 241px;
	height: 65px;
}
div#header div.userInfo {
	float: right;
	text-align: right;
	margin-top: 3px;
	font-size: 10px;
}
div#header div.userInfo h3 {
	display: none;
}
div#header div.userInfo div {
	display: inline;
	border-right: 1px solid black;
	padding-right: 4px;
}
div#header div.userInfo a {
	padding-left: 4px;
}
/* main navigation ********************************************************************************/
div#mainnav {
	padding-top: 68px;
	padding-left: 245px;
}
div#mainnav ul {
	margin: 0;
	padding: 0;
}
div#mainnav ul li {
	float: left;
	list-style-type: none;
	padding-top: 12px;
}
div#mainnav ul li.active, div#mainnav ul li.trail {
	background-image: url("../images/arrow_down_red.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
div#mainnav ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #333333;
	padding: 0 5px;
}
div#mainnav ul li a:hover {
	color: #990000;
}
div#mainnav ul li.last a {
	border-right: none;
}
div#mainnav ul li strong a {
	font-weight: normal;
}
/* sub navigation *********************************************************************************/
div#subnav {
	position: relative;
	background-image: url("../images/hb_r.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	height: 22px;
}
div.subnavSeparator {
	background-image: url("../images/hb_d.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	padding: 1px 0;
}
div#subnav ul {
	position: absolute;
	top: 0;
	left: 245px;
	margin: 0;
	padding: 0;
}
div#subnav ul li {
	float: left;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 20px;
}
div#subnav ul li.trail, div#subnav ul li.active {
	background-image: url("../images/arrow_up_red.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}
div#subnav ul li a {
	display: block;
	line-height: 1em;
	color: #990000;
	text-decoration: none;
	border-right: 1px dotted #333333;
	padding: 0 5px;
}
div#subnav ul li a:hover {
	color: #333333;
}
div#subnav ul li strong a {
	font-weight: normal;
}
div#subnav ul li.last a {
	border-right: none;
}

/* service nav ************************************************************************************/
div#sitemap ul {
	list-style-type: none;	
	}
div#sitemap ul li a {
	float: left;
	text-align: right;
	width: 210px;
	font-weight: bold;
/*	border-top: 1px solid white;
	border-bottom: 1px solid white;*/
	color: black;
}
div#sitemap ul li a:hover {
	background-color: white;
	border-top: none;
	border-bottom: none;
}
div#sitemap ul li ul.level3 {
	margin-left: 210px;
	border-top: 1px dotted;
	padding-left: 5px;
	padding-bottom: 20px;
}
div#sitemap ul li ul li a{
	float: none;
	font-weight: normal;
		color: #cc0000;
	text-align: left;
	}
div#sitemap ul.level3 li a:hover {
	background-color: #ffe4e1;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}
/* content ****************************************************************************************/
div#contentarea {
	padding-top: 8px;
	padding-left: 40px;
	line-height: 1.5em;
}
div#contentarea a, div.userInfo a {
	color: #cc0000;
	text-decoration: none;
}
div#contentarea a:hover, div.userInfo a:hover {
	background-color: #ffe4e1;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}
h1 {
	padding: 0;
	padding-left: 210px;
	font-weight: normal;
	font-size: 24px;
	margin: 28px 0;
}

h2 {
	padding: 0;
/*	padding-left: 250px; */
	font-weight: normal;
	font-size: 24px;
	margin: 28px 0;
}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
name {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
div.label {
	float: left;
	width: 190px;
	padding: 3px 10px;
	text-align: right;
}	
div.standardcontent, div#contentarea div.text p {
	margin-left: 210px;
	padding: 3px 0;
}
div.topseparator {
	border-top: 1px dotted #333333;
}

div.bottomseparator {
	border-bottom: 1px dotted #333333;
}

div.profilepic {
	float: left;
	width: 190px;
	padding: 2px 10px;
	text-align: right;
}

div.profilepic div.gross {
	padding: 80px 10px;
}
div.standardcontent h1 {
	padding-left: 0;
}
div#contentarea div.jg {
	padding-bottom: 35px;
}
div.help {
	color: #999999;
}
/* listings ***************************************************************************************/
table.verticallisting {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
table.verticallisting th, table.verticallisting td {
	text-align: left;
	padding: 2px 2px 2px 0;
}
/* form *******************************************************************************************/
form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
form p.required {
	margin-left: 210px;
	margin-top: 1em;
	padding: 3px 0;
}
form fieldset h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-left: 210px;
	padding: 3px 0;
}
form fieldset>div {
	clear: left;
	padding-bottom: 5px;
}
form div.inputend {
	clear: left;
	height: 0.5em;
}
label {
	float: left;
	width: 190px;
	text-align: right;
}
div.inputelement {
	margin-left: 210px;
}
/*fieldset>select {*/
fieldset select {
	margin-left: 20px;
}
fieldset>label {
	margin-left: 20px;
	width: auto;
	text-align: left;
}
fieldset>div>span {
	display: block;
	margin-left: 210px;
	color: #999999;
}
div.button-wrapper input {
	margin-top: 1em;
	margin-left: 210px;
}
div.error {
	color: #cc0000;
}
div.error ul {
	padding-left: 210px;
}
div.error ul li {
	list-style-type: none;
}
div.twocolCheckboxList label {
	float: none; 
	display: block; 
	text-align: left; 
	margin-left: 25px; 
	padding-right: 10px;
}
/* footer *****************************************************************************************/
div#footerarea, .push {
	position: relative;
	height: 75px; /* .push must be the same height as .footer */
}
div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
div#footer div.text {
	padding: 3px 20px;
	background-image: url("../images/bg_footer.jpg");
	background-repeat: repeat-y;
}
div#footer a {
	color: #cc0000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #333333;
}
div#footer a:hover {
	color: #333333;
}
/* admin ******************************************************************************************/
div.admin {
	background-color: #eeeeee;
	border: 2px dashed #cccccc;
	padding: 10px;
	font-size: 10px;
}
div.admin h3 {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
