@charset "utf-8";

/* STRUCTURE DIVS */	

#homepage_content {
	width: 956px;
	height: auto;
	overflow: hidden;
	padding: 11px 0;
	font-family:Verdana;
	text-align: left;
	}
#homepage_content a:link, #homepage_content a:active, #homepage_content a:visited {
color: #006699;
}

#homepage_content a:hover {
color: #0099CC;
}

#homepage_content_left {
	width: 712px;
	height: auto;
	float: left;
	overflow: hidden;
	}
	
#homepage_content_right {
	width: 229px;
	height: auto;
	float: right;
	overflow: hidden;
	margin: 0 0 0 15px;
	}

/* SLIDESHOW */	
	
#hero {
	color: #FFFFFF;
	font-size: 11px;
	font-family:Verdana;
	font-weight: bold;
	width: 704px;
	height: 300px;
	border: 1px solid #bbbbbb;
	padding: 3px;
	position: relative;
	z-index:2;
	}

#hero a:link, #hero a:visited, #hero a:active {
	color: #FFFFFF;
	}
	
#hero a:hover {
	text-decoration: none;
	}

#rotating_image {
	width: 702px;
	height: 298px;
	border: 1px solid #bbbbbb;
	}
	
.hero_writeup {
	height: 61px;
	width: 447px;
	margin: 237px 0 0 236px;
	}

.show_wrapper {
	position:relative;
	top:-11px;
	}

.show_nav {
	left:0;
	position:absolute;
	top:0;
	z-index:100;
	}

.show_nav a {
	display:block;
	height:99px;
	width:215px;
	}

#front-show {
	height:350px;
	position:relative;
	width:940px;
	}

#front-show li {
	height:350px;
	left:0;
	position:absolute;
	top:0;
	width:940px;
}

#front-show-1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/rotating/hero1.jpg) no-repeat scroll 0 0;
	}

#front-show-2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/rotating/hero2.jpg) no-repeat scroll 0 0;
	}

#front-show-3 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/rotating/hero3.jpg) no-repeat scroll 0 0;
	}
	
/* CONTENT */

.homepage_content_left_column {
	width: 224px;
	height: auto;
	overflow: hidden;
	float:left;
	margin: 11px 0 0 0;
	font-size: 11px
	}

.homepage_content_left_column#two, .homepage_content_left_column#three {
	margin: 11px 0 0 20px;
	}
	
.homepage_content_left_column_header {
	width: 220px;
	height: 17px;
	background-image:url(../images/gif/bg-heading.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:8px 0 0;
	padding:2px 5px;
	}
	
.homepage_content_left_column_content {
	width: 200px;
	padding: 0 10px;
	}
	
.homepage_content_left_column img{
	border: 1px solid #BBBBBB;
	}
	
#list_spotlight {
	list-style-type: square;
	color: #006699;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
	
#list_spotlight li {
	margin: 0 0 5px 0;
	}
	
#homepage_content_right a img {
	border: 1px solid #BBBBBB;
	margin: 0 0 11px 0;
	padding: 3px;
	}
	
#canary_power {
	border: 1px solid #BBBBBB;
	margin: 0 0 11px 0;
	padding: 3px;
	width: 219px;
	height: 140px;
	background:transparent url(../images/gif/canary_power.gif) no-repeat scroll 0 0;
	}
		
#canary_power_canary {
	width: 110px;
	height: 140px;
	float: right;
	}
#canary_power_power {
	width: 109px;
	height: 140px;
	float: left;
	}