/* @group REDEFINITIONS */

* {
	border: 0;
	background-repeat:no-repeat;
	outline:none;
	border-style:solid;
	margin:0;
	padding:0;
}
html {
	background: #f0f0f0 url(../images/body-background.gif) repeat left top;
	padding-bottom: 24px;
}

body {
	margin: auto;
	padding: 14px 0 17px 1px;
	width:920px;
	font-family:Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size:0.7em;
	color:#666;
	background: url(../images/content-back-bottom.jpg) no-repeat 0 bottom;
}

input,select,textarea, button {
	font-family:Tahoma, Arial, Helvetica, Geneva, sans-serif;
	border:1px groove #CCC;
	color:#666;
	font-size:1em;
	padding:2px;
}
button {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial Helvetica, Geneva, sans-serif;
	font-weight:400;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}

h3 {
	color: #092d5d;
	margin-bottom:0.5em;
	font-size: 1.5em;
}

h4 {
	color: #092d5d;
	border-color:#99adc2;
	margin-bottom: 0.6em;
	font-size: 1.2em;
}

h5 {
	font-size:1em;
	font-weight:700;
	margin-bottom:0.4em;
	border-bottom:1px solid #e6e6e6;
	padding-left: 4px;
	color: #666;
	background: #e3e3e3 url(../images/h5-back.gif) no-repeat right top;
}

h6 {
	font-size:1em;
	font-weight:700;
	margin-bottom:0.3em;
}

a {
	color:#1e4287;
}

a:hover {
	color: #5f81c4;
	text-decoration:underline;
}

a:active {
	color:#f90
}

p,ul {
	margin-bottom:1em;
}

button {
	background-color: #092d5d;
	color: white;
	text-align: center;
	padding: 3px 12px;
}
label {
	color: #092d5d;
	font-weight: bold;
}
/*
table {
	width: 100%;
}
*/
th {
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0.9em;
}
ul {
	color: #666;
	list-style-type: square;
	list-style-position: inside;
}
ul li {
	/*width: 65%;*/
	margin: 0 0 0.5em 0px;
	/*padding-left: 27px;
	background: url(../images/li-bullet.gif) no-repeat left 5px;*/
}
/* @end */

/* @group GLOBALS */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}

img.right {
	float:right;
	margin-left:10px;
}

img.left {
	float:left;
	margin-right:10px;
}

*.hidden {
	display:none;
}

*.invisible {
	visibility:hidden;
}
*.block {
	display: block;
}
a.lock {
	background: url(../images/icon-lock.gif) no-repeat left;
	padding: 12px;
}

a.list {
	background: url(../images/icon-list.gif) no-repeat left;
	padding: 12px;
}

a.rss {
	background: url(../images/icon-rss.gif) no-repeat left;
	padding-left: 18px;
}
a.readmore {
	/*background: url(../images/arrow-blue.gif) no-repeat right;
	padding-right: 9px;*/
}
a.profile {
	background: url(../images/icon-profile.gif) no-repeat left;
	padding-left: 12px;
}
a.note {
	background: url(../images/icon-note.gif) no-repeat left;
	padding-left: 12px;
}
ul.clean {
	list-style: none;
	list-style-image: none;
}
ul.clean li {
	background: none;
	width: auto;
	padding-left: 0px;
	line-height: normal;
	margin: 0 0 10px 0;
}
ul.attention {
	color: #666;
	background: url(../images/ul-attention-back.gif) repeat-y left;
}
ul.attention li {
	background: url(../images/li-attention.gif) no-repeat left 5px;
}
.attention {
	color: #f90;
}
span.date {
	font-size: 0.9em;
	color: #a49292;
}
/* @end */

/* @group IDS, SELECTORS */

/* @group BREADCRUMBS */

#breadcrumbs {
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0.9em;
	margin-bottom: 16px;
}
#breadcrumbs li {
	padding: 0px;
	background: none;
	display: inline;
}
#breadcrumbs li span {
	display: block;
	float: left;
}
#breadcrumbs li a {
	background: url(../images/arrow-gray.gif) no-repeat right;
	display: block;
	padding-right: 10px;
	float:left;
	margin-left:5px;
	white-space:nowrap;
	color:#666;
}
#breadcrumbs li a:hover {
	color: #f90;
}
#breadcrumbs li span.current {
	background: none;
	padding: 0;
	color: #036;
	margin-left: 5px;
}

/* @end */

#logo {
	overflow: hidden;
	background-image: url(../images/logo.gif);
	width: 438px;
	height: 76px;
	text-indent: -999px;
}
#claim {
	display: none;
}

/* @group LAYOUT */

#left {
	float:left;
	width: 230px;
	overflow:hidden;
	padding-bottom: 20px;
}

#right {
	position:relative;
	float:left;
	overflow:hidden;
	width:690px;
}

#header {
	height: 80px;
	position: relative;
	margin-bottom: 22px;
}
#topnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style: none;
}
#topnav li {
	padding-left:0px;
	background: none;
	margin: auto;
	display: inline;
}
#wrapper {
	background: #fff url(../images/wrapper-back.gif) repeat-y left top;
}
#content {
	background: url(../images/content-back-top.jpg) no-repeat 0 top;
	padding-top: 17px;
	width: 920px;
	overflow:hidden;
}
#content-home {
	background: url(../images/content-home.jpg) no-repeat 0 top;
	padding: 214px 0 0 0;
}
#marginals ul li {
	width: 65%;
}
#wrapper #text {
	width:432px;
	overflow:hidden;
	float:left;
	padding: 8px 0 32px 16px;
	margin-right:18px;
	line-height: 1.7em;
}
#wrapper #text div.element {
	margin-bottom: 20px;
}
#wrapper #text ul.attention li {
	width: auto;
}
#wrapper #marginals {
	width:224px;
	overflow:hidden;
	float:left;
	padding-top: 10px;
	font-size: 0.9em;
}

#wrapper #marginals div.element {
	width: 208px;
	margin: auto;
	margin-bottom: 1em;
	padding-top: 18px;
	background: #d7e4ff url(../images/marginals-element-top.gif) no-repeat 0 top;
}

#wrapper #marginals div.element div.wrapper {
	padding: 0 0 18px 0;
	background: #d7e4ff url(../images/marginals-element-bottom.gif) no-repeat 0 bottom;
}

#wrapper #marginals div.element div.wrapper p,
#wrapper #marginals div.element div.wrapper h4,
#wrapper #marginals div.element div.wrapper ul.clean li {
	padding: 0 13px;
}

/* @end */

/* @group MENU */

#menu {
	/*position:relative;*/
	list-style:none;
}

#menu ul {
	background-color: #90b3ff;
	padding-bottom: 11px;
	list-style-image: none;
	list-style-position: outside;
}

#menu li {
	background: none;
	width: auto;
	line-height:0;
	list-style:none;
}

#menu li.selected a {
	font-weight: bold;
}

#menu li.selected li a {
	font-weight: normal;
}

#menu li.open ul li.selected a{
	font-weight: bold;
}

#menu li a {
	display:block;
	background-color: #90b3ff;
	background-image:url(../images/menu-li-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #163174;
	font-size:12px;
	min-height:1em;
	height:1%;
	line-height:1.2em;
	padding:6px 15px 6px;
}

*:not(hr) #menu li a {
	line-height:1.2em;
}

#menu li a:hover {
	background-color:#f90;
	color:#003466;
	text-decoration:none;
}

#menu li.open {
	background-color: #90b3ff;
	background-image:url(../images/dotted-gray-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#menu ul li ul li a {
	background:none;
}

#menu li.open a:hover {
	background-color:#f90;
}

#menu li.open ul {
	margin-left:3px;
	background-color: #bdd2ff;
	padding-bottom: 0px;
	position: relative;
}
#menu li.open ul li ul{
	background-color: #E6EBFF;
	margin-left:3px;
	position:relative;
}

#menu li.open ul li a {
	background-image:url(../images/menu-li-li-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #163174;
	font-size:11px;
	padding:3px 15px 3px 13px;
}

#menu li.open ul li a:hover {
	background-color:#f90;
	color:#036;
}

#menu li.open ul li.open {
	background-color:transparent;
}

#menu li li.open ul {
	background-image:url(../images/menu-li-li-back.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#E7F0F7;
	padding-bottom:10px;
	margin:0;
}

#menu li li.open ul a {
	background-color:transparent;
	background-image:url(../images/menu-li-li-back.gif);
	background-repeat:no-repeat;
	background-position:15px 0.4em;
	padding:1px 15px 1px 25px;
}

#menu li li.open ul a:hover {
	color:#036;
	background-color:#f90;
}

#menu li li li.open ul {
	padding-bottom:0;
}

#menu li li li.open a {
	font-weight:700;
	background-position:15px 0.5em;
}

#menu li li li.open li a {
	font-weight:400;
	background-position:30px 0.4em;
	padding-left:45px;
}

#menu li li li.open li a:hover {
	color:#036;
}

#menu * {
	border:0;
	text-decoration:none;
	margin:0;
	padding:0;
}



/* @end */

/* @group LOGINBOX */

#loginbox {
	width: 206px;
	padding: 12px;
	font-weight: 0.6em;
}

#loginbox h5 {
	padding: 0;
	color: #092d5d;
	border: none;
	background: none;
	font-size: 1.1em;
}

#loginbox input {
	width: 202px;
}

#loginbox button {
	float: right;
}

#loginbox #inputForgot {
	width: 150px;
}

 #loginbox #sendForgot{
	width: 110px;
}


li.news_list p{
	display:inline;
}

ul.clean li.news_list{
	line-height: 1.7em;
}

span.news_list_morlink a{
	padding-left: 5px;
}

span.news_list_morlink{
	color: #1E4287;
}

.tx-newloginbox-pi1 h5{
	color: #666666;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0.4em;
	background: none;
	border-bottom: 0px;
	padding-left: 0px;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}

.align-justify{
	text-align: justify;
}

/* @end */

/* @end */
