@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0
}
img {
	border: none
}
a {
	color: #455663;
	text-decoration:underline
}
a:hover {
	color: #6F7072;
	text-decoration:none
}
p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 16px
}
h2 {
	font-size: 14px;
	color: #455663;
	font-family: "Lucida Sans", sans-serif, Arial, Verdana;
	font-weight:normal;
	text-align: right
}
h3 {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	color: #455663;
	border-bottom: #455663 1px solid;
	font-family: "Lucida Sans", sans-serif, Arial, Verdana;
	font-weight:normal;
	text-align: right
}
h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #455663;
}
input[type=text], textarea { 
	font-size: 12px;
	color: #333;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	border: #455663 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: white;
	color: #333;
	height:100%;
}

.twoColFixLtHdr #container {
	border-left: 30px solid #455663;
	border-right: 30px solid #455663;
	width: 870px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 40px;
	min-height:100%;
    position:relative;
	background: #ffffff url(../images/back_footer.jpg) bottom left no-repeat;
}

.twoColFixLtHdr #header { 
	margin-bottom: 16px
} 
.twoColFixLtHdr #header_sx { 
	float:left
} 
.twoColFixLtHdr #header_dx { 
	float:right;
}

.twoColFixLtHdr #header_dx h2 {
	font-size: 30px;
	color: #455663;
	font-family: Arial;
	font-weight: normal;
	text-align: right;
	border-bottom: none;
}

.twoColFixLtHdr #menu { 
	height: 30px;
	background: #455663;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
} 
.twoColFixLtHdr #menu ul { 
	margin-top: 60px;
	list-style: none;
	font-size: 14px;
	font-family:"Lucida Sans", sans-serif, Arial, Verdana;
	padding-top: 6px;
	font-weight: bold;
}
.twoColFixLtHdr #menu li { 
	padding: 0 30px;
	display: inline
}
.twoColFixLtHdr #menu li a { 
	color: #fafaf4;
	text-decoration:none;
}
.twoColFixLtHdr #menu li a:hover, .twoColFixLtHdr #menu .active a { 
	color:#95aec1;
}
.twoColFixLtHdr #header_dx img { 
	padding-left: 10px
}
.twoColFixLtHdr #banner { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #banner img { 
	border: #455663 5px solid;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
}
.twoColFixLtHdr #sidebar1 ul { 
	list-style: none;
	font-size: 14px;

}
.twoColFixLtHdr #sidebar1 li { 
	padding: 7px 0;
	border-bottom: #666 1px solid
}
.twoColFixLtHdr #sidebar1 li a { 
	color: #455663;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 li a:hover { 
	color:#666;
}
.twoColFixLtHdr #sidebar1 .active a { 
	color:#666;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 ul ul {
	background: none;

}

.twoColFixLtHdr #sidebar1 li li {
	background: none;
	padding: 0px 0 0px 20px;
	border-bottom: none;
	font-size: 10px;
}

.twoColFixLtHdr #sidebar1 li li .active a {
	font-weight: bold;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px;
	padding-bottom:71px;
} 


.twoColFixLtHdr #mainContent a img {
	padding: 2px;
	border: 1px solid #676767;
}

.twoColFixLtHdr #mainContent a img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

.twoColFixLtHdr #footer { 
	position:absolute;
    bottom:0;
    width:850px;
    height:70px;
	padding:10px;
background: #dcc499;
color: #455663;
}
.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;
}