html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #DDDDDD;
	color: #DDDDDD;
}

/* #wrapper */

#wrapper {
	position: relative;
	width: 1032px;
	left: 50%;
	margin-left: -516px;
	border: none;
	background: #010101 url(../images/interface/wrapper_back.png) repeat-y left top;
}


/* header / logo */

#header	{
	margin-left: 304px;
	height: 150px;
	width: 728px;
	background: #DDDDDD url(../images/interface/header_back.png) no-repeat right top;
}
#header h1 {
	text-indent: -999em;
}

#logo {
	position: absolute;
	left: 0px; top: 0;
	width: 304px; height: 150px;
	color: black;
	background: #FFFFFF url(../images/interface/logo_trans.png) no-repeat left top;
}
#logo h3 {
	padding-left: 28px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#logo ul {
	list-style: none;
}
#logo ul li {
	padding-left: 0.9em;
	background: url(../images/interface/bullet.png) no-repeat 0.1em 0.55em;
}

/* #content */
#content {
	position: relative;
	margin-left: 0px;
	width: 1032px;
	padding-bottom: 20px;
	background: none;
}

/* list */
#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 0.9em;
	background: url(../images/interface/bullet.png) no-repeat 0.1em 0.55em;
}
#content ul li ul{
	border: 0px solid #d88a03;
}
/* primaryContent */

#primaryContent {
	margin-top: 20px;
	width: 724px;
	float: right; display: inline;
	background: url(../images/interface/primary_back.png) no-repeat right top;

}
#primaryContent img {
	border: 0px solid #4F4B5A;
}
#primaryContent .wrapper {
	padding: 10px 20px 0px 35px;
}
#primaryContent .wrapper .wrapper { /* in case including submenu in primarycontent */
	padding: 0;
}


/* secondaryContent */
#secondaryContent {
	float: left; display: inline;
	width: 304px;
	font-size: 0.9em;
	padding: 40px 0px 10px 0px;
	background: url(../images/interface/secondary_top.png) no-repeat top left;
}
#secondaryContent .wrapper {
	padding: 0px;
	margin: 0px
}
#secondaryContent img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#secondaryContent .spacer {
	line-height: 0%;
	font-size: 0;
	height: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 2px solid #000033;
	margin-bottom: 10px;
}

#secondaryContent a {
	font-weight: bold;
	text-decoration: none;
	color: #670000;
}
#secondaryContent a:hover,
#secondaryContent .more a {
	color: #c00000;
	text-decoration: underline;
}

#secondaryContent fieldset {
	border: 1px solid #222222;
	margin-left: 27px;
	margin-right: 27px;
	background: #010101;
}
#secondaryContent fieldset img{
	border: 0px;
	margin-left: 5px;

}
#secondaryContent fieldset h6{
	margin-left: 15px;

}
* html #secondaryContent fieldset {
	background: url(../images/interface/secondaryfieldback.png) no-repeat left 15px;
}
#secondaryContent legend {
	color: #000033;
	font-weight: bold;
}


/* #menu */

#menu {
	position: absolute;
	top: 150px;
	left: 304px;
	width: 724px;
	height: 20px;
	background: url(../images/interface/menu_back.png) repeat-x left top;
}	
#menu h2 {
	display: none;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left; display: inline;
}
#menu li a {
	display: block;
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	border-right: 1px solid #000033;
	border-left: 1px solid white;
	color: #000000;
}

#menu li.first {
	margin-left: 0px;
}
#menu li.last a {
	padding: 4px 20px 4px 20px;
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}
#menu li.right {
	float: right; margin: 0;
}
#menu li.right a {
	border: none;
	border-left: 1px solid white;
}

#menu li.active a {
	background: url(../images/interface/menu_active.png) repeat-x left top;
	color: #ccff99;
}

#menu li:hover a,
#menu li.hover a {
	background: url(../images/interface/menu_hover.png) repeat-x left top;
	color: #000033;
}

/* submenu */

#menu ul ul {
	position: absolute;
	display: none;
	font-size: 10px;
	width: 17.5em;
}
#wrapper #menu li.right ul {
	width: 10.5em; /* smaller width for last submenu */
}

#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li:hover ul,
#menu ul li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#menu li li {
	background: none;
	position: relative;
	width: 17em;
}
#wrapper #menu li.right ul li {
	width: 10em; /* smaller width for last submenu */
}
#wrapper #menu ul li li a {
	display: block;
	padding: 0.3em 1em 0.3em 0.5em;
	font-size: 11px;
	line-height: 15px;
	white-space: normal;
	border: 1px solid #c20000;
	border-top: none;
	background: #f4dbdb;
	color: #880000;
	width: 100%;
}
#wrapper #menu ul li li a.subs {
	background-image: url(../images/interface/bullet_submenu.png);
	background-repeat: no-repeat;
	background-position: right 7px; 
}
* html #wrapper #menu li li a { 
	height: 0.1em; /* clickarea is not 100% width in IE */
	line-height: 130%;
	padding: 4px 1em 4px 0.5em;
}
#wrapper #menu li li.hover a,
#wrapper #menu li li:hover a {
	background-color: white;
	color: #c20000;
}

/* sub-submenu */

#wrapper #menu ul ul ul {
	width: 18.8em;
	position: absolute;
	top: -0.1em;
	left: 18.8em;
	display: none;
	background: none;
	border-top: 1px solid #c20000;
}
* html #wrapper #menu ul ul ul {
	left: 18.8em;
}

#wrapper #menu ul ul li:hover ul,
#wrapper #menu ul ul li.hover ul {
	/* #topmenuList ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#wrapper #menu li ul li ul li a {
	background: #f4dbdb !important;
	color: #880000 !important;
}
#wrapper #menu li ul li ul li a:hover {
	background: white !important;
	color: #c20000 !important;
}

/* #footer */

#footer	{
	position: relative;
	width: 100%;
	height: 50px;
	border-top: 0px solid #010101;
	background: url(../images/interface/footer_back.png);
	font-size: 11px;
	color: black;
}
#footer .wrapper {
	padding: 5px 12px;
	text-align: center;
}
* html #footer .wrapper {
	padding-bottom: 2px;
}
#footer a	{
	font-weight: bold;
	text-decoration: none;
	color: #00aeef;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: black;
}

#footer #copyright {
	margin-top: 25px;
}


/* various classes */
.fail fieldset{
	border: 1px solid #c00000;
	color: #c00000;
}

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}
#content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #4F4B5A;
}

.skip,
.noScreen {
	display: none;
}
a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}
abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}

.pointer {
	cursor: pointer;
}


/* SPECIFIC */
table.data {
	width: 100%;
	border: 1px solid #996600;
	background: #fee5ab;
}
table.data th {
	background: #feb434;
	color: white;
}
table.data tr .odd td {
	background: white;
}
