@charset "utf-8";
* { margin:0; padding:0;
}

body {
	margin-top: 0px;
	background-color: #faeb00;
	font: 10px normal Arial, Helvetica, sans-serif;
}

a img {border:none;
}
.clr {
clear:both;
}

ul
{
list-style-image:url("/images/bullet.png");
list-style-type:square;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #333333;
margin-left:30px;
margin-right:20px;
margin-bottom:15px;
}

ul li{
margin-bottom:5px;
}

#vis {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #988F02;
}
#container {
	width: 890px;
    height:810px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.navcontainer {
   position:relative;
}

img.lft{
float:left;
padding:20px 13px 4px 0;
}


/* HEADER ------------------------------------------ */
#header {
	height: 99px;
	padding-top: 32px;
	padding-left: 69px;
	padding-right: 52px;
}
.teen {
	float: right;
	margin-top: 14px;
}
/* NAVIGATION -------------------------------------- */



ul#nav { z-index:50; margin:0 0 15px 0; padding:0; 	list-style: none; position:relative; 	width:880px; height:39px; line-height:39px; clear:both;  background:url(../images/menubar.png) no-repeat; padding-left:2px}
ul#nav ul { padding: 0; margin: 0; list-style: none; background:#FFF; line-height:20px; }
ul#nav li { float: left; display:block; padding:0; }
ul#nav li a {padding: 0 16px; display: block; font:bold 12px/39px Arial, Helvetica, sans-serif; text-decoration:none; color:#fff;   background:url(../images/menubar.png) no-repeat right; }
ul#nav li a:hover {  color:#faeb00; }

ul#nav li ul { position: absolute; width: 185px; left: -999em; background-color: #000000 }
ul#nav li li { margin:0; padding:0; float:left;  }
ul#nav li li  a { background-image:none; padding:6px; border-bottom:1px solid #d2d2d2; width:173px; display:block; font-weight:normal;  color:#ffffff; font:normal 11px "Lucida Sans", Arial, Helvetica; font:normal 11px "Lucida Sans", Arial, Helvetica; text-decoration:none; }
ul#nav li li  a:hover {  color:#faeb00; background-color:#262626; }
ul#nav li:hover ul {	left: auto; cursor:pointer;}
ul#nav li:hover ul, #nav li.sfhover ul { left: auto;  }


/* CONTENT -------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #988f02;
	margin-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}
#info {
	width: 870px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.line {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	font-size: 1px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 7px;
}

#leftcol {
	width:560px;
	height:100%;
	overflow:hidden;
	float: left;
    line-height:21px;
}

#leftcol p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
    margin-bottom:15px;
}

#leftcolc {
	width:420px;
	overflow:hidden;
	float: left;
}

.rightcol {
	float: right;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.rightcolc {
	float: right;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.RightNavContainer
{
	margin-top: -6px;
	padding-left: 2px;
	width: 275px;
	padding-bottom: 40px;
}


.RightNavContainer .NavHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 15px;
	border: solid 1px #999999;


}

.NavList
{

	background-color: #e3f0fd;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	border: solid 1px #999999;
        padding-left:15px;
        padding-right:15px;
        line-height:25px;
	font-size:12px;
}

.NavList a
{
		font-size: 13px;
        color:#000000;
		border-width:1px;
		text-decoration:none;

}

.NavList a:hover
{
	font-size: 13px;
        color:#000000;
        text-decoration:underline;

}

.dashedline {
	height: 1px;
	width: 100%;
	font-size: 1px;
	color: #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom-style:dashed;
	border-width:1px;
}






/* FOOTER -------------------------------------- */
#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faeb00;
	padding-left: 10px;
}
.footleft {
	width: 560px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #988f02;
	float: left;
	margin-bottom: 15px;
}
.footleft a:link, .footizq a:active, .footizq a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.footleft a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.footright {
	width: 220px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	height: 138px;
	padding-right: 30px;
}
.footright a:link, .footder a:active, .footder a:visited {
	color: #988f02;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.footright a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}

/*Image rotate*******************************************************/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:685px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
	font-size: 16px;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 605px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}



/******end image rotate******/
