html *{

}
a img, :link img, :visited img {
	border: 0;
	position: relative;
	float: left;
	background-position: left;
	width: 293;
	visibility: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
	list-style: none;
}

p{
	line-height: 18px;
	color: #333;
}
/*  global reset */


/* base html */

body {
	margin: 0;
	padding: 0;
    font-family: 'Helvetica Neue', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
}

/*  layout */
#wrapper{
	text-align: left;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	border: thin solid #2E201B;
}
#header{
	width: 960px;
	height: 100px;
	position: relative;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 60px;
	font-size: 24px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#header_menu{
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	margin-top: 70px;
}
#slide_content{
	width:920px;
	position: relative;
	float: right;
	padding-right: 40px;
	clear: right;
}

#slide_title{
	font-size: 14px;
	width: 890px;
	float: right;
	margin-bottom: 20px;
	color: #707070;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
	display: marker;
	text-align: center;
}

#header h1{
	position: absolute;
	top:10px;
	left: 350px;
	width: 450px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	color:#003;
	font-weight: bold;
	text-align: center;
}
#header h1 a{
	text-decoration: none;
	color:#00C;
}

#content{
	float: left;
	width: 600px;
    left;
	margin-left: 150px;
	margin-bottom: 40px;
}
#col_left{
	float: left;
	width: 5px;
}
#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}
#cen_par{
	background-color: #D6D3B4;
	float: right;
	margin-right: 100px;
	margin-left: 150px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: thick outset #2E201B;
}

#footer{
	width: 900px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer p{
	text-align: center;
}
#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 10pt;
	background-image: url(images/button_back.gif);
	background-repeat: repeat-x;
	height: 37px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #D6D3B4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #FBFFDF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
ul#topnav li:hover { background: #000 }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/


ul#topnav li span {
	left: 0;
	top:36px;
	display: none;
	color: #2E201B;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	right: 0px;
	background-color: #E3E1CC;
	float: left;
	position: absolute;
	height: 28px;
	font-weight: bolder;
	padding-top: 8px;
}

ul#topnav li span a {
	display: block;
	color: #2E201B;
	font-size: 10pt;
	height: 10px;
}
ul#topnav li:hover span {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
} /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
	color: #FBFFDF;
	font-size: 10pt;
	background-image: url(images/button_slider.gif);
	font-family: "Arial Black", Gadget, sans-serif;
	background-repeat: repeat-x;
	position: relative;
	top: 4px;
	vertical-align: top;
	}
tbody {
	font-size: 16px;
}
#wrapper #slide_content #cen_par ul li {
	color: #333;
}


/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container {
	position: relative;
	overflow: hidden;
	background: #000;
	float: right;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
	position: absolute;
	bottom: 300px;
	left: 10px;
	right: 10px;
	overflow:hidden;
	top: 0px;
}
.galleria-thumbnails-container {
	height: 240px;
	bottom: 20px;
	position: absolute;
	left: 10px;
	right: auto;
	z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
	height: 50px;
	width: 60px;
	border: 1px solid #FFF;
	float: left;
	cursor: pointer;
	background-color: #000;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 15px;
}
.galleria-counter {
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-align: right;
	color: #fff;
	font: normal 11px/1 arial,sans-serif;
	z-index: 1;
	visibility: hidden;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}
