@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	background-image:url(../_images/mainBkg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFFCAB;
}
#wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
	height:100%;
}
#top {
	position:relative;
	margin-top:10px;
	width:100%;
	height:200px;
	background:#FFFF00;
	border:1px #000 solid;
}
#top img {
	float:left;
	margin-top:5px;
	margin-left:5px;
}
#top h1 {
	padding:0;
	margin:0;
	position:absolute;
	top:00px;
	right:30px;
	font-size:45px;
	float:right;
}
.red {
	color:red;
}
.blue {
	color:blue;
}
.green {
	color:green;
}
#top ul {
	position:absolute;
	top:80px;
	left:250px;
}
#top #list1 {
	position:absolute;
	top:50px;
	left:260px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #list2 {
	position:absolute;
	top:75px;
	left:320px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #list3 {
	position:absolute;
	top:100px;
	left:380px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #list4 {
	position:absolute;
	top:125px;
	left:440px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #list5 {
	position:absolute;
	top:150px;
	left:500px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #list6 {
	position:absolute;
	top:175px;
	left:560px;
	background-image:url(../_images/topListImg.png);
	background-repeat:no-repeat;
	background-position:5px ;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	color:#00F;
}
#top #info {
	position:absolute;
	top:90px;
	right:10px;
	height:100px;
	width:300px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
}
#top a.email {
	color:#000;
}
#top a.email:hover {
	color:#00F;
}
#top a.list {
	color:#00F;
	text-decoration:none;
}
#top a.list:hover {
	color:#009;
	text-decoration:underline;
}
#content {
	position:relative;
	margin-top:10px;
	width:740px;
	height:500px;
	padding-bottom:25px;
	padding-left:220px;
	padding-right:20px;
}
#flash {
	position:absolute;
	left:0;
	top:0;
	white-space:200px;
	height:200px;
	z-index:1;
}
#menu {
	position:absolute;
	left:0;
	top:210px;
	width:200px;
}
#menu .menu {
	width:200px;
	height:25px;
	margin-top:5px;
	line-height:25px;
	background-image:url(../_images/menuBkg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
#menu .menu:hover {
	background-position:0 -25px;
}
#menu .menu a {
	color:#FF0;
	text-decoration:none;
	font-size:18px;
	display:block;
}
#menu .menu a:hover {
	color:#FFF;
}
#menu .menu ul {
	margin:0;
	padding:0;
}
#menu .menu li {
	position:absolute;
	top:-210px;
	width:200px;
	height:200px;
	list-style-type:none;
	visibility:hidden;
	z-index:2;
}
#menu .menu:hover li {
	visibility:visible;
}
#content hr {
	padding:0;
	margin:0;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
	background-color:#FFFF00;
	border:1px #000 solid;
	color:#666;
	font-size:0.8em;
	line-height:25px;
}
#footer .right {
	float:right;
	padding-right:10px;
}
#footer a {
	color:#666;
}
#footer a:hover {
	color:#000;
}