﻿

#homepage_top_banner{
	padding-left:1em;
	border-bottom:solid 1px #DADBDB;
	margin:0 .5em 2em .5em;
}

#homePage_topContainer {
	position:relative;
	float:left;
	width:790px;
}

.homePage_leftPanel {
	float:left;
	width:230px;
	height:350px;
}

#homePage_slideshow {
	float:left;
	border:solid 1px #bdbdbd;
	display: inline;
	position: relative;
}

#homePage_slideNav {
	position: absolute;
	bottom:5px;
	right: 5px;
	z-index: 50;
	padding: .6em;
	font-size: 1.3em;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}

#homePage_slideNav:hover {
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

#homePage_slideNav a {
	padding: .3em .5em;
	border: 1px solid #444;
	margin: .1em;
	color: #444;
	background-color: #ccc;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#homePage_slideNav a:hover {
	padding: .3em .5em;
	border: 1px solid #444;
	margin: .1em;
	color: #444;
	background-color: #ddd;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#homePage_slideNav a.activeSlide {
	padding: .3em .5em;
	border: 1px solid #444;
	margin: .1em;
	background-color: #fff;

}



.homePage_featureThirds {
	width: 200px;
	height: 30%;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}

.homePage_featureThirds p{
	text-align:left;
	margin-bottom:0;
}

.homePage_featureThirds img{
	opacity: 1;
	filter: alpha(opacity=100); 
	float:right;
	margin:0 0 0 .5em;
}

.homePage_featureThirds_last {
	border:none;
}

.homePage_featureThirds_Title {
	font-size:1.5em;
	border-bottom:solid 1px #dfdfdf;
	margin:0 1em .5em 1em;
}

.homepage_bottom_left {
	float:right;
	height:460px;
	width:232px;
	padding:.5em;
	margin:.5em;
	margin-right:0;
	border-left:solid 1px #bfbfbf;
}

.homepage_bottom_left p {
	float:right;
}

.homepage_bottom_left img {
	float:right;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */

.homePage_navigation_links{
	width:530px;
	float:left;
	margin-bottom:1em;
}

.homePage_accordionHeader
{
    	border: 1px solid #aaa;
   	color: #444;
	letter-spacing: .1em;
    	background-image: url('../../current/img/homepage/accordionHead_bg.jpg');
	background-reapeat: repeat-x;
    	padding: 5px;
    	margin-top: 5px;
    	cursor: pointer;
	font-size:1.2em;
	position:relative;
}

.homePage_accordionHeader .uparrow {
	display:none;
}

.homePage_accordionHeader:hover
{
	background: #E2E2E3;
}

.homePage_accordionHeader img
{
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}

.homePage_accordionHeaderSelected img
{
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}

.homePage_accordionHeaderSelected
{	
   	border: 1px solid #aaa;
  	color: #444;
	letter-spacing: .1em;
   	background-image: url('../../current/img/homepage/accordionHead_bg.jpg');
	background-reapeat: repeat-x;
	background: #E2E2E3;
   	padding: 5px;
   	margin-top: 5px;
   	cursor: pointer;
	font-size:1.2em;
	position:relative;
}

.homePage_accordionHeaderSelected .downarrow
{
	display: none;
}

.homePage_accordionHeaderSelected a
{
	color: #ccc;
	background: none;
	text-decoration: none;
}

homePage_accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.homePage_accordionContent
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-top: none;
	position:relative;
}

.homePage_accordionContent ul
{
	list-style-type:none;
	margin:0 0 2em 0;
	padding:0;
	float: left;
	text-align: center;
}

.homePage_accordionContent ul li
{
	float:left;
	width:79px;
	height: 90px;
	margin:0 0 .35em 3px;
	padding: 0 .1em;
	font-size:.8em;
}
.homePage_accordionContent ul li a:hover
{

}

.homePage_accordionContent ul li a img
{
	width:60px;
}

.accordian_view_all
{
	font-size:.9em;
	position:absolute;
	right:10px;
	bottom:5px;
}

.homePage_bottom_container
{padding-top:0;margin-top:1em;border-bottom:solid 1px #ABA897;}

.homePage_bottom_container h2
{padding-top:0;margin-top:0;}

.homePage_lower_featured_container{
	background-color:#D7D9ED;
	padding:.5em;
	float:right;
	margin:0 .5em 2em 2em;
	width:310px;
}

.homePage_lower_featured p {
	font-size:1.2em;
	margin-top:.35em;
}

.homePage_lower_featured  { 

	height:135px;
	float:right;
	background-color:#fff;
	padding:1em;
	margin:0;
}

.homePage_lower_featured ul *{ 
	margin-left:2em;
}
