@charset "utf-8";
/* CSS Document */


/* CSS Document */
/* style sheet designed by Jeff McNear / Plasterdog Productions 
colors
background 
text
link
visited
hover

*/
/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	background-image: url(jmc_images/lt_brush.gif);
	background-repeat: repeat;
	text-align: center;
}
.outer_wrapper {
	background-image: url(jmc_images/gold_signature.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
}

/* 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;
	}
	
/* ____________________________banner elements________________________________________ */
#wrapper #banner {
	text-align: left;
	height: 95px;
}
#wrapper #bannerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc66;
	text-align: right;
	padding-top: 35px;
	margin-right: 20px;
}
#wrapper #bannerlink a:link, #wrapper #bannerlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc66;
	text-decoration: none;
}

#wrapper #bannerlink a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc66;
	text-decoration: underline;
}

/* __________________________________main navigation elements_________________________________ */
#mainNav {
	float: left;
	width: 200px;
	text-align: left;
}

/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#mainNav ul {
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	}
	
#mainNav li {
	margin-left: 0px;
	padding-left: 0px;
}
/* height and width set to include room for background images */
#mainNav a {
	display: block;
	height: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	font-style: italic;
	line-height: 30px;
}
#mainNav a:link, #mainNav a:visited{
	color: #ffcc66;
	text-decoration: none;
}

#mainNav a:hover {
	color: #ffcc66;
	text-decoration: none;
	background-image: url(jmc_images/gold_starr.gif);
	background-repeat: no-repeat;
}

/* CSS Document  Jeff McNear -- Plasterdog Productions */
.box {
	background-image: url(jmc_images/u-left_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0E0E0;
	margin-left: 210px;
	width: 75%;
	min-width: 700px;
}

.box-outer{
	background-image: url(jmc_images/l-right_c.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* all content inside of inner box */
.box-inner {
	background-image: url(jmc_images/l-left_c.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 400px;
	}

.box h2{
	background-image: url(jmc_images/u-right_c.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5%;
	margin-top: 0px;
	padding-top: 0px;
	/* font size is set to allow for corner image needs */
	font-size: 17px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.box p {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.box h1 {
	padding-right: 5%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}

.box h3 {
	padding-right: 5%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}
.box ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 8%;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.box li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 8px;
}

.box a:link, .box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
	margin-right: 10px;
}
.box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
	margin-right: 10px;
}

/* split set classses */
.left  {
	float: left;
	width: 405px;
	margin-left: 5px;
	}
	
.right  {
	margin-left: 415px;
	margin-right: 10px;
}
.interior {
	float: left;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.clear{
	clear: both;
}

/*_____p-dog footer  _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffcc66;
	text-align: right;
	clear: both;
	padding-right: 3%;
	padding-top: 20px;
}
/* links on p-dog div */
#p-dog .warning{
	font-size: 9px;
}
#p-dog a:link, #p-dog a:visited {
	color: #ffcc66;
	text-decoration: none;
}

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

/* __________________________________content elements 
NOTE: THESE ARE VESTIGE SYLES THAT CANNOT BE USED INSIDE OF ROUNDED CORNER SET
______________________________________ */
/* note putting a footer inside content set at clear both will force div to go to end for bg */
#content {
	text-align: left;
	margin-left: 220px;
	width: 80%;
	background-color: #FFFFFF;
}

/* top and bottom margins adjusted to diminish gap between p tags _____*/
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #23160C;
	margin-top: 0px;
	margin-bottom: 7px;
}
#content a:link{
	color: #815114;
	text-decoration: none;
}
#content a:visited{
	color: #815114;
	text-decoration: none;
}
#content a:hover{
	color: #815114;
	text-decoration: underline;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #23160C;
	padding-left: 50px;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#content  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23160C;
	text-decoration: none;
	padding-bottom: 5px;
}
/* ENDS VESTIGE STYLES */

.centered {
	text-align: center;
}

