@charset "UTF-8";
/* CSS Document */

/*******************
  HOMEPAGE
*******************/
#footer_content h2 {
    color: #22adba;
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 3px 0px;
	padding:0px;
	}
#footer_content table {
	margin:0px 0px 0px 25px;
	}
#footer_content ul {
	margin-left:-10px;
	}
#footer_content li{
	/* image bullets in LI: http://css.maxdesign.com.au/listamatic/vertical05.htm */
	color:#333;
	font-size: 1em;
	font-weight:normal;
	text-decoration:none;
	margin-left:0px;
	padding:0px 0px 3px 0px;
	}
#footer_content a {
	color:#333;
	font-size: 1em;
	font-weight:normal;
	text-decoration:none;
	}
#footer_content a:hover{
	text-decoration:underline;
	}
	
    /*************************
    / HOMEPAGE: Featured Box
    /************************/
    #featuredContainer {
     min-height: 500px;
    }
    #featuredNav {
     float: left;
     position:absolute;
     padding-top: 8px;
    }
    #featuredNav a:link {
	    color:#000000;
	    text-decoration: none;
	    padding: 1px 4px 1px 4px;
	    border: 1px solid #FFF;
    }
    #featuredNav a:visited {
	    color:#000000;
	    text-decoration: none;
	    border: 1px solid #FFF;
    }
    #featuredNav a:hover {
	    color:#CC0000;
	    text-decoration: none;
	    border: 1px solid #CCC;
		position: relative
    }
    #featuredNav a:active {
	    color:#000000;
	    text-decoration: none;
	    border: 1px solid #FFF;
    }
    .activeSlide{
	    border: 1px solid #000000;
	    background-color:#000000;
	    color: #FFFFFF !important;
    }

/******************
/ HOMEPAGE CONTENT ROTATOR
/*****************/
#homebox1 {
	height: 500px;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#slideshow_container {
	margin: 0px;
	float: left;
	height: 500;
	max-height: 500px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
}
#slideshow_feature {
	margin: 0px;
	padding:0px;
	float: left;
	height: 500;
	max-height: 500px;
	width: 300px;
    border: solid 1px #000;
    overflow:hidden;
}
#slideshow_controls {
	margin: 0px;
    padding:0px;
	float: left;
	height: 20;
	max-height: 20px;
	width: 300px;
}


#spotlight {
	font-size: 11px;
	color: #000000;
	float: left;
	margin-left:20px;
	height: 500px;
	max-height: 500px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
}
#spotlight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
}
#spotlight li {
	margin: 0px;
	padding:0px 0px 5px 0px;
	list-style-type: none;
}
#spotlight a:link {
	color:#CC0000;
	text-decoration: none;
}
#spotlight a:visited {
	color:#CC0000;
	text-decoration: none;
}
#spotlight a:hover {
	color:#000000;
	text-decoration: none;
}
#spotlight a:active {
	color:#CC0000;
	text-decoration: none;
}

/* new rotator */
#rotator_thumbs DIV
{
	position:relative;
	width:125px;
	height:132px;
	display:block;
	background-color:Transparent;
}
#rotator_thumbs DIV .titletext
{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	line-height: 14px;
	font: 12px Arial;
	margin: 0px;
	font-weight:bold;
}
#rotator_thumbs DIV IMG
{
	/*border:solid 2px Transparent;*/
	height: 100px;
	width: 125px;
	border:none;
	border-width:0px;
	margin:0px;
}
#rotator_thumbs DIV.thumb_active
{
	position:relative;
	width:125px;
	height:132px;
	display:block;
	background-color:Transparent;
}
#rotator_thumbs DIV.thumb_active IMG
{
	/*border:solid 2px Transparent;*/
	height: 100px;
	width: 125px;
	border:none;
	border-width:0px;
}
#rotator_main DIV
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#rotator_main img
{
	height: 397px;
	width: 367px;
}
#rotator_main .rotator_label
{
	display:block;
	height:90px;
	overflow:hidden;
	padding:5px 10px;
	font-size:10pt;
}
#rotator_main DIV.rotator_active img
{
	height: 397px;
	width: 367px;
}
#rotator_main DIV.rotator_active
{
	z-index:10;
	opacity:1.0;
}
#rotator_main DIV.rotator_last_active
{
	z-index:9;
}

/*******************
  SEARCH
*******************/
.searchheader{
    font-family: Lucida Console, Helvetica, Sans-Serif;
    color: #22AEBB;
    font-size: 21px;
    font-weight:normal;
    margin:0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}
.searchheader_search_terms{
    font-family: Lucida Console, Helvetica, Sans-Serif;
    color: #000000;
    font-size: 21px;
    font-weight:normal;
    margin:0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}

/********************
 ARCHIVE
********************/
.magazinetable
{
    border:2px dotted #dcdddf;
    margin-top:20px;
    padding-left:0px;
}
.magazinetable img
{
    border:0px
}
.hide {
	display:none;
}