﻿/***
 *** 
 *** Author: Steve Rysavy, rysavy@u.washington.edu
 ***         University of Washington
 ***
 *** Copyright: 2005-2009, All rights reserved.
 *** NOTICE: Unauthorized use, duplication and / or distribution
 ***         will be subject to criminal and civil penalties.
 ***
 *** Description:
 ***	www.dynameomics.org home style sheet
 ***
 *** Revisions:
 ***/
 
 /* CONTENT FRAME */

li
{
	margin: 0px;
}
#homeBorder
{
	width: 1016px;
	height: 589px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto; 	
	background-image: url(../images/home/content-background-1000.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#homeInfo 
{
	width: 968px;
	height: 354px;
	padding-top: 11px;
	margin-left: 25px;
	background-color: Transparent;
}

#dynamFacts
{
	width: inherit;
	height: 88px;
	text-align: left;
	padding-top: 10px;
}

#chooser 
{	
	margin: 0 auto;
	width: 976px;
	height: 210px;
	top: 14px;
	background: transparent;
}

#chooser ul {
	list-style: none;
	font-weight: bold;
	font-size: 16px;
}

#chooser li {
	float: left;
	background: transparent;
}

#chooser li a.chooserImg {
	width:111px;
	margin: 0px 5.5px 0px;
	border-top-width: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
}

#chooser li ul {
	position: absolute;
	left: -10000px;
}

#chooser li li 
{
	width: 976px;
}

.cardTop
{
	height: 210px;
	line-height: 210px;
	background: url(../images/home/chooser-background-1000.gif) no-repeat top;
	display: block;
}

.cardBottom
{	
	height: 20px;
	line-height: 20px;
	width: 122px;
	margin-top: -32px;
	display: block;
	text-align: center;
	background-color: transparent;
}

.cardBottom a.bottomText
{
	color:#333333;
	text-decoration: none;
}

.cardBottom a.bottomText:hover
{
	color:#333333;
	text-decoration: underline;
}

#chooser ul li div.cardTop:hover
{
	background: url(../images/home/chooser-background-red-1000.gif) no-repeat top;
}

.homeBackground
{
	float: left;	
}
.homeContent
{
	display: block;
	width: 968px;
	height: 354px;
	background-color: White;
}
.homeLeft
{
	display: inline;
	float: left;
	margin-top: 10px;
	border-right: solid 2px #990000;
	text-align: center;
	width: 300px;
	height: 338px;
}

.homeLeft div#homeLeftHidden a
{
	height: inherit;
	width: inherit;
	visibility: visible;
}

.homeLeft div#homeLeftHidden a img
{
	border-style: none;
	border-width: 0px;
}

.homeLeft div#homeLeftHidden a:active
{
	visibility: hidden;
}

.homeRight
{
	display: inline;
	float: right;
	width: 639px;
	margin-left: 10px;
	margin-top: 10px;
}
.homeHeader
{
	width: 639px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.homeText
{
	display: block;
	width: 639px;
	height: 270px;
	border: 0px;
	font: 13px Arial normal;
	overflow: hidden;
}

.clickHere
{
	font: 16px Arial;
	color: #990000;
	display: block;
	bottom: 0px;
	position: relative;
}

.homeText p
{
	margin-bottom: 12px;
	text-align: justify;
}

#chooser li div.cardTop a img
{
	line-height: 210px;
	padding-top: 30px;
	border: none 0px;
}

#chooser ul li ul li a
{
	text-decoration: none;
}

#chooser ul li ul li a:hover
{
	line-height: normal;
	text-decoration: underline;
}

li#fold:hover ul 
{
	margin-left: 5px;
	left: auto;
	margin-top: -552px;
	width: 968px;
	height: 352px;
}
li#target:hover ul 
{
	margin-left: -117px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#snps:hover ul 
{
	margin-left: -239px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#slirp:hover ul 
{
	margin-left: -361px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#method:hover ul 
{
	margin-left: -483px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#database:hover ul 
{
	margin-left: -605px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#datamining:hover ul 
{
	margin-left: -727px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}
li#help:hover ul 
{
	margin-left: -849px;
	margin-top: -552px;
	left: auto;
	width: 968px;
	height: 352px;
}

/* Preload images */
.chooserPreload
{
	float: left;
	position: absolute;
	visibility: hidden;
	background-image: url(../images/home/chooser/chooser-background-red-1000.gif);
}