#left
{
	display:				none;
}

article#main {
	float: none;
	width: 920px;
	position: relative;
}

#content,
#content-top
{
	margin-left:			18px;
	width:					988px;
}

#features-row
{
	overflow:				hidden;
	margin:					10px 0px 0px 18px;
}

#features-row .item
{
	width:					213px;
	float:					left;
	margin:					0px 0px 0px 10px;
	padding:				0px;
	
	line-height:			25px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
}

#features-row .item h2 a
{
	display:				block;
	width:					191px;
	height:					103px;
	margin:					0px;
	padding:				9px 11px 0px;
	
	background-position:	top left;
	background-repeat:		no-repeat;
	
	line-height:			26px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				24px;
}

#hometext
{
	float:					left;
	width:					277px;
	background-color:		#fdfcf1;
	padding:				20px;
	
	line-height:			28px;
	font-family:			arial,sans-serif;
	font-size:				16px;
	color:					#91c1c8;
}

.itemcontent
{
	padding:				8px 10px;
}



/*---------------------------------------------------------------------------------------------------------
//	Tab animation
//-------------------------------------------------------------------------------------------------------*/
/* root element for tabs  */
ul.tabs { 
	list-style-type:	none; 
	margin:				0px auto;
	padding:			0px;
}

/* single tab */
ul.tabs li
{ 
	margin:				0px;
	padding:			5px 0px;
}

ul.tabs a {
outline: none;
}

ul.tabs a img {
	margin-right:10px;
	margin-bottom:0px;
	opacity: 0.4;
	filter: alpha(opacity=40)
}

ul.tabs a.current img {
	margin-right:10px;
	margin-bottom:0px;
	opacity: 1;
	filter: alpha(opacity=100)
}



div.panes{
	margin-top: 0px;
	border:	none;
	
	width:			828px;
	height:			418px;
	
	float:			left;
	clear:			right;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	padding:	0px;
	
	width:		828px;
	height:		418px;
}

div.panes div.pane img.main {
}

#homepage_top {
	height: 430px;
}

#slideshow_shim {
    position: absolute;
    height: 373px;
    width: 716px;
	background-image: url('/site/images/slideshow_shim.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	/*left: 244px;*/
	z-index: 15;
	display: block;
}

#slideshow_wrapper {
    position: absolute;
	left: 248px;
/*	top: 4px;
	z-index: 5;
*/}
#slideshow {
    position: absolute;
    height: 373px;
    width: 716px;
	overflow: hidden;
/*	left: 248px;
	top: 4px;
*/	z-index: 5;
}

#slideshow div.slide {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	height: 373px;
}

#slideshow .slide img
{
	left: 4px;
	position: relative;
}
#slideshow span.slide_text
{
    bottom: 0px;
	left: 4px;
    position:absolute;
    z-index:10;
    display: block;
    background-image: url('/site/images/slide_caption_bg.png');
    background-repeat: repeat;
    background-position: 0 0;
    width: 618px;
    padding: 15px 45px;
    padding-bottom: 30px;
}
#slideshow span.title
{
    display: block;
    color: #fff;
    font-size: 21px;
    margin-bottom: 5px;
}
#slideshow span.calltoaction
{
    display: block;
    font-size: 13px;
    color: #5EB0E5;
}

#slideshow div.active {
    z-index:10;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow_wrapper .slideshow_nav {
    left: 0;
    position: absolute;
    top: 380px;
    width: 720px;
    z-index: 10;
    padding-right: 20px;
}
#slideshow_wrapper .slideshow_nav a.nav_item
{
	float: right;
	background-color: #bbbbbb;
	height: 10px;
	width: 10px;
	margin-right: 4px;
	display: block;
	text-indent: -9999px;
}
#slideshow_wrapper .slideshow_nav a.active
{
	background-color: #5eb0e5;
}


#recovery-slides
{
	width:					159px;
}

#homepage_open {
	float: left;
	/*width: 170px;*/
	width: 175px;
	/*margin: 0 20px 20px 0;*/
	color: #777777;
	margin: 0px 0px 1px 11px;

}

/*---------------------------------------------------------------------------------------------------------
//	Scroll animation
//-------------------------------------------------------------------------------------------------------*/
.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 160px; 
    height:418px; 

	text-align:			center;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable .items { 
    /* this cannot be too large */ 
    height:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
.scrollable .items div{ 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
.items .active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


h2 a
{
	text-decoration:		none!important;
}

#homepage_gallery {
	padding-left: 60px;
}

.homepage_gallery
{
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    width: 259px;
    height: 207px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

.homepage_gallery:nth-child(3n) {
	margin-right: 0;
}

.homepage_gallery .abstract
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
    background-image: url('/site/images/tranparent_black75_bg.png');
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    text-align: center;
    width: 219px;
    padding: 20px;
	cursor: pointer;

	font-family: "Open Sans", sans-serif;
	font-weight: 600;

}
.homepage_gallery .abstract,
.homepage_gallery .abstract p
{
    font-size: 13px;
    line-height: 130%;
}
.homepage_gallery .abstract p:last-child
{
    margin-bottom: 0px;
}


.homepage_gallery h4
{
	position: absolute;
	bottom: 0;
	left: 0;
    background-image: url('/site/images/tranparent_blue_bg.png');
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 239px;
    padding: 10px;
    min-height: 20px;
}
.custom_item h4
{
    background-image: url('/site/images/tranparent_red_bg.png');
}

