@charset "UTF-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
/*	background-color: #373F51;*/
}
p {
	color:#D8DBE2;
	font-family: Helvetica, sans-serif;
}
.caption_body {
	font-size: 12px;
	color: #999;
}
#container {
	width:960px;
	background-color:#272c2f;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height:120px;
	background-color: #394044;
	/* [disabled]background-image:url(../images/my_logo.png); */
	background-repeat: no-repeat;

}
#head_logo {
	margin:0 10px 0 10px;
	padding-top:20px;
}
#head_img {
	float:left;
}
#nav {
	font-size:14px;
	width:400px;
	position: relative;
	right: 0px;
	left: 0px;
	top: 60px;
	float:left;
	
}
  

#nav li {
	float:left;
	margin:10px;
	list-style:none;
	padding-right:10px;
    
    
}

#nav ul li:hover {
color:#A9BCD0;
}
#nav ul {
	margin: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	position:relative;
	
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:300px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 ;
  width:520px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../images/control_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../images/control_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


a {
  color: #D8DBE2;
  
  text-decoration:none;
}

a li hover {
  text-decoration:underline;
     color:#A9BCD0;
   
}



.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#58A4B0;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
.clear {
	clear:both;
}
#footer{
	height:40px;
	background-color:#394044;
}
#footer p {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	/* [disabled]padding-bottom: 5px; */
}
#description	{
	display: block;
	margin: 60px auto;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px 10px 0px 10px;
}
#displayImg	{	display: block;
				margin: 0px auto;
}

.hidden		{	display: none;
}

#content_leftbox {
	width:460px;
	float:left;
	left: 120px;
	/* [disabled]right: 30px; */
	padding-left: 30px;
}
#content_rightbox {
	width:350px;
	float:right;
	padding:20px 100px 10px 10px;
}
#left_sidebar {
	float:left;
	padding: 8px;
	height: 320px;	
}
#caption {
	width:200px;
	float:left;
	padding-left:10px;
	padding-top: 20px;
}


.nav_box { 
	height:100px;
	width:360px;
}
	

.caption_head {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
#caption p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	color: #CCC;
}
#content_leftbox p {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
}
#caption h4 {
	color: #FFF;
	font-size: 16px;
}
#content #thumb_box {
	float: left;
	left: 10px;
	position: relative;
	top: 10px;
}
#content_leftbox h2 {
	color: #FFF;
	padding-left: 20px;
}
#content_rightbox table tr td {
	/* [disabled]padding-left: 10px; */
	padding-right: 10px;
	padding-top: 10px;
}
#content_rightbox table tr td p {
	color: #FFF;
	padding-top: 10px;
	font-size: 14px;
}
#slidesContainer .slide h2 {
	font-family: Arial, Helvetica, sans-serif;
}

   div.accordion
    {
        color:#58a4b0;
          padding:20px;
        width:600px;
        
    }
    div.ccordion.button{
        
    }
div.button.accordion {
   /* background-color: #eee;
    color: #444;*/
    /*cursor: pointer;*/
    
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    /*transition: 0.4s;*/
  

}


div.accordion:after {
    content: '\02795';
    cursor: pointer;
    
    background-color:#58a4b0;
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

div.accordion.active:after {
    content: "\2796";
    cursor color:pointer;
    background-color:#d8dbe2;
    /*color:#D8DBE2;*/
}
div.panel {
    padding: 0 18px;
    display: none;
    color:#58A4B0;
    
   
}



div.panel.show li {
    list-style:none;
  
}
div.panel li:hover {
    color:#A9BCD0;
  
     
   
}



div.panel.show {
    display: block !important;
}
 

    
     /* Dropdown Button */
.dropbtn {
   
    display: inline;
/*    padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
/*    color:#D8DBE2;*/
    position: relative;
    display: inline-block;
}
.dropdown li {
    color:#d8dbe2;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position:relative;
    float:right;
    min-width: 160px;
   
}

/* Links inside the dropdown */
.dropdown-content a {
    
    padding: 12px 16px;
    text-decoration: none;
    
}
.dropdown-content ul li:hover{
    color:crimson;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover { text-decoration:underline;
    color:#A9BCD0;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display:inline;
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    text-decoration:underline;
   
}
