/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
}
#TB_secondLine {
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { margin:0px 0px 0px 0px;
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000 !important;
  filter:alpha(opacity=75) !important;
  -moz-opacity: 0.75 !important;
  opacity: 0.75 !important;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  	background: #ffffff url(../img/bg-menu.jpg) no-repeat right 0;
  	color: #000000;
  	display:none;
  	height: 520px;
  	margin: 0;
  	padding: 0;  	
  	position: fixed;
  	text-align: left;
  	top: 275px;
  	left: 50%;
  	z-index: 102;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_closeWindow{
	display: block;
	height:0px;
	padding:0px 0px 0px 0px;
	float:right;
}
#TB_closeAjaxWindow {
    font-family:Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	right: 10px;
	text-transform: lowercase;
	top: 10px;
}
		
#TB_ajaxWindowTitle{
  	display: block;
  	font-size: 1.7em;
  	font-weight: bold;
  	letter-spacing: 2px;
  	margin-bottom: 1px;
  	text-align: center;
  	text-transform: uppercase;
  	padding: 10px 0 7px;
  	width: 100%;
}
#TB_title{
	margin: 0;
	padding: 0;
}
#TB_ajaxContent{
	clear: both;
	margin: 0 0 20px;
	overflow: auto;
	padding: 0;
	text-align: left;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* Menu Specific Styles */

.menu-left h3 {
	color: #bf2e1a;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.menu-left h4 {
	color: #222;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.7em;
	text-align: center;
}

.menu-left p {
	color: #222 !important;
}

.menu-nav {
	border-bottom: 1px solid #a6a592;
	clear: both;
	display: block;
	height: 30px;
	margin: 10px 15px 0;
	padding: 0;
	text-align: center;
}

.menu-nav li {
	border-right: 1px solid #a6a592;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 0 9px 0 0;
	text-transform: uppercase;
}

	.menu-nav li.last-menu-item {
		border: 0;
		margin: 0;
		padding: 0;
	}

.menu-nav li a,
#TB_closeAjaxWindow a,
.menu-print {
	text-decoration: none;
}

	.menu-nav li a:link,
	.menu-nav li a:visited,
	#TB_closeAjaxWindow a:link,
	#TB_closeAjaxWindow a:visited,
	.menu-print:link,
	.menu-print:visited {
		color: #bf2e39;
	}
	
	.menu-nav li a:hover,
	#TB_closeAjaxWindow a:hover,
	.menu-print:hover {
		color: #222;
	}
	
	.menu-nav-selected {
		color: #222;
	}

.menu-left {
	float: left;
	padding: 20px 30px 0 30px;
	height: 462px;
	width: 260px;
}

.menu-centre {
	float: left;
	padding: 20px 40px 10px 0;
	width: 275px;
}

.menu-right {
	float: left;
	padding: 20px 0;
	width: 275px;
}

.menu-left dl,
.menu-centre dl,
.menu-right dl {
	margin: 0 0 25px;
}

.menu-left dd,
.menu-centre dd,
.menu-right dd {
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 10px;
}

	.menu-left dd strong,
	.menu-centre dd strong,
	.menu-right dd strong {
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
	}

.menu-left dt,
.menu-centre dt,
.menu-right dt {
	color: #bf2e1a;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 12px;
	text-transform: uppercase;
}


.menu-left p,
.menu-centre p,
.menu-right p {
	line-height: 1.5em;
}
	
.menu-bottom {
	clear: both;
	text-align: center;
}

.menu-bottom p {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.menu-bottom a {
	color: #fff;
	margin: 0 15px;
}

em {
	padding-left: 5px;
}


.menu-print {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	left: 20px;
	text-transform: lowercase;
	top: 20px;
}