/*******************************************************
TITLE: Fixed Four-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
text-align: center;
padding:0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
background-image:url(graphics/background.gif);
}

p {
margin:6px 0 10px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

p.indent {
margin: 6px 0 10px 5px;
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

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:5px 0 5px 20px;
padding: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 0;
padding:0;
}

blockquote {
margin:22px 40px;
padding:3px;
padding: 0 50px;
}

 


li {
			margin-bottom: 10px;
			}
			


table {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin: 0 auto;
padding:0;
text-align: left;
width:900px;
position: relative;
border:1px outset #000000;
background-color:#FFFFFF;
}

#maincontent .indent {
	padding: 0 0 0 25px; /* indents content to the right  */
}



/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:900px;
height:143px;
background-image:url(graphics/header.gif);

}

#header.swoosh {
padding: 5px;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
text-align: center;
height:35px;
line-height:30px;
width:900px;
background-color: #FFFFCC;
}

#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;;
}


/* << ----------------// slideshow //---------------->> */
#slideshow {
margin:0;
width: 900px;
padding:5px 0 0 0;
height:215px;
background-image:url(graphics/slideshowborder.gif);
background-repeat:no-repeat;
}

/* << ----------------// Left column //---------------->> 
#columnOne {
float:left;
margin:0;
padding:0;
width:200px;
height: 530px;
background-image:url(graphics/greentexturedbox190x530.gif);
background-repeat:no-repeat;
}

/* << ----------------// Middle columns //---------------->> 
#columnTwo{
float:left;
margin:0;
padding:0;
width:233px;
height: 530px;
background-image:url(graphics/columnmidbackground.gif);
background-repeat:repeat-x;
}

#columnThree {
float:left;
margin:0;
padding:0;
width:233px;
height: 530px;
background-image:url(graphics/columnmidbackground.gif);
background-repeat:repeat-x;
}

/* << ----------------// Right column //---------------->> 
#columnFour {
float:left;
margin:0;
padding:0;
width:233px;/*this is the max width or this column will wrap below
height: 530px;
background-image:url(graphics/columnmidbackgroundnoline.gif);
background-repeat:repeat-x;
}*/


#fixed {
   margin:0 auto;
   width:900px;   /* you can use px, em or % */
   text-align:left;
}


/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background-image:url(graphics/columnmidbackgroundnoline.gif);
	background-repeat:repeat-x; /* column 4 background colour */
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background-image:url(graphics/columnmidbackground.gif);
background-repeat:repeat-x; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background-image:url(graphics/columnmidbackground.gif);
background-repeat:repeat-x; /* column 2 background colour */
}
#container1 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
background-image:url(graphics/greentexturedbox190x530.gif);
 /* column 1 background colour */
}
#col1 {
	float:left;
	padding: 3px 0 0 0;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col2 {
	float:left;
	padding: 3px 0 0 0;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	padding: 5px 0 0 0;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	padding: 5px 0 0 0;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}
/* --> */


/* 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; }
.rbroundboxbl { width: 50%; margin: 1em 1em 1em 1em; }
/* END BLUE ROUNDED BOX */





/*#columnheader {
margin: 0;
padding:0;
height: 60px;
}*/


/*.logoshadow {
width: 122px;
height: 118px;
display: block;
position: absolute;
bottom: 0;
right: 0;
background: url(graphics/greenlogoshape.gif) no-repeat;
}*/

/* << ----------------// Footer //---------------->> */
#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;
list-style:none;
}

#navHorizontalfooter ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
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;;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */