@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0
}
img {
	border: none
}
a {
	color: #990000;
	text-decoration:underline
}
a:hover {
	color: #6F7072;
	text-decoration:none
}
p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 16px
}
h2 {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	color: #990000;
	border-bottom: #990000 1px solid;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;;
	font-weight:normal;
	text-align: right
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #990000;
}
input[type=text], textarea { 
	font-size: 12px;
	color: #333;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	border: #990000 1px solid;
	width: 250px
}
input[type=submit], input[type=reset] { 
	font-size: 12px;
	color: #fff;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	background: #990000;
	font-weight: bold;
	cursor:pointer;
}
.twoColFixLtHdr #mainContent ul { 
	list-style:square;
	font-size: 12px;
	line-height: 17px;
	color: #314447;
	padding-left: 30px;
	margin-bottom: 10px
}
html, body  {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	background: #990000 url(../images/bg.gif) repeat-y top center;
	color: #333;
	height:100%;
}
.twoColFixLtHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 60px;
	min-height:100%;
    position:relative;
}
.twoColFixLtHdr #header { 
	margin-bottom: 16px
} 
.twoColFixLtHdr #header_sx { 
	float:left
} 
.twoColFixLtHdr #header_dx { 
	float:right
}
.twoColFixLtHdr #menu { 
	height: 30px;
	background: #990000;
	text-align: center
} 
.twoColFixLtHdr #menu ul { 
	list-style: none;
	font-size: 15px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 6px
}
.twoColFixLtHdr #menu li { 
	padding: 0 8px;
	display: inline
}
.twoColFixLtHdr #menu li a { 
	color: #fafaf4;
	text-decoration:none;
}
.twoColFixLtHdr #menu li a:hover, .twoColFixLtHdr #menu .active a { 
	color:#ff9999;
}
.twoColFixLtHdr #header_dx img { 
	padding-left: 10px
}
.twoColFixLtHdr #banner { 
	margin-bottom: 20px
}
.twoColFixLtHdr #banner img { 
	border-left: #990000 5px solid;
	border-right: #990000 5px solid;
	border-bottom: #990000 5px solid;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
}
.twoColFixLtHdr #sidebar1 ul { 
	list-style: none;
	font-size: 14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 40px
}
.twoColFixLtHdr #sidebar1 li { 
	padding: 7px 0;
	border-bottom: #666 1px solid
}
.twoColFixLtHdr #sidebar1 li a { 
	color: #990000;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 li a:hover, .twoColFixLtHdr #sidebar1 .active a { 
	color:#666;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px;
	padding-bottom:71px;
} 
.twoColFixLtHdr #footer { 
	position:absolute;
    bottom:0;
    width:840px;
    height:40px;
	padding-top:10px;
	padding-bottom: 20px;
	border-top: #990000 1px solid;
}
.twoColFixLtHdr #footer p { 
	font-size: 10px
}
.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}