﻿body
{	font-family: Trebuchet MS;
 	font-size: .85em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color: #CFE673;
	background-image:url('Images/background_rmw.jpg');
	background-repeat: repeat-x;
	margin:0; 
    padding:0; 
    height:100%; 
    border:none 
	}

p  {margin: 1em 0; text-align:justify;}
a:link {}
a:visited {}
a:hover {}
a:active {}


h1
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.4em;
	text-align:left;
	}

h2
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.3em;
	text-align:left;
	}

h3
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.2em;
	height: 34px;
	text-align:left;
}

h4
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.1em;
	text-align:left;
	}

h5
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.0em;
	text-align:left;
	}

h6
{
	color: #3F481A;
	font-weight: bold;
	font-size: 0.8em;
	text-align:left;
	}
	
	
/**MASTER IDs**/
/*HEADER STYLES*/
#header
{
	height:147px; 
	width:1024px;
	background-image:url('Images/header.jpg');
	background-repeat: no-repeat;
	padding: 0px;
}

/*WRAPPER-MAIN*/
#wrapper_main
{
	width:1024px;
	height: auto;
	background-color:#FAF3ED;
	}

/*NAVIGATION STYLES*/
#nav
{
	width:1024px;
	height: 35px;
	padding:0px;
	margin-bottom: -1px;

	}

.nav_on 
{
	background-image: url('Images/nav_on.png');
	background-repeat: no-repeat;
	width: 128px;
	height: 35px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	}
.nav_on a:link {color: #FFCC66; text-decoration: none;}
.nav_on a:visited {color: #FFCC66; text-decoration: none;}
.nav_on a:hover {color: white; text-decoration: none;}
.nav_on a:active {color: #FFCC66; text-decoration: none;}

.nav_off 
{
	background-image: url('Images/nav_off.png');
	background-repeat: no-repeat;
	width: 128px;
	height: 35px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	}
.nav_off a:link {color: #3F481A; text-decoration: none;}
.nav_off a:visited {color: #3F481A; text-decoration: none;}
.nav_off a:hover {color: #FFCC66; text-decoration: none;}
.nav_off a:active {color: #3F481A; text-decoration: none;}

#navcrumb
{
	height: 15px;
	padding: 0px;
	width: 1024px;
	background-color: #3F481A;
	margin-top: -3px;
	}
	
.navcrumb
{
	text-align: left;
	text-indent: 10px;
	font-size: 1em;
	color: White;
	}
	
.navcrumb a:link  {text-decoration:none; color:white; vertical-align: middle;}
.navcrumb a:visited {text-decoration:none; color:white; vertical-align: middle;}
.navcrumb a:hover {text-decoration:underline; color:white; vertical-align: middle;}
.navcrumb a:active {text-decoration:underline; color:white; vertical-align: middle;}

/*CONTENT STYLES*/
#content
{
	width:974px;
	padding-top: 10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
	}
#content p{ text-align:justify;} /*this is a known-tag within the ID content*/

/*FOOTER STYLES*/
#footer
{
	height: 125px;
	width:1024px;
	background-image:url('Images/footerbgd_rmw.jpg');
	background-repeat:no-repeat;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:15px;
	padding-top: 80px;
	vertical-align:bottom;
	text-align: center;	
	color: #3F481A;
	margin-top: -1px;
	font-size: .8em;
	}

	
#footerlist li 
{
display: inline;
list-style-type: none;
}

#footer a:link  {text-decoration:none; color:#3F481A;}
#footer a:visited {text-decoration:none; color:#3F481A;}
#footer a:hover {text-decoration:underline; color:#3F481A;}
#footer a:active {text-decoration:underline; color:#3F481A;}


	
/**OTHER IDs**/

/*FONT STYLES*/

.tmedium
{
	color: #3F481A;
	font-weight: bold;
	font-size: 1.1em;
	text-align:left;
	}
	
.tblue
{
	color: #0099CC;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	}
	
.tmediumorange
{
	color: #FF9900;
	font-weight: bold;
	font-size: 1.1em;
	text-align:left;
	}
	
.tgreen
{
	font-size: 1em;
	color: #3F481A;
	font-weight: bold;
	}
	
/* BEGIN LIGHTBOX GALLERY*/
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END LIGHTBOX GALLERY*/

/*GALLERY TABLE*/
#Gallery 
{ width:600px;
  border: solid 1px #CFE673;
  padding: 10px;
  	}
  	
#Gallery td 
{width: 125px; height:80px; border: none;}

#Gallery a:link { text-decoration:none; color:#3F481A;}
#Gallery a:visited {text-decoration:none; color:#3F481A;}


/*BANNER TABLE*/
#banner
{
	width:1024px;
	height: 200px;
	background-image: url('Images/ChristmasBanner_RMW.jpg');
	}
