@import main.css;
/*
Alternate Stylesheet for Red House Park Revised June 2007 for Suckerfish menu
*/

body {
	font-family: Lexia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	font-size: 100%;
}

a:link{
color: #000099;
}

a:hover, a:visited{
color: #99001b;
}



/* Container for centering, needs border or mozilla hickups*/

#container{
width: 95%;
margin: 8px auto;
text-align: left;
position: relative;
border: 1px none White;
}

#header{
	height: 50px;
	background-color: #fff;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../graphics/rhplogo.gif);
	width: 100%;
	
}



#subheader{
	
	font-size: 80%;
	height: 50px;
	color: White;	
	font-weight: bold;
	background-color: #99001B;
	margin: 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 100%;
	
}

#subheader a{
color: White;
padding-right: 2px; 
}

	
#topnav a:hover {
	background-color: #ffc;
	color: #99001b;
}	
#topnav li {
	float: left;
	width: 9em; 
	background-color: #99001B;
	z-index: 2;
	
	
}
#topnav li ul {
	position: absolute;
	 width: 9em; 
	left:-999em;
	background-color: #FFFFcc;
	padding: 2px;
	z-index: 2;
	border: 2px solid #99001B;
	
	}
	
#topnav li:hover ul, #topnav li.sfhover ul {
	left:auto;
	z-index: 2;
	background-color: #FFFFCC;
}


#content{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22%;
	padding: 8px 0 0 0px;
	width: 77%;
background: #ffc;
}

.mainblock{
	position: relative;
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0 0 0 0;
	background: #FFffcc;
	left: 7px;
	
}


#footer{
	margin: 20px 0 20px 0px;
	width: 100%;
	text-align: center;
	font-size: 68%;
	color: #99001b;
}
#footer a{
	color: #99001b;
}
/* mainblock content styling*/

.mainblock h1{
	clear: both;
	font-size: 90%;
	font-weight: bold;
	margin: 16px 20px 8px 20px;
	padding: 0;
	color: #99001b;
}

.mainblock h2{
font-size: 80%;
font-weight: bold;
margin: 16px 20px 8px 20px;
padding: 0;
color: #000099;
}


.mainblock dt{
	list-style: square inside;
	font-style: oblique;
	margin: 8px 0;
	font-size: 75%;
	color: #99001b;
	font-weight: bolder;
}




#info h1{
font-size: 68%;
font-weight: bold;
margin: 0 0 8px 0;
padding: 4px 20px 4px 20px;
background-color: #Ffffcc;
color: #99001b;
border-bottom: 1px solid #000;
background-repeat: no-repeat;
background-position: right top;
background-image:  url(../graphics/footer_top_bg.gif);
}



/* Navigation styling*/  


#navigation a{
color: #000099;
display: block;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 12px;
margin-top: 0;
margin-bottom: 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid #000;
background-repeat: repeat-y;
background-position: left;
background-color: #fff;

}

#navigation a:hover{
background-color: Silver;
}


#intro{
	background: #ffffcc;
}

.centic {
	color: #99001b;


}
.msgbox {
	font-family: cursive;
	background-color: #ffffff;
}

.imageref {

	color: #000099;

}


.photocap {
	font-size: 60%;
	color: #000099;
	font-style: italic;
	}
.clear {font-size: 1px; height: 1px} 
.redtext {color: red;}
#flashcontent {	height: 660px;	}
