/* basic */
* {
    margin: 0;
    padding: 0;
}

html {
    border: 0; /* @ IE/Win, hide the viewport's border */
}

body {
    margin: 0px 0px 1px 0px;
	padding: 0px;
	color: #626264;
	background-color: #f1f2f6;
    font-size: 11px;
	font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

img {
	border-width: 0px;
}

h1 {
	color: #343434;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #626264;
}
a.meta_link {
	color: #626264;
	font-weight: normal;
}

input.submit {
	cursor: pointer;
}
input {
	width: 211px;
}

div.logo_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #343436 url('/images/logo_background.gif') repeat-x 0px 0px;
	height: 20px;
}
div.logo_container a {
	margin-left: 35px;
}

div.menu_meta_container {
	position: absolute;
	right: 5px;
	top: 20px;
}
div.menu_meta_container a {
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 10px;
}

div.menu_container {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 158px;
	height: 24px;
	background-color: #343434;
}
* html div.menu_container {
	top: 165px;
}
div.menu_container_inlay {
	margin-top: -5px;
	padding-left: 230px;
}
* html div.menu_container_inlay {
	margin-top: 5px;
}
div.menu_container a {
	text-transform: uppercase;
	padding-right: 10px;
	font-weight: normal;
}
div.menu_container a.selected {
	text-transform: uppercase;
	line-height: 0px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 65px;
	color: #343434;
}
* html div.menu_container a.selected {
	font-size: 11px;
	font-weight: normal;
	color: #f1f2f6;
}

div.content_container {
	margin-left: 230px;
	margin-top: 200px;
	margin-bottom: 50px;
	width: 495px;
	min-height: 250px;
}

div.pagination_outlay {
	height: 24px;
	background-color: #343434;
	text-align: right;
}
div.pagination {
	height: 24px;
	padding-left: 230px;
	margin-top: -30px;
}
div.pagination_outlay a, div.pagination a, div.pagination span.disabled {
	text-transform: uppercase;
	padding-right: 5px;
	font-weight: normal;
}
div.pagination_outlay a {
	line-height: 26px;
}
div.pagination span.current {
	text-transform: uppercase;
	line-height: 0px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 65px;
	color: #343434;
}
* html div.pagination {
	height: 34px;
	margin-top: -53px;
}
* html div.pagination span.current {
	line-height: 44px;
}

div.footer_container {
	margin-top: 80px;
	text-align: right;
	font-size: 10px;
	padding-bottom: 2px;
	padding-right: 5px;
}
div.footer_background_container {
	padding-right: 5px;
	background: #343436 url('/images/logo_background.gif') repeat-x 0px 0px;
	height: 20px;
}

div.under_construction {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.under_construction_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
}

div.clear {
	clear: both;
}

div.gray_line_short {
	height: 1px;
	width: 140px;
	background-color: #5c5d5f;
	margin-top: 5px;
	margin-bottom: 28px;
	overflow: hidden;
}
div.gray_line {
	height: 1px;
	width: 275px;
	background-color: #5c5d5f;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.list_item {
	margin-bottom: 10px;
}

div.list_item_info {
	float: left;
	width: 280px;
}
div.list_item_text {
	min-height: 40px;
}

div.list_item_images {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 20px;
}
div.item_image {
	width: 140px;
	height: 90px;
}
div.item_image_border {
	width: 140px;
	height: 90px;
	border: 1px solid #e2e3e5;
}

div.list_item div.date {
	text-transform: uppercase;
	color: #b6b6b6;
	font-size: 10px;
}
div.link_extern {
	float: left;
	margin-left: 5px;
}
div.link_extern a {
	font-weight: normal;
}
div.image_links {
	float: right;
	margin-right: 10px;
}

div.enlarge_arrow {
	text-transform: uppercase;
	color: #e2e3e5;
	font-weight: bold;
	font-size: 85px;
	font-family: "Trebuchet MS", Trebuchet;
	float: left;
	margin-left: -230px;
	margin-top: -30px;
}

div.enlarge_text {
	margin-top: 5px;
	font-size: 32px;
	text-transform: uppercase;
	color: #e2e3e5;
	font-weight: bold;
	float: left;
}
div.enlarge_text_spacer {
	height: 25px;
}

div#lightbox_close_block {
	width: 35px;
	height: 5px;
	float: left;
	margin-top: 5px;
}
div#lightbox_close_text {
	padding-left: 5px;
	float: left;
}

.error {
	color: #FF0000;
}
