




/*
     FILE ARCHIVED ON 10:57:55 Feb 6, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:09:57 May 12, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#slider {
    position: relative;
	width: 890px;
	padding: 20px 10px 0 70px;
}

#thor_sidebar {
	float: left;
	width: 270px;
}

#thor_main {
	float: right;
	padding-top: 50px;
	width: 600px;	
}

#thor_header {
	margin-left: 10px;
	width: 230px;
	height: 114px;
	text-align: center;
	padding: 55px 0 0 0;
	background: url(http://www.ncthor.org/images/thor_header.jpg) no-repeat top left;
}

#social_box {
	display: block;
	width: 550px;
	height: 48px;
	padding: 16px 0px 16px 50px;
	margin-bottom: 20px;
	background: url(http://www.ncthor.org/images/thor_social_box.jpg) no-repeat;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 48px;
	height: 48px;
	margin-right: 60px;
}


#content { 
	height: 455px;
	width: 600px;
	background: url(http://www.ncthor.org/images/thor_content.jpg) no-repeat;
}
#special {
	height: 2400px;
	width: 600px;
	background: url(http://www.ncthor.org/images/thor_special.jpg) no-repeat;
}

.scroll {
    height: 1400px;
    width: 800px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 30px;
    height: 600px;
    width: 540px;
}

ul.navigation {
	width: 270px;
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: left;
}

ul.navigation li {
    display: inline-block;
    margin: 0px;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 190px;
	height: 33px;
	padding: 12px 0 0 80px;
	margin-bottom: 5px;
	color: #8a8980;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
}

ul.navigation a .ui_icon { position: absolute; top: 0; left: 15px; width: 40px; height: 40px; }

ul.navigation a .home { background: url(http://www.ncthor.org/images/thor_home.png) no-repeat; }
ul.navigation a .aboutus { background: url(http://www.ncthor.org/images/thor_aboutus.png) no-repeat; }
ul.navigation a .services { background: url(http://www.ncthor.org/images/thor_services.png)  no-repeat; }
ul.navigation a .gallery { background:  url(http://www.ncthor.org/images/robot.png) no-repeat; }
ul.navigation a .contactus { background:  url(http://www.ncthor.org/images/thor_contact.png) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
	color: #201f1b;
	background: url(http://www.ncthor.org/images/thor_menu_hover.png) no-repeat left;
}

ul.navigation a:hover .home, ul.navigation a.selected .home {
	background: url(http://www.ncthor.org/images/thor_home_hover.png) no-repeat;
}
ul.navigation a:hover .aboutus, ul.navigation a.selected .aboutus {
	background: url(http://www.ncthor.org/images/thor_aboutus_hover.png) no-repeat;
}
ul.navigation a:hover .services, ul.navigation a.selected .services {
	background: url(http://www.ncthor.org/images/thor_services_hover.png) no-repeat;
}
ul.navigation a:hover .gallery, ul.navigation a.selected .gallery {
	background: url(http://www.ncthor.org/images/robot_hover.png) no-repeat;
}
ul.navigation a:hover .contactus, ul.navigation a.selected .contactus {
	background: url(http://www.ncthor.org/images/thor_contact_hover.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
	width: 0;
	height: 0;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}