@charset "utf-8";
/* CSS Document */
/* style sheet designed by Jeff McNear / Plasterdog Productions 
colors
red: #aa5306
darker red: #61241f (used for internal links) 
gold: #ccac51  
light blue:  #65909a
dark blue: #1b223f
*/
/* STRUCTURAL ELEMENTS */
/* 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: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px solid #000000;
	background-color: #FFFFFF;
	}
/* BANNER STYLING */
#wrapper #banner {
	height: 95px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	width: 650px;
}
/* CONTENT CONTAINER */
#wrapper #content {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccac51;
	text-align: left;
	background-image: url(jmc_images/elements/side_nav_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
/* STYLING THAT EFFECTS INTERNAL PAGE CONTENT */
#wrapper #content #true_content {
	float: right;
	min-height: 800px;
	width: 88%;
	background-color: #FFFFFF;
}
#wrapper #true_content p {
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper #true_content h1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 25px;
}

#wrapper #true_content h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
#wrapper #true_content h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}
#wrapper #true_content ul{
	padding-top: 5px;
	padding-bottom: 2px;
	list-style-type: none;
}

#wrapper #true_content li{
	padding-bottom: 10px;
	list-style-type: disc;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* INTERNAL LINK STYLING */
#wrapper #content #true_content a:link, #wrapper #content #true_content a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #61241f;
	text-decoration: none;
}
#wrapper #content #true_content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #61241f;
	text-decoration: underline;
}
/* IMAGE CLASS THAT WRAPS TEXT */
.content_img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 5px;
}
/* VERTICAL SPLIT CLASSES */
.left  {
	float: left;
	width: 48%;
	}
.right  {
	float: right;
	width: 48%;
}

/* HORIZONTAL DIVIDER WITH GOLD BOTTOM BORDER */
.clear{
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccac51;
}
/* HORIZONTAL DIVIDER WITHOUT GOLD BOTTOM BORDER */
.last_clear{
	clear: both;
}
/* STYLING FOR TOP NAVIGATION BAR */
.top_nav a:link, .top_nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b223f;
	text-decoration: none;
	background-color: #65909a; 
	text-align: center;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: 1px solid #ffffff;
}
.top_nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b223f;
	text-decoration: none;
	background-color: #65909a; 
	text-align: center;
	display: block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #ffffff;
	border-bottom-color: #1b223f;
	border-left-color: #ffffff;
}
/* STYLING THAT EFFECTS LEFT SIDE NAVIGATION BAR */
#wrapper #content #side_nav {
	float: left;
	width: 78px;
	padding-top: 2px;
	background-color: #aa5303; 
}
#wrapper #content #side_nav a:link, #wrapper #content #side_nav a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ccac51;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #content #side_nav a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ccac51;
	text-decoration: underline;
	font-weight: bold;
}
/*_____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: #666666;
	text-decoration: none;
}
#p-dog a:hover {
	color: #666666;
	text-decoration: underline;
}



