/*_____________________________________structure_______________________________________*/

/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color: #cccccc;
}
#wrapper #content #content_foot {
	clear: both;
	float: left;
	width: 100%;
}

/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(jmc_images/larger_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px top;	
	}
	
/* ____________________________banner elements________________________________________ */
#wrapper #banner {
	text-align: left;
	width: 100%;
	}

/* __________________________________main navigation elements_________________________________ */
#wrapper #mainNav {
	float: left;
	width: 15%;
	text-align: left;
	padding-top: 5px;
}

/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#wrapper #mainNav ul {
	list-style-type: none;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#wrapper #mainNav li {
			
}
/* height and width set to include room for background images */
#wrapper #mainNav a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	height:45px;
	width: 57px;
	text-align: left;
	padding-left: 43px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	font-style: italic;
	}
#wrapper #mainNav a:link {
	color: #3A390E;
	text-decoration: none;
	background-image: url(images/symbols/nav_palette-op.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper #mainNav a:visited {
	color: #3A390E;
	text-decoration: none;
	background-image: url(images/symbols/nav_palette-op.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper #mainNav a:hover {
	color:  #3A390E;
	text-decoration: none;
	background-image: url(images/symbols/nav_palette-op.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* __________________________________content elements ______________________________________ */
/* note putting a footer inside content set at clear both will force div to go to end for bg */
#wrapper #content {
	float: right;
	width: 83%;
	padding-top: 10px;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3A390E;
}

#wrapper #content a:link {
	color: #3A390E;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}
#wrapper #content a:visited {
	color: #3A390E;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;	
}
#wrapper #content a:hover {
	color:  #3A390E;
	text-decoration: underline;	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;	
}

/* top and bottom margins adjusted to diminish gap between p tags _____*/
#wrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58391D;
	margin-top: 0px;
	margin-bottom: 7px;
}
#wrapper #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #58391D;
	padding-left: 50px;
	font-style: italic;
}
#wrapper #content  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58391D;
	text-decoration: none;
	padding-bottom: 5px;
}


/*_________________center content ________________________*/
#wrapper #center_content {
	margin-left: 415px;
	
}
/*_________________left content ________________________*/
#wrapper #left_content {
	width:400px;
	float: left;
}
/*_________________right content ________________________*/
#wrapper #right_content {
	float: right;
	width: 175px;
	
}

/*_____p-dog footer - floated to get rid of firefox bug caused by absolutely positioned div _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	width: 95%;
	float: right;
}
/* links on p-dog div */

#p-dog p a:link {
	color: #999999;
	text-decoration: none;
}
#p-dog a:visited {
	color: #999999;
	text-decoration: none;
}
#p-dog a:hover {
	color: #999999;
	text-decoration: underline;
}
#p-dog a {
	color: #999999;
	text-decoration: none;
}