@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(http://www.jcmh.org/graphics/background.gif);
}

p {
margin:6px 0 10px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}



h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

#titlebox {
background-color: #ACD4F1;
border-bottom-color: #221F72;
padding: 5px 5px 5px 5px;
height: 50px;
width: 100%;
}



h3.titlebox {
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #221f72;
}

h4 {
font-size:12px;
margin: 0 0 25px 0;
color: #000099;
text-align: center;
font-weight:bold;
}

a:link, a:visited {
color: #221f72;
text-decoration:underline;
}

a:hover, a:active {
color: #221f72;
text-decoration:none;
background-color: #d7e5c4;
}

ul {
margin-left: 2.5em; 
padding-left: 0;  

list-style-type: disc;
}

ul.nodisc {
margin:5px 0 5px 0;
padding:0;
list-style-type: none;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 20px;
padding:0;
}

/*ul {
padding: 10px;
margin: 5px;
text-indent: 15px;
text-decoration: none;
line-height: 2em;
list-style-type: disc;
list-style-position: outside;
}*/


table {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

table li{
list-style-position:outside;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
margin:0;
padding:0px;
width:900px;
height:143px;
background-image:url(http://www.jcmh.org/graphics/header.gif);
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header.swoosh {
padding: 5px;
}



/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0 0 6px 0;
text-align: center;
height:33px;
line-height:30px;
width:900px;
background: url(graphics/SecondaryNavLowerBorder.gif);
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 12px 5px 12px;
color: #221f72;
text-decoration: underline;
text-transform:uppercase;
font-size: 10px;
font-weight: bold;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
text-decoration: underline;
background-color: #d7e5c4;;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	height: 700px;
background-image: url(http://www.jcmh.org/graphics/Secondarygreentexturedbox225.gif);
background-repeat: no-repeat;
background-position: right;
}

#sidebarcontent {
margin: 5px 15px 5px 10px;
padding: 0;
}

#sidebarshort {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	height: 450px;
background-image: url(http://www.jcmh.org/graphics/Secondarygreentexturedbox225.gif);
background-repeat: no-repeat;
background-position: right;
}

#sidebarlong{
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	height: 900px;
background-image: url(http://www.jcmh.org/graphics/Secondarygreentexturedbox225.gif);
background-repeat: no-repeat;
background-position: right;
}

#slideshow {
float: none;
margin:0;
width: 100%;
padding:0;
height:210px;
background-repeat:no-repeat;
background-color: #ACD4F1;
border-bottom: solid thick #000066;
}


#slideshownarrow {
float: none;
margin:0;
width: 99%;
padding: 20px 0px 0 10px;
height:50px;
font-size: 28px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: oblique;
color: #003366;
background-repeat:no-repeat;
background-color: #ACD4F1;
background-position: right;
border-bottom: solid thick #000066;
}



#mainContent {
padding: 0 5px 0 0px;
} 

#maincontent.indent  {
	padding: 0 0 0 25px; /* indents content to the right  */
}


#onepageContent {
padding:  0 5px 0 5px;
}

#onepageContent.blue {
background:#bbc7dd;
}





/* ROUNDED BOX lightblue */
.rbroundboxbl { 
	background: url(http://www.jcmh.org/graphics/roundedbluebackground.gif) repeat; 
	float: right;
	}
	
.rbtopbl div { background: url(http://www.jcmh.org/graphics/roundedblueleft.gif) no-repeat top left; }
.rbtopbl { background: url(http://www.jcmh.org/graphics/roundedblueright.gif) no-repeat top right; }
.rbbotbl div { background: url(http://www.jcmh.org/graphics/roundedbluelowleft.gif) no-repeat bottom left; }
.rbbotbl { background: url(http://www.jcmh.org/graphics/roundedbluelowright.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbl div, .rbtopbl, .rbbotbl div, .rbbotbl {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentbl { margin: 0 7px; padding: 3px 3px 3px 3px;}
.rbroundboxbl { width: 35%; margin: 1em 1em 1em 1em; }

.rbcontentbl ul li {list-style-position:outside;}
/* END BLUE ROUNDED BOX */

/* ROUNDED BOX lightblue narrow */
.rbroundboxbln { 
	background: url(graphics/roundedbluebackground.gif) repeat; 
	float: right;
	}
	
.rbtopbl div { background: url(graphics/roundedblueleft.gif) no-repeat top left; }
.rbtopbl { background: url(graphics/roundedblueright.gif) no-repeat top right; }
.rbbotbl div { background: url(graphics/roundedbluelowleft.gif) no-repeat bottom left; }
.rbbotbl { background: url(graphics/roundedbluelowright.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbl div, .rbtopbl, .rbbotbl div, .rbbotbl {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentbl { margin: 0 7px; }
.rbroundboxbln { width: 200px; margin: 1em 1em 1em 1em; }
/* END BLUE ROUNDED BOX */

/* ROUNDED BOX lightblue narrow */
.rbroundboxbln { 
	background: url(graphics/roundedbluebackground.gif) repeat; 
	float: right;
	}
	
.rbtopbl div { background: url(graphics/roundedblueleft.gif) no-repeat top left; }
.rbtopbl { background: url(graphics/roundedblueright.gif) no-repeat top right; }
.rbbotbl div { background: url(graphics/roundedbluelowleft.gif) no-repeat bottom left; }
.rbbotbl { background: url(graphics/roundedbluelowright.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbl div, .rbtopbl, .rbbotbl div, .rbbotbl {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentbl { margin: 0 7px; }
.rbroundboxbln { width: 200px; margin: 1em 1em 1em 1em; }
/* END BLUE ROUNDED BOX */

/* ROUNDED BOX lightblue large left*/
.rbroundboxblc { 
	background: url(graphics/roundedbluebackground.gif) repeat; 
	float: left;
	}
	
.rbtopbl div { background: url(graphics/roundedblueleft.gif) no-repeat top left; }
.rbtopbl { background: url(graphics/roundedblueright.gif) no-repeat top right; }
.rbbotbl div { background: url(graphics/roundedbluelowleft.gif) no-repeat bottom left; }
.rbbotbl { background: url(graphics/roundedbluelowright.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopbl div, .rbtopbl, .rbbotbl div, .rbbotbl {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentbl { margin: 0 4px; }
.rbroundboxblc { width: 250px; margin: 10px 10px 10px 10px; }
/* END BLUE ROUNDED BOX large centered */

/*.logoshadow {
	width: 122px;
	height: 118px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(http://www.jcmh.org/graphics/greenlogoshape.gif) no-repeat;
	overflow: hidden;
}*/


#footer {
margin:0;
text-align: center;
padding: 10px 0 10px 0;
width:900px;
height:90px;
font-size: 9px;
clear: both;
background:#FFFFCC;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color: #003366;
text-decoration:underline;
}

#navHorizontalfooter {
margin:0;
padding:0;
text-align: center;
font-size: 10px;
line-height: 30px;

}

#navHorizontalfooter ul {
margin:0 0 0 5px;
padding:0;

}

#navHorizontalfooter ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;

display:inline;
}

#navHorizontalfooter ul li a:link, #navHorizontalfooter ul li a:visited {
padding:5px 12px 5px 12px;
color: #221f72;
text-decoration: underline;
text-transform:capitalize;
border-right:1px dotted #999999;

}

#navHorizontalfooter ul li a:hover, #navHorizontalfooter ul li a:active {
text-decoration: underline;
background-color: #d7e5c4;;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img noborder {
border: none;
background: none;
}