body {
	background-color: #aaaaaa;
	margin: 0px;
	padding: 0px;
}
.access span {
	display: none;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
/* background stuff */
#background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -5000;
	display: none;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#background img {
	width: 100%;
}
#page {
	display: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
}
/* layout */
#container {
	width: 951px;
	margin: auto;
	overflow: hidden;
	background: url(../graphics/sidebar-repeat.png) repeat-y 5px;
}
#container .innercontainer1 {
	background: url(../graphics/pageborder-right.png) repeat-y top right;
}
#container .innercontainer2 {
	background-color: white;
	margin-left: 247px;
	padding-bottom: 1px;
	z-index: 100;
	margin-right: 5px;
}
.ribbon {
	background: url(../graphics/ribbon-repeat.png) repeat-x;
	width: 690px;
	height: 50px;
	position: absolute;
	margin-top: 178px;
	line-height: 25px;
	font-size: 8pt;
	color: white;
}
.ribbon a {
	text-decoration: none;
	color: white;
}
.ribbon .utils {
	float: right;
	margin-right: 200px;
	height: 25px;
	overflow: hidden;
	vertical-align: middle;
}
.ribbon .far-right {
	margin-right: 20px !important;
}
.ribbon .utils .email {
	display: inline-block;
	width: 41px;
	height: 25px;
	background: url(../graphics/util-email.gif) no-repeat 0px -2px;
	vertical-align: middle;
	margin-right: 8px;
}
.ribbon .utils .print {
	display: inline-block;
	width: 38px;
	height: 25px;
	background: url(../graphics/util-print.gif) no-repeat 0px -2px;
	vertical-align: middle;
	margin-left: 8px;
}
.ribbon .utils .textsize {
	display: inline-block;
	width: 21px;
	height: 25px;
	vertical-align: middle;
	margin: 0px;
}
.ribbon .utils .textup {
	background: url(../graphics/textsize-up.gif) no-repeat 0px -2px;
	margin-right: 8px;
}
.ribbon .utils .textdown {
	background: url(../graphics/textsize-down.gif) no-repeat 0px -2px;
}
.ribbon-end {
	background: url(../graphics/pageborder-ribbon-right.png) no-repeat;
	width: 20px;
	height: 50px;
	position: absolute;
	margin-left: 689px;
	margin-top: 169px;
}
/* sidebar */
#sidebar {
	margin-left: -247px;
	width: 247px;
	display: block;
	float: left;
}
#sidebar h1 {
	margin: 0px;
	background: url(../graphics/sidebar-logo.png) no-repeat top left;
	width: 247px;
	height: 213px;
	overflow: hidden;
}
#sidebar h1 a {
	display: block;
	width: 247px;
	height: 213px;
}
/* content */
#content {
	font-size: 9pt;
	width: 703px;
	float: left;
}
#logos-homepage {
	margin: 0;
	padding: 0 0 20px 0;
	width: 460px;
	height: 90px;
	position: relative;
}
#logos-homepage ul {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 20px;
	border-top: 1px solid #EEE;
	padding: 20px 0 0 0;
	list-style: none;
	width: 660px;
}
#logos-homepage ul li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
#logos-homepage ul li.last {
	margin-right: 0;
}
#logos-homepage ul li.clear {
	margin: 0;
	float: none;
	clear: both;
	height: 1px;
}
#logos-homepage ul li a:link,
#logos-homepage ul li a:visited,
#logos-homepage ul li a:hover,
#logos-homepage ul li a:active {
	text-decoration: none;
}
#logos-homepage ul li a img {
	border: none;
}
/* footer */
#footer {
	display:block;
	width: 946px;
	margin: auto;
	background: url(../graphics/pageborder-bottom-corner.png) no-repeat 5px 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	color: white;
	font-size: 9pt;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer .rcorner {
	background: url(../graphics/pageborder-bottom-corner.png) no-repeat top right;
	padding-right: 5px;
	padding-left: 5px;
}
#footer .middle {
	background: url(../graphics/pageborder-bottom-repeat.png) repeat-x top left;
	padding-top: 20px;
	line-height: 14pt;
	height: 14pt;
}
#footer .left {
	height: 14pt;
	float: left;
}
#footer .right {
	height: 14pt;
	float: right;
}
/* navigation */
ul.nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 20px;
}
ul.nav li {
	display: block;
	padding-top: 20px;
	width: 217px;
	height: 39px;
	background: url(../graphics/sidebar-itembg.png) no-repeat bottom center;
}
ul.nav li a {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
	outline: none;
}
ul.nav li a:hover {
	background-position-y: bottom;
}
/* sexy sliding search panel */
#sidebar #search {
	margin-left: 20px;
	margin-top: 30px;
	background: url(../graphics/sidebar-search-min.png) no-repeat;
	width: 217px;
	margin-bottom:20px;
	height: 126px;
	position: relative;
}
#sidebar #search .expander {
	position: absolute;
	top: 17px;
	left: 93px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	outline: none;
	z-index: 15000;
	display: block;
}
#sidebar #search input.search {
	border: none;
	background-color: transparent;
	left: 44px;
	top: 60px;
	position: absolute;
	width: 125px;
	padding: 0px 0px;
	height: 26px;
	line-height: 26px;
	font-size: 10pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #555555;
	outline: none;
}
#sidebar #search input.submit {
	width: 76px;
	height: 20px;
	outline: none;
	position: absolute;
	left: 72px;
	top: 94px;
}
#sidebar #search #searchPanel {
	background: url(../graphics/sidebar-search-max.png) no-repeat;
	width: 217px;
	height: 126px;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 10200;
}


#canb100 {
	position: absolute;
	z-index: 30000;
	top: 30px;
	right: 30px;
}
#canb100 a {
	display: block !important;
	position: static !important;
	width: 86px !important;
	height: 65px !important;
}
h3.parent {
	margin-top: 0px;
	margin-bottom: 5px;
}
h3.parent a {
	color: #b5b4b1;
	text-decoration: none;
}

#social {
	margin-right: 20px;
}
#social a {
	padding: 8px 6px 6px 24px;
	margin-left: 6px;
	
}
#social-twitter {
	background: url('../graphics/social_Twitter.png') no-repeat left center;
}
#social-facebook {
	background: url('../graphics/social_Facebook.png') no-repeat left center;
}
