@charset "utf-8";
/* CSS Document */

/* Basic tags */

html *{
	margin: 0px;
	padding: 0px;
}
body{
	background: #FFF;
	color: #000;
	line-height: 17px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
}



a{
	color: #15816b;
}
a:active{
	outline: none;
}

sup, sub{
	font-size: 8px;
	line-height: 0px;
}

blockquote{
	margin-left: 50px;
}

#container{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/* header  */

#header{
	height: 98px;
	position: relative;
	background: url(../graphics/shared/header/green_bar.gif) no-repeat top left;
	padding-top: 3px;
}
#header h1 a{
	display: block;
	height: 80px;
	width: 224px;
	text-indent: -9999px;
	background: url(../graphics/shared/header/fuji_logo.jpg) no-repeat top left;
	top: 15px;
	left: 10px;
	position: absolute;
}

/* header, top nav tags */

#top_nav{
	position: absolute;
	top: 3px;
	left: 240px;
	height: 23px;
	width: 238px;
	list-style-type: none;
}
#top_nav li{
	display: inline;
	float: left;
}
#top_nav li.on{
	background: url(../graphics/shared/header/tab-left.gif) no-repeat top left;
}
#top_nav li a{
	display: block;
	font-family: Arial, sans-serif;
	line-height: 23px;
	text-align: center;
	padding-right:8px;
	margin-left: 8px;
	text-decoration: none;
	color: #2cac92;
	font-weight: bold;
}
#top_nav li a:hover{
	text-decoration: underline;
}
#top_nav li.on a{
	color: #FFF;
	background: #2cac92 url(../graphics/shared/header/tab-right.gif) no-repeat top right;
}
#top_nav li.on a:hover{
	text-decoration:none;
}

/* header, main nav */

#main_nav{
	position: absolute;
	top: 61px;
	left: 246px;
	list-style-type: none;
	height: 18px;
	width: 680px;
}
#main_nav li{
	display: inline;
	float: left;
	background: url(../graphics/shared/header/top_bullet.gif) no-repeat left center;
}
#main_nav li a{
	display: block;
	color: #02436a;
	font-size: 16px;
	font-family: Arial, sans-serif;
	padding-left: 20px;
	padding-right: 15px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
#main_nav li a:hover, #main_nav li.on a{
	color: #82c7b9;
}

/* header, quick nav */

#search_nav{
	width: 470px;
	height: 31px;
	position: absolute;
	line-height: 29px;
	top: 0px;
	right: 0px;
	background: url(../graphics/shared/header/top_bg.gif) no-repeat top right;
	font-size: 9px;
}

#search_nav a{
	color: #10a183;
	padding: 0px 5px;
	text-decoration: none;
	display: block;
	float: left;
}

* html #search_nav a{
	display: inline;
}
#search_nav a:hover, #search_nav a.on{
	text-decoration: underline;
}

#search_nav input#searchBox{
	border: 1px solid #0079C2;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 2px;
	display: block;
	float: left;
	margin-left: 6px;
}
#search_nav #sa{
	background: #0079C2;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #0079C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	width: 50px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 2px;
	cursor: pointer;
	cursor: hand;
}

#search_nav form{
	float: left;
	font-size: 9px;
	display: block;
	margin-top: 4px;
	padding-left: 10px;
}

* html #search_nav form{
	display: inline;
}

/* left column */

#left_side{
	width: 247px;
	float: left;
}

/* center column */

#center{
	float: left;
	width: 527px;
	min-height: 454px;
}
#breadcrumbs{
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 26px;
	width: 517px;
	height: 26px;
	background: url(../graphics/shared/breadcrumbs.gif) no-repeat top left;
	font-size: 9px;
	padding: 0px 5px;
}

#breadcrumbs a{
	color: #10a183;
	display: block;
	float: left;
	padding-right: 10px;
}
#breadcrumbs span{
	display: block;
	float: left;
}

#center h2{
	height: 166px;
	width: 527px;
	position: relative;
	left: 0px;
	text-indent: -9999px;
}

#content{
	width: 527px;
}



#content h3{
	color: #0079c2;
	font-size: 17px;
	padding: 10px 15px;
}

#content h3 span{
	color: #2CAC92;
}
#content h4{
	color: #0079c2;
	font-size: 14px;
	padding: 10px 15px 0px 15px;
}
#content h5{
	font-size: 10px;
	color: #0079c2;
	padding: 10px 15px 0px 15px;
}
#content ul{
	padding: 8px 40px;
	list-style-image: url(../graphics/shared/bullet.gif);
}
#content ol{
	padding: 8px 40px;
}
#content li{
	margin: 5px 0px;
}
#content ul ul {
	padding: 4px 30px 2px;
}

#content form{
	margin: 15px 10px;
}

#content p{
	padding: 10px 15px;
}


/* class for podcast content */
.content_podcast {
	clear:both;
	height:73px;
	padding:15px 0;
}
.content_podcast img{
	float:left;
	height:75px;
	margin:0 15px 10px 0;
}
.content_podcast span  {
	color:#979797;
	font-weight:bold;
}



/* right column */

#right_side{
	position: absolute;
	width: 209px;
	top: 101px;
	right: 0px;
	background: url(../graphics/sub/sub_sidebar_bg.jpg) no-repeat top right;
	min-height: 454px;
	text-align: center;
}

* html #right_side, * html #center{
	height: 454px;
}

/* footer */

#footer{
	clear: both;
	color: #0079c2;
	font-size: 10px;
	bottom: 0px;
	text-transform: uppercase;
	background: url(../graphics/shared/footer_bg.gif) no-repeat top left;
	padding-left: 20px;
}
#footer span, #footer a{
	display: block;
	float: left;
	margin: 8px 8px 5px;
}
* html #footer span, * html #footer a{
	display: inline;
}

/* classes */

.invisible{
	display:none;
}

.footnote{
	font-size: 10px;
}

/* basic forms */

option{
	margin: 2px 0px;
	padding-right: 10px;
}

optgroup {
	background:#F1F9F8 none repeat scroll 0%;
	color:#0079C2;
	font-style:normal;
	font-weight:bold;
}

optgroup option {
	background:#FFFFFF none repeat scroll 0%;
	color:#000000;
	font-weight:normal;
	padding-left: 15px;
}

/* right column */

#right_callout_bg, #right_callout_bg2 {
	width: 160px;
	margin-top: 195px;
	margin-left: 23px;
	height: 50px;
	background: #FFF url(../graphics/shared/right_callout_bg.gif) no-repeat 0px 3px;
	-moz-opacity: 0.70; 
	opacity:0.7;
	z-index: 1;	
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);	
}

#right_callout, #right_callout_img, #right_callout2, #right_callout_img2{
	width: 158px;
	margin-top: -50px;
	margin-left: 23px;
	border: 1px solid #c0e6de;
	text-align: left;
	padding-top: 45px;
	z-index: 2;
	position: relative;
	margin-bottom: 10px;
}

#right_callout_img, #right_callout_img2{
	padding-top: 20px;
}

#right_callout_logo{
	margin-top: -20px;
}

#right_callout_mesomark{
	margin-bottom: 10px;
}

#right_callout_bg2 {
	margin-top: 25px;
}


#right_callout p, #right_callout2 p{
	margin: 0px 5px 10px 5px;
	color: #0079c2;
}

#right_callout img{
	border: 0;
}

.career_callout p{
	font-size: 10px;
}

.career_callout_header{
	font-weight: bold;
}

.career_callout p span{
	background:#FFFDCC;
	padding: 2px;
}


/* extra body tags */

body.us_home #right_side{
	background: url(../graphics/sub/sub_sidebar_bg_1.jpg) no-repeat top right;
}

body.world_home #header{
	height: 98px;
	position: relative;
	background: url(../graphics/shared/header/blue_bar.gif) no-repeat top left;
	padding-top: 3px;
}

body.world_home #top_nav li.on{
	background: url(../graphics/shared/header/blue-tab-left.gif) no-repeat top left;
}

body.world_home #top_nav li a{
	color: #0c78ba;
}

body.world_home #top_nav li.on a{
	background: #0c78ba url(../graphics/shared/header/blue-tab-right.gif) no-repeat top right;
	color: #FFF;
}

body.world_home #right_side{
	background: url(../graphics/sub/sub_sidebar_bg_2.jpg) no-repeat top right;
}

p.highlight{
	background:#FFFDCC;
	margin-top: 10px;
}


/* popup stuff */

#backgroundPopup{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#666;
	z-index:1;
}

* html #backgroundPopup{
	position: absolute;
}
.popupWindow{
	display:none;
	position:absolute;
	height:180px;
	width:425px;
	background:#FFF url(../graphics/popupBG.jpg) no-repeat top left;
	z-index:10;
	border: 1px solid #b9cfde;
	padding: 50px 20px 20px 40px;
	top:0;
	left:0;
}

.popupClose{
	float: right;
	background: url(../graphics/popupClose.jpg) no-repeat top right;
	height: 12px;
	width: 57px;
	padding-right: 10px;
	margin-top: -39px;
	margin-right: -10px;
	cursor:pointer;
}
.popupWindow p{
	padding: 10px 0px;
	text-align:left;
}

#timer{display: none; visibility:hidden;}