﻿/* homepage resets */

#breadcrumb,
#sidebar{
	display: none;
}

#main{
	background: #000 url(main.jpg) no-repeat center 0;
	padding-top: 20px;
}

#content{
	padding: 0;
	margin: 0;
	width: 940px;
	background: none;
}

#content .header{
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 1px;
	display: none;
}

#content .content{
	background: none;
	padding: 0;
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}

/* homepage styles */

/* hp_feature */

#hp_feature{
}

#primary_tile{
	float: left;
	width: 303px;
	height: 259px;
}

#primary_tile a{
	border: 1px solid #5e5f5f;
	display: block;
	float: left;
	width: 303px;
	height: 259px;
}

#primary_tile a:hover{
	border: 1px solid #fff;
}

#slideshow{
	width: 618px;
	height: 259px;
	border: 1px solid #5e5f5f;
	float: right;
	position:relative;
}

.slides{
    padding: 0;
    margin: 0;
    background: none;
    width: 618px;
    height: 259px;
    overflow: hidden;
    position: relative;
    z-index:1000;
}

.slides li{
    background: none;
    margin: 0;
    padding: 0;
}

#slide-nav { position:absolute; right: 0; top: 0; z-index:100000; }

#slide-nav { min-height: 1px; }

* html #slide-nav {height: 1px; }

#slide-nav:after {content: "."; height: 0; visibility: hidden; display: block; clear: both; }


#slide-nav a {background: url(slide-nav-button.gif) no-repeat; background-position:0 0; text-transform:uppercase; text-indent:-9000px; height:22px;width:19px; float:left;}
#slide-nav a.activeSlide {background: url(slide-nav-button.gif) no-repeat; background-position:0 -22px;}
#slide-nav a:hover { background-position:0 -44px; outline: none; }


/* hp_secondary */

#hp_secondary{
    padding: 40px 0;
}

#hp_secondary h1{
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    text-align: center;    
}

#hp_secondary h1 a{
    color: #fff;
    cursor: pointer;
}

#hp_secondary h1 a *{
    cursor: pointer;
}

/* hp_tiles */

#hp_tiles{
	margin: 0 -20px 0 0;
}

#hp_tiles .tiles{
	width: 305px;
	float: left;
	margin: 0 15px 0 0;
}

#hp_tiles .tiles_298{
	width: 298px;
}

#hp_tiles .tiles a{
	display: block;
	margin: 0 0 15px;
	border: 1px solid #5e5f5f;
	float: left;
}

#hp_tiles .tiles a:hover{
	border: 1px solid #fff;
}

#hp_tiles .tiles .no-hover:hover{
	border: 1px solid #5e5f5f;
}