@charset "UTF-8";


/* CSS Document */

h1 {
   font:28px Tahoma, Helvetica, Arial;
   font-weight:normal;
   color:#008854;
   margin-top:0px;
}

h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
   font-weight:bold;
   color:#008854;
   margin:0.2em 0;
   
}

h3 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:10pt;
   letter-spacing:-1px;
   font-weight:bold;
   color:#555555;
   padding-bottom:0.5em;
}

p {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:1.3em;
   color:#555555;
}

hr {
   height:1px;
   border:none;
   background-color:#d6d6d6;
}


.highlight {
   color:#008854;
   font-weight:bold;
}

.clear {
   clear:both;
	float:none;
}

.mapBorder {
	border:solid 1px #555555;
	padding:1px;
	background:#ffffff;
	width:366px;
	float:left;
	margin-right:35px;
}

/* -------------------------------------------- */
/* ------------------| =body |----------------- */
/* -------------------------------------------- */
body {
   margin:0px;
   font-family:Arial, Helvetica, sans-serif;

}

/* -------------------------------------------- */
/* ---------------| =container |--------------- */
/* -------------------------------------------- */
#container {
   height:100%;
   width:100%;
}

/* -------------------------------------------- */
/* ----------------| =header |----------------- */
/* -------------------------------------------- */
#header {
	display:none;
}

/* -------------------------------------------- */
/* ----------------| =branding |--------------- */
/* -------------------------------------------- */
#branding {
   height:135px;
   background:url(../images/bg-branding.jpg) center no-repeat;
}

/* -------------------------------------------- */
/* ---------------| =navigation |-------------- */
/* -------------------------------------------- */
#navigation {
display:none;
}

/* -------------------------------------------- */
/* ----------| =navigationAdditional |--------- */
/* -------------------------------------------- */
#navigationAdditional {
  display:none;
}

/* -------------------------------------------- */
/* ----------------| =pixaround |---------------- */
/* -------------------------------------------- */
#pixaround {
   display:none;
}



#panorama {
   
 display:none;
}

/* -------------------------------------------- */
/* ----------------| =content |---------------- */
/* -------------------------------------------- */
#content {
   width:100%;
  
}



/* -------------------------------------------- */
/* -------------| =contentSidebar |------------ */
/* -------------------------------------------- */
#contentSidebar {
  display:none;
}

/* -------------------------------------------- */
/* -----------------| =address |--------------- */
/* -------------------------------------------- */
#address {
 display:none;
}

/* -------------------------------------------- */
/* --------------| =contentMain |-------------- */
/* -------------------------------------------- */
#contentMain {
   width:640px;
   padding-left:18px;
   float:left;
}

.video {
   display:none;
}

#contentMain p, #contentMain1 p, #contentMain2 p {
   padding-bottom: 2px;
}

#contentMain h2, #contentMain1 h2, #contentMain2 h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#008854;
   margin:0 0 -1.2em 0;
   
}

#contentMain img, #contentMain1 img, #contentMain2 img {
	float:left;
	border:solid 1px #555555;
    background:#FFFFFF;
    padding:1px;
	margin: 0 35px 15px 0;
}

#contentMain ul{
	margin-top: -15px;
		}
#contentMain ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#555555;
	list-style:disc ;
	
}

.noborder {
border:none!important;
margin:0px!important;
padding:0px 2px!important;
float:none!important;
}

/* -------------------------------------------- */
/* --------------| =contentMain1 |-------------- */
/* -------------------------------------------- */
#contentMain1 {
   width:270px;
   float:left;
}


/* -------------------------------------------- */
/* --------------| =contentMain2 |-------------- */
/* -------------------------------------------- */
#contentMain2 {
   width:270px;
   padding-left:100px;
   float:left;
}
   
   
/* -------------------------------------------- */
/* --------------| =contentMain1 |-------------- */
/* -------------------------------------------- */
.contentMain1 {
   width:270px;
   float:left;
}


/* -------------------------------------------- */
/* --------------| =contentMain2 |-------------- */
/* -------------------------------------------- */
.contentMain2 {
   width:270px;
   padding-left:100px;
   float:left;
}
   

/* -------------------------------------------- */
/* -----------------| =footer |---------------- */
/* -------------------------------------------- */
#footer {
 display:none;
}

/* -------------------------------------------- */
/* ---------------| =navigation2 |------------- */
/* -------------------------------------------- */
#navigation2 {
	display:none;
	}



/* -------------------------------------------- */
/* ------------------| =cms |------------------ */
/* -------------------------------------------- */

div.cms {
   font-family:Arial, Helvetica, sans-serif;
   font-size:9pt;
   line-height:1.3em;
   color:#555555;
}

div.cms img {
	float:left;
	border:solid 1px #555555;
    background:#FFFFFF;
    padding:1px;
	margin: 0 35px 15px 0;
}

div.cms h4 {
	font-weight:normal;
    font-size:24px;
    margin-bottom:0.5em;
}

div.cms hr {
   height:1px;
   border:none;
   background-color:#d6d6d6;
   margin-left:0px;
   
}

ul.MenuBarVertical li a.last:hover, ul.MenuBarVertical ul li a.last:hover, ul.MenuBarVertical ul ul li a.last:hover
{
	display:none;
}
ul.MenuBarVertical ul li.last-li, ul.MenuBarVertical ul ul li.last-li
{
	height: 34px;
}
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
		display:none;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{ 
	display:none;

}

ul.MenuBarVertical ul li
{
	display:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
		display:none;

}

ul.MenuBarVertical ul ul
{
	display:none;

}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
   left: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display:none;
}

ul.MenuBarVertical ul a
{ 
		display:none;

}
/* Menu items that have mouse over or focus have a blue background and white text */

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	display:none;
	
}

ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible
{
	display:none;

}

/********************************************************************************
png hack
********************************************************************************/

img, div, ul.MenuBarVertical ul {
	behavior: url(../iepngfix.htc);
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;      
        
	}
    


}

