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

body,td,th {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	outline: none;	
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#wrapper-inner {
	float: left;
	display: block;
}

#logo {
	float: left;
	width: 980px;
	height: 80px;
	display: block;
}

#navigation {
	float: left;
	width: 980px;
	height: 38px;
	display: block;
}

#navigation #menu {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu li {
	float: left;
	list-style-type: none;	
}

#menu a, #menu a:visited {
	display: block;
	width: 192px;
	height: 38px;
	background-image: url(../images/nav/tn_buttons.png);
	background-repeat: none;
	text-align: center;
	text-decoration: none;
	color: #7b7a7b;
	font-size: 13px;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: -1px;
}

#menu a:hover {
	background-position: 0 -38px;
	color: #555555;
}

#menu a.selected {
	background-position: 0 -76px;
	color: #444444;
}

#sidenav {
	float: left;
	width: 192px;
	min-height: 540px;
	display: block;
	margin-top: 105px;
}

#sidenav #submenu {
	margin: 0;
	padding: 0;
	border: 0;
}

#submenu li {
	float: left;
	list-style-type: none;	
}

#submenu a, #submenu a:visited {
	display: block;
	width: 172px;
	height: 34px;
	background-image: url(../images/nav/sn_buttons.png);
	background-repeat: none;
	text-decoration: none;
	color: #7b7a7b;
	font-size: 12px;
	line-height: 34px;
	letter-spacing: -1px;
	padding-left: 20px;
}

#submenu a:hover {
	background-position: 0 -34px;
	color: #aaa;
}

#submenu a.selected {
	background-position: 0 -68px;
	color: #fff;
}

.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%;
}
