/* RESETS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
b, strong {
	font-weight: bold;
}
/* DEFAULTS */
a {
	color: #000;
	outline: none;
	text-decoration: none;

}
.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
    clear: both;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* HEIGHT */
html, body {
	height: 100%;
}
#page-bg {
	height: 100%;
}
body > #page-bg {
	min-height: 100%;
	height: auto !important;
/*        margin: 0px auto;*/
}
#page {
	display: block;
	height: 100%;
	overflow: hidden;
}
/* LAYOUTS */
body {
	/*background: url(images/bg.png) repeat-x 0 0;*/
	color: #000000;
	font-family: "helveticaneue","helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
}
#page-bg {
	background: url(images/sidebar.png) repeat-y 100% 0;
	display: block;
	position: relative;
	width: 990px;
}
body {
	/*background: url(images/bg.png) repeat-y 0 0;*/
}
#page-left {
	padding: 0 7px 0 0;
	width: 225px;
}
#page-right {
	padding: 35px 15px 0;
	width: 725px;
}
/* HEADER */
#header {
	padding: 0;
}
#header h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 100%;
	text-transform: uppercase;
}
#header h1 span {
	text-transform: none;
}
#header h1 a {
	color: #FFFFFF;
}
#header h2 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
#header h3 {
	display: none;
}
/* SIDEBAR */
#sidebar {
	padding: 5px 0 20px 0;
	background: #fff;
	font-weight: bold;
}

/* Added by NetMadeEz 15/04/2011  */
#nav {
}
#nav a {
	color: #000;
	display: block;
	font-size: 13px;
	/*line-height: 110%;*/
	padding: 4px 10px 6px 13px;
}
#nav a:hover {
	color: #fff;
	background: #000;
}
#nav .sub-menu {
	display: none;
}
#nav ul {
}
#nav ul li {
}
#nav ul ul {
}
#nav ul ul li {
	padding: 0 0 0 15px;
}
#nav .current_page_item_link, #nav .current-menu-item a, #nav .current-works-parent a {
	color: #fff;
	background: #0f96e7;
}
#nav .current_page_parent_link {
	color: #000;
}
#nav .link a {
	float: left;
}
#nav .link .sign {
	background: url(images/list-toggle.gif) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 9px;
	margin: 9px 0 0 5px;
	text-indent: -9999px;
	width: 9px;
}

.nme_custom_drop span {
    background: url(images/list-toggle.gif) no-repeat 0 0;
    text-indent: -9999px;
    width: 13px;
    height: 14px;
    display: inline;
}

a.nme_custom_drop:hover span {
    background: url(images/list-toggle.gif) no-repeat 0 -20px;
    text-indent: -9999px;
    width: 13px;
    height: 14px;
    display: inline;
}

.nme_custom_drop_off span {
    background: url(images/list-toggle.gif) no-repeat -17px 0;
    text-indent: -9999px;
    width: 13px;
    height: 14px;
    display: inline;
}

a.nme_custom_drop_off:hover span {
    background: url(images/list-toggle.gif) no-repeat -17px -20px;
    text-indent: -9999px;
    width: 13px;
    height: 14px;
    display: inline;
}

li.current-menu-parent a.nme_custom_drop_off:hover span {
  background: url(images/list-toggle.gif) no-repeat -17px -20px;
}

/* Added by NetMadeEz 15/04/2011 -END */

#sidebar-logo {
	bottom: 10px;
	left: 10px;
	position: absolute;
}
#sidebar-logo a {
	color: #ffffff;
	font-size: 15px;
}
/* BLOCK */
.block100 {
	padding: 0 0 10px;
}

.sa-image-center{
    text-align: center;
}
.titleheading{
    background: transparent;
    font-family: Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 10px;
}

.block80 {
	width: 540px;
}
.block20 {
	width: 170px;
}
.block50 {
	width: 355px;
}


.txt .block50 h2 {
	padding-bottom: 5px;
}
.txt .block50 ul li {
	padding-bottom: 5px;
}


/* TXT */
.txt {
	font-size: 13px;
}
.txt h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}
.txt p {
	line-height: 150%;
	padding: 0 0 12px;
}
.txt p a {
	color: #000;
	text-decoration: underline;
}
.txt p a:hover {
	color: #666666;
}
.txt .more {
	background: url(images/arrow_white.png) #0f96e7 no-repeat 100% 50%;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	padding: 1px 20px 2px 7px;
	text-decoration: none;
}
.txt .more:hover {
	background: url(images/arrow_white.png) #666666 no-repeat 100% 50%;
	color: #ffffff;
}
.txt-mini {
}
.txt-mini p {
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}
.headroom {
  margin-top: 10px;
}
/* ITEMS */
.items .item {
	float: left;
	height: 145px;
	margin: 0 15px 15px 0;
	position: relative;
	width: 165px;
}
.items .item .item-link {
	background: url(images/layer.png) repeat 0 0;
	display: block;
	height: 145px;
	position: absolute;
	text-indent: -9999px;
	width: 165px;
	z-index: 100;
}
.items .item .item-info {
	background: url(images/grid.png) repeat 0 0;
	bottom: 0;
	display: none;
	left: 0;
	padding: 5px 0;
	position: absolute;
	width: 165px;
	z-index: 50;
}
.items .item .item-info h3 {
	padding: 0 15px 5px;
	text-align: center;
}
.items .item .item-info p {
	padding: 0 10px;
	text-align: center;
}
.items .item .item-info p a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* SLIDESHOW */
.slideshow-nav {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 104px;
}
.slideshow-nav a {
	background-color: #000;
	display: block;
}
.slideshow-nav a:hover {
	background-color: #666;
}
.slideshow-nav a img {
	display: block;
}
.slideshow-nav .slideshow-nav-left {
	float: left;
}
.slideshow-nav .slideshow-nav-left a {
	padding: 3px 4px 3px 3px;
}
.slideshow-nav .slideshow-nav-pag {
	float: left;
	text-align: center;
	width: 70px;
}
.slideshow-nav .slideshow-nav-pag p {
	line-height: 100%;
	padding: 0;
}
.slideshow-nav .slideshow-nav-right {
	float: left;
}
.slideshow-nav .slideshow-nav-right a {
	padding: 3px 3px 3px 4px;
}
/**/
.slideshow {
	padding: 0 0 20px;
}
.slideshow #zoom-this {
}
.slideshow .slideshow-img {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 600px;
}
.slideshow .slideshow-img img {
	display: block;
	margin: 0 auto;
}
.slideshow .slideshow-info {
	padding: 0 0 5px;
	text-align: center;
}
.slideshow .slideshow-info p {
	padding: 0;
}
.slideshow .slideshow-info .caption {
	color: #666;
	display: none;
	font-size: 11px;
	margin-top: 2px;
}
.slideshow .slideshow-options {
	display: block;
	margin: 0 auto;
	width: 180px;
}
.slideshow .slideshow-options .slideshow-caption {
	float: left;
}
.slideshow .slideshow-options .slideshow-caption a {
	background: url(images/info.png) no-repeat 100% 50%;
	color: #000;
	font-size: 10px;
	padding: 2px 17px 2px 0;
	text-transform: uppercase;
}
.slideshow .slideshow-options .slideshow-caption a:hover {
	color: #666666;
}
.slideshow .slideshow-options .slideshow-zoom {
	float: right;
}
.slideshow .slideshow-options .slideshow-zoom a {
	background: url(images/zoom.png) no-repeat 100% 50%;
	color: #000;
	font-size: 10px;
	padding: 2px 17px 2px 0;
	text-transform: uppercase;
}
.slideshow .slideshow-options .slideshow-zoom a:hover {
	color: #666666;
}
.slideshow-txt {
	display: block;
	margin: 0 auto;
	width: 530px;
}

/*img#zoomMapButton {
    display: none!important;
}

.zoomAll {
    width:720px!important;
    overflow: hidden !important;
}
.tilesLayer {
    overflow: hidden!important;
}
#fancy_content {
    overflow: hidden!important;
    width: 720px !important;     
}

#fancy_frame {
    border: 1px solid red !important;
    height: 530px !important;
    width: 740px !important; overflow: hidden!important;
   
}*/

.fancy_title {
  display: none;
}

body.kiosk #menu-item-33,
body.kiosk #menu-item-34,
body.kiosk #menu-item-84,
body.kiosk #menu-item-338,
body.kiosk #sidebar-logo,
body.kiosk .offsite {
  display: none;
}

.nowrap {
  white-space: nowrap !important;
}

div.slideshow-zoom a.iframe.ifrmExample2
{
   display:none;
}
