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



@font-face {
    font-family: 'PowellAntiqueRegular';
    src: url('/fonts/PowellAntique-webfont.eot');
    src: url('/fonts/PowellAntique-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PowellAntique-webfont.woff') format('woff'),
         url('/fonts/PowellAntique-webfont.ttf') format('truetype'),
         url('/fonts/PowellAntique-webfont.svg#PowellAntiqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:1em;
}
a {
	color:#900;
}
a:hover {
	text-decoration:underline;
	color:#360;
}

body {
	background-color:#000000;
	background-image:url(images/jacquelinesitebg_02-2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:"PowellAntiqueRegular","Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}
.smalltext {
font-size:13px;
}
strong, b {
	font-weight:bold;
	
}
#wrapper {
	width:980px;
	margin:0px auto;
}

#top{
	width:980px;
	height:61px;
	background-image:url(images/jacquelinesitebg_01.jpg);
}
#mainwrap{
	width:980px;
}
#mainwraptree {
	width:980px;
	background-image:url(images/TreeSilhouette2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#main {
	width:820px;
	margin:0px auto;
	height:100%;
	/*padding-top:12px;*/
}
#bottom{
	width:980px;
	height:145px;
	background-image:url(images/jacquelinesitebg_03.jpg);
}
#footer {
	margin-top:12px;
	clear:both;
	font-size:12px;
}
.homemenu {
	font-size:1.1em;
	width:820px;
	margin:18px 0px 32px;
}
.homemenu a {
	/*margin:0px 14px 0px 0px;
	text-decoration:none;*/
	color:#030;
}
.homemenu a:hover {
	text-decoration:underline;
	color:#600;
}
.heading h1{
	color:#030;
	font-size:2.7em;
}
.leftpic {
	float:left;
	margin:4px 18px 2px 0px;
}
.rightpic {
	float:right;
	margin:4px 0px 8px 8px;
	clear:right;
}
.center {
	margin:0px auto;
}
#homenews {
	float:right;
	width:240px;
	margin:0px 0px 10px 18px;
	padding-left: 12px;
	color:#600;
	border-left:1px solid #600;
}
ul, ol {
	padding-left:12px;
}
blockquote {
	padding-left:12px;
}
.rightcite {
	float:right;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration:none;
	/*width: 7em;*/
}
#nav a:hover {
	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	margin:0px 28px 0px 0px;
	padding-bottom:4px;
	/*width: 7em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 9em;
	padding 8px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}
#nav li ul li {
	padding:8px;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#wpadminbar { display:none !important; }

#commentlist li {
	border-bottom:1px dotted #900;
}
