/* Unchanged */
@charset "UTF-8";
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.copy_small {font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}.macheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.thumb {
	background: transparent ;
	display: inline;
	float: left;
	height: 125px;
	margin: 15px 10px;
	text-align: center;
	width: 116px;
	position: relative;
}
.thumb a {
	display: block;
	height: 100px;
	position: relative;
	width: 100px;
	margin: 8px;
	background-position: 50% 50%;
}
.img a {
	border: 0px transparent;
	}
	
a img {
	border: 0px transparent;
	}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 12px
}

/* breadcrumb styles */
#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('nifty/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home
{
    border: none;
    margin: 0px 0px;
}
#breadcrumb a:hover
{
    color:#35acc5;
}
/* Styles for layout divs */

/* How to align div center page
div.someClass {
width: 100%;
margin-left: auto;
margin-right: auto;
} */


#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}
#logo_main {
	align: center;
}
#logo {
	align: center;
	width: 442;
	height: 150;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0px;
	align: center;	
}
#content_pane_1 {
	width: 900px;
	padding: 0px;
	align: center;
}
#content_pane_2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
/*#panel_1 {
	width: 262px;
	
	margin: 0px;
	padding: 0px;
	float: left;
}
#panel_2 {
	width: 280px;	
	margin: 0px;
	padding: 10px;
	float: left;
	text-align: justify;
}
#panel_3 {
	width: 358px;

	margin: 0px;
	padding: 10px;
	float: left;
	text-align: justify;
} 
#panel_1 {
	width: 225px;
	
	margin: 0px;
	padding: 0px;
	float: left;
}
#panel_2 {
	width: 225px;	
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: justify;
}
#panel_3 {
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: justify;
} */
#footer {
	width: 225px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}

/* blockquote {
	float: right;
	margin: 0px;
	padding: 10px;
	
} */
	

/*.kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 125px;
    height: 40px;
    margin-right: 0px;
    background-image:url(kwicks_sprite.jpg);
    background-repeat:no-repeat;
} */

/* new style for BK gallery */


.main_image {
    width: 590px;
    height: 456px;
   float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
/* .block small { /*--We'll be using this same style on our thumbnail list--
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
} */
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
  width: 250px; 
   background: #fff; 
   /* border-leftt: 1px solid #fff;
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc; */
}
.image_thumb img {
    border: none;
    padding: 5px;
    background: #fff;
    float: left;
	
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
	width: 250px; 
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
   /* background: #f0f0f0 url(nav_a.gif) repeat-x; */
    width: 250px;
    float: left;
	border: 1px solid transparent;
    /* border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc; */
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: transparent;
	width: 250px;
	border: 1px solid #ccc;
   
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
	
	border: 1px solid #ccc;
}
html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
	
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/