html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body{
	margin: 0;
	margin-top:12px;
	padding: 0;
	line-height: 1.5em;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #545454;
	height:1px;
}

a:link {
	color: #720000;
	text-decoration: none;
}
a:visited {
	color: #720000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	color: #720000;
	text-decoration: none;
}
/***************************************/
/* CSS LAYOUT                          */
/***************************************/

#maincontainer{
	width: 954px;
	margin: 0 auto;
}

#topsection{
	height: 231px;
}

#searchLine{
	float:right;
	margin-top:140px;
	padding-right:10px;
}

#topmenu{
	width:100%;
	height:27px;
	margin-bottom:3px;
	background:url(../files/shared/topmenu.jpg) top left no-repeat;
}

#headerwrapper{
	width:100%;
	height:201px;
	background:url(../files/shared/header.jpg) top left no-repeat;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-left: 182px;
	margin-bottom:6px;
	background:url(../files/shared/content.jpg) top left no-repeat;
	min-height:294px;
}
* html #contentcolumn{height:auto; height:294px;}
#leftcolumn{
	float: left;
	width: 182px;
	margin-left: -954px;
	margin-bottom:6px;
	background:#DBDBDB url(../files/shared/leftcolumn.jpg) top left no-repeat;
}
#csLogo{
	margin:20px 0;
	text-align:center;
	/*
	height:114px;
	width:100%;	
	background:url(../files/shared/logo_leftcolumn.gif) center no-repeat;
	*/
}

#footer{
	clear: left;
	width: 100%;
	height:27px;
	background:url(../files/shared/footer.jpg) top left no-repeat;
	color: #FFF;
}

#copyright{
	text-align:right;
	font-size:11px;
	padding-top:4px;
	margin-right:25px;
}

.innertube{
	padding: 10px;
}

/***************************************/
/* TOP MENU                            */
/***************************************/

.topmenu ul{
	padding: 6px 15px 0 0;
	margin: 0;
	text-align: left;
	color:#FFFFFF;
	text-align:right;
}

.topmenu ul li{
	display: inline;
}

.topmenu ul li a:link, .topmenu ul li a:active, .topmenu ul li a:visited{
	color: #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
}

.topmenu ul li a:hover{
	color: black;
}

.topmenu .selected{
	color: black;
}

/***************************************/
/* MAIN MENU                           */
/***************************************/

#mainmenu{
	float:left;
	width:100%;
	margin-top:12px;
}

* html #mainmenu{margin-top:10px;}

.mainMenu ul{
	padding: 6px 10px 0 0;
	margin: 0;
	text-align: right;
}

.mainMenu li{
	display: inline;
	color:#FFFFFF;

}

.mainMenu li a:link, .mainMenu li a:active, .mainMenu li a:visited{
	color: #FFFFFF;
	padding: 0 3px;
	text-decoration: none;
}

.mainMenu li a:hover{
	text-decoration:underline;
}

.mM_selected a{
	font-weight:bold;
}

/***************************************/
/* LEFT MENU                           */
/***************************************/

.leftmenu{
	margin-top:20px;
	width: 180px;
	line-height:17px;
	background: url(../files/shared/leftmenubgr.jpg) top left repeat-y;
}

.leftmenu .menuheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: white;
	background:url(../files/shared/leftmenuline.jpg) bottom left no-repeat;
	margin-left:7px;
	padding: 2px 0 8px 5px;
	cursor: pointer;
	letter-spacing:-0.05em
}

.leftmenu .openheader{ 
	font-weight:bold;
	background:none;
	padding-bottom:0;
}

.leftmenu .last{ 
	background:none;
}

.leftmenu #leftmenuclose {
	height:10px;
	width:100%;
	background:url(../files/shared/leftmenubottom.jpg) bottom left no-repeat;
}

.leftmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:7px;
	width:168px;
}

.leftmenu ul li{
	padding-bottom: 2px;
}

.leftmenu ul li a{
	color: #ffffff;
	background: url(../files/shared/diamond.gif) no-repeat center left;
	display: block;
	width:149px;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight:bold;
	/*border-bottom: 1px solid #9E0900;*/
	font-size: 90%;
}

.leftmenu ul li a:visited{
	color: #FFFFFF;
}

.leftmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background:#FFF6F6 url(../files/shared/diamond_hover.gif) no-repeat center left;
}

.leftmenu .selected a, .leftmenu .selected a:hover, .leftmenu .selected a:visited{
	color: #A70303;
	background-color: #FFFFFF;
}

/***************************************/
/* SEARCH                              */
/***************************************/

#searchInput {
	background: #D5D7DA url(../files/shared/magnifying-glass.jpg) top right no-repeat;
	padding-right:20px;
	width:120px;
	border:1px solid #4F565A;
}

.searchHead a{
	color:#666666;
	font-weight:bold;
}
.searchHead a:hover{
	color:#333333;
}

/***************************************/
/* BLOCK                               */
/***************************************/
.blockarea{
	width:768px;
}
* html .blockarea{padding-top:5px;}
.blockwrapper {
	width:254px;
	float:left;
	margin-right:2px;
}
.blocktop{
	width:100%;
	height:44px;
	background:url(../files/shared/blocktop.gif) left no-repeat;
}
.blocktop h3{
	text-align:center;
	padding-top:15px;
	font-size:12px;
	color:#FFFFFF;
}
.blockcontent{
	background:#EAEAEA url(../files/shared/blockcontent.jpg) top left repeat-y;
	padding:10px;
	min-height:294px;
}
* html .blockcontent{height:auto; height:294px;}
.blockbottom{
	width:100%;
	height:30px;
	background:url(../files/shared/blockbottom.gif) bottom left no-repeat;
}

a.blockButton{
	left:85px;
	position:relative;
	background: transparent url(../files/shared/buttonleft.gif) no-repeat top left;
	display: block;
	float: left;
	font-size:10px;
	font-weight:bold;
	line-height: normal;
	height: 17px;
	padding-left: 6px;
	text-decoration: none;
}

a:link.blockButton, a:visited.blockButton, a:hover.blockButton, a:active.blockButton{
	color: white;
}

a.blockButton span {
	background: transparent url(../files/shared/buttonright.gif) no-repeat top right;
	display: block;
	padding: 3px 8px 3px 2px;
}

a:hover.blockButton {
	text-decoration: none;
}

/***************************************/
/* EVENTS                              */
/***************************************/

.event{
	font-size:11px;
	font-weight:bold;
}

.eDetails a{
	display:block;
	text-decoration:none;
	color: #720000;
}

.eDetails a:hover{
	text-decoration:underline;
}

.scrollable {
	height:285px;
	overflow:auto;
	margin:5px 0;
	margin-right:-7px;
	padding-right:3px
}
/*
* html .scrollable {
	scrollbar-3dlight-color:#720000;
    scrollbar-arrow-color:#720000;
    scrollbar-track-color:none;
    scrollbar-darkshadow-color:#720000;
    scrollbar-face-color:#EAEAEA;
    scrollbar-highlight-color:none;
    scrollbar-shadow-color:none;
}
*/
/***************************************/
/* SITEMEP                             */
/***************************************/


.siteMap {
	padding:10px 20px;
	color:#384532;
}

.sitemap a {
	text-decoration:none;
	color:#384532;
}

.sitemap a:hover{
	text-decoration:underline;
}

.sm_index {
	width:29px;
	height:21px;
	background:url(../files/shared/smap_line_cont.gif) top left no-repeat;
}

/***************************************/
/* FORM                                */
/***************************************/

.cssform {
	margin:0;
	padding:0;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 155px;
	border-bottom: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; 
	width: 150px; 
}

.cssform .myinput{
	width: 300px;
	background:#DBDBDB;
	border:1px solid #989392;
}

* html .cssform .myinput{width: 290px;}

.txtNumber {
	width: 100px;
	background:#DBDBDB;
	border:1px solid #989392;
}

.OpinionSubmit{
	margin-left:155px;
	margin-top:5px;
}
.formButton{
	cursor:pointer;
	padding:1px;
	font-size:11px
}

/***************************************/
/* GALLERY                             */
/***************************************/

#fotogroup {
	margin:0 auto;
	padding:0;
	list-style:none;
}
#fotogroup li{
	float:left;
	margin-right:10px;
	margin-bottom:7px
}
#fotogroup .last {
	margin-right:0;
}
#fotogroup li img{
	border:1px solid #454545;
}
