@charset "utf-8";
/* CSS Document */

#opening { color:#8f1d12; text-transform:uppercase; font-weight:bold; font-size:95%; }
#closing { font-style:italic; font-weight:bold; }
#signature { background:#ffffff url(/images/LJD_signature.gif) repeat 0 0; width:170px; height:32px; margin-top:10px; margin-left:10px; }

.twoColFixLtHdr #mainContent { 
	background: url(/images/icons/bg-stars.png) 20px 45% no-repeat; 
	padding-bottom:0px; padding-right:0px;
	margin-bottom:0px; margin-right:0px;
}
#mainContent img { border:none; margin:0 5px -2px 0; padding:0; }
#mainContent p { margin-right:27px; line-height: 1.25em; }
#stripes { height:452px; padding-top:1.5em; background: url(/images/icons/bg-stripes.gif) right 0px no-repeat; }
ul.star {
	list-style-image: url(/images/icons/bullet_star.png);
	margin: .5em 2em 1.25em 30px;
	line-height: 1.25em;
	text-align:left;
}
ul.star li { padding-left:15px; margin-top:1em; margin-left:10px; margin-right:27px; }
.twoColFixLtHdr #footer { padding-top:0px; }

/* Banner */

#banners {
	display:block;
	height:280px;
	width:745px;
	background:#fff url(/images/bg_grid.gif) repeat 0 0;
	padding:20px 0 0 35px;
	overflow:hidden;
}

.banner { float:right; background:#000; overflow:hidden; width:668px; height:250px; margin-bottom:40px; border:2px solid #fff; }


/* Banner Select Row (Number Blocks) */

#bannerSelect { float:right; margin-right:20px; }

.numblock {
	position:relative;
	background-color:#8599ac;
	width:39px;
	height:39px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	line-height:39px;
}
.numblock + .numblock {	margin-top:12px; }
.numblock a { text-decoration:none; color:#fff; width:39px; height:39px; position:absolute; right:0px; }

.activeBanner, a:hover#bannerSelect1, a:hover#bannerSelect2, a:hover#bannerSelect3, a:hover#bannerSelect4, a:hover#bannerSelect5 {
	text-decoration:none;
	background-color:#8f1d12;
}
