@charset "utf-8";
/* CSS Document */

@import url("http://yui.yahooapis.com/2.8.0r4/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("http://yui.yahooapis.com/2.8.0r4/build/base/base-min.css");
 
html {
	background: #f3f3f3;
}
a, a:visited {
color:#cc0000;
text-decoration:none;
}
.container {
	margin-top:18px;
	border: 1px solid #ccc;
	padding: 18px;
}
.white {
	background: #fff;
}
.colored {
	background: #f3f3f3;
}
body {
	font-family:verdana, sans-serif;
	font-size:77%;
}
#hd {
	position:relative;
	height:150px;
}
#hd #logo {
position: absolute;
top:0;
left:0;
width:400px;
height:150px;
background-image:url(/images/Logo.png);
z-index:2;
}
#hd h1, #hd h2 {
	font-size: 36px;
	display:none;
}
#hd #nav {
	position: absolute;
	width:100%;
	left:0px;
	top:126px;
	height: 24px;
	margin: 0;
	background: url(/images/tab_bottom.gif) repeat-x bottom;
	z-index:2;
}
#hd #nav ul {
	padding-left:10px;
}
#hd #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-transform:lowercase;
}
#hd #nav a:link, #hd #nav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 77%;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#hd #nav a:link.active, #hd #nav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}
#hd #nav a:hover {
	background: #fff;
	color:#cc0000;	
}
#hd #banner {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#bd {
	margin-top: 18px;
}
#cr {
	font-size:77%;
	line-height:18px;
	font-weight:bold;
}
#cr a:link, a:visited {
	text-decoration:none;
	color: #666;
}
#ft {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	margin-top: 36px;
	padding-top:18px;
}
#ft li {
	display: inline;
}
#ft li:before {
	content: " | ";
}
#ft li.first:before {
	content:"";
}
#ft a, #ft a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 77%;
	text-transform:lowercase;
}
#ft a:hover {
	color: #000000;
}
.left {
	float: left;
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.yui-h-slider {
	background-image:url(/images/slider/bg-h.gif);
}
