html {height: 100%}
body {
	margin: 0 auto;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background: #01a9d0;
   	height: 100%;
	border-top:5px solid #01a9d0;
	min-width:  966px;	
	width: 95%;
}
/* Links */
a:link {color: #019abd; outline: none;}
a:visited {color: #019abd; outline: none;}

/* main elements */

#wrapper {
	background: #fff url(http://jmrl.org/images/wrapper-blue.gif) repeat-y 66% 0px;
	min-height: 100%;
	width: 99.9%;
	margin: 0 auto;
	overflow:hidden;
}


#head {
	background: #fff url(http://jmrl.org/images/JMRL.logo.gif) no-repeat .5em .5em;
	height: 105px;
	width: 100%;
}

#logo a {position:absolute; top: 5px; width: 400px; height: 100px;}
#topnav {
	margin: 0;
	padding: .5em 1em;
	text-align:right;
	float:right;
	color:#01a9d0;
	font-size: 90%;
	text-transform:uppercase;
	}

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


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

#topnav a:hover, #topnav a.selected {
color: #fa7906;
text-decoration: none;
}

#left {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size:.8em;
}

#sidebar {
	float: right;
	width: 34%;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background: transparent;

}

#footer {
	clear: both;
	border-top: solid 1px #000066;
	border-right: solid 1px #000066;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
	background: #fff;
	font-size: 11px;
	width: 100%;
	
}
#footer ul  {
padding: 0;
margin: 0;
list-style-type: none;
color: #01a9d0;
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 {
	background: #82bb3d url(http://jmrl.org/images/bkg.nav.jpg) repeat-x;
	width: 100%; 
	border-top: 1px solid #006;
    border-bottom: 1px solid #006;
	font-size:80%;
}
#navcontainer table {
  text-transform:uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  border-collapse:separate;
}
#navcontainer td {
	padding: .25em .5em;
	margin: 0;
	border-left: solid 1px #fff;
	white-space: nowrap;
		}
#navcontainer td:first-child {border-left: none;}
#navcontainer a:link, #navcontainer a:visited {  
	color: #fff;
	text-decoration: none;
	}

#navcontainer td:hover {background:#fa7906; color: #fff;}

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

.dropmenu, .chrome {
	position:absolute;
	margin: 1em 0 0 -5px;
	text-transform:uppercase;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background: #81bc3e;
}

.chrome {margin: 5px 0 0 -5px;}
.dropmenu a:link, .dropmenu a:visited {
font-size:75%;
padding: 5px;
display: block;
border-bottom: 1px solid #fff;
text-decoration: none;
color: #fff;
}

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




/* Headers and typography */


h1 {
	color: #01a9d0;
	font-size: 2em;
	text-transform:uppercase;
	
}

h2 {
	color: #834931;
    font-size: 1.5em;
}

h3 {
	color: #82bb3d;
    font-size: 1.2em;
}
.uppercase {text-transform:uppercase}
.nocase {text-transform:none}
.boldblue {color: #01a9d0; font-weight: bold;}
.boldred {font-weight: bold;color: #801711;}
.boldgreen {font-weight: bold; color: #82bb3d;}
.boldbrown {font-weight:bold; color:#834931}
.boldorange {font-weight:bold; color:#fa7906;}

.small {font-size: 80%}

/*#left p {font-size: .875em}
*/
/* horizontal rules */

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

/* draws rule above element */

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

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


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

/*sidebar formatting */
#sidebar h1  {
    font-size: 1.5em;
	font-weight: normal;
}
/* 
#sidebar h2 {
	color: #834931;
}
*/


/* check the catalog formatting */
.cat {font-size: 11px;}
a.cat  {color: #01a9d0;}


/* small text for jumps */
.jump {
	font-size: 11px;
}

/* 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://jmrl.org/images/bullet-orange.gif) no-repeat 0px 0.3em;
	padding-left: 1.5em;
	margin-bottom: 1em;	
}
#left ul ul {margin-top: .5em}

#left ul ul li {
	background: url(http://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://jmrl.org/images/bullet-orange.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(none)}
#col1 #left {width: 100%; font-size:.8em}
#col1 #sidebar {display: none}

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

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

