@import url(nav.css);
@import url(sifr.css);
* {
	margin: 0;
	padding: 0;
}
body {
	background: #cbcdd0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
.clearer {
	clear: both;
	font-size: 1px;
}
#header {
	background: #444c56 url('../images/header.png') repeat-x top left;
	padding: 20px 0 0 0;
}
#header h1 {
	overflow: hidden;
	text-indent: -5000px;
}
#header h1 a {
	display: block;
	width: 152px;
	height: 113px;
	text-decoration: none;
	margin: 0 auto;
	background: url('../images/logo.png') !important;
	background: url('../images/header.gif') no-repeat center center;
}
#nav {
	width: 940px;
	height: 81px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/navigation.png') no-repeat top center;
	position: relative;
}
#nav #search {
	position: absolute;
	top: 28px;
	right: 50px;
}
#nav #search .iT {
	font-size: 11px;
	padding: 5px;
	color: #b0b7bc;
	background: #555f69;
	border: 1px solid #393f46;
	width: 150px;
	float: left;
}
#nav #search .iSu {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url('../images/buttons.png') no-repeat top left;
	border: none;
}
#shadow {
	width: 100%;
	text-align: center;
	background: #ebeced url('../images/shadow_no_intro.png') repeat-x top left;
	padding: 0 0 20px 0!important;
	padding: 0 0 10px 0;
}
#intro {
	width: 100%;
	text-align: center;
	background: #e1e3e4 url('../images/shadow.png') repeat-x top left;
	padding: 28px 0 28px 0;
	border-bottom: 1px solid #c2c8cb;
	color: #545e68;
}
#intro h3 {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: italic;
}

#container {
	width: 100%;
	background: #ebeced;
	padding: 30px 0 50px 0;
	text-align: center;
}
#content {
	padding: 0 0 0 0;
	background: url('../images/content.png') repeat-y top center;
	text-align: left;
	width: 840px;
	margin: 0 auto;
}
#sub_nav {
	font-size: 11px;
	width: 840px;
	margin: 0 auto;
	list-style: none;
	height: 23px;
}
#sub_nav li {
	float: left;
	margin: 0 10px 0 0;
}
#sub_nav li a {
	color: #c6d8f0;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #b0b7bc;
	padding: 0 10px 0 0;
}
#sub_nav li a:hover {
	color: #fff;
}
#sub_nav .active a {
	color: #fff;
	text-decoration: underline;
}

#left {
	width: 425px;
	float: left;
	margin: 0 75px 0 0;
	position: relative;
}
#left h2 {
	width: 425px;
}
#left h3 {
	font-size: 13px;
	color: #333;
	margin: 0 0 12px 0;
}
#left #rotator h3 {
	font-family: Georgia, serif;
	color: #7e868b;
	margin: 0 0 5px 0;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #555f69;
}

#left #rotator a {
	color: #ad1f23;
	text-decoration: none;
}
#left #rotator a:hover {
	text-decoration: underline;
}

#left .quote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background: #fff;
}
#left .quote .first {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
#left .quote p:last-child {
	margin: 0;
}

#left td, #left th {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}
#left table {
	width: 100%;
}
#left ul {
	list-style: square;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 15px 15px;
}
#left a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left table h3 {
	font-size: 11px;
	margin-bottom: 5px;
}
#left #rotator_navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 8px;
	right: 0;
}
#left #rotator_navigation li {
	font-size: 5px;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0 0 0 6px;
}
#left #rotator_navigation a {
	width: 10px;
	height: 10px;
	background: #ccc;
	display: block;
	cursor: default;
}
#left #rotator_navigation .active_node a {
	background: #333;
}
#left .node {
	position: relative;
}
#left .node ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left .node li {
	position: absolute;
	top: 0;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	height: 242px;
	width: 50px;
}
#left .node .next {
	position: absolute;
	right: 0;
	background: #000 url('../images/next.gif') no-repeat center center;
}
#left .node .previous {
	position: absolute;
	left: 0;
	background: #000 url('../images/previous.gif') no-repeat center center;
}

#right {
	width: 330px;
	float: left;
}
#left h2, #right h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #555f69;
}
#right p, #left p {
	font-size: 11px;
	margin: 0 0 10px 0;
	line-height: 1.4;
	color: #384149;
}
#right .information {
	color: #67707a;
}
#right .info_div {
	border-bottom: 1px solid #bcc1c3;
	margin: 0 0 22px 0;
}
#right .info_div a:link, a:visited {
	color:#ad1f23;
}
#right .info_div a:hover, a:visited:hover {
	color:#67707a;
}
#right .iT {
	font-size: 11px;
	padding: 6px 8px;
	color: #b0b7bc;
	background: #555f69;
	width: 120px;
	float: left;
}
#right .iSu {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 28px;
	height: 28px;
	margin: 2px 0 0 0;
	background: transparent url('../images/buttons.png') no-repeat bottom left;
	border: none;
	float: left;
}
#right .news_node .news_date {
	font-family: Georgia, serif;
	color: #7e868b;
	margin: 0 0 3px 0;
}
#right .news_node h3 {
	font-family: Georgia, serif;
	color: #7e868b;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #555f69;
}
#right .news_node a {
	color: #ad1f23;
	text-decoration: none;
}
#right .news_node a:hover {
	text-decoration: underline;
}

#footer {
	padding: 20px 0 40px 0;
	border-top: 1px solid #adb3b8;
	font-size: 11px;
	color: #6a747e;
}
#right h2 {
	width: 330px;
	overflow: hidden;
}
#left h2 {
	width: 425px;
	overflow: hidden;
}

#left label {
	display: block;
	width: 120px;
	float: left;
}
#left .iT {
	width: 200px;
}
#left .iTa {
	width: 280px;
	height: 190px;
}
#left .iSu {
	margin: 10px 0 0 120px;
}
.noImageBorder img {
	border:0;
}
a img { border:0; }
.leftColImage, #container #content #left img {
	border-top:1px solid #bcc1c3;
	border-bottom:1px solid #bcc1c3;
}
#container #content #left #rotator img.spotlight_node { border: none; }