* {
margin: 0;
padding: 0;
}

html, body {
	background: #ccc ; 
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#page {
 	margin: 20px auto;
	text-align: left;
	width: 906px;
}
#header {
	background: #fff;
	border: 4px solid #efefef;
	border-bottom: 0 none;
	height: 258px;
	padding: 0px;
}
#content {
	background: #fff;
	border: 4px solid #efefef;
	margin: 0 0 10px 0;
	padding: 20px;
	border-top: 0 none; 
	min-height:400px;
	hasLayout: true;
	height: 1%;
}
#flashholder {
	width: 638px;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
}

#galleryholder {
	width: 875px;
	height: 540px;
	margin-left: -15px;
	padding: 0;
}

/*---------------------------------------------------------------------------------------*/


#nav {
	margin: 5px 3px 5px 5px !important;
	margin: 5px 3px 5px 3px;
	/*margin: 0px;*/
	padding: 0;
	position: absolute;
	height: 250px /*210px*/;
	width: 260px /*220px*/;
	background: #fff;
}



ul#nav li {
	list-style: none;
	height: 25px;
	display: block !important;
	display: inline;
	margin: 0;
	padding: 0;
	background: #c0c9b7 url(../img/nav_bg.gif) no-repeat;
}
ul#nav ul {
	display: none;
	margin: -17px 0 0 0;
	padding: 0;
	left: 220px;
	list-style: none;
	position: absolute;
	z-index: 999;
	width: 260px;
}
ul#nav a {
	color: #666;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
	display: block;
	padding-left: 10px;
	width: 250px;
	height: 25px !important;
	height: 1px;
	float: none;
}
ul#nav a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	}
ul#nav ul li {
  display: block !important;
  float: none; /*For Gecko*/
  
}
ul#nav a:hover {
   background: #c0c9b7 url(../img/nav_bg_o.gif) no-repeat;
   color: #fff;
   height: 25px !important;
	 text-decoration: none;
   margin: 0;
}
ul#nav li:hover a,
ul#nav li.sfhover a {
  background: #c0c9b7 url(../img/nav_bg_o.gif) no-repeat;
   color: #fff;
}

ul#nav li:hover li a,
ul#nav li.sfhover li a {
  float: none;
  width: auto;
  background: #c0c9b7 url(../img/nav_bg.gif) no-repeat;
	color: #666;
  height: 25px;
}
ul#nav ul li a:hover,
ul#nav ul li.sfhover a:hover {
	background: #c0c9b7 url(../img/nav_bg_o.gif) no-repeat;
	color: #fff;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.sfhover ul ul,
ul#nav li.sfhover ul ul ul {
  display: none;
}
ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.sfhover ul,
ul#nav ul li.sfhover ul,
ul#nav ul ul li.sfhover ul {
  display: block;
  /*position: relative;*/
}

/* ---------------------------------------------------------------------------------- */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-decoration: none;
	color: #666666;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	color: #999;
}
h3, h3 a {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #909B7A;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align:left;
}
h3 a {
	text-decoration: underline;
}
h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #9CA6A5;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000; /*#B7BF99;*/
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF6600;
}
.dis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
}
.dis:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #FF9900;
}
.dis1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #cccccc;
	background-color : #8A8989;
}
.dis1:hover {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: underline; color: #000000
}
.dis2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #666666;
	background-color : #cccccc;
}
.dis3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*text-decoration: none;*/
	color: #000000 /*#627707*/;
}
a.dis3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #FF4500;
}

.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fafafa;
	border: #9CA6A5 1px solid;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #B7BF99;
	border: #333333 1px solid;
}
#content p {
	text-align:left;
	padding: 0;
	margin: 5px 0;
	line-height: 150%;
}
#content ul {
	margin: 10px 0;
	padding: 0;
}
#content ul li {
	list-style: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 5px 0 5px 20px;
	background: url(../img/71.gif) 0 -9px no-repeat;
	}
.home {
	text-align: left;
}
.super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	vertical-align: super;
	font-variant: normal;
	text-transform: uppercase;
}

.page_border { 
  background-image: url(../img/5x5.gif);
}

.center { text-align:center;}

/* ------------------------------- */

#statement li {
	margin-left: 40px;
}

#statement ol li {
	margin-top: 7px;
}

#statement li a {
	text-decoration: none;
}

#statement p {
	margin-bottom: 15px;
}

#statement h4 {
	font-size: 14px;
}


/*-gallery --------------------------------- */

#gallery a.picture {
	color: #FFF;
}