/*_____________________________________structure_______________________________________*/

/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	min-width: 98%;
}
/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*_________________________classes _________________________________________________*/
.content_img {
	padding: 5px 10px 5px 5px;
	float: left;
}
.left  {
	float: left;
	width: 270px;
	}
	
.right  {
	margin-left: 285px;
	margin-right: 10px;
}
.i-left  {
	float: left;
	width: 47%;
	}
	
.i-right  {
	float: right;
	width: 47%;
}
.clear{
	clear: both;

}

/* ____________________________banner elements________________________________________ */
#wrapper #banner {
	background-repeat: no-repeat;
	height: 125px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(jmc_images/graydog_logo.gif);
}
#wrapper #banner a:link {
	font-size: 100%;
	/* font-style: italic; */
	color: #1B349C;
	text-decoration: none;
}
#wrapper #banner a:visited {
	font-size: 100%;
	font-style: italic;
	color: #1B349C;
	text-decoration: none;
}
#wrapper #banner a:hover {
	font-size: 100%;
	/* font-style: italic; */
	color: #3A8F41;
	text-decoration: none;
}
#wrapper #banner h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #1b3496;
	text-align: right;
	/*font-style: italic; */
	padding-right: 20px;
	margin-left: 5px;
}
#wrapper #banner h2 {
    padding-right: 20px;
	font-size: 110%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #29672E;
	background-image: url(jmc_images/green_heart.gif);
	background-repeat: no-repeat;
	background-position: 85% top;
	text-align: right;
	height: 40px;
	/* font-style: italic; */
	margin-top: 10px;
	margin-bottom: 5px;
}

/* __________________________________content and universal elements__________________________ */

#wrapper #content {
	float: right;
	width: 80%;
	padding-top: 15px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #000000;
}
/* top and bottom margins adjusted to diminish gap between p tags _____*/
#wrapper #content p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* top and bottom margins adjusted to diminish gap between h1 tags _____*/
#wrapper #content h1 {
	font-size: 16px;
	font-weight: bold;
/*	font-style: italic; */
	margin-top: 0px;
	margin-bottom: 5px;
}
/* top and bottom margins adjusted to diminish gap between h2 tags _____*/
#wrapper #content h2 {
	font-size:14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
#wrapper #content li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-top: 0px;
}
#wrapper #content a:link, #wrapper #content a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	padding-bottom: 10px;
}

#wrapper #content a:hover {
	font-size: 12px;
	color: #0000FF;
	padding-bottom: 5px;
	text-decoration: underline;
}
/* __________________________________main navigation elements_________________________________ */
#wrapper #mainNav {
	width: 17%;
	/*padding-top: 15px; */
}
/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#wrapper #mainNav ul {
	list-style-type: none;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
}
#wrapper #mainNav ul a {
	display: block;
	height: 25px;
	width: 90px;
	text-decoration: none;
	font-size: 85%;
	padding-top: 20px;
	padding-left: 25px;
	font-family: Tempus Sans ITC,"Times New Roman", Times, serif;
	/*_____________tempus sans may not work for all but Cindy wants it _______________*/
	font-style: normal;
	font-weight: bold;
}
#wrapper #mainNav a:link, #wrapper #mainNav a:visited {
	color: #3a8f41;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(jmc_images/blue_paw.gif);
}

#wrapper #mainNav a:hover {
	color: #1b349c;
	background-image: url(jmc_images/green_heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ____________________________________footer elements _____________________________________ */
#wrapper #footer {
	clear: both;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-image: url(jmc_images/give-get.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}
#wrapper #footer a:link,  #wrapper #footer a:visited{
	color: #0000FF;
	text-decoration: none;
}

#wrapper #footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* ___________________________________________pdog footer elements __________________________*/
#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	width: 95%;
	color: #999999;
}
#p-dog a:link,  #p-dog a:visited{
	text-decoration: none;
	color: #999999;
}

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

