@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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #c26300;
	color: black;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

ol, ul { list-style: none; }

a img, :link img, :visited img { border: 0; }

:link, :visited { text-decoration:none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h3, h4, h5, h6 {
	padding:10px 0 4px 0;
	margin:0;
	font-weight: bold;
	font-size: 100%;
	clear: both;
	color: #893d00;
}

h1 { font-size: 120%; }

h2 { font-size: 110%; }

p {
	padding:6px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 100%;
}

ul.std {
	margin: 5px 0px 8px 15px;
	list-style-position: outside;
	list-style-type: disc;
}

ul.std-inside {
	margin: 5px 0px 8px 15px;
	list-style-position: inside;
	list-style-type: disc;
}

ul.std li, ul.std-inside li { 
	padding-left: 6px; 
	padding-bottom: 6px;
}

table.std { 
	border: 1px solid #000; 
	margin: 5px 0px 8px 0px;	
}

table.std tr, table.std tr td {
	border: 1px solid #000; 
	padding: 5px;	
}

table.std .header { background: #CCC; }

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
	* html .clearfix { height:1%; }

*+html .clearfix { height:1%; }

.clearfix { display:block; }

/* Default styling classes */
.clear { clear: both; }

.float_left { float: left; }

.float_right { float: right; }

.pad_left { padding: 0px 20px 18px 0px; }

.pad_right { padding: 0px 0px 18px 20px; }

a {
	text-decoration: none;
	color: #c26300;
	font-weight: bold;
}

a:hover { color: #f8981f; }

#footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#footer a:hover { 
	color: #FFF; 
	text-decoration: underline;
}

#topbar a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#topbar a:hover { color: #f8981f; }

/* H1 Image Replacement */
.head-rep span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.head-rep { padding: 0; }

h1#logo {
	width: 253px;
	height: 154px; 
	background: url(../images/transparent/logo.png);
	position: absolute;	
	top: 23px;
	left: 335px;
	z-index: 50;
}

h1#member {
	width: 304px;
	height: 37px; 
	background: url(../images/header/h-login.jpg);
	margin-bottom: 10px;
}

h3#thanks {
	width: 189px;
	height: 34px; 
	background: url(../images/header/h-thanks-for-visiting.jpg);
	position: absolute;
	top: 15px;
	right: 157px;
}

/* <h1 id="logo" class="head-rep" title="About us"><span>About us</span></h1> /*

/* Menu bar */
.menubar ul {
	padding:0;
	margin: 0;
	list-style-type:none;
}

.menubar ul li { 
	display:inline; 
	padding:0;
	margin: 0;
}

.menubar ul li a {
	float:left;
	display:block;
	padding:0;
	margin: 0;
}

.menubar ul li span {
	visibility: hidden;
	padding:0;
	margin: 0;
}

/* Menu Rollover */

#menu_03:hover img, #menu_07:hover img, #menu_08:hover img, #menu_09:hover img, #menu_10:hover img, #menu_14:hover img, #menu_15:hover img, #menu_16:hover img, #top-menu_06:hover img, #top-menu_08:hover img, #top-menu_10:hover img { visibility:hidden; }

#menu_03 {
	background: url(../images/menu/menu-ro_03.jpg) no-repeat 0 0;
	position: absolute;
	top: 19px;
	left: 17px;
}

#menu_07 {
	background: url(../images/menu/menu-ro_07.jpg) no-repeat 0 0;
}

#menu_08 {
	background: url(../images/menu/menu-ro_08.jpg) no-repeat 0 0;
}

#menu_09 {
	background: url(../images/menu/menu-ro_09.jpg) no-repeat 0 0;
}

#menu_10 {
	background: url(../images/menu/menu-ro_10.jpg) no-repeat 0 0;
	margin-right: 253px;
}

#menu_14 {
	background: url(../images/menu/menu-ro_14.jpg) no-repeat 0 0;
}

#menu_15 {
	background: url(../images/menu/menu-ro_15.jpg) no-repeat 0 0;
}

#menu_16 {
	background: url(../images/menu/menu-ro_16.jpg) no-repeat 0 0;
}

#top-menu_06 {
	background: url(../images/menu/top-menu-ro_06.jpg) no-repeat 0 0;
	position: absolute;
	top: 28px;
	right: 254px;
	line-height: 10px;
	height: 10px;
}

#top-menu_08 {
	background: url(../images/menu/top-menu-ro_08.jpg) no-repeat 0 0;
	position: absolute;
	top: 28px;
	right: 102px;
	line-height: 10px;
	height: 10px;
}

#top-menu_10 {
	background: url(../images/menu/top-menu-ro_10.jpg) no-repeat 0 0;
	position: absolute;
	top: 28px;
	right: 12px;
	line-height: 10px;
	height: 10px;
}

/* nivo Slider */
#slider {
	position:relative;
	background:#202834 url(../images/slider/loading.gif) no-repeat 50% 50%;
	width: 924px;
	height: 239px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-15px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Main Container (Center Content) */
#container {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
}

#container, #header, #topbar, #navbar, #slider, #content, #leftcol, #rightcol, #footer { position: relative; }

#header {
	height: 132px;
	background: #FFF;
}

#topbar {
	height: 66px;
	background: #421a0a;
}

#navbar {
	height: 46px;
	margin: 10px 0px;
	background: url(../images/bg/bg-menubar.jpg) repeat-x 0px 0px;
}

.index #content {
	background: #FFF url(../images/bg/bg-content.jpg) repeat-y 12px 0px;
	width: 900px;
	padding: 12px;
}

.index #content #leftcol {
	float: left;
	width: 556px;
	margin-right: 19px;
}

.index #content #rightcol {
	float: right;
	width: 304px;
	margin-left: 21px;
}

.internal #content {
	background: #FFF url(../images/bg/bg-content-internal.jpg) repeat-y 12px 0px;
	width: 900px;
	padding: 12px;
}

.internal #content #leftcol {
	float: left;
	width: 159px;
	margin-right: 13px;
}

.internal #content #rightcol {
	float: right;
	width: 708px;
	margin-left: 20px;
}

#footer {
	background: #421a0a;
	padding: 12px;
	color: #FFF;
	font-size: 90%;
}

#bilby-overlay {
	width: 924px;
	height: 249px;
	position: absolute;
	top: 122px;
	left: 0px;
	background: url(../images/transparent/bilby-header.png) no-repeat 0px 0px;
	z-index: 100;
}

.col {
	float: left;
	width: 172px;
}

.col-pad {
	float: left;
	width: 172px;
	margin: 0px 20px;
}

#news-feed { padding: 20px 0px 15px 0px; }

.news { padding-bottom: 10px; }

.news h2, .news p {
	margin: 0;
	padding: 0;
}

.news h2 { padding-bottom: 5px; }

.news img {
	float: left;
	padding: 0px 8px 5px 0px;
}

ul.menu li { 
	background: url(../images/bg/bg-list.jpg) no-repeat; 		
	line-height: 10px;
	overflow: hidden;
	padding: 0px 0px 10px 20px;
	margin: 0;
	list-style-type: none;
}

ul.menu {
	margin: 5px 0px 8px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
	
#bilby-footer {
	width: 172px;
	height: 172px;
	z-index: 50;
	background: url(../images/transparent/bilby-footer.png) no-repeat 0px 0px;
	position: absolute;
	right: -45px;
	top: -142px;
}

#topbar ul.menu li {
	display: inline;
	margin-right: 20px;
}

#imgbar {
	position:relative;
	width: 924px;
	height: 239px;
}

.hr {
	height: 1px;
	width: 100%;
	background: #c26300;
	line-height: 1px;
	margin: 10px 0px 10px 0px;
}

#facebook {
	position: absolute;
	top: 15px;
	right: 120px;
	z-index: 100;
}

#twitter {
	position: absolute;
	top: 15px;
	right: 80px;
	z-index: 100;
}