/*<?php header("Content-type: text/css"); ?>*/
#global_navigation {
	color: #0000ff;
	width: 74.4%;
	float: right;
	text-align: right;
	font-size: 70%;
	padding-top: .25em;
	text-transform: lowercase;
	background-image: url(/images/interface/bg_global_navigation.gif);
	background-repeat: no-repeat;
}
#global_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#global_navigation ul li {
	display: inline;
	border-right: 1px solid #0000ff;
	padding-left: .25em;
	padding-right: .25em;
}
#global_navigation a {
	color: #0000FF;
	text-decoration: none;
}
#navigation {
	font-weight: bold;
	width: 23%;
	float: left;
	font-size: 92%;
	line-height: 1.4em;
	background-image: url(/images/interface/bg_navigation.gif);
	background-repeat: no-repeat;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: .25em;
	border-right: 2px dotted #666666;
	text-align: right;
	margin-top: 1em;
}
#navigation .mainLink1 {
	color: #000000;
	text-decoration: none;
	padding: .05em .3em .05em .5em;
	background-color: #1eabd9;
}
#navigation .mainLink1:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;
}
#navigation .mainLink {
	color: #000000;
	text-decoration: none;
	padding: .05em .3em .05em .5em;
}
#navigation .mainLink:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;
}
#navigation .active {
	text-decoration: none;
	color: #ffffff;
	padding: .05em .3em .05em .5em;
	background-color: #cc0000;
}
#views_navigation {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.4em;
	text-align: right;
	margin-top: 2em;
}

#sub_navigation {
	clear: both;
	background-image: url(/news/images/interface/bg_image.gif); 
	background-repeat: repeat;
	height: 1.5em;
	font-size: 82%;
	padding: 0.5em;
}
#sub_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sub_navigation ul li {
	display: inline;
	border-right: 1px solid #999999;
	padding-left: .25em;
	padding-right: .25em;
}
#sub_navigation a {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	/*border-bottom: 2px dotted #666666;*/
}
#sub_navigation a:hover {
	color: #000000;
}
#sub_navigation .active {
	color: #000000;
}
#feature_image img {
	border: none;
}
#breadcrumbs {
	width: auto;
	font-size: 80%;
	float: left;
	padding: .25em 0 .5em 1.5em;
	margin: .75em .75em 0 0;
	background-image: url(/images/interface/bg_breadcrumbs.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 1.5em;
}
#breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #cc0000;
}
#breadcrumbs a:hover {
	color: #000000;
}
.breadcrumbs_element {
	float: left;
	margin-left: .3em;
}
#model_navigation {
	margin-bottom: .75em;
}
#model_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#model_navigation ul li {
	display: inline;
	padding-bottom: .5em;
}
#model_navigation a {
	color: #ffffff;
	background-color: #cc0000;
	padding: .15em .35em .15em .35em;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}
#model_navigation a:hover {
	background-color: #333333;
}
#model_navigation .active {
	background-color: #333333;
}
#footer_bg {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ecf8fe;
}
#footer {
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1.25em;
	margin-top: 3em;
	font-size: 85%;
	line-height: 1.2em;
	margin-left: 2em;
	background-image: url(/images/interface/footer_arrow.gif);
	background-repeat: no-repeat;
}
#footer ul {
	margin: 0;
	margin-right: 1.25em;
	padding: 0;
	float: left;
	list-style: none;
}
#footer li {
	margin: 0;
	padding: 0;
}
#footer .footer_header {
	background-color: #666666;
	color: #ffffff;
	padding: .1em .3em .1em .3em;
	font-weight: bold;
}
#footer .footer_link_a a {
	background-color: #cccccc;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: .1em .3em .1em .3em;
}
#footer .footer_link_a a:hover {
	background-color: #cc0000;
	color: #ffffff;
}
#footer .footer_link_b a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}
#footer .footer_link_b a:hover {
	color: #cc0000;
}
#footer ul li ul {
	margin-top: .25em;
	margin-left: 0;
}
