@charset "utf-8";
/* CSS Document  Jeff McNear -- Plasterdog Productions */
.box {
	background-image: url(new_images/u-left_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-left: 155px;
}

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

.box h2{
	background-image: url(new_images/u-right_c.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5%;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding-left: 5px;
}
.box p {
	padding-right: 10px;
	padding-left: 5%;
	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;
}


/*__________________________second nav________________________________________________*/
#wrapper #second_nav {
	float: right;
	margin-top: 10px;
	text-align: center;
}

/* line height set at multiple of actual */
#wrapper #second_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/* line-height: 2; */
}

#wrapper #second_nav li {
	float: left;
}
/*styling for links */
#wrapper #second_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 125px;
	
}
#wrapper #second_nav a:link,  #wrapper #second_nav a:visited{
	font-weight: bold;
	color: #ee2a24;
	text-decoration: none;
}

#wrapper #second_nav a:hover {
	font-weight: bold;
	color: #ee2a24;
	text-decoration: underline;
}
/* all list items */
#nav li { 
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
}



/* __________________________________main navigation elements_________________________________ */
#wrapper #mainNav {
	float: left;
	width: 125px;
	text-align: left;
	margin-top: 110px;
}

/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#wrapper #mainNav ul {
	list-style-type: none;
	padding-bottom: 5px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 15px;
}
#wrapper #mainNav li {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ee2a24;
	margin-left: 0px;
	padding-left: 0px;
}

/* height and width set to include room for background images */
#wrapper #mainNav a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	height: 40px;
	width:110px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#wrapper #mainNav a:link,  #wrapper #mainNav a:visited{
	font-weight: bold;
	color: #ee2a24;
	text-decoration: none;
}

#wrapper #mainNav a:hover {
	font-weight: bold;
	color: #ee2a24;
	text-decoration: underline;
}
/*_____________________________________structure_______________________________________*/

/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color: #000000;
}


/* 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;	
	}
	
#wrapper #logo {
	position: absolute;
	left: 22px;
	top: 6px;
	border: thin solid #ee2a24;	
}

#wrapper #banner {
	margin-left: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
}
/*_____p-dog footer  _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9B7B3A;
	text-align: right;
	clear: both;	
}
/* links on p-dog div */

#p-dog a:link, #p-dog a:visited {
	color: #9B7B3A;
	text-decoration: none;
}

#p-dog a:hover {
	color: #9B7B3A;
	text-decoration: underline;
}
/* for youtube centering */
#wrapper .box .box-outer .box-inner #center {
	text-align: center;
}
/* split set classses */
.left  {
	float: left;
	width: 225px;
	}
	
.right  {
	margin-left: 240px;
	margin-right: 10px;
}
.clear{
	clear: both;
}

.content_img {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.right_image {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}