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

body {
margin:0;
background-color:#FF6E16;
background-image:url(../Images/splash-g.gif);
background-position:539px 262px;
background-repeat:no-repeat;
}

#homeLogo {
position:absolute;
left:68px;
top:68px;
}

.question {
position:absolute;
display:block;
left:370px;
top:211px;
width:290px;
height:160px;
background-image:url(../Images/home-quote.gif);
background-position:left top;
background-repeat:no-repeat;
text-decoration:none;
padding: 5px;
}

.enterButton {
	position:absolute;
	display:block;
	left:370px;
	top:382px;
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}

.question a {
display:block;
text-decoration:none;
}

.questionText {
padding:0 0 0 35px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
line-height:23px;
color:#563804;
}

#tempContact {
position:absolute;
left:73px;
top:440px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
line-height:23px;
color:#074764;
}

#tempContact a {
color:#074764;
text-decoration:underline;
}

#tempContact a:hover {
color:#0094A5;
}

#outer {height: 160px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} 
/* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} 
/* for explorer only */
#inner[id] {position: static;}

