@charset "utf-8";
/* CSS Document */
/* Jeff McNear - Plasterdog Productions */
/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color: #2c3246;
}

/* 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;
}

#wrapper #banner {
	height: 100px;
	background-image: url(jmc_images/dark-site/banner-b.gif);
	background-repeat: no-repeat;
}
#wrapper #banner #contact_info {
	margin-left: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ded5cd;
	font-weight: bold;
	width: 300px;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0px;
}

#wrapper #banner #page {
	float: right;
	width: 160px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #fdf5e6;
	text-align: left;
	padding-right: 15px;
}

/* controls the position of the navbar */
#nav {
	float: right;
	
}
/* line height set at multiple of actual */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}
/*styling for links */
#nav a {
	display: block;
	width: 125px; 
	text-align: left;
	padding-left: 25px;
	
}
#nav a:link,  #nav a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	color: #fdf5e6;
	font-weight: bold;
}

#nav a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
	color: #fdf5e6;
	font-weight: bold;
	background-image: url(jmc_images/dark-site/nav_accent-w.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* all list items */
#nav li { 
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
}
/* second-level lists */
#nav li 
ul {
	position: absolute;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

/* __________________________________vertical navigation elements_________________________________ */
#wrapper #v_nav {
	float: left;
	width: 135px;
}

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

	margin-left: 0px;
	padding-left: 0px;
}
/* height and width set to include room for background images */
#wrapper #v_nav a {
	display: block;
	height: 35px;
	text-align: left;
	padding-top: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	padding-left: 25px;
}
#wrapper #v_nav a:link, #wrapper #v_nav a:visited{
	color: #fdf5e6;
	text-decoration: none;
}

#wrapper #v_nav a:hover {
	color: #fdf5e6;
	background-image: url(jmc_images/dark-site/nav_accent-w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
/* content area*/
#wrapper #content {
	margin-left: 135px;
	margin-right: 10px; 
	padding-left: 10px;
	padding-top: 10px;
	background-color: #fdf5e6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a19491;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #a19491;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a19491;
	
}
#wrapper #content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	color: #00060a;
}

/* splitting styles */
.left  {
	float: left;
	width: 255px;
	padding-top: 10px;
	}
	
.right  {
	margin-left: 270px;
	margin-right: 30px;
}

.clear{
	clear: both;

}

.clear_u{
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a19491;
	margin-right: 10px;
}
.foot-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #fdf5ec;
	float: right;
	padding-right: 100px;
}
/* Styling keeps form from behaving strangely as well as centering it*/
form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/*_____p-dog footer  _______*/

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

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

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