* {
	border: 0px;
}

html {
	height: 100%;
}

body {
	color: black;
	background: url(../gfx/bgr.body.png) repeat-x 0px 80px #eeeeee;
	height: 100%;
}

.Base {
	position: relative;
	width: 970px;
	min-height: 100%;
	_height: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	background: url(../gfx/bgr.base.png) repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bgr.base.png',sizingMethod='scale');
}

.Base .Input {
	background: url(../gfx/bgr.search_input.png) repeat-x top #F1F1EF;
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif;
	border: 1px solid #999999;
	height: 18px;
	line-height: 18px;
	padding: 1px;
	vertical-align: middle;
	color: #333333;
}

.Base button,
.Base .Button {
	background: url(../gfx/bgr.button.png) repeat-x top #E6E6E5;
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	border: 1px solid #999999;
	height: 22px;
	line-height: 22px;
	padding: 1px 10px;
	vertical-align: middle;
	color: #333333;
	cursor: pointer;
}

.Base .Left {
	width: 725px;
}

.Base .Left .Head {
	height: 80px;
	padding: 0px 20px;
	position: relative;
}

.Base .Left .Head .Logo {	
	padding: 20px 0px 0px 0px;
}

.Base .Left .Head .Logo a:link,
.Base .Left .Head .Logo a:visited,
.Base .Left .Head .Logo a:hover,
.Base .Left .Head .Logo a:active,
.Base .Left .Head .Logo a:focus {
	border-bottom: 0px;
}

.Base .Left .Head .Menu {
	position: absolute;
	bottom: 7px;
	left: 200px;
	width: 520px;

}

.Base .Left .Head .Menu img {
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.Base .Left .Head .Menu .Item {
	position: relative;
	float: left;
}

.Base .Left .Head .Menu .Item a:link,
.Base .Left .Head .Menu .Item a:visited,
.Base .Left .Head .Menu .Item a:hover,
.Base .Left .Head .Menu .Item a:active,
.Base .Left .Head .Menu .Item a:focus {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding: 0px 5px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	border-left: 1px solid black;
	text-decoration: none;
	border-bottom: 0px;
}

.Base .Left .Head .Menu .Item a:hover,
.Base .Left .Head .Menu .Item a:active,
.Base .Left .Head .Menu .Item a:focus,
.Base .Left .Head .Menu .Item a.Selected:link,
.Base .Left .Head .Menu .Item a.Selected:visited,
.Base .Left .Head .Menu .Item a.Selected:hover,
.Base .Left .Head .Menu .Item a.Selected:active,
.Base .Left .Head .Menu .Item a.Selected:focus,
.Base .Left .Head .Menu .Item a.SubmenuSelected:link,
.Base .Left .Head .Menu .Item a.SubmenuSelected:visited,
.Base .Left .Head .Menu .Item a.SubmenuSelected:hover,
.Base .Left .Head .Menu .Item a.SubmenuSelected:active,
.Base .Left .Head .Menu .Item a.SubmenuSelected:focus {
	color: #CC0000;
}

.Base .Left .Head .Menu .Item .SubLevel {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 150px;
	opacity: 0px;
	padding: 7px 0px 0px 0px;
	filter: alpha(opacity=0);
}

.Base .Left .Head .Menu .Item .SubLevel .Item {
	float: none;
	margin: 0px;
	border-top: 1px solid white;
	opacity: .9;
	filter: alpha(opacity=90);
}

.Base .Left .Head .Menu .Item .SubLevel .Item a:link,
.Base .Left .Head .Menu .Item .SubLevel .Item a:visited,
.Base .Left .Head .Menu .Item .SubLevel .Item a:hover,
.Base .Left .Head .Menu .Item .SubLevel .Item a:active,
.Base .Left .Head .Menu .Item .SubLevel .Item a:focus {
	float: none;
	font-weight: normal;
	padding: 0px;
	background: white;
	opacity: .9;
	filter: alpha(opacity=90);
	color: black;
	text-transform: none;
	padding: 0px 7px;
	border: 0px;
	height: 22px;
	line-height: 22px;
}

.Base .Left .Head .Menu .Item .SubLevel .Item a:hover,
.Base .Left .Head .Menu .Item .SubLevel .Item a:active,
.Base .Left .Head .Menu .Item .SubLevel .Item a:focus {
	opacity: .95;
	filter: alpha(opacity=95);
}

.Base .Left .Head .Menu .Item .SubLevel .Item a.Selected:link,
.Base .Left .Head .Menu .Item .SubLevel .Item a.Selected:visited,
.Base .Left .Head .Menu .Item .SubLevel .Item a.Selected:hover,
.Base .Left .Head .Menu .Item .SubLevel .Item a.Selected:active,
.Base .Left .Head .Menu .Item .SubLevel .Item a.Selected:focus {
	font-weight: bold;
	
}

.Base .Left .Head .Menu .First a:link,
.Base .Left .Head .Menu .First a:visited,
.Base .Left .Head .Menu .First a:hover,
.Base .Left .Head .Menu .First a:active,
.Base .Left .Head .Menu .First a:focus {
	border: 0px;
}

.Base .Left .MoodImage {
	height: 217px;
	overflow: hidden;
	background: black;
	border-right: 1px solid white;
}

.Base .Left .Breadcrump {
	padding: 0px 17px;
	background: url(../gfx/bgr.path.png) bottom repeat-x #eeeeee;
	line-height: 26px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Base .Left .Breadcrump a:link,
.Base .Left .Breadcrump a:visited,
.Base .Left .Breadcrump a:hover,
.Base .Left .Breadcrump a:active,
.Base .Left .Breadcrump a:focus {
	color: black;
	margin: 0px 3px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}

.Base .Left .Content {
}

.Base .Left .Content .SiteFunctions {
	float: right;
	padding: 30px 20px 0px 80px;
	width: 140px;
}

.Base .Left .Content .SiteFunctions .Print:link,
.Base .Left .Content .SiteFunctions .Print:visited,
.Base .Left .Content .SiteFunctions .Print:hover,
.Base .Left .Content .SiteFunctions .Print:active,
.Base .Left .Content .SiteFunctions .Print:focus {
	padding: 0px 0px 0px 20px;
	background: url(../gfx/ico.print.png) no-repeat;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	float: right;
}

.Base .Left .Content .SiteFunctions .Back:link,
.Base .Left .Content .SiteFunctions .Back:visited,
.Base .Left .Content .SiteFunctions .Back:hover,
.Base .Left .Content .SiteFunctions .Back:active,
.Base .Left .Content .SiteFunctions .Back:focus {
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	float: left;
}

.Base .Left .Content h1 {
	padding: 25px 0px 0px 20px;
	width: 455px;
	min-height: 30px;
	_height: 30px;
}

.Base .Left .Content .WideText {
	padding: 0px 20px;
	line-height: 16px;
	height: 1%;
}

.Base .Left .Content .TallText {
	padding: 0px 20px;
	width: 434px;
	line-height: 16px;
	margin: 0px 250px 0px 0px;
	_margin: 0px 247px 0px 0px;
	border-right: 1px solid #e0e0e0;
	height: 1%;
}

.Base .Left .Content .Extras {
	float: right;
	width: 210px;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #e0e0e0;
	margin: 0px 0px 20px -1px;
	_margin: 0px 0px 20px -4px;
}

.Base .Left .Content .Listing {
	padding: 0px 20px 0px 20px;
	width: 434px;
}

.Base .Left .Content .Listing .Article {
	margin: 0px 0px 30px 0px;
	min-height: 50px;
	padding: 10px;
	border: 1px solid #EEEEEE;
}

.Base .Left .Content .Listing .Article .Date {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.Base .Left .Content .Listing .Article .Image {
	float: right;
	margin: 0 0 10px 15px;
}

.Base .Left .Content .Listing .Article .Headline {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.Base .Left .Content .Listing .Article .Text {
}

.Base .Left .Content .Listing .Article .More {
	display: block;
}

.Base .Left .Content .Banner {
	border: 0px;
}

.Base .Left .Content .Banner img {
	border: 1px solid #DDDDDD;
}

.Base .Left .Content .Infobox {
	border: 1px solid #DDDDDD;
	float: left;
	width: 300px;
	height: 155px;
	margin: 20px 0px 0px 20px;
	padding: 10px;
	display: inline;
}

.Base .Left .Content .Infobox .Image {
	float: left;
}

.Base .Left .Content .Infobox .Headline {
	margin: 0px 0px 10px 100px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.Base .Left .Content .Infobox .Text {
	margin: 0px 0px 0px 100px;
}

.Base .Right {
	float: right;
	width: 245px;
	background: url(../gfx/bgr.path.png) repeat-x 0px 80px;
	_margin-left: -3px;
}

.Base .Right .Head {
	height: 25px;
	padding: 55px 0px 0px 0px;
	margin: 0px 7px 20px 0px;
	text-align: right;
}

.Base .Right .Head a:link,
.Base .Right .Head a:visited,
.Base .Right .Head a:hover,
.Base .Right .Head a:active,
.Base .Right .Head a:focus {
	margin: 0px 15px 0px 0px;
	border-bottom: 0px;
}

.Base .Right .BlackButton {
	margin: 0px 20px -10px 20px;
}

.Base .Right .BlackButton .Image {
	background: url(../gfx/bgr.button_black_image.png) no-repeat top;
	_background: url(../gfx/bgr.button_black_image_ie6.png) no-repeat top;
	float: left;
	clear: left;
	padding: 7px 11px;
	width: 22px;
	height: 36px;
	border-top: 1px solid black;
	margin:  0px 0px -10px 0px;
	_margin-right: -3px;
}

.Base .Right .BlackButton .Image img {
	display: block;
}

.Base .Right .BlackButton .Link {
	background: url(../gfx/bgr.button_black_link.png) no-repeat top;
	_background: url(../gfx/bgr.button_black_link_ie6.png) no-repeat top;
	border-top: 1px solid black;
	margin: 0px 0px 0px 45px;
	_margin: 0px 0px 0px 42px;
	height: 50px;
}

.Base .Right .BlackButton .Link .Input {
	background: url(../gfx/bgr.search_input_right.png) repeat-x top #cecece;
	margin: 12px 0px 0px 2px;
	font-size: 10px;
	font-family: Trebuchet MS, sans-serif;
	border: 1px solid black;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px;
	width: 115px;
	vertical-align: middle;
	color: #666666;
}

.Base .Right .BlackButton .Link .Button {
	width: 14px;
	height: 14px;
	background: url(../gfx/bgr.search_button.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bgr.search_button.png',sizingMethod='image');
	vertical-align: middle;
	margin: 12px 0px 0px 6px;
	border: 0px;
	padding: 0px;
}

.Base .Right .BlackButton a:link,
.Base .Right .BlackButton a:visited,
.Base .Right .BlackButton a:hover,
.Base .Right .BlackButton a:active,
.Base .Right .BlackButton a:focus {
	display: block;
	height: 36px;
	background: url(../gfx/bgr.button_black_arrow.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bgr.button_black_arrow.png',sizingMethod='image');
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0px 0px 5px;
}

.Base .Right .InfoBox {
	margin: 0px 20px;
	padding: 5px 0px 0px 0px;
}

.Base .Right .InfoBox a:link,
.Base .Right .InfoBox a:visited,
.Base .Right .InfoBox a:hover,
.Base .Right .InfoBox a:active,
.Base .Right .InfoBox a:focus {
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 0px;
}

.Base .Right .InfoBox a img {
	display: block;
	margin: 0px auto;
}

.Base .Right .InfoBox a span {
	background: url(../gfx/bgr.infobox_arrow.png) no-repeat bottom right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 5px 50px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	line-height: 16px;
}

.Base .Right .News {
	margin: 10px 0px 0px 0px;
}

.Base .Right .News h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 20px 10px 20px;
	background: #eeeeee;
}

.Base .Right .News .Article {
	padding: 0px 20px 10px 20px;
	background: #eeeeee;
}

.Base .Right .News .Article .Date {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.Base .Right .News .Article .Headline {
	font-size: 13px;
	font-weight: bold;
}

.Base .Right .News .Article .Text {
}

.Base .Right .News .Article .Text .More {
	margin: 0px 0px 0px 5px;
}

.Base .Foot {
	clear: right;
	padding: 30px 20px 10px 20px;
	color: #555555;
}

.Base .Foot a:link,
.Base .Foot a:visited,
.Base .Foot a:hover,
.Base .Foot a:active,
.Base .Foot a:focus {
	color: #555555;
	text-decoration: none;
}

.Base .Foot .Menu {
	float: right;
	width: 226px;
	text-align: right;
}

.Base .Foot .Menu span {
	margin: 0px 5px;
}

/********** DEFAULT IMAGE VIEWER **********/

.Base #ImageViewer {
	height: 100%;
	width: 970px;
	position: absolute;
	margin: 0 15px;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.Base #ImageViewer #Canvas {
	height: 100%;
	width: 100%;
	background: url(../gfx/bgr.image_viewer.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.Base #ImageViewer #Frame {
	position: fixed;
	_position: absolute;
	z-index: 10010;
	left: 180px;
	top: 110px;
	background: white;
	border: 1px solid #999999;
	width: 900px;
	_width: 1%;
}

.Base #ImageViewer #Frame #Image {
	display: block;
	margin: 10px auto;
}

.Base #ImageViewer #Frame #ImageDescription {
	text-align: center;
	background: #eeeeee;
	padding: 10px 40px;
	border-top: 1px solid #cccccc;
	line-height: 20px;
}

.Base #ImageViewer #Frame #CloseButton {
	position: absolute;
	z-index: 10100;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.Base #ImageViewer #Frame #LeftButton {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}

.Base #ImageViewer #Frame #RightButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

