/* general stuff */

body {
	font: 0.9em/1.2em Times, serif ;
	background: #000 url(images/background3.gif) 0px 0px fixed;
	color: #999;
	padding: 0 0 0 230px;
	margin: 0;
}

* { 
	padding:0;
	margin:0;
}

p {
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}


p:first-line {
	font-weight: bold;
}

h3 {
	font-size: 2em;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	text-indent: 1em;
}

ul {
	/* list-style: none url(images/dot.gif); */
	list-style: none;
	padding: 0 0 .5em 1em;
	margin-left: 1em
	
}

li {
	margin-bottom: 0.3em;
}

a {
	color: #eee;
	background: transparent;
	text-decoration: none;
}

#quickSummary {
	margin: 5px 15px 5px 30px;

}

#flower {
	background: #000 url(images/flower.jpg);
	width: 208px;
	height: 281px;
	position: absolute;
	top: 50px;
	left: -30px;
}

#container {
	background: #000 url(images/back1.gif);
	color: inherit;
	width: 97%;
}

#homecontainer {
	background: #000 url(images/back1.gif);
	color: inherit;
	width: 97%;
	height: 100%;
}

#homePageHeader {
	background: url(images/logo-plain.gif) no-repeat top right;
	position: absolute;
	top: 50px;
	width: 75%;
	height: 76px;
}

#pageHeader {
	background: url(images/logo2-trans.gif) no-repeat top right;
	width: 95%;
	height: 384px;
	
}

#pageHeader span, #homePageHeader span {
	display: none;
}

#linkList {
	position: absolute;
	top: 145px;
	left: 0px;
	background: url(images/menu-top.png) no-repeat top right;
	width: 248px;
	height: 50px;
}

#linkList2 {
	margin-top: 30px;
	background: url(images/menu-body.png) #000;
	color: inherit;
}

#lselect, #lresources {
	padding: 0 15px 0 15px;
}


#linkList2>#lselect {
	background: url(images/lady.png) no-repeat top left;
	margin-left: -65px;
	padding-left: 80px;
	min-height: 200px;
}

#lresources {
	background: url(images/menu-bottom.png) no-repeat bottom right;
	padding-bottom: 2.5em;
}

#container>#linkList {
	background: url(images/menu-button.png) no-repeat top left;
	top: 275px;
	left: 120px;
}

#homecontainer>#linkList {
	background: url(images/menu-button.png) no-repeat top left;
	top: 275px;
	left: 120px;
}

#linkList>#linkList2 {
	visibility: hidden;
}

#container>#linkList:hover {
	background: url(images/menu-top.png);
	left: 100px;
}
#homecontainer>#linkList:hover {
	background: url(images/menu-top.png);
	left: 100px;
}

#linkList:hover #linkList2{
	visibility: visible;
}


#container {
	padding-bottom: 50px;
	margin-bottom: -2em;
}

p:hover {
	color: #aaa;
	background: transparent;
}

p:hover a {
	color: #fff;
	background: transparent;
}

#extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}

div#punch {
	float: right;
	text-align: center;
	padding: 4px 0;
	background: #333;
	margin: 0 0.5em 0.5em 1em;
	text-align: center;
	color: white;
	font-style: italic;
	font: 0.8em/1.2em "Century Gothic", Arial, sans-serif; ;
}

div#punch2 {
	float: right;
	text-align: center;
	padding: 4px 0;
	margin: 0 0.5em 0.5em 1em;
	text-align: center;
	color: white;
	font-style: italic;
	font: 0.8em/1.2em "Century Gothic", Arial, sans-serif; ;
}
