/**************** body and tag styles ****************/
	
body {
	margin: 0 auto;
	font: Verdana,Tahoma,Arial,sans-serif;
	background: #6282ac url(bg.jpg) top left repeat-x;
	text-align: center;
}
	
#bodydiv {
	width:744px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#buttons {
	float:left;
	position:relative;
	width:218px;
	color:#ffffff;
	text-align: left;
	}
#buttons h1{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	}

.gallerylink a{
	text-transform:uppercase;
	}
 
.dropdown_bg {
	background-image: url(images/dropdown_01.jpg);/*dropdown_01.jpg background-color: #6282ac;*/
	background-repeat: repeat-y;
	background-position: left top;
}
.dropdown_over {
	background-image: url(images/dropdown_01.jpg);/* dropdown_01.jpg this is the medium button */
	background-repeat: repeat-y;
	background-position: left top;
}

.dropdown_over_bg {
	background-image: url(images/dropdown_02.jpg);/*dropdown_02.jpg this is the lightest button */
	background-repeat: repeat-y;
	background-position: left top;
}

.dropbox
{
	
	position: absolute;
	top: 0px;
	left: 218px;
	z-index: 1;
	visibility: hidden;
	border: none;
} 
.dropbox2
{
	position: absolute;
	top: 17px;
	left: 218px;
	z-index: 1;
	visibility: hidden;
	border: none;
} 


/* -------------------- navigation menu NEW ------------------------------- */
#menu
{ position:relative;
  height: 317px;
  width: 218px;
  margin-left: auto; 
  margin-right: auto;
  
}

#menu ul{margin: 0px auto;} 


#menu li
{ float: left; 
  display:inline;
  margin: 0px; 
  padding: 0px;
} 

#menu a
{ display: inline;
  float: left; 
  height: 20px;
  text-decoration: none;
  color: #D1D3D7;
  font-size:12px;
  line-height:20px;
} 

/*#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(images/menu_hover.png);
  color: #D1D3D7; #B30838;
}*/
/* -------------------------end of NEW menu ---------------------------------- */



#container {
	  position:relative;
	  width: 744px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 13px;
	  /*line-height: 1.6em;*/
	  color: #000000;
	  background-color: #d5d4d4;
	  background-image: url(images/side_bg.jpg);
}
/*add this div for slidshow images*/
#mainphoto {
	float:right;
	background-image: url(images/slide1.jpg);
	background-repeat: no-repeat;
	height: 390px;
	width: 526px;
}
#mainphoto2 {
	float:right;
	background-image: url(images/slide2.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 526px;
}
		
		
h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 16px;
	  color: #10305d;
	  margin-top:0px;
	  margin-bottom: 5px;
	  border-bottom:2px dotted #abaaaa;
	
 }
		
h2 {
	  color: #10305d;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  margin-top:0px;
	  }
h3 {
	  color: #10305d;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }	
h4 {
	  color: #10305d;
	  font-size: 20px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  padding-bottom:3px;
	  border-bottom:1px solid #0b3218;
	  }
	  
td.words {
	font-size:12px;
	color:#666666;
	line-height:16px;
}
	
a {
	color: #ffffff;
	text-decoration: none;
	
}

a:hover {
	color: #1ba1e6;
	text-decoration: underline;
}

	
#content a {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: none;
	  }

#content a:hover {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  float:right;
	  width:526px;
	  height:225px;
	  }
	
/**************** menu styles ****************/


/**************** content styles ****************/
	#content {
	  float: right;
	  width: 506px;
	  overflow:hidden;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  background-color:#d5d4d4;
	  text-align: left;
	  }
	
	#content p {
	  margin-bottom: 20px;
	  margin-top:0px;
	  
	  }
	  
	   
/**************** sidebar styles ****************/

#sidebar {
	  float: left;
	  width: 218px;
	  color:#ffffff;
	  text-align: left;
	  height:auto;
	  }
		
	#sidebar p {
	  color:#000000;
	  padding-bottom: 10px;
	  margin-top: 5px;
	  }
	  
	  
/**************** footer styles ****************/
	#footer {
	  clear: both;
	  height: 85px;
	  width: 744px;  
	  background-image: url(images/foot4.jpg);
	  background-repeat:no-repeat;
	  color:#ffffff;
	  text-align:left;
	  }
   