/* RESET
-------------------------------------------------------------- */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; outline: none; font-size: 100%; font-weight: normal;   }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
table th { font-weight: bold; text-align:left; }
th, td { padding: 0 10px 0 0; }
textarea, input { padding: 5px; border: 1px solid #ccc; background: #fff; font: normal 13px/16px 'Lucida Grande', Arial, sans-serif; text-shadow: 0 0 0 #000; }
input[type=file] { padding: 0; background: none; border: none; }
form table td ul { list-style: none; padding: 0; }
form table td { padding: 0 10px 5px 0; }

html, body { height:100%; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 11px; line-height: 14px; color: #555; margin: 0}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table { margin-bottom: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; }
ul, ol { padding-left: 20px; }
ol { list-style: decimal; }
ul { list-style: disc; }
ul ul, ol ol { margin-bottom: 0; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
blockquote { padding: 0 20px; }
h1 { font-size: 36px; line-height: 38px; font-weight: bold; }
h2 { font-size: 24px; line-height: 30px; font-weight: bold; }
h3 { font-size: 18px; line-height: 24px; font-weight: bold; }
h4 { font-size: 20px; line-height: 30px; font-weight: bold; }
h6 { font-size: 14px; line-height: 20px; }
b, strong { font-weight: bold; }
label { color: #555; }
i, em { font-style: italic; }



a { outline: none; color: #aaa; text-decoration: none; }

a.selected { color: #666; }


a:hover { color: #666; text-decoration: underline; }

#project_text a {
	color: #666;
}


h1 {
    margin : 45px 0 17px 0;
}


h2  {
    font-size : 11px;
	line-height : 13px;
	margin : 0;
	text-transform: uppercase;
}

h2.project_code  {
	font-weight : bold;
}

#news_text h2 {
    margin : 0 0 10px 0;
}

h3.title {
    font-size : 11px;
	line-height : 13px;
	font-weight : bold;
	margin : 0;
	text-transform: uppercase;
}


p.location {	
	margin : -2px 0 0 0;
	
}

#project_text, #page_text, #news_text {
	margin : 0 0 0 0;
	height : 255px;
    position: absolute;
    top : 0px;
    left : 544px;
    width : 323px;
}

#page_text, #news_text {
    position: absolute;
    left : 440px;
    width : 323px;
}

.main_text p {
	margin : 20px 100px 0 0;
}

#page {
	height : 582px;
	width : 990px;
	border: 1px solid #ccc;
	margin:0 auto;
    
}

#content {
	border: 0px solid #ccc;
	margin : 0 0 0 112px;
	height : 325px;
    position: relative;
       
}

#footer{
	margin : 0 0 0 112px;
}

#header {
	margin : 0 0 0 112px;
}

#nav_bars {
	margin : 0 0 0 112px;
}

.nav_bar ul {
	list-style: none;
	padding : 0;
	margin : 28px 28px 0 0;
}

.nav_bar ul li {
	font-size : 11px;
	line-height : 17px;
}

.nav_bar ul li.selected a{ 
	color: #666;
}


#nav_bar_0, #nav_bar_1, #nav_bar_2, #nav_bar_3 {
	float : left;
}

.nav_bar div.jScrollPaneContainer {
	margin : 28px 0 0;
	
}


a.jScrollArrowUp {
	height: 24px;
	background: url(../img/arrow_up.png) no-repeat 0 -34px;
}

a.jScrollArrowUp:hover {
     background-position: 0 -3px;
}

a.jScrollArrowDown {
	height: 24px;
	background: url(../img/arrow_down.png) no-repeat 0 -43px;
}

a.jScrollArrowDown:hover {
	background-position: 0 -12px;
}


#nav_bars:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }

/* project detail */


#main_project_image {
	float : left;
	margin : 0 50px 0 0;
}

ul#project_images  {	
	list-style: none;
    position: absolute;
    top : 255px;
    left : 524px;
}

ul#project_images   li {
	display: inline;
}

ul#project_images   li.hidden {
    display : none;
}

#slideshow img.hidden {
    display : none;
}

