/* CSS Document */
	body{
	  background-color: #333333;
	  /*background-image:  url(bg.jpg);*/ 
	  background-repeat: no-repeat;
	  color: #ffffff; 
	  margin-top: 0px;
	  margin-left: 0px;
	  /*margin-right: 60px;*/
	  background-attachment: fixed;
	  scrollbar-arrow-color: #cccccc;
	  scrollbar-base-color: #465444;
	  scrollbar-track-color: #465444;
	  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-size: 12px; 
	  line-height: 20px;
	  text-align: left;
	  /*width: 650px;
	  overflow: auto;*/
	}
	
    .container_690 {
	  margin-left: 40px;
	  width: 690px;
	  text-align: justify;
	}

    .container_700 {
	  margin-left: 155px;
	  width: 690px;
	  text-align: justify;
	}
	
	img.left {
	  float: left;
	  margin-right: 15px;
	  margin-top: 10px;
	  border-style: ridge;
	  border-color: #ffffff;
	  border-width: 2px;
	}
	
	img.right {
	  float: right;
	  margin-left: 15px;
	  border-style: ridge;
	  border-color: #ffffff;
	  margin-top: 10px;
	  border-width: 2px;
	}

	table.gallery {
      width: 690px;
	}
	
	table.gallery td {
	  vertical-align: middle;
	  text-align: center;
      width: 138px;
	}

	table.gallery tr {
	  vertical-align: middle;
	  text-align: center;
      height: 138px;
	}
  	
.chromestyle{
width: 100%; /*the entire width of the menu */
font-family: "Verdana", "Arial", "Sans-Serif";
line-height:12px;
font-size: 10pt;
font-weight: bolder;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
white-space: nowrap;
margin-left: 0px;
margin-right: 0px;
}

.chromestyle ul li a{
color: #FFFFFF; /* here the color control for the menu */
padding: 0px 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #667b47; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #efede5;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #667b47; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #667b47;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dfe5d7;
}

	.highslide {
		cursor: url(../common/highslide/graphics/zoomin.cur), pointer;
		outline: none;
	}
	.highslide img {
		border: 1px solid white;
	}
	
	.highslide img.floatRight {
	  border: 1px solid white;
	  margin-left: 12px;
	  margin-right: 0px;
	  margin-bottom: -2px;
	  margin-top: 9px;
	  float: right;
	}
	
	.highslide img.floatLeft {
	  border: 1px solid white;
	  margin-left: 0px;
	  margin-right: 12px;
	  margin-bottom: -2px;
	  margin-top: 9px;
	  float: left;
	}
	
	.highslide:hover img {
		border: 1px solid white;
	}
	
	.highslide-image {
		border: 1px solid black;
	}
	.highslide-image-blur {
	}
	.highslide-caption {
		display: none;
		color: #505050;
		border: 2px solid white;
		border-top: none;
		font-family: Verdana, Helvetica;
		font-size: 8pt;
		text-align: center;
		padding: 5px;
		background-color: white;
	}
	.highslide-display-block {
		display: block;
	}
	.highslide-display-none {
		display: none;
	}
	.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(../common/highslide/graphics/loader.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;
		*/
	}
