@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin: 0; /* 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: #434343;
	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:16px;
	font-weight: bold;
	line-height: 1.2;
}

h2 {
	font-size:14px;
	line-height: 1.2;
}

h3 {
font-size:12px;
font-weight: bold;
color: #036;
}



/**#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;
	text-align: left;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	/* [disabled]list-style-position: inside; */
}


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 0 0 0px;

}

/*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: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.side {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	text-align: left;
}

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;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
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 10px 0 0;
	height: 800px;
	border:double #d7e5c4;
background-color: #eff4e8;

}

#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 10px 0 0;
	height: 650px;
	border:double #d7e5c4;
background-color: #eff4e8;
}

#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 10px 0 0;
	padding-top: 20px;
	height: 800px;
background-image: url(http://www.jcmh.org/graphics/Secondarygreentexturedbox225.gif);
background-repeat: no-repeat;
background-position: right;
}

#sidebarxlong{
	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 10px 0 0;
	padding-top: 20px;
	height: 1200px;
background-image: url(http://www.jcmh.org/graphics/Secondarygreentexturedbox225xl.gif);
background-repeat: no-repeat;
background-position: right;
}

#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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 0 0 10px;
	padding: 10px;
border:double #d7e5c4;
background-color: #eff4e8;
}

#sidebarright p{font-weight:normal;}

#slideshow {
float: none;
margin:0 0 20px 0;
padding:0 -10px 0 0 ;
height:210px;
background-repeat:no-repeat;
background-color: #ACD4F1;
border-bottom: solid thin #000066;
}


#slideshownarrow {
float: none;
margin:0 0 20px 0;
width: 100%;
padding: 20px 0px 0 10px;
height:50px;
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
font-stretch:expanded;
color: #003366;
background-repeat:no-repeat;
background-color: #c5e2f5;
background-position: right;
border-bottom: solid thin #000066;
}



#sidebarrightwide {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* 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;
	padding: 10px;
border:double #d7e5c4;
background-color: #eff4e8;
}


#mainContent {
	margin-left: 25px;
padding: 0 5px 0 25px;
font-weight: normal;
} 

#mainContenthome {
padding: 0 5px 0 0px;
} 

#maincontent.indent  {
	padding: 0 0 0 25px; /* indents content to the right  */
}


#onepageContent {
padding:  0 15px 0 15px;
}

#onepageContent.blue {
background:#bbc7dd;
}








#footer {
	margin:0;
	text-align: center;
	padding: 10px 0 10px 0;
	width:900px;
	height:250px;
	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;
	text-align: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: left;
}
.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;
}

