html.noScroll, html.noScroll body {
    overflow: hidden;
}

body {
	min-width: 960px;
	min-height: 660px;
	margin: 0;
}


h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    
}
a {
    color: black;
}

a:hover {
    color: gray;
}

strong {
	font-weight: normal;
	font-style: italic;
}

.littleHand {
    position: absolute;
    z-index: 10;
    left: -30px;
}

#rightAjax .littleHand {
	left: auto;
    right: -30px;
}

/*




home surrounds -------------------------------------------------*/
#default  #main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.thumbHolder ul {
	list-style-type: none;
	margin: 0;
}

    .thumbHolder li {
        width: 120px;
        float: left;
        overflow: hidden;
    }
    
        .thumbHolder img {
            opacity: .5;
        }
    
        .thumbHolder li a,
        .thumbHolder li a:hover{
            text-decoration: none;
            color: black;
        }
        .thumbHolder li span {
        	display: none;
        	position: absolute;
        	height: 7.5em;
        	z-index: 100;
        }
        
        .thumbHolder li a:hover span{
            display: block;
           background-color: white;
        }
        
        .thumbHolder li a.loading {
        	display: block;
        	background-color: transparent;
        	background-image: url(ajax-loader.gif);
        	background-repeat: no-repeat;
        	background-position: center center;
        }



#left {
	position: absolute;
	left: 0px;
	top: 16em;
	height: 24em;
	width: 120px;
	text-align: left;
}

    #left li {
    	height: 92px;
    	width: 92px;
    	margin-bottom: 6px;
    	float: left;
    	background-color: #FFC701;
    }
    
    #left li.visited {
        background-color: green;
    }

        #left li img {
            height: 92px;
            width: 92px;
        }
        
        #left li span {
            left: 96px;
            margin-top: -96px;
        }
    
#right {
	position: absolute;
	right: 0px;
	top: 16em;
	height: 24em;
	width: 120px;
	text-align: right;
}

    #right li {
        height: 92px;
        width: 92px;
        margin-bottom: 6px;
        float: right;
        background-color: #FF1100;
    }
    
    #right li.visited {
        background-color: green;
    }

        #right li img {
            height: 92px;
            width: 92px;
        }
        
        #right li span {
            right: 96px;
            margin-top: -96px;
        }

#top {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 20em;
	width: 640px;
	margin-left: -320px;
    text-align: center;
}

    #top li {
        margin-right: 10px;
        height: 6em;
        background-color: #6666FF;
    }
    #top li.visited {
        background-color: green;
    }

        #top li.last {
            margin-right: 0;
        }
    
        #top li img {
            margin-top: -2em;
            margin-bottom: -2em;
        }

    
/*




home content -------------------------------------------------*/

#ha {
	position: absolute;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	top: 16em;
	text-align: left;
	z-index: 1;
}

#ha .home {
	background-repeat: no-repeat;
	height: 280px;
}


.home1 {
	padding-top: 16em;
}

.home1 h1,
.home1 h2 {
	text-indent: -10000px;
}

.home1 h2 {
	margin-bottom: .5em;
}

.home1 a {
	text-decoration: none;
}


.arrowNext {
	position: absolute;
	right: 0;
	top: 9em;
}
.arrowPrev {
	position: absolute;
	left: 0;
	top: 9em;
}
.home1 .arrowNext {
	right: 0;
	top: 8em;
}

.arrowNext a:hover,
.arrowPrev a:hover{
	opacity: .5;
}

.home2 {
	text-align: center;
	padding: 18px 60px 0 150px;
}

    .home2 .arrowNext {
        right: -60px;
        top: 8em;
    }
    
    .home2 .arrowPrev {
        left: 0;
        top: 9em;
    }

.home3 {
	padding: 25px 80px 0 260px;
}

    .home3 h2 {
        margin-bottom: 30px;
    }
    
    .home3 .arrowNext {
        right: 0px;
        top: 0;
    }
    
    .home3 .arrowPrev {
        left: 0;
        top: 0;
    }
    
.home4 {
    text-align: center;
	
}

    .home4 h2 {
    }
    
    .home4 .arrowNext {
        right: 0px;
        top: 10em;
    }
    
    .home4 .arrowPrev {
        left: 0;
        top: 10em;
    }
    
.home5 {
	padding: 70px 260px 0 130px;
}

    .home5 h2 {
    }
    
    .home5 .arrowNext {
        right: 0px;
        top: 240px;
    }
    
    .home5 .arrowPrev {
        left: 0;
        top: 0;
    }
    
.home6 {
	padding: 100px 120px 0 130px;
}

    .home6 .sidebar {
        position: absolute;
        left: -10px;
        top: 136px;
        width: 130px;
    }

    .home6 .sidebar h1 {
    	/*display: none;*/
    }

    .home6 .arrowNext {
        right: 0px;
        top: 240px;
    }
    
    .home6 .arrowPrev {
        left: 0;
        top: 0;
    }
/*




news -------------------------------------------------*/

#news {
	position: absolute;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	top: 46em;
	text-align: left;
}


.newsDiv {
	width: 195px;
	padding-top: 1em;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 10em;
	float: left;
	margin-right: 10px;
	background-color: #F3F3F3;
	background-image: url(newsBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.newsDiv.last  {
    margin-right: 0;
}


.newsDiv h3 {
    font-size: 1em;
}

.newsDiv .littleHand {
    position: relative;
    left: -12px;
}

.newsDiv img {
	margin: 0 0 1em 0;
}

.newsDiv .excerptText {
    color: gray;
	line-height: 1em;
	font-style: italic;
}

.posted {
	color: gray;
	font-style: italic;
	line-height: 1em;
}

.bodyText ul {
    	margin-right: 0;
    	
}

hr {
    visibility: hidden;
}
#foot {
    padding-top: 1em;
    border-top: 16px black solid;
}
#foot h1,
#foot h2,
#foot p{
    font-size: 1em;
    margin: 0;
    display: inline;
    line-height: 1em;
    margin-right: 2em;
}

#foot p {
    line-height: 1.5em;
    margin: 0;
    display: block;
    
}

/*




detail project -------------------------------------------------*/
#projects #projectDiv { /*non-js version*/
	position: relative;
	margin: 0 auto 0 auto;
	height: 660px;
	width: 900px;
}

#projectDiv .imageDiv {
    position: absolute;
	top: 0;
	left: 0;
}

#projectDiv h2 {
    position: absolute;
    z-index: 1;
    width: 400px;
}

#projectDiv .bodyText {
    position: absolute;
    z-index: 1;
}

	#projectDiv .bodyText p {
		margin-bottom: .5em;
	}

#projectDiv .logoDiv {
	position: absolute;
	z-index: 2;
	margin: 0;
/*
	height: 90px;
	border: 1px solid red;
*/
}

    #projectDiv .logoDiv a{
      display: block;
    }
    #projectDiv .logoDiv a:hover{
       opacity: .5;
    }
    

#projectDiv .excerptText {
	position: absolute;
	color: gray;
	z-index: 1;
	font-style: italic;
}




#leftAjax {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
}

#leftAjax #projectDiv {
    	position: absolute;
    	width: 900px;
    	height: 660px;
    	right: 0;
}

	.left-1 .bodyText {
	    	left: 0;
	    	width: 650px;
	    	z-index: 1;
	    	text-align: justify;
	    	top: 40.5em; 
	}
	
	.left-1 .logoDiv {
		right: 0;
		top: 195px; 
	}
	    
	.left-1 h2 {
	    left: 0; 
		top: 19em; 
	}
	
	.left-1 .excerptText {
		right: 0;
		width: 130px;
		top: 40.5em;
	}
	
	
	
	.left-2 .bodyText {
	    	left: 0;
	    	width: 650px;
	    	z-index: 1;
	    	text-align: justify;
	    	top: 40.5em; 
	}
	
	.left-2 .logoDiv {
		right: 0;
		top: 291px; 
	}
	    
	.left-2 h2 {
	    left: 0; 
		top: 27em;
	}
	
	.left-2 .excerptText {
		right: 0;
		width: 130px;
		top: 40.5em;
	}
	
	
	
	
	
	
	.left-3 .bodyText {
    	left: 0;
    	width: 650px;
    	z-index: 1;
    	text-align: justify;
    	top: 40.5em; 
	}
	
	.left-3 .logoDiv {
		right: 0;
		top: 387px; 
	}
	
	.left-3 h2 {
	    left: 0; 
		top: 36em;
	}
	
	.left-3 .excerptText {
		right: 0;
		width: 130px;
		top: 40.5em;
	}
	
	

#rightAjax {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
}

#rightAjax #projectDiv {
    	position: absolute;
    	width: 900px;
    	height: 660px;
}


	.right-1 .bodyText {
	    	left: 150px;
	    	z-index: 1;
	    	text-align: justify;
	    	top: 40.5em; 
	}
	
	.right-1 .logoDiv {
		left: 0;
		top: 195px
	}
	
	.right-1 h2 {
	    left: 270px; 
		top: 19em;
	}
	
	.right-1 .excerptText {
		left: 10px;
		width: 130px;
		top: 40.5em;
	}




	.right-2 .bodyText {
    	left: 150px;
    	z-index: 1;
    	text-align: justify;
    	top: 40.5em; 
	}
	
	.right-2 .logoDiv {
		left: 0;
		top: 291px
	}
	
	.right-2 h2 {
	    left: 270px; 
		top: 27em;
	}
	
	.right-2 .excerptText {
		left: 10px;
		width: 130px;
		top: 40.5em;
	}



	
	
	
	
	
	.right-3 .bodyText {
    	left: 150px;
    	z-index: 1;
    	text-align: justify;
    	top: 40.5em; 
	}
	
	.right-3 .logoDiv {
		left: 0;
		top: 387px; 
	}
	
	.right-3 h2 {
	    left: 270px; 
		top: 36em;
	}
	
	.right-3 .excerptText {
		left: 10px;
		width: 130px;
		top: 40.5em;
	}




#topAjax { 
    position: absolute;
    z-index: 10;
	width: 900px;
	height: 100%;
	top: -1000px;
	left: 50%;
	margin-left: -450px;
}

#topAjax #projectDiv {
    	position: absolute;
    	width: 900px;
    	height: 660px;
    	bottom: 0;
}

	.top-1 .bodyText {
		left: 260px;
		top: 41em;
		text-align: justify;
	}

    .top-1 .logoDiv {
        left: 130px;
        bottom: 0;
    }
    
    .top-1 h2 {
       	left: 260px;
       	bottom: 1em;
    }

    .top-1 .excerptText {
    	left: 260px;
    	width: 130px;
    	bottom: 14em;
    }



	.top-2 .bodyText {
		left: 390px;
		top: 37em;
		text-align: justify;
	}

    .top-2 .logoDiv {
        left: 260px;
        bottom: 0;
    }
    
    .top-2 h2 {
       	left: 390px;
       	bottom: 1em;
    }

    .top-2 .excerptText {
    	left: 130px;
    	width: 130px;
    	text-align: right;
    	bottom: 17em;
    }



	.top-3 .bodyText {
		left: 0;
		top: 37em;
		width: 380px;
	}

    .top-3 .logoDiv {
		left: 390px;
        bottom: 0;
    }
    
    .top-3 h2 {
       	left: 0;
       	bottom: 1em;
    }

    .top-3 .excerptText {
    	left: 520px;
    	width: 130px;
    	bottom: -1em;
    }





	.top-4 .bodyText {
		left: 0;
		top: 37em;
		width: 510px;
		text-align: justify;
	}

    .top-4 .logoDiv {
        left: 520px;
        bottom: 0;
    }
    
    .top-4 h2 {
       	left: 0;
       	bottom: 1em;
    }

    .top-4 .excerptText {
    	left: 650px;
    	width: 130px;
    	bottom: -1em;
    }




	.top-5 .bodyText {
		top: 37em;
		left: 0;
		width: 510px;
		text-align: justify;
	}

    .top-5 .logoDiv {
    	left: 650px;
        bottom: 0;
    }
    
    .top-5 h2 {
       	bottom: 1em;
    }

    .top-5 .excerptText {
    	left: 510px;
    	width: 130px;
    	bottom: -1em;
    	text-align: right;
    }

