html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 14px;
	background: #000000 url('/site/fojab/images/static/bg_fade.gif') repeat-y top left;
	color: #FFFFFF;
	height: 100%;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 125%; font-weight: normal; text-transform: uppercase; margin: 1px 0 10px 0; color: #FFFFFF; }
h2 { font-size: 120%; font-weight: normal; text-transform: uppercase; margin: 1px 0 10px 0; color: #FFFFFF; }
h3 { font-size: 115%; font-weight: normal; text-transform: uppercase; margin: 1px 0 10px 0; color: #FFFFFF; }
h4 { font-size: 105%; font-weight: normal; text-transform: uppercase; margin: 1px 0 10px 0; color: #FFFFFF; }

hr { width: 100%; border: 0; color: #666666; background-color: #666666; height: 1px; margin-top: 11px; margin-bottom: 11px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline ; outline: none; text-decoration: underline; color: #CCCCCC; }
a:hover { text-decoration: underline; outline: none; color: #CCCCCC; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
.float_left { position: relative; float: left; }
.float_right { position: relative;  float: right; }
img { border: 0; background-color: transparent; }
object { outline:none; }



.section_object { margin-bottom: 20px; }
.ajax_link { color: #CDCE8D; cursor: pointer; cursor: hand; }
.ajax_link:hover { text-decoration: underline; }

#home {
	position: absolute;
	width: 255px;
	height: 35px;
	z-index: 20;
	top: 30px;
	left: 35px;
	cursor: pointer;
	cursor: hand;
}


#outer_container {
	position: relative;
	top: 17px;
	left: 17px;
	width: 968px;
	margin:0;
	padding:0;
	/*margin-bottom: 20px !important; margin-bottom: 0;*/
}

#foot {
	margin: 0 0 0 30px;
	padding: 0;
	color: #888888;
	position: relative;
	top: 25px;
}

#foot a:link, #foot a:visited, #foot a:active, #foot a:hover {
	color: #888888;
}



#top_container {
	position: relative;
	width: 968px;
	height: 258px;
	margin: 0 auto;
	background: transparent url('/site/fojab/images/static/top_bg.png') no-repeat top left;
}

#top_inner {
	position: relative;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	top: 3px;
}

#content_container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 0;
}

#default_01 { position: relative; }

/*#default_01, #two_col_01 { position: relative; }

#two_col_02 {
	position: relative;
	float: left;
	width: 400px;
	border: 1px solid #FF0000;
}
#two_col_03 {
	position: relative;
	float: right;
	width: 400px;
	border: 1px solid #0000FF;
}*/







#vertical_container {
  width: 960px;
  position: relative;
}



.accordion_item_top {
	width: 960px;
	height: 5px;
	background: transparent url('/site/fojab/images/static/accordion_item_top.png') no-repeat bottom left;
}

.accordion_item {
	background-color: #000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}


.accordion_item_bot {
	width: 960px;
	height: 5px;
	background: transparent url('/site/fojab/images/static/accordion_item_bot.png') no-repeat top left;
	margin-bottom: 10px;
}





.accordion_toggle {
  display: block;
  height: 28px;
  line-height: 26px;
  /*width: 680px;*/
  /*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
  /*padding: 0 10px 0 10px;*/
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.2em;
  outline: none;
  font-size: 120%;
  color: #989898;
  cursor: pointer;
	text-transform: uppercase;
}

.accordion_toggle:hover, .accordion_toggle a:link, .accordion_toggle a:active, .accordion_toggle a:visited, .accordion_toggle a:hover {
  color: #CCCCCC;
	text-decoration: none;
}

.accordion_toggle_active {
  /*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
  color: #FFFFFF;
  /*border-bottom: 1px solid #f68263;*/
}


.accordion_content {
	width: 916px;
	overflow: hidden;
	margin: 0 10px 0 20px;
	/*background-color: #F8F8F8;*/
	/*background-color: transparent;*/
	background-color: #000000;
}

.accordion_content ul, .accordion_content ol {
	padding-left: 15px;
	margin-left: 0;
}



/*.accordion_content h2 {
  margin: 0;
  color: #0099FF;
}*/

/*.accordion_content p {
  line-height: 150%;
  padding: 5px 10px 15px 10px;
}*/



/* news ********************************************************************* */
.news_link {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

.news_link:hover {
	text-decoration: underline;
}


#news_year_menu {
	margin-bottom: 10px;
}

.news_active_year {
	font-weight: bold;
}

.news_left {
	width: 330px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.news_right {
	position: relative;
	float: right;
	margin-bottom: 10px;
}

.news_list_item {
	position: relative;
	float: left;
	width: 265px;
	margin: 0 40px 15px 0;
	line-height: 12px;
	color: #C0C0C0;
}


.news_list_item h2 {
	text-transform: uppercase;
	font-size: 100%;
}

.news_list_item a:link, .news_list_item a:visited, .news_list_item a:active, .news_list_item a:hover {
	text-transform: uppercase;
	color: #C0C0C0;
}

.news_list_item:hover, .news_on { }

#news_item { }

.news_image_box {
	width: 265px;
	height: 98px;
	border: 1px solid #666666;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
	background-position: center center;
}



/* staff ******************************************************************** */

#contact_fojab {
	width: 250px;
	position: relative;
	float: left;
	line-height: 14px;
}

#contact_fojab div { margin-top: 10px; }


/* list staff */
#staff_list {
	width: 630px;
	position: relative;
	float: right;
}

#staff_list_left, #staff_list_right {
	width: 310px;
	position: relative;
	float: left;
}

.staff_item {
	width: 300px;
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}







/* render staff */

#staff_item {
	display: none;
	position: absolute;
	width: 500px;
	z-index: 10;
	left: 230px;
	margin-top: 0 !important; margin-top: 30px;
}



#staff_details_top {
	width: 500px;
	height: 5px;
	background: transparent url('/site/fojab/images/static/staff_details_top.png') no-repeat bottom left;
}



#staff_details {
	background-color: #F2F2F2;
	color: #292929;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#staff_details h1, #staff_details h4 {
	color: #292929;
	margin: 1px 0 3px 0;
}


#staff_details_bot {
	width: 500px;
	height: 5px;
	background: transparent url('/site/fojab/images/static/staff_details_bot.png') no-repeat top left;
	margin-bottom: 10px;
}


#staff_details, #staff_details a:link, #staff_details a:visited, #staff_details a:active, #staff_details a:hover {
	color: #292929;
}


#staff_details_close {
	position: relative;
	float: right;
	top: 2px;
	right: 5px;
	height: 16px;
	overflow: visible;
}

#staff_details_inner {
	width: 475px;
	margin: 5px 15px 0 15px;
}

.staff_image {
	width: 160px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.staff_text {
	width: 300px;
	position: relative;
	float: left;
	left: 12px;
}

.staff_text ul, .staff_text li {
	margin: 0;
	padding: 0;
}







.staff_link {
	padding: 3px;
	cursor: pointer;
	cursor: hand;
}

.staff_link:hover {
	text-decoration: underline;
	/*background-color: #F2F2F2;*/
}




/* search ******************************************************************* */
#search_form {
	position: relative;
	float: right;
	margin: 0 2px 0 0;
}

#search_result {
	position: absolute;
	width: 250px;
	top: 290px;
	right: 25px;
	border: 1px solid #DCDCDC;
	color: #000000;
	background-color: #FFFFFF;
	filter: alpha(opacity=85); /* internet explorer */
	-khtml-opacity: 0.85;      /* khtml, old safari */
	-moz-opacity: 0.85;       /* mozilla, netscape */
	opacity: 0.85;
	padding: 10px;
	z-index: 400;
	display: none;
}

#search_result h2 {
	color: #000000;
	margin-bottom: 2px;
}

#search_result h3 {
	color: #000000;
	margin-bottom: 2px;
	font-weight: bold;
}

#search_result a:link, #search_result a:visited, #search_result a:active {
	color: #000000;
	text-decoration: underline;
}

#search_result a:hover {
	text-decoration: underline;
}

#search_result_list {
	margin-top: 10px;
}

#search_result_list ul {
	list-style:none;
	margin: 3px 0 7px 0;
	padding-left: 0;
}

#search_result_list ul li {
	padding-left: 0;
}





/* projects ***************************************************************** */
.projects { /*margin-bottom: 20px; */}

.project_item {
	/*width: auto !important; width: 112px;*/
	width: 200px;
	/*height: 250px;*/
	height: 230px;
	position: relative;
	float: left;
	margin: 0 25px 10px 0;
	color: #A9A9A9;
	cursor: pointer;
	cursor: hand;
}

.project_item:hover { /*color: #000000;*/ }

.project_item_image {
	width: 198px;
	height: 198px;
	border: 1px solid #666666;
}

.project_item h2, .project_item_small h2 {
	font-size: 100%;
	font-weight: bold;
	color: #C1C1C1;
	text-transform: uppercase;
}

/* additional projects ****************************************************** */
.project_item_small {
	width: 200px;
	height: 90px;
	position: relative;
	float: left;
	margin: 0 25px 10px 0;
	color: #A9A9A9;
	cursor: pointer;
	cursor: hand;
}

.project_item_small_image {
	width: 78px;
	height: 78px;
	position: relative;
	float: left;
	border: 1px solid #666666;
}

.project_item_small_text {
	width: 115px;
	position: relative;
	float: right;
}


.projects_toggle {
	/*position: relative;
	float: right;*/
	position: absolute;
	left: 910px;
	z-index: 2000;
	margin-top: 170px;

}





/* project ****************************************************************** */

#project_details {
	display: none;
	position: absolute;
	width: 800px;
	z-index: 10;
	left: 100px;
	margin-top: 0 !important; margin-top: 30px;
}



#project_top {
	width: 800px;
	height: 10px;
	background: transparent url('/site/fojab/images/static/project_top.png') no-repeat top left;
}

#project_bot {
	width: 800px;
	height: 10px;
	background: transparent url('/site/fojab/images/static/project_bot.png') no-repeat bottom left;
	margin-bottom: 40px;
}

#project {
	/*border: 1px solid #CCCCCC;*/
	background-color: #D7D7D7;
	color: #333333;
}

#project a:link, #project a:visited, #project a:active, #project a:hover {
	color: #333333;
	text-decoration: underline;
}


.project_inner {
	margin: 0 10px 0 15px;
}


#project_title { position: relative; float: left; }
#project_title h1 { color: #333333; }
#project_close { position: relative; float: right; }




#previous_image {
	position: relative;
	float: left;
	top: 55px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
}

#next_image {
	position: relative;
	float: right;
	top: 55px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
}

#previous_image a:link, #previous_image a:visited, #previous_image a:active, #previous_image a:hover,
#next_image a:link, #next_image a:visited, #next_image a:active, #next_image a:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	/*line-height: 30px;*/
	color: #000000;
}






#project_info_box { margin-bottom: 10px; }
#project_image_box { width: 800px; background-position: center top; background-repeat: no-repeat; }
#project_thumbs { }

.project_image_controls { }

/*#project_image {
	width: 400px;
	position: relative;
	float: left;
	left: 30px;
}*/



.project_thumb {
	cursor: pointer;
	cursor: hand;
	position: relative;
	float: left;
}



/* page header items ******************************************************** */
#page_header {
	width: 940px;
	height: 190px;
	position: relative;
	left: 10px;
	top: 50px;
}




#ie_warning {
	width: 960px;
	/*margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;*/
	margin: 17px 0 7px 17px;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	color: #000000;
}

#ie_warning h4 {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 1px 0 1px 0;
}

#ie_warning a:link, #ie_warning a:visited, #ie_warning a:active, #ie_warning a:hover {
	color: #000000;
}

#ie_w_left {
	position: relative;
	float: left;
	margin: 5px;

}
#ie_w_right {
	position: relative;
	float: left;
	margin: 5px;
}



/* site_map ****************************************************************** */
#sitemap {
	padding: 10px;
}

#sitemap ul {
	margin: 0 0 0 0.5em;
	padding-left: 1.3em;
}

#sitemap ul li {
	padding-left: 0.4em;
}

#sitemap ul li ul {
	margin: 0 0 0 0;
	padding-left: 1.3em;
}

#sitemap ul li ul li {
	padding-left: 0.4em;
}
