

#gallery .thumb {border:1px solid white; }
.thumb2 {border:1px solid white;}

body {
	background-color:#ffd000;
	background-image:url(../images/global/body-bg.gif);
	background-repeat:repeat-x;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
}

#body-container {
	width:780px;
	margin:0 auto;
	background-image:url(../images/global/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	min-height:500px;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	background-image:url(../images/global/nav-border.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size:11px;
	font-weight:bold;
	width:250px;
	position:absolute;
	top:190px;
}

#nav a {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	font-size:12px;
}

#nav a.selected {
	color:#003399;
}

#nav li {
	background-image:url(../images/global/nav-border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:2.5em;
	line-height:2.5em;
	padding:0;
}

#nav li#address {
	line-height:normal;
	background:none;
	height:50px;
	padding-top:1em;
}

#nav li#address a:hover {
	font-size:11px;
	color:#003399;	
}


#btn-nav {
	padding:0 0 0 14px;
	margin:0;
	list-style:none;
}

#btn-nav li {
	float:left;
	padding:5px 0;
}

#right-column {
	width:530px;
	float:right;
}

a img {
	border:none;
}

#content {
	padding:5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	font-size:10px;
	color:#fa5105;
	text-align:right;
	border-top:1px solid #fa5105;
	margin-top:20px;
	line-height:2em;
}

#footer a {
	color:#fa5105 !important;
	text-decoration: underline !important;
}

.clear {
	clear:both;
}

.txt-heading, h1, h2 {
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	font-weight:bold;
}

h2  {
	color: #483214;
}

h1 {
	
}

.txt-subheading {
	font-weight:bold;
	font-size:14px;
}

.small-link {
	color:#fecb00;
	font-weight:bold;
	font-size:12px;
}

#gallery {
	padding:0 55px;
}


#home-link {
	display:block;
	width:175px;
	height:160px;
	position:absolute;
	left:30px;
	top:10px;
}


.selected {
	color:#003399;
}

#map {
	color:#000;
	font-size:12px;
	text-align:center;
}

#form {
	font-size:12px;
	color:#000;
	width:460px;
}

#form td {
	text-align:left;
}


.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	/* border: 2px solid gray; */
}
.highslide:hover img {
	/* border: 2px solid white; */
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: -5px;
	_margin-top: -5px;

}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	color:#000;
}


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

#content p, #content a, #content li {
		color: #483214;
	}
	
#nscontent a, #content a, #nshomecontent a {
	text-decoration: underline !important;
	color: #483214 !important;
}

#content a:hover {
	text-decoration: none !important;
}

p.bread, p.bread a {
	color: #fff !important;
	font-size: 11px;
	font-family: verdana;
}

#content {
	padding-left: 20px;
}

#nscontent h1, #nscontent h2 {
	border-width: 0;
}
