html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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_1680x50_gradient.png') repeat-y top center;
	color: #FFFFFF;
	height: 100%;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1, #accordion h3 { 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;
	width: 968px;
	margin:0 auto;
	padding:0;
}

#foot {
	width: 968px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	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; }


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

/**
 * Accordion based on jQuery UI Accordion
 *
 */

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
	outline: none;
	background-color: #000000;
  border: 1px solid #656565;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
	text-decoration: none;
}

.ui-accordion-icons .ui-accordion-header a {
	/*padding-left: 2.2em;*/
	padding: 10px;
}
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }

.ui-accordion .ui-accordion-content {
	padding: 10px;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: -14px;
	overflow: auto;
	display: none;
	zoom: 1;
	background-color: #000000;
  border: 1px solid #656565;
	/*
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: none;
	margin-bottom: 3px;
}

.ui-accordion .ui-accordion-content-active { display: block; }




/**
 * 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_item {
	width: 800px;
	color: #292929;
}

#news_item h1, #news_item h2, #news_item a:link, #news_item a:active, #news_item a:visited, #news_item a:hover {
	color: #000000;
}

#news_item_inner {
	margin: 0;
	padding: 0 10px 0 15px;
	background-color: #D7D7D7;
}

.news_title { position: relative; float: left; }
.news_close { position: relative; float: right; }

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

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


.news_list { }

.news_list_left {
	width: 265px;
	position: relative;
	float: left;
}

.news_list_right {
	position: relative;
	float: left;
}

.news_list_right_fixed_width {
	width: 620px;
	margin-left: 30px;
}


.news_left {
	width: 350px;
	position: relative;
	float: left;
	padding-right: 10px;
}

.news_right {
	position: relative;
	float: right;
}


.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_image_box {
	width: 265px;
	height: 98px;
	border: 1px solid #666666;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	cursor: hand;
}


.news_toggle {
	position: relative;
	float: right;
	margin-top: -50px;
}



/**
 * 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 {
	width: 500px;
	background-color: #F2F2F2;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#staff_details {
	color: #292929;
	padding-bottom: 10px;
}

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

#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;
	padding: 5px;
	height: 16px;
	overflow: visible;
}

#staff_details_inner {
	width: 470px;
	/*margin: 5px 15px 0 15px;*/
	padding: 5px 10px 0 10px;
}



.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: 200px;
	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;
	/*margin-top: -50px;*/
	margin-top: 10px;
}





/**
 * project
 *
 */

#project_details {
}


#project {
	width: 800px;
	color: #333333;
	background-color: #D7D7D7;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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


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


#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;
	color: #000000;
}



#project_info_box { padding: 0 0 10px 0; }
#project_image_box {
	width: 800px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #D7D7D7;
}
#project_thumbs { }

.project_image_controls { }

.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;
	background-color: #000000;
  border: 1px solid #656565;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#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;
}
