html {height: 100%}
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	background: #fff;
	max-width: 1100px;
	min-width:  760px;	
    border-top: solid 5px #000066;	
	height: 100%;
}

/* main elements */

#wrapper {
	background: url(http://www.jmrl.org/images/wrapper.gif) repeat-y 66% 0px;
	min-height: 100%;
	width: 99.9%;
	border-right: solid 1px #000066;
	float: left;
}

/*#head {
	background: url(http://www.jmrl.org/images/sidebar-bkg.gif) repeat;	
	height: 121px;
	width: 100%;
	float: left;
}*/
#head {
	background: url(http://www.jmrl.org/js/rotate.php) no-repeat;	
	height: 121px;
	width: 100%;
	float: none;
}

#topnav {
	margin: 0;
	padding: 0;
	text-align:right;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	float:right;
	}

#topnav li {
display: inline;
list-style-type: none;
padding-right: 1.5em;
color: #990000;
}

#topnav a:link, #topnav a:visited {
color: #990000;
text-decoration: none;
outline:none;
}

#topnav a:hover{
color: #006;
text-decoration: none;
}

#left {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0;
	background: transparent;
}

#sidebar {
	float: right;
	width: 34%;
	font-size: 85%;
	margin: 0;
	padding: 0;
	background: transparent;
}

#footer {
	clear: both;
	border-top: solid 1px #000066;
	border-right: solid 1px #000066;
	margin-top: -60px;
	padding: 1.5em 0;
	text-align: center;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	max-width: 1100px;
}
#footer ul  {
padding: 0;
margin: 0;
list-style-type: none;
color: #000066;
width: 100%;
text-align: center;
}

#footer li { display: inline; }

#footer li a {
text-decoration: none;
padding: 0 1em;
border: none;
outline: none;
}

#footer img {border: none}


/* padding/margins of main elements */

.gutter {
	padding: 0.5em 1em 1.5em 1em;
}

#navcontainer {
	float:left;
	background: #FDF5e4;
	width: 100%; 
	border-top: 1px solid #006;
    border-bottom: 1px solid #006;
}
#navcontainer table {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #990000;
  margin: 0;
  padding: 0;
}
#navcontainer td {
	padding: 0 .7em;
	margin: 0;
	border-right: solid 1px #006;
	white-space: nowrap;
	}

#navcontainer a:link, #navcontainer a:visited {  
	color: #990000;
	text-decoration: none;
	}

#navcontainer a:hover {color: #006;}

/* ######### Style for Drop Down Menu ######### */

.dropmenu {
position:absolute;
top: 0;
margin: 12px 0 0 -10px;
font: 12px Georgia, "Times New Roman", Times, serif;
border: 1px solid #006;
border-bottom-width: 0;
border-top-width: 0;
z-index:100;
background-color: #FDF5E6;
width: 200px;
visibility: hidden;
}

.dropmenu a:link, .dropmenu a:visited {
padding: 1px 3px;
display: block;
border-bottom: 1px solid #006;
text-decoration: none;
color: #006;
}

.dropmenu a:hover { 
background-color: #006;
color: #fff;
}


/* Links */
a:link {color: #000066; outline: none;}
a:visited {color: #000066; outline: none;}


/* Headers and typography */

h1 {
	color: #801711;
	font-size: 125%;
	font-weight: normal;
}

h2 {
	color: #000066;
	font-weight: bold;
    font-size: 100%;
}

h3 {
	color: #000066;
	font-weight: bold;
    font-size: 85%;
}

.boldblue {color: #000066; font-weight: bold;}
.boldred {font-weight: bold;color: #801711;}
.boldgreen {font-weight: bold; color: #336633;}

.small {font-size: 80%}

/* horizontal rules */

hr {
	height: 0px;
	padding: 5px 0;
	border: 0px solid #CC9900;
	border-top-width: 1px;
}

/* draws rule above element */

.upperB {
	border-top: 1px solid #CC9900;
	padding-top: 1em;
}

.lowerB {
	border-bottom: 1px solid #CC9900;
	padding-bottom: 1em;
}
.upperBlight {
	border-top: 1px solid #F2F2F2;
	padding-top: 1em;
}


.lowerBlight {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 1em;
}	

/* sidebar formatting */
#sidebar h1  {
    color: #801711;
	font-size: 125%;
	font-weight: normal;
}

#sidebar h2 {
	color: #336633;
}



/* check the catalog formatting */
.cat {font-size: 70%;}
a.cat  {color: #000066;}


/* small text for jumps */
.jump {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* for floating images to the left or right */
.imgR {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #000;
padding: 0px;
}

.imgL {
float: left;
margin: 0 1em 1em 0;
border: 1px solid #000;
padding: 0;
}


/* opposing floats */
/* =pictures line up with text (no wrap) */	
dl {
	margin: 10px 0;
	padding: 10px 0;
	}
	
dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl dt {
	margin: 0 0 .5em 0;
	color: #801711;
	font-size: 125%;
	font-weight: normal;
	}
dl dt img {
	float: left;
	margin: 0 1em 0 0;
	}
	
dl dd {
	margin-left: 140px;
	}
/* reverse */
dl dt.reverse img {
	float: right;
	margin: 0 0 0 1em;
	}	
dl dd.reverse {
	margin-left: 0
	}
/* remove border around an image */
.nb  {border: none}


/* makes paragraphs that are indented, not block style */

p.indent {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 1.5em;
}
/* bullets in the left area */

#left ul {
	margin-left: 1em;
	padding: 0;
	list-style: none;
}
#left ul li {
	background: url(http://www.jmrl.org/images/bullet-gold.gif) no-repeat 0px 0.5em;
	padding-left: 1em;
	margin-bottom: 1em;	
}
#left ul ul {margin-top: .5em}

#left ul ul li {
	background: url(http://www.jmrl.org/images/bullet-green.gif) no-repeat 0px 0.5em;
	padding-left: 1em;	
	margin-bottom: .5em;
}

/* bullets in the sidebar area */


#sidebar ul {
	margin-left: 16px;
	padding-left: 0px;
	list-style-image: url(http://www.jmrl.org/images/bullet-gold.gif);

	
}
#sidebar li {
	margin-bottom: 10px;

}


/* One column layout. To use, change the body tag to <body id="col1 (col + number 1)"> */

#col1 #wrapper, #col2 #wrapper {background: #fff url(../images/headpatch.gif) no-repeat right top}
#col1 #left {width: 100%}
#col1 #sidebar {display: none}

/* 2 column layout. To use, change the body tag to <body id="col2"> */

#col2 #left {width: 48%}
#col2 #sidebar {width: 46%; font-size: 100%}
#col2 #left .gutter {padding-right: 3em;}

