*{font-size:100.01%}
html {font-size:62.5%;}
body {
	color:#646466;	
	font:1.1em Arial, Helvetica, sans-serif;
	margin:0;
	background:#fff;
}
.noscript {
	font-size:11px;
	margin:10px 0 5px;
	text-align:center;
	display:none;
}
.invisible { display:none; }

* html .noscript {display:block;}

/* Common Parts */
a {
	color:#646466;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
p {
	margin:0 0 1.2em;
	line-height:1.3em;
	padding:0;
}
img {border:none;}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
input, select, label, textarea {vertical-align:middle;}
input.text {
	padding:0 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#9C9D9F;
	border:1px solid #9C9D9F;
}
select {
	font:11px Arial, Helvetica, sans-serif;
	color:#053669;
}
textarea {
	padding:5px;
	font:11px arial, Helvetica, sans-serif;
	color:#9C9D9F;
	border:1px solid #9C9D9F;
}
input.radio {
	padding:0;
	margin:0;
	width:14px;
	height:14px;
}
ul {
	margin:0 0 0 15px;
	padding:0;
}
ul ul {margin:2px 0 2px 15px;}

/* Main Blocks */
.page-box {
	width:1001px;
	margin:0 auto;
}
.header {
	padding:5px 0;
	width:100%;
	overflow:hidden;
}
.logo {
	float:left;
	margin:15px 0 0 1px;
	background:url(index_files/logo.jpg) no-repeat;
	width:180px;
	height:60px;
	overflow:hidden;
	display:inline;
}
.logo.sp {
	margin:0;
	background:url(index_files/logo.jpg) no-repeat;
	width:180px;
	height:60px;
}

.logo a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.breadcrumbs {
	text-align:right;
	color:#9C9D9F;
}
.breadcrumbs ul {
	margin:0;
	list-style:none;
	display:inline;
}
.breadcrumbs li {
	display:inline;
	padding:0 8px 0 4px;
	background:url(images/split-grey.gif) no-repeat 100% .3em;
}
* html .breadcrumbs li {padding:0 4px 0 8px;}
*+html .breadcrumbs li {padding:0 4px 0 8px;}
.breadcrumbs li a {
	color:#9C9D9F;
	text-decoration:none;
}
.breadcrumbs li a:hover {text-decoration:underline;}
.header strong {
	float:right;
	color:#666633;
	font:normal 22px/20px Arial, Helvetica, sans-serif;
	margin:40px 0 20px 0;
}
.sIFR-hasFlash .header strong {
	margin-right:-20px;
}
.header strong span {
	display:block;
	overflow:hidden;
}
a.contact {
	color:#9C9D9F;
	border-bottom:1px solid #9C9D9F;
	border-top:1px solid #9C9D9F;
	background:url(images/arrows.gif) no-repeat 100% 6px;
	float:left;
	padding:1px 5px;
	width:90px;
	text-decoration:none;
}
* html a.contact {padding:2px 5px;}
*+html a.contact {padding:2px 5px;}
.safari a.contact {padding:2px 5px;}
.control-panel {
	float:right;
	clear:both;
	width:530px;
}
.control-panel label {display:none;}
.control-panel select {
	width:205px;
	color:#9C9D9F;
	border:1px solid #9C9D9F;
	margin-left:10px;
	float:left;
}
.safari .control-panel select {margin-top:-1px;}
.control-panel input.text {
	width:179px;
	color:#9C9D9F;
	border:1px solid #9C9D9F;
	margin:0 -1px 0 10px;
	float:left;
	padding:2px 3px 1px;
}
.safari .control-panel input.text {padding:3px 3px 2px;}
.control-panel input.button {float:left;}
.main-box {
	width:1001px;
	overflow:hidden;
	position:relative;
	background:url(images/page-bg.gif) repeat-y;
}
.container {
	width:100%;
	float:left;
	position:relative;
	background:url(images/nav-column-bg.gif) no-repeat left bottom;
}
.index .main-box {background:url(images/page-bg-index.gif) repeat-y;}
.index-sp .main-box {background:url(images/page-bg-index-sp.gif) repeat-y;}
.introduction .main-box {background:url(images/page-bg-introduction.gif) repeat-y;}
.product .main-box {background:url(images/page-bg-product.gif) repeat-y;}
.standard .main-box {background:url(images/page-bg-standard.gif) repeat-y;}
.news .main-box {background:url(images/page-bg-news.gif) repeat-y;}
.standard.two-colums .main-box {background:url(images/page-bg-news.gif) repeat-y;}
.sitemap .main-box,
.forms .main-box,
.glossary .main-box {background:url(images/page-bg-sitemap.gif) repeat-y;}
.nav-column {
	float:left;
	width:146px;
	padding-bottom:40px;
}
.main-column {
	float:right;
	width:850px;
}
.center-part {
	float:left;
	width:535px;
}
.right-part {
	float:right;
	width:310px;
}

/* Start Menu */
.nav-column ul {
	margin:0;
	list-style:none;
	width:100%;
	float:left;
	border-bottom:1px solid #BFC0C2;
}
.nav-column li {
	width:100%;
}
.nav-column li a {
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	background:#A9ABAD url(images/item-bg.gif) repeat-x;
}
.nav-column li a:hover {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active a {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column li.menublock {
	background: #2D1B13;
}
.nav-column li.menublock span {
	border-top: 5px solid white;
	font-weight: bold;
	display:block;
	width:125px;
	color:#fff;
	padding:4px 16px 4px 5px;
	
	/*background:url(images/item-bg-btm-active.gif) repeat-x left bottom;*/
}
.nav-column li a span {
	display:block;
	width:125px;
	color:#fff;
	padding:2px 16px 2px 5px;
	cursor:pointer;
	background:url(images/item-bg-btm.gif) repeat-x left bottom;
}
.nav-column li a:hover span {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column li.active a span,
.nav-column li.active a:hover span {
	font-weight:bold;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}
.nav-column li.site-map {
	position:absolute;
	left:0;
	bottom:0;
	width:146px;
}
.nav-column li.site-map a,
.nav-column li.site-map a:hover {
	width:125px;
	padding:2px 16px 2px 5px;
	background:none;
}
.nav-column li ul {
	float:none;
	overflow:hidden;
	border-bottom:1px solid #E9E9EA;
	display:none;
}
.nav-column li ul ul {border-bottom:none;}
.nav-column li.active ul {display:block;}
.nav-column li.active ul ul {display:none;}
.nav-column li.active ul li.active ul {display:block;}
.nav-column li.active ul a {
	display:block;
	color:#646466;
	background:#E9E9EA url(images/sub-item-bg.gif) repeat-x left bottom;
}
.nav-column li ul li a:hover {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active ul a span,
.nav-column li.active ul a:hover span {
	display:block;
	color:#646466;
	width:126px;
	padding:2px 5px 2px 15px;
	background: url(images/sub-item-bullet.gif) no-repeat 5px 8px;
	font-weight:normal;
}
.nav-column li.active ul a:hover span {
	color:#fff;
	background:url(images/sub-item-bullet-hover.gif) no-repeat 5px 8px;
}
.nav-column ul ul li.active {
	background:#646466 url(images/item-bg-active.gif) repeat-x;
}
.nav-column ul ul li.active a,
.nav-column ul ul li.active a:hover {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column ul ul li.active a span,
.nav-column ul ul li.active a:hover span {
	color:#fff;
	background: url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
	width:111px;
	padding-right: 20px;
}
.nav-column li.active ul ul a {
	color:#646466;
	background:#E9E9EA url(images/sub-item-bg.gif) repeat-x left bottom;
}
.nav-column li ul ul li a:hover {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active ul ul a span,
.nav-column li.active ul ul a:hover span {
	width:115px;
	color:#646466;
	padding-left:25px;
	background:url(images/sub-item-bullet.gif) no-repeat 15px 8px;
}
.nav-column li.active ul ul a:hover span {
	color:#fff;
	background:url(images/sub-item-bullet-hover.gif) no-repeat 15px 8px;
}
.nav-column ul ul ul li.active {background: url(images/item-bg-active.gif) repeat-x;}
.nav-column ul ul ul li.active a,
.nav-column ul ul ul li.active a:hover {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column ul ul ul li.active a span,
.nav-column ul ul ul li.active a:hover span {
	width:95px;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}

.nav-column ul ul ul li.active a span,
.nav-column ul ul ul li.active a:hover span {
	color:#fff;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}
.nav-column li.active ul ul ul a {
	color:#646466;
	background:#E9E9EA url(images/sub-item-bg.gif) repeat-x left bottom;
}
.nav-column li ul ul ul li a:hover {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active ul ul ul a span,
.nav-column li.active ul ul ul a:hover span {
	width:105px;
	color:#646466;
	padding-left:35px;
	background:url(images/sub-item-bullet.gif) no-repeat 25px 8px;
}
.nav-column li.active ul ul ul a:hover span {
	color:#fff;
	background:url(images/sub-item-bullet-hover.gif) no-repeat 25px 8px;
}
.nav-column ul ul ul ul li.active {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column ul ul ul ul li.active a,
.nav-column ul ul ul ul li.active a:hover {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column ul ul ul ul li.active a span,
.nav-column ul ul ul ul li.active a:hover span {
	width:85px;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}
.nav-column ul ul ul ul li.active a span,
.nav-column ul ul ul ul li.active a:hover span {
	color:#fff;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}
.nav-column li.active ul ul ul ul a {
	color:#646466;
	background:#E9E9EA url(images/sub-item-bg.gif) repeat-x left bottom;
}
.nav-column li ul ul ul ul li a:hover {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column li.active ul ul ul ul a span,
.nav-column li.active ul ul ul ul a:hover span {
	width:95px;
	color:#646466;
	padding-left:35px;
	background:url(images/sub-item-bullet.gif) no-repeat 30px 8px;
}
.nav-column li.active ul ul ul ul a:hover span {
	color:#fff;
	background:url(images/sub-item-bullet-hover.gif) no-repeat 30px 8px;
}
.nav-column ul ul ul ul ul li.active {background:#646466 url(images/item-bg-active.gif) repeat-x;}
.nav-column ul ul ul ul ul li.active a,
.nav-column ul ul ul ul ul li.active a:hover {background:url(images/item-bg-btm-active.gif) repeat-x left bottom;}
.nav-column ul ul ul ul ul li.active a span,
.nav-column ul ul ul ul ul li.active a:hover span {
	width:75px;
	background:url(images/arrows-dark-grey.gif) no-repeat 125px 7px;
}
/* End Menu */


.main {
	display:block;
	border-bottom:5px solid #fff;
}
.news-content {border-bottom:5px solid #fff;}
.news-content h2 {
	margin:0;
	font:normal 14px/18px Arial, Helvetica, sans-serif;
	color:#2D1B13;
	padding:3px 10px 6px;
	width:515px;
	background:#E9E9EA url(images/shadow-light-grey-btm.gif) repeat-x left bottom;
	border-bottom:5px solid #fff;
}
.index-sp .news-content h2 {
	background:#F9AC29 url(images/shadow-light-grey-btm.gif) repeat-x left bottom;
}
* html .news-content h2 {padding:3px 10px 2px;}
*+html .news-content h2 {padding:3px 10px 2px;}
.sIFR-hasFlash .news-content h2 {
	font-size:18px;
	padding-bottom:0;
}
.news-list {
	background:#E9E9EA;
	padding:5px 5px 5px 10px;
	width:520px;
	overflow:hidden;
}
.news-list p {
	width:100%;
	color:#878889;
	margin-bottom:10px;
}
.news-list a {
	text-decoration:none;
	color:#2D1B13;
}
.news-list a:hover {text-decoration:underline;}
.news-list strong {
	display:block;
	background:url(images/arrows-blue.gif) no-repeat 100% 90%;
	color:#2D1B13;
}
.news-list .static-news-box {
	width:257px;
	float:left;
}
.news-list .scrolling-news-box {
	width:240px;
	padding:0 5px;
	height:111px;
	float:right;
	overflow:hidden;
	border:1px solid #D9D9DB;
	background:#F4F4F5;
}
.scrolling-news-box p strong {
	width: 225px;
	padding-right: 15px;
} 
#TICKER {
	visibility:hidden;
}
* html .news-list .scrolling-news-box {height:112px;}
*+html .news-list .scrolling-news-box {height:112px;}
.featured-content {
	width:540px;
	overflow:hidden;
	background:url(images/features-box-bg.gif) repeat-y;
	margin:0 -5px 0 0;
	color:#fff;
}
.center-part .featured-box {
	float:left;
	width:250px;
	padding:0 5px 0 10px;
	margin-right:5px;
}
.center-part .featured-box h2 {
	color:#fff;
	font:bold 1em Arial, Helvetica, sans-serif;
	margin:0 -5px 5px -10px;
	padding:7px 5px 7px 10px;
	border-bottom:5px solid #fff;
	background:url(images/shadow-blue-top.gif) repeat-x;
}
.center-part .featured-box h2 a {
	color:#fff;
	text-decoration:none;
	background:url(images/arrows-white.gif) no-repeat 100% 5px;
	display:block;
}
.center-part .featured-box h2 a:hover {text-decoration:underline;}
.center-part .featured-box img {
	float:left;
	margin:-5px 10px 0 -10px;
}
.right-part .featured-box {
	padding:5px 10px 10px;
	border-bottom:5px solid #fff;
	width:290px;
	overflow:hidden;
}
.right-part .featured-box img {
	float:right;
	margin:-5px -10px -10px 5px;
}
.right-part .featured-box a.title {
	text-decoration:none;
	font-weight:bold;
	background:url(images/arrows-grey.gif) no-repeat 100% 5px;
	display:block;
	width:170px;
}
.right-part .featured-box a.title:hover {text-decoration:underline;}
.list-box {
	margin:6px;
	list-style:none;
	border-bottom:1px solid #CDCCCD;
}
.list-box li {
	border-top:1px solid #CDCCCD;
	padding:2px 10px;
}
.list-box li a {
	color:#646466;
	text-decoration:none;
	background:url(images/arrows-grey.gif) no-repeat 100% 5px;
	display:block;
	padding-right: 10px;
	font-weight:bold;
}
.list-box li a:hover {text-decoration:underline;}
.footer {
	background:url(images/footer-bg.gif) repeat-y;
	margin:5px 0;
}
.footer .bg {
	background:url(images/footer-top-bg.gif) no-repeat;
}
.footer .content {
	background:url(images/footer-top-bg.gif) no-repeat left bottom;
	padding-left:691px;
}
.footer ul {
	margin:0;
	border-bottom:1px solid #A9ABAD;
	border-top:1px solid #A9ABAD;
	font-size:0.909em;
	width:310px;
	overflow:hidden;
	list-style:none;
	padding:7px 0;
}
.footer li {
	padding:0 7px; 
	background:url(images/split.gif) no-repeat left center;
	float:left;
	color:#9C9D9F;
}
.footer li a {
	text-decoration:none;
	color:#9C9D9F;
}
.footer li a:hover {text-decoration:underline;}
.footer li.first {
	background:none;
	padding-left:0;
}
.creditbox {
	text-align:right;
	color:#C7C8CA;
	font-size:0.909em;
}
.creditbox img {margin-bottom:-1px;}

.product-box {
	padding:5px 10px 0;
	border-bottom:5px solid #fff;
	width:290px;
	overflow:hidden;
	background:url(images/shadow-photo.gif) repeat-y 186px 0;
}
.product-box.without-photo {background:none;}
.product-box img {
	float:right;
	margin:-5px -10px 0 5px;
}
.product-box a.title {
	text-decoration:none;
	font-weight:bold;
	background:url(images/arrows-grey.gif) no-repeat 100% 5px;
	display:block;
	width:155px;
	padding-right: 15px;
}
.product-box a.title:hover {text-decoration:underline;}
.product-box p {
	margin:0;
	width:170px;
	line-height:120%;
}
.product-box.without-photo a.title,
.product-box.without-photo p {width:290px;}

.heading {
	background:#F9AC29 url(images/title-yellow-top.gif) repeat-x;
	border-bottom:5px solid #fff;
	width:100%;
	min-height:30px;

}
.right-part .light-grey-text-box p {margin:0;}
.heading h1,
.heading h2 {
	margin:0;
	color:#fff;
	font:normal 16px/16px Arial, Helvetica, sans-serif;
	padding:6px 6px 7px;
}
.news .heading h2 {padding-bottom:4px;}
.news .heading h2 span {
	height:19px;
	overflow:hidden;
	float:left;
}
.heading h1 span,
.heading h2 span {float:left;}
.introduction .heading h1 span,
.introduction .heading h2 span,
.product .heading h1 span,
.product .heading h2 span,
.glossary .heading h1 span,
.glossary .heading h2 span,
.index-sp .heading h1 span,
.index-sp .heading h2 span {float:none;}
.heading .bg {
	background:none;
	width:100%;
	overflow:hidden;

}
.right-part .heading .strong {background:url(images/arrows-white-bg-dark-grey.gif) no-repeat 290px 10px;}
.right-part .heading.blue .strong {background:url(images/arrows-white-bg-blue.gif) no-repeat 290px 10px;}
.right-part .heading.lightblue .strong {background:url(images/arrows-white-bg-lightblue.gif) no-repeat 290px 10px;}
.right-part .heading.orange .strong {background:url(images/arrows-white-bg-orange.gif) no-repeat 290px 10px;}
.heading a.strong:hover {text-decoration:underline;}
.bordered-text-box {border-bottom:5px solid #fff;}
.bordered-text-box .content {
	border:1px solid #E9E9EA;
	padding:6px 6px 0px;
	background:#fff;
	overflow:hidden;
	width:521px;

}
.right-part .grey-text-box.light {
	background:#E9E9EA;
	color:#646466;
}
.right-part .blue-text-box {
	background:#056A94;
}
.right-part .lightblue-text-box {
	background:#3ECCD8;
}
.right-part .orange-text-box {
	background:#F9AC29;
}
.grey-text-box p,
.blue-text-box p, 
.lightblue-text-box p,
.orange-text-box {
	margin:0;
	line-height:120%;
}
.grey-text-box img,
.blue-text-box img, 
.lightblue-text-box img, 
.orange-text-box img {
	float:left;
	margin:-6px 6px 0 -6px;
	display:inline;
}
.colums-content {
	width:540px;
	overflow:hidden;
	margin-right:-5px;
}
.column-box {
	float:left;
	width:163px;
	padding:0 6px;
	background:#E9E9EA;
	margin-right:5px;
}
.column-box .heading {
	margin:0 -6px 6px;
	width:175px;
}
.column-box ul {
	margin:0;
	list-style:none;
}
.column-box li {
	padding-left:10px;
	background:url(images/square.gif) no-repeat 0 .5em;
}
.column-box li a {text-decoration:none;}
.column-box li a:hover {text-decoration:underline;}
.column-box p {margin:0 0 0 3px;}
ul.doc-list {
	border-bottom:1px solid #CDCCCD;
	margin:0;
	list-style:none;
}
ul.doc-list li {
	border-top:1px solid #CDCCCD;
	background:none;
	padding: 5px 3px 4px;

}
.sitemap .btm-bg,
.forms .btm-bg,
.standard.two-colums .btm-bg {background:url(images/page-bg-sitemap-btm.gif) no-repeat;}

.right-part .grey-text-box ul.doc-list {margin:3px 0 6px;}
.grey-text-box .list-box {
	margin:0;
	border-bottom:1px solid #ACADAE;
}
.grey-text-box .list-box li {
	border-top:1px solid #ACADAE;
	padding:2px 5px;
}
.grey-text-box .list-box li a {
	color:#fff;
	font-weight:normal;
	background:url(images/arrows-white-bg-dark-grey.gif) no-repeat 100% 5px;

}
.pager li.previous-text,
.pager li.next-text {
	padding:0 7px 0 18px;
	margin:3px 0 0;
	/*background:url(images/arrows-white-bg-blue-left.gif) no-repeat left center;*/
}
/*ul.pager li.next {
	background:url(images/arrows-white-bg-blue.gif) no-repeat;
}*/
ul.pager li.next-text {
/*	background:url(images/arrows-white-bg-blue.gif) no-repeat right center;*/
	padding:0 18px 0 7px;
	border-left:1px solid #fff;
	margin-right:10px;
	display:inline;
}

ul.pager li a {
	color:#fff;
	text-decoration:none;
}
ul.pager li.previous a,
ul.pager li.next a {
	display:block;
	width:100%;
	height:100%;
}
.news-listing,
.downloads-listing {
	border:1px solid #E9E9EA;
	padding:5px 5px 2px;
	width:523px;
	overflow:hidden;
	margin-bottom:5px;
}
.news-box,
.downloads-box {
	border-bottom:1px solid #E9E9EA;
	float:left;
	width:100%;
	padding-bottom:3px;
	margin:0 0 8px;
}
.news-box.last,
.downloads-box.last {
	border:none;
	padding:0;
	margin:0;
}
.downloads-box.last {padding-bottom:5px;}
.news-box img {
	float:left;
	margin:-5px 0 0 -5px;
	position:relative;
}
.news-box .text {
	float:right;
	width:400px;
	margin-top:-3px;
}
.news-box p,
.downloads-box p {margin:0;}
.news-box strong a,
.downloads-box strong a {
	color:#056A94;
	text-decoration:none;
}
.news-box strong a:hover,
.downloads-box strong a:hover {text-decoration:underline;}
.downloads-box .text {
	float:left;
	width:380px;
	padding-left:40px;
}
.downloads-box.doc .text {background:url(images/fileicons/doc.gif) no-repeat 10px 5px;}
.downloads-box.dot .text {background:url(images/fileicons/dot.gif) no-repeat 10px 5px;}
.downloads-box.emf .text {background:url(images/fileicons/emf.gif) no-repeat 10px 5px;}
.downloads-box.file .text {background:url(images/fileicons/file.gif) no-repeat 10px 5px;}
.downloads-box.gif .text {background:url(images/fileicons/gif.gif) no-repeat 10px 5px;}
.downloads-box.html .text {background:url(images/fileicons/html.gif) no-repeat 10px 5px;}
.downloads-box.mpg .text {background:url(images/fileicons/mpg.gif) no-repeat 10px 5px;}
.downloads-box.pdf .text {background:url(images/fileicons/pdf.gif) no-repeat 10px 5px;}
.downloads-box.ppt .text {background:url(images/fileicons/ppt.gif) no-repeat 10px 5px;}
.downloads-box.txt .text {background:url(images/fileicons/txt.gif) no-repeat 10px 5px;}
.downloads-box.xls .text {background:url(images/fileicons/xls.gif) no-repeat 10px 5px;}
.downloads-box.zip .text {background:url(images/fileicons/zip.gif) no-repeat 10px 5px;}

.right-box {
	text-align:center;
	float:right;
	width:100px;
	color:#9C9D9F;
}
.right-box span {
	clear:both;
}
.archive-list {
	margin:0 0 73px;
	list-style:none;
}
.archive-list.categories {margin-bottom:5px;}
.archive-list li {
	padding:1px 3px;
}
.blue-text-box.archive-list li {
	border-bottom:1px solid #508EA7;
}
.lightblue-text-box .archive-list li, .orange-text-box .archive-list li {
	border-bottom:1px solid white;
}
.archive-list li.last {border:none;}
.archive-list li a {
	color:#fff;
	text-decoration:none;
}
.archive-list li.active a {
	font-weight:bold;
	background:url(images/arrows-white-bg-blue-left.gif) no-repeat 100% .3em;
	padding-right:18px;
}
.archive-list li a:hover {text-decoration:underline;}
a.back {
	color:#fff;
	text-decoration:none;
	float:left;
	padding-left:18px;
	margin:6px 0 0 5px;
}
a.back:hover {text-decoration:underline;}
.blue a.back {background:url(images/arrows-white-bg-blue-left.gif) no-repeat 0 .3em;}
.lightblue a.back {background:url(images/arrows-white-bg-lightblue-left.gif) no-repeat 0 .3em;}
.orange a.back {background:url(images/arrows-white-bg-orange-left.gif) no-repeat 0 .3em;}
strong.main-text {
	color:#056A94;
	margin-bottom:15px;
	display:block;

}
.site-map-list li {margin-bottom:15px;}
.site-map-list li a {
	text-decoration:none;
	color:#056A94;
}
.site-map-list li a:hover {text-decoration:underline;}
.site-map-list ul {
	margin:0 0 0 35px;
	list-style:none;
	font-weight:normal;
}
.site-map-list ul li {margin:0;}
.site-map-list ul a {color:#646466;}
.note {
	border: 5px solid #999999;
	padding: 10px;
}
.note2 {
	width: 490px !important;
	border: 5px solid #999999;
	padding: 10px;
}
.form-content a {
	text-decoration:none;
	color:#056A94;
}
.form-content a:hover {text-decoration:underline;}
.form-content label {font-weight:bold;}
.left {
	float:left;
	width:175px;
}
.left label {
	width:100%;
	display:block;
	margin-bottom:4px;
}
.right {
	float:right;
	width:340px;
}
.right label {
	float:left;
	width:132px;
}
.full label {
	float:left;
	width:202px;
	padding-right: 10px;
}
.right input {
	float:right;
	width:200px !important;
}
.full input {
	float: left !important;
	width: 200px !important;
}
.right div, .full div {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.form-content .button-unsubscribe {
	float:right;
	margin:-5px 0 35px;
}
.form-content .button-send {
	clear:both;
	float:right;
	margin:-5px 0 35px 10px;
}
.right textarea {
	width:196px;
	float:right;
	height:114px;
}
.form-content p {
	clear:both;
	width:100%;
	overflow:hidden;
}

.index-sp .news-list {
	background:url(images/news-list-bg.gif) repeat-y;
	padding:0;
	width:540px;
	margin-right:-5px;
}
.index-sp .news-list p {
	color:#fff;
}
.index-sp .news-list a {
	color:#fff;
}
.index-sp .news-list a:hover {text-decoration:underline;}
.index-sp .news-list strong {
	background:url(images/arrows-white-bg-gray.gif) no-repeat 100% 90%;
	color:#fff;
}
.index-sp .news-list .news,
.index-sp .news-list .events {
	width:251px;
	float:left;
	margin-right:5px;
	padding:0 7px;
	background:#646466;
}
.index-sp .news-list .events {background:#A9ABAD;}
.news-list .heading {
	border-bottom:5px solid #fff;
	width:100%;
	min-height:30px;
	margin:0 -7px 10px;
	padding:0 7px;

}
* html .heading h3 {height:17px;}

.index-sp .featured-content {
	background:none;
	color:#646466;
}
.index-sp .center-part .featured-box {
	background:#E9E9EA;
}
.index-sp .featured-content .heading {
	margin:0 -5px 5px -10px;
	padding:0 5px 0 10px;
	border-bottom:5px solid #fff;
	width:100%;
	overflow:hidden;
	height:auto;
}
.index-sp .center-part .featured-box h2 {
	color:#fff;
	font:bold 1em Arial, Helvetica, sans-serif;
	margin:0 -5px 0 -10px;
	padding:8px 5px 8px 10px;
	border-bottom:none;
	background:url(images/title-yellow-btm.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
}
.center-part .featured-box h2 a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.center-part .featured-box h2 a.arrows {
	background:url(images/arrows-white-bg-yellow.gif) no-repeat 100% 5px;
}
.right-part .info-box {
	/*background:#F9AC29;*/
	border-bottom:5px solid #fff;
	padding:1px 1px 1px 9px;
	width:300px;
	overflow:hidden;
	color:#fff;
}
.grey-info-box {
	background: #A9ABAD;
}
.blue-info-box {
	background:#056A94;
}
.blue-info-box h2 {
	background:url(images/arrows-white-bg-blue.gif) no-repeat 100% .2em;
}
.lightblue-info-box {
	background:#3ECCD8;
}
.lightblue-info-box h2 {
	background:url(images/arrows-white-bg-lightblue.gif) no-repeat 100% .2em;
}
.orange-info-box {
	background:#F9AC29;
}
.orange-info-box h2 {
	background:url(images/arrows-white-bg-yellow.gif) no-repeat 100% .2em;
}

.right-part .info-box img {float:right;}
.right-part .info-box a {color:#fff;}
.right-part .info-box p {margin:0 0 3px;}
.right-part .info-box .text {
	float:left;
	width:173px;
}
.right-part .info-box h2 {
	margin:5px 0 0;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}
.right-part .info-box span {
	display:block;
	overflow:hidden;
}
.add-info {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.add-info li {
	border-bottom:5px solid #fff;
	width:100%;
	float:left;
	font-weight:bold;
}
.add-info li a {
	text-decoration:none;
	display:block;
	width:285px;
	padding: 0 !important;
}
.add-info li a:hover {text-decoration:underline;}


.center-part .add-info li {
	border-bottom:none;
	background:none;
	margin:5px 0;
}
.center-part .add-info li a {
/*	background:url(images/arrows-dark-grey-bg-white.gif) no-repeat 100% .4em;*/
	display:inline;
	width:auto;
	padding:0 20px 0 0;
	line-height:110%;
}
.center-part .add-info li a .arrows {
	display: inline;
	width: 13px;
	border: 1px solid green;
	margin-left: 5px;
	background:url(images/arrows-dark-grey-bg-white.gif) no-repeat;
}


.letter-selector {
	margin:10px;
	padding:0;
	list-style:none;
	font-size:16px;
}
.letter-selector li {
	float:left;
	width:18px;
	height:18px;
	margin:0 4px 4px 0;
	text-align:center;
}
.letter-selector li.active {background:url(images/letter-active.gif) no-repeat;}
.letter-selector li span {
	display:block;
	overflow:hidden;
	height:18px;
}
.letter-selector li a {
	color:#646466;
	text-decoration:none;
}
.letter-selector li.active a,
.letter-selector li a:hover {color:#F9AC29;}
.bordered-text-box.bordered {border-bottom:5px solid #fff !important;}
.bordered-text-box.bordered .content {border:1px solid #E9E9EA !important;}

a.more {
	font-weight:bold;
	text-decoration:none;
}
a.more:hover {text-decoration:underline;}
p.back-top,
p.back-question {
	color:#A9ABAD;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	padding-right:10px;
	background:url(images/arrow-top.gif) no-repeat 100% .3em;
	margin:-10px 0 10px;
}
p.back-question {
	background:url(images/arrows-left.gif) no-repeat 100% .3em;
	padding-right:15px;
}
p.back-top a,
p.back-question a {
	text-decoration:none;
	color:#A9ABAD;
}
p.back-top a:hover,
p.back-question a:hover {text-decoration:underline;}
.featuretext {
	padding-bottom: 3px;
}



span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* temporary styles */
.top-field {
	float: left;
	width: 250px;
	text-align: right;
	color: #9C9D9F;
	padding-top: 3px;
}
.top-field-form {
	float: right;
	width:530px;
	padding-left:20px;
}