*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%
}

body
{
	color: black;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	background-color: white;
}

table
{
	border-collapse: collapse;
}

table td, table th
{
	empty-cells: show;
}

p
{
	margin: 10px 0;
}

ul, ol
{
	padding-left: 20px;
}

#wrapper
{
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header
{
	height: 180px;
}

div#header a
{
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
}

div#header a:focus
{
	outline: none;
}

div#header a span
{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 180px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url("../../images/big_header.jpg");
	cursor: pointer;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle
{
	width: 100%;
	padding: 0 0 65px;
	height: 1%;
}

#middle:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container
{
	width: 100%;
	float: left;
	overflow: hidden;
}

#content
{
	padding: 0 250px 0 250px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl
{
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr
{
	float: left;
	margin-right: -3px;
	width: 230px;
	margin-left: -230px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer
{
	margin: -65px auto 0;
	min-width: 1000px;
	height: 65px;
}

#footer #footer-inner
{
	border-top: 1px solid #b1b1b1;
	background-image: url("../../images/bottom.gif");
	background-repeat: repeat-x;
	color: #74767c;
	font-size: 11px;
	padding: 12px 20px 10px 20px;
}

div#footer-inner a, div#footer-inner a:visited
{
	color: #74767c;
	text-decoration: underline;
}

div#footer-inner a:hover
{
	color: #9b9b9b;
	text-decoration: underline;
}

div#footer-inner abbr
{
	border: none;
}

div#footer-inner abbr:hover
{
	border-bottom: 1px dotted;
	cursor: help;
}












div.sr div.infoblock
{
	padding-right: 20px;
}

div.sl div.infoblock
{
	padding-left: 20px;
}

div.infoblock
{
	padding-top: 5px;
	padding-bottom: 10px;
}

div.info-title
{
	height: 26px;
	background-image: url('../../images/infoblock_top.gif');
	background-repeat: repeat-x;
	line-height: 26px;
	color: #cc0000;
	font-weight: bold;
}

div.info-title-left
{
	height: 26px;
	background-image: url("../../images/infoblock_left_top.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.info-title-right
{
	height: 26px;
	background-image: url("../../images/infoblock_right_top.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
}

div.info-contents
{
	border-right: 1px solid #b00000;
	border-left: 1px solid #b00000;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	overflow: hidden;
}

div.info-bottom
{
	height: 15px;
	border-bottom: 1px solid #b00000;
	border-right: 1px solid #b00000;
	border-left: 1px solid #b00000;
	position: relative;
}

div.info-bottom-left
{
	height: 15px;
	background-image: url("../../images/infoblock_left_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: -1px;
	margin-left: -1px;
	position: relative;
	top: 1px;
}

div.info-bottom-right
{
	height: 15px;
	background-image: url("../../images/infoblock_right_bottom.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin-bottom: -1px;
	margin-right: -1px;
	position: relative;
}


ul.menu
{
	padding: 0 4px 0 5px;
	margin: 0;
}

ul.menu li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 13px;
}

ul.menu li div.menu-item
{
	background-image: url("../../images/menu_separator.gif");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding: 0 0 1px 0;
}

ul.menu li a
{
	display: block;
	text-decoration: none;
	color: black !important;
	font-weight: bold;
	background-image: url("../../images/menu_list.gif");
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 2px 0 2px 15px;
}

ul.menu li a:hover
{
	background-position: 4px center;
	color: #cc0000 !important;
}

div#content2 a, div#content2 a:visited, div.info-contents a, div.info-contents a:visited
{
	color: #cc0000;
}

div#content2 a:hover, div.info-contents a:hover
{
	color: #FB595E;
}

div.infoblock div.info-video
{
	background-image: url("../../images/video_big.png");
	background-position: top right;
	background-repeat: no-repeat;
}







h1
{
	font-size: 15px;
	background-image: url("../../images/header.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 0 5px 23px;
}

.error
{
	color: red;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

fieldset dl
{
	overflow: hidden;
	height: 1%;
	padding: 5px;
}

fieldset dl dt
{
	display: block;
	float: left;
	width: 30%;
}

fieldset dl dt span
{
	font-size: 11px;
}

fieldset dl dd
{
	vertical-align: top;
	margin-left: 31%;
}

.inputbox
{
	width: 85%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #B4BAC0;
	color: #333333;
	padding: 2px;
}

.inputbox:hover {
	border-color: #9F0000;
}

.inputbox:focus {
	border-color: #9F0000;
	color: #980C0F;
}

.compulsory
{
	background-color: #FFFFCA !important;
}

.button
{
	border: 1px solid #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}

.button:hover
{
	border-color: #9F0000;
	color: #9F0000;
}

img.picture
{
	border: 3px double #c8a2a2;
}

.float-left
{
	float: left;
}

img.float-left
{
	margin-right: 10px;
}

.float-right
{
	float: right;
}

img.float-right
{
	margin-left: 10px;
}

.center
{
	text-align: center;
}









div.corners-top, div.corners-top div, div.corners-bottom, div.corners-bottom div
{
	height: 9px;
	position: relative;
	background-repeat: no-repeat;
}

div.corners-top
{
	background-image: url("../../images/mainblock_left_top.gif");
	background-position: 0 0;
	left: -11px;
	top: -1px;
}

div.corners-top div
{
	background-image: url("../../images/mainblock_right_top.gif");
	background-position: 100% 0;
	left: 22px;
}

div.corners-bottom
{
	background-image: url("../../images/mainblock_left_bottom.gif");
	background-position: 0 100%;
	left: -11px;
	top: 1px;
}

div.corners-bottom div
{
	background-image: url("../../images/mainblock_right_bottom.gif");
	background-position: 100% 100%;
	left: 22px;
}

div#center-column
{
	position: relative;
	padding: 4px 200px;
	margin: 0;
}

div#content2
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #e8b5b5;
}

div.searchbox input
{
	color: #74767C;
	width: 200px;
	border: 1px solid #C4C6C8;
}

div.searchbox input:focus
{
	color: black;
}

div.content3
{
	padding: 5px;
}

div.gray-hr
{
	border-bottom: 1px solid #D7D7D7;
	margin: 0;
	padding: 5px 0 0 0;
}

.no-borders
{
	border: none;
}

div.mapbox
{
	clear: right;
	padding-top: 3px;
}





div.picture-left
{
	padding: 4px 10px 5px 0;
}

div.picture-right
{
	padding: 4px 0 5px 10px;
}

div.img-description
{
	font-size: 11px;
	border-bottom: 1px dashed #CFCFCF;
	padding-bottom: 7px;
}




ul.history-list
{
	padding: 10px 0 0 0;
}


ul.history-list li
{
	list-style: none;
	padding: 0 0 5px 0;
}

ul.history-list a
{
	display: block;
	vertical-align: middle;
	height: 50px;
	border: 1px dotted #FEC2C4;
	text-align: center;
	line-height: 50px;
}

ul.history-list a:hover
{
	background-color: #FFF4F5;
	border: 1px solid #FFC6C7;
}