@charset "utf-8"; html, body { margin:0; padding:0; height:100%; background-color:#2E1200; background-image: url(../images/mainbg.jpg); background-repeat: repeat-x; background-position: center top; scrollbar-base-color: #666666; scrollbar-arrow-color: #000000; scrollbar-3dlight-color: #FCFCFC; scrollbar-darkshadow-color: #333333; scrollbar-face-color: #E8E8E8; scrollbar-highlight-color: #CCCCCC; scrollbar-shadow-color: #CCCCCC; scrollbar-track-color: #F2F2F2; } img { border:none; } #container { min-height:100%; position:relative; width:830px; margin-left: auto; margin-right: auto; } #body { padding-bottom:520px; /* Height of the footer */ } #searchform { margin:0px; padding:8px 70px 0px 0px; display:inline; float:right; } #searchinput{ border:0px solid #E0E3EF; width:135px; height:14px; font-family: Arial; font-size: 12px; color: #333333; text-decoration: none; padding:2px 2px; margin:0px; } /*--------- Main Menu ---------*/ .mainmenu{ font-family:"Times New Roman"; font-size:15px; font-style:italic; width: 565px; margin-top:20px; } .mainmenu ul{ margin: 0; padding: 0; list-style-type: none; float:right; } /*Top level list items*/ .mainmenu ul li{ position: relative; display: inline; float: left; } /*Top level menu link items style*/ .mainmenu ul li a{ display: block; color: white; padding: 8px 25px; text-decoration: none; } .mainmenu ul li a.current{ color: #DEB408; padding: 8px 25px; text-decoration: none; } /*--------- End Main Menu ---------*/ /*--------- Home ---------*/ #mainframetop { z-index: 3; position:absolute; /*important*/ top:130px; left:0px; width:830px; height:80px; background-image: url(../images/frametop.png); background-repeat: no-repeat; background-position: center top; } #mainframebottom { z-index: 3; position:absolute; /*important*/ top:510px; left:0px; width:830px; height:80px; background-image: url(../images/framebottom.png); background-repeat: no-repeat; background-position: center top; } #mainframeleft { z-index: 3; position:absolute; /*important*/ top:210px; left:0px; width:100px; height:300px; background-image: url(../images/frameleft.png); background-repeat: no-repeat; background-position: center top; } #mainframeright { z-index: 3; position:absolute; /*important*/ top:210px; right:0px; width:100px; height:300px; background-image: url(../images/frameright.png); background-repeat: no-repeat; background-position: center top; } #homecontent { z-index: 1; position: absolute; width:720px; height:370px; top:180px; left:55px; background-color:#FFFFFF; } #homewelcome { z-index: 2; position: absolute; width:450px; height:40px; top:378px; right:30px; } .welcomemsg { font-family: Arial; font-size: 12px; color: #000000; text-decoration: none; margin-top:60px; margin-left:25px; padding:0px 10px 0px 0px; overflow:hidden; width:300px; height:60px; } .path { font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: none; padding:3px 80px; } .path a{ font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline; } .aboutusmsg { font-family: Arial; font-size: 12px; color: #000000; text-decoration: none; margin-top:40px; margin-left:25px; padding:0px 10px 10px 0px; overflow:hidden; width:420px; height:275px; } .newsmsg { font-family: Arial; font-size: 12px; color: #000000; text-decoration: none; margin-top:20px; margin-left:25px; padding:0px 10px 10px 0px; overflow:hidden; width:420px; height:230px; } .contactusbg { background-image: url(../images/contactusbg.jpg); background-repeat: no-repeat; background-position: left top; } .contactusmsg { font-family: Arial; font-size: 12px; color: #000000; text-decoration: none; margin-top:40px; margin-left:25px; padding:0px 10px 0px 0px; overflow:auto; width:400px; height:300px; } .more { font-family: "Times New Roman"; font-size: 12px; color: #DEB408; text-decoration: none; font-style:italic; float:right; padding-right:50px; } .more a{ font-family: "Times New Roman"; font-size: 12px; color: #DEB408; text-decoration: none; font-style:italic; float:right; } .title { font-family: "Times New Roman"; font-size: 24px; color: #DEB408; text-decoration: none; font-style:italic; } .date{ font-family: Arial; font-size: 12px; color: #999999; text-decoration: none; } .txt { font-family: Arial; font-size: 12px; color: #000000; text-decoration: none; } .txt a{ font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline; } #submenudiv { z-index: 8; position:absolute; /*important*/ top:250px; right:-50px; width:255px; height:300px; } .submenu{ width: 160px; /*width of menu*/ } .submenu ul{ list-style-type: none; margin: 0; padding: 0; } .submenu li a{ font: bold 12px Arial; display: block; background: transparent url(../images/submenuoff.jpg) left 0 no-repeat; height: 30px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/ padding: 2px 0 2px 0px; line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/ text-decoration: none; color:#B39A7B; text-align: center; } .submenu li a:hover{ color: #DEB408; background: transparent url(../images/submenuon.jpg) left 0 no-repeat; } .submenu li a.selected{ color: #DEB408; background: transparent url(../images/submenuon.jpg) left 0 no-repeat; } .pagination { width:160px; background: transparent url(../images/pagenumbg.jpg) left 0 no-repeat; height: 30px; color:#72533E; text-align:center; } .pagination a{ font: 11px Arial; color:#72533E; text-decoration: none; text-align: center; } /*---------------------- Footer ----------------------------*/ #footer { position:absolute; bottom:0; width:100%; height:60px; /* Height of the footer */ } .footer { font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: none; padding:10px 0px 0px 0px; line-height:18px; } .footer a{ font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: none; } /*---------------------- End Footer ----------------------------*/