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

* {
	margin:0px;
	padding:0px;
}

body {
	background:#3f402f;
}

#pageContainer {
	width:849px;
	height:361px;
	background:url(../media/page-top.jpg) no-repeat;
	position:absolute;
	margin-left:-424.5px;
	left:50%;
}

#mainBody {
	padding-top:10px;
	width:849px;
	background:#FFF;
	position:absolute;
	margin-left:-424.5px;
	left:50%;
	top:361px;
}

#pageBottom {
	background:url(../media/page-bottom.gif) no-repeat;
	width:849px;
	height:29px;
	float:left;
}

#linksBottom {
	padding-top:2px;
	padding-bottom:5px;
	width:849px;
	float:left;
	text-align:center;
}

h1 {
	font-family:Garamond, "Palatino Linotype";
	font-size:36px;
	font-weight:normal;
	color:#635d3f;
}

#menu {
	float:left;
	width:192px;
	padding-top:3px;
	background:url(../media/menu-top.jpg) top left no-repeat;
	padding-right:10px;
	padding-bottom:10px;
}

#menuBody {
	background:url(../media/menu-middle.jpg) repeat-y;
	padding-left:3px;
}

#menuBottom {
	background:url(../media/menu-bottom.jpg) no-repeat bottom;
	height:3px;
}

.text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#635d3f;
}

a:link, a:active, a:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#635d3f;
	text-decoration:underline;
}

a:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#635d3f;
	text-decoration:none;
}

#errorMessage {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#930;
}

#trailerVideo {
	display:none;
}

#hh_featuredQuestion {
	float:left;
	width:448px;
	border:#635d3f 2px solid;
}

#question {
	padding:5px;
	padding-right:15px;
}

.question {
	font-weight:bold;
	color:#900;
	font-style:italic;
}

.answer {
	font-weight:bold;
	text-align:left;
	padding-top:8px;
}

.hh_featuredQuestionText {
	left:10px;
	position:relative;
}

.askMichelle .question {
	font-weight:bold;
	color:#900;
	font-style:italic;
}

.textBottom {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#635d3f;
	font-size:12px;
}

ul .text {
	list-style:inside;
}