@charset "utf-8";
/* CSS Document */

#HomeBody #ContentWrap a:link {
	color: #262626;
	outline: none;
}

#HomeContent {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: white;
	border: solid 1px #236B8E;
	padding-bottom: 2em;
	padding-top: .5em; 
}

#HomeContent h1 {
	/*width: 10em;*/ /*Used when trying to take out Jquery ui for opening animation*/
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#Welcome {
	width: 100%;
	color: #236B8e;
	margin-left: auto;
	margin-right: auto;
}

#FirstLine, #SecondLine {
	height:1.6em;
	margin-top:0.1em;
	color: #358E22;
}

#InstrLine {
	color:#262626;
	margin-top:1em;
	text-align:center;
	height: 1.5em;
}

#PicContainer {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	height: 310px;
	margin-top: 1.3em;
}

#PicContainer h2 {
	display:block;
	margin-bottom:0.1em;
}

.picWrap {
	float:left;
	height:308px;
	overflow:hidden;
	position:relative;
	width:320px;
}

.centPic {
	margin-left: 9px; 
	margin-right: 9px;
}

.picHead {
	/*
	position:absolute;  Used when trying to take out Jquery UI for initial animation.  May also try slide down which animates the height and would not r    		require this. 
	z-index:600;
	*/
	left:0;
	right:0;
	text-align: center;
	color: #262626;
	border: solid 2px #236B8e;
	height: 25px; 
	background:url(../images/newButton.png) #236B8e;
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px; 
	-moz-border-radius-topright: 15px; 
	-webkit-border-top-right-radius: 15px; 	
}

.picHead a {
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
}

.homeDetails {
	background-color:#F7F7F7;
	border-color:-moz-use-text-color #262626 #262626;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	cursor:pointer;
	height:268px;
	overflow:auto;
	position:absolute;
	top:29px;
	width:308px;
	padding: 5px;
}


#PicContainer a {
	text-decoration:none;
	font-size: 16px !important;
}

.homeDetails strong a {
	color: #8e4522;
}

#HomeContent img {
	border:medium none;
	height:280px;
	left:0;
	position:absolute;
	top:28px;
	width:320px;
}

.homeCover {
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	height: 280px;
	z-index:500;
	background:#585858;
	opacity: 0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);    /*IE 6&7*/
	border-right: solid 2px #236B8e;
	border-left: solid 2px #236B8e;
	border-bottom: solid 2px #236B8e;
}

.appear {
	display:none;
}

#PlayIntro {
	display:none;
	position:absolute;
	right:75px;
	top:8px;
}

#PlayIntro a {
	font-size: .9em;
	text-decoration: underline;
	color: #8e226b;
}