/* Main CSS */

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(images/paper.gif);
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #550000;
}

a {

}

a:link {
	text-decoration: underline;
	color: #550000;
}

a:visited {
	text-decoration: underline;
	color: #550000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	text-decoration: none;
	color: #550000;
}

a img{
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18pt;
	color: #550000;
}

h2 {
	font-size: 16pt;
	color: #550000;
}

h3 {
	font-size: 14pt;
	color: #550000;
}

h4 {
	font-size: 12pt;
	color: #550000;
}

h5 {
	font-size: 10pt;
	color: #550000;
}

h6 {
	font-size: 8pt;
	color: #550000;
}
.h5 {
	font-size: 10pt;
	color: #ffff99;
}
.h7{
	font-size: 8pt;
	color: #ffff99;
}
.h8{
	font-size: 8pt;
	color: #842121;
	font-style: italic;
}
.tabletext {
	font-size: 9pt;
	color: #550000;
}
.tabletextsmall {
	font-size: 8pt;
	color: #550000;
}
.tabletextheader {
	font-size: 10pt;
	color: #550000;
	font-weight: bold;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	text-align: center;
}
* html #container {
	height: 100%;
}

#header {
	height: 150px;
}

#footer {
	height: 80px;
	position: relative;
	margin-top:-80px;
	text-align: center;
}

#footerinnertube {
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px; 
	width: 989px; 
	height: 80px; 
	position: relative; 
	text-align: left;
	z-index: 10;
}

#main{
	text-align: left; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px; 
	width: 989px;
	min-height: 100%;
	border-color: #550000;
	border-width: 6px;
	border-top-style: none;
	border-left-style: double;
	border-right-style: double;
	border-bottom-style: none; 
}
* html #main{
	height: 100%;
}

#contentcontainer {
	padding-bottom: 50px;
}

#pagecontent{
	padding-bottom: 20px;
	padding-left: 190px;
	padding-right: 10px;
	margin-top: -170px;
}

#flower{
	position: relative;
	margin-top: -260px;
	width: 180px;
	z-index: -1;
}

#footertable{
	width: 100%;
	height: 80px;
	border: 0;
	background-image:url(images/footer.gif);
}

.links a:link {
	text-decoration: none;
	color: #550000;
}

.links a:visited {
	text-decoration: none;
	color: #550000;
}

.links a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.links a:active {
	text-decoration: none;
	color: #550000;
}



/* Menu CSS */

.menudiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #c0c0c0;
	background-color: #550000;
	color: #ffff99;
	z-index: 1000;
}
	
.menudiv ul li{
	position: relative;
	z-index: 1000;
}
	

/*Sub level menu items */

	.menudiv ul li ul{
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	color: #ffff99;
}


/* Sub level menu links style */

.menudiv ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #ffff99;
	display: block;
	background-color: #550000;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #c0c0c0;
	border-bottom: 0;
}

.menudiv ul li a:visited{
	color: #ffff99;
	text-decoration: none;
}

.menudiv ul li a:hover{
	background-color: #B00000;
	color: #ffff99;
	text-decoration: none;
}

.menudiv .subfolderstyle{
	background: url(images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */


/* Photo Album CSS */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-image: url(images/paper.gif);
	padding: 0px;
	left: -1000px;
	border: 1px solid #550000;
	visibility: hidden;
	color: #550000;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: 60px; /*position where enlarged image should offset horizontally */

}