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:  960px;	
	width: 95%;
}
/* Links */
a:link {color: #019abd; outline: none;}
a:visited {color: #019abd; outline: none;}
a:hover {color: #fa7906;}
/* 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: 80%;
	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, #footer-cat {
	clear: both;
	border-top: solid 1px #01A9D0;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
	background: #fff;
	font-size: 11px;
	width: 100%;
}

#footer-cat {margin-top: 3em}

#footer ul, #footer-cat ul  {
padding: 0;
margin: 0;
list-style-type: none;
color: #01a9d0;
width: 100%;
text-align: center;
}

#footer li, #footer-cat li { display: inline; }

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

#footer img, #footer-cat 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:.8em;
	font-weight:bold;
	height: 25px;
	padding: 0;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul, .sf-menu ul ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	border-right: solid 1px #999999;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	z-index:200;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	z-index:		199;
}

/*** jmrl skin ***/

.sf-menu a {
	color:	#fff;	
	text-decoration:none;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	padding: .5em ;
	background:		transparent;	
	text-transform:uppercase;
	z-index:10;
	font-size: 95%;
/*	border-right: solid 1px #999999;
*/
}
.sf-menu li li {
	background:	#81bc3e;
	text-transform:uppercase;
	border-bottom: solid 1px #fff;
	z-index:50;
	font-size: 90%;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fa7906;
	outline:		0;
}
.sf-menu li li a:hover, .sf-menu li li.sfHover a:hover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu a:active  {
	background:		#fa7906;
	outline:		0;
	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;
}
h4 {
	color: #7ac0d0;
    font-size: 1em;
}
.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: 11px}

/*#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, #sidebar ul {
	margin-left: 1em;
	padding: 0;
	list-style: none;
}
#left ul li, #sidebar 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, #sidebar ul ul {margin-top: .5em}

#left ul ul li, #sidebar 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, #wrapper-c {background: #fff url(none)}
#col1 #left, #wrapper-c #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;}
