﻿body {
	background-image: url(/Lookup/images/SideNav/RedBody.jpg);
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content a {
	color: #C1272D;
}
#leftNavTopper {
	background-image: url(/Lookup/images/SideNav/RedHEad.jpg);
}
#leftNav ul {
	*top: -5px;
}


/* content was designed too wide, this accounts for it */
#content { width: 779px; }
#outerShell {
	width: 993px;
	_width: 1003px;
}

.blade-gallery-blade {
	background: url(/Lookup/images/blade_gallery/bg_blade.gif) no-repeat bottom left;
	height: 313px;
	margin-left: -6px;
	margin-bottom: 44px;
}
.blade-content {
	position: relative;
	top: 12px;
}
.blade-content img {
	float: left;
	margin-right: 12px;
	position: relative;
	top: -15px;
	_margin-bottom: -2px;
}
#content .blade-gallery-blade h2 {
	color: #ffffff;
	font-size: 22px;
	padding-top: 3px;
}
#content .blade-gallery-blade p {
	color: #ffffff; 
	font-size: 11px;
	margin: 0;
	padding-right: 30px;
}
/*modal*/
#modalContainer {
	width: 726px;
	height: 644px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #ffffff;
	display: none;
}
#modalContent { clear: both; }
#modalContent img { margin: -24px 54px; }
#modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
}
#modalCloseButton,
#modalCloseButton:link,
#modalCloseButton:active,
#modalCloseButton:visited,
#modalCloseButton:hover {
	display: block;
	padding-left: 20px;
	margin: 10px 12px;
	background: url(/Lookup/images/blade_gallery/btn_close.gif) no-repeat 0 2px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	float: right;
	position: relative;
}
#modalFlash {
	margin: 130px 0 0 143px;
	*margin-left: 148px;
}