@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin-top:0px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height:1.2;
	color: black;
	background: white;
	background-image:url(../img/screen_bg2.png);
	background-position:top;
	padding:0px;
	margin:0px;
}

b { font-size:12px; font-weight:bold;}

strong  {font-weight:bold; }

p strong {font-weight:bold;}


img {
	border:0px;
}

div {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
}

ul {
	margin:0px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px;
}


a {
	text-decoration:none;
	color:#a22f10;
}

a:hover {
	color: #FF0000;
}


hr {
	height:0.5px;
	color:#dcdbd9;
	width:90%;
	height:1px;
	margin-top:20px;
}


h1 {
	font-size:16px;
	margin:0px;
	padding:0px;
}	


h2 {
	font-size:11px;
	color:#a22f10;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}	

h4 {
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-top:5px;
}

p {
	font-size:11px;
	line-height:16px;
}	




.screen {
	width:100%;
	border:0px solid green;	
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	overflow:hidden;
		
}


.page {
	width:980px;
	color:#454545;
	background:#FFF;
	border:0px solid red;
	text-align:center;
	overflow:hidden;
}




.flash {
	float:left; position:relative; margin-top:-345px; z-index:0; background: url(images/liybry001.jpg) no-repeat top left;
}

.logo {padding-left:30px; padding-top:5px;}

.mainNav {
             float:left;
             text-align:left;
             width:210px;
             border:0px solid red;
             height:242px;
             position:relative; 			 
             background:url(../img/navbg.jpg);
             z-index:900;
             padding-bottom:100px;
}



#nav {padding-top:3px; padding-left:10px;}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: default;
	list-style-type: none;
	float:left;
	width:194px;
	top: 0px;
	left: 0px;
	display:block;
}

li { /* all list items */
	float: left;
	position: relative;
	text-align:center;
	display:block;
	
}


.firstz {
	display:block;
	background:url(../img/navdivline.png) no-repeat bottom;
	padding-bottom:8px;
	padding-top:2px;
}


.firstz a {
	color:#000000;
}


.firstz a:hover {
	color:#ffffff;
}

.firstzS {
	display:block;
	background:url(../img/navdivline.png) no-repeat bottom;
	padding-bottom:10px;
	padding-top:5px;
	color:#FFFFFF;
}

.firstzBot {
	display:block;
	background:none;
	padding-top:0px;
}


.firstzBot a {
	color:#000000;
}


.firstzBot a:hover {
	color:#ffffff;
}



ul li {
	background-position:bottom center;
	width:185px;
	background:#caa777;
	border:0px solid red;
	display:block;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.45em;
}

ul li:hover {
	color:#FFFFFF;
}


ul li ul {
	display: none;
	background:url(../img/subnavbg_tit.png) no-repeat;
	background-position:0px 80px;
	top:-80px;
	left: 180px;
	width:243px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 0px;
	left: 0px;
}

li:hover ul, li.hover ul { /* lists nested under hovered list items */
	display: block;
}

.subz {
	width:240px;
	background:url(../img/subnavbg_bg.png) top left;
	height:26px;
	padding-top:5px;
	color:#005a9c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border:0px solid red;
}


.subz a {
	color:#005a9c;
}

.subz a:hover {
	color:#d3af7e;
}

.subtop {
	background:url(../img/subnavbg_top.png) no-repeat bottom left;
	width:240px;
	top:0px;
	left:0px;
	height:12px;
}

.subbot {
	background:url(../img/subnavbg_bot.png) no-repeat top left;
	height:15px;
	width:240px;
}


#subsubnav { padding-top:25px; display:block; border:0px solid red; width:auto; background:url(../img/subsubnavbg.png) repeat-y top left;}


.subnavsubz {	
	width:205px;
	background:url(../img/subsubnavbg_bg.png) top left;
	color:#005a9c;
	padding-top:5px;
	padding-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	border:0px solid red;
}

.subnavsubzS {	
	width:205px;
	background:url(../img/subsubnavbg_bg.png) top left;
	height:30px;
	padding-top:5px;
	color:#d3af7e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	border:0px solid red;
}


.subnavsubz a {
	color:#A22F10;
}


.subnavsubz a:hover {
	color:#d3af7e;
}


.subnavsubbot {
	background:url(../img/subsubnavbg_bot.png) no-repeat top left;
	height:20px;
	width:240px;
}

a.cssmouseoverA {
	display:block;
	width:133px;
	height:112px;
	background-position:0px 0px;
}

a.cssmouseoverA:hover {
	background-position:0px -117px;
}

a.cssmouseoverB {
	display:block;
	width:109px;
	float:left;
	height:112px;
	background-position:0px 0px;
}
a.cssmouseoverB:hover {
	background-position:0px -341px;
}

a.cssmouseoverC {
	display:block;
	width:101px;
	float:left;
	height:105px;
	background-position:0px 0px;
}
a.cssmouseoverC:hover {
	background-position:0px -342px;
}


.iconNav1 {
	float:left;
	height:120px;
	color:#FFFFFF;
	width:140px;
	display:block;
	padding-left:20px;
	z-index:300;
	margin-top:-132px;
	position: relative;
	border:0px solid red;
}




.iconNav2 {
	float:right;
	height:130px;
	border:0px solid green;
	width:980px;
	background:url(../img/iconbg.gif) repeat-x bottom;
	display:block;
	z-index:2;	
	margin-top:-128px;
	position: relative;
}


.inconnavLink a { color:#FFFFFF;}


.inconnavLink a:hover { color:#FFFFFF;}


.leftcol {float:left; overflow:hidden; margin-top:-15px; width:214px;}


.cencol {float:left; padding-left:15px; margin-top:-18px; padding-top:8px; padding-right:15px; border-top:1px solid #dcdbd9; border-left:1px solid #dcdbd9; border-right:1px solid #dcdbd9; background:#FFFFFF; z-index:10; position: relative;}

.cencoltext { line-height:16px;}

.rightcol {float:left; padding-top:20px; padding-left:15px; margin-top:-15px;}

.listing {
	
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;
}

.files {
	
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;
}

.foot {height:130px; width:980px; float:left; overflow:hidden; border:0px solid red; background: url(../img/foot.gif) no-repeat; padding-top:20px;}


.footlinkA {padding-right:15px; font-size:14px; font-weight:bold; color:#FFFFFF;}

a.footlinkA:hover { color: #996600;}

.footlinkB {padding-right:10px; font-size:12px; color:#FFFFFF;}

a.footlinkB:hover { color: #996600;}




.flickerthumbz { padding-bottom:20px;}


.flickerthumbz a img { padding:5px; }


#myiframe { overflow:hidden; width:500px; height:100%}
















