/* general stuff */
/* CSS Document */

body{
	background-color:#333333;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}

#wrapper{
	margin:0 auto;
	width:960px;
	/*height:500px;*/
	padding:0;
	border-right:2px solid #FF9933;
	border-left:2px solid #FF9933;
	background:#8A0045;
	overflow:hidden;
	
}

#wrapper2{
	margin:0 auto;
	width:800px;
	/*height:500px;*/
	padding:0px;
	border-right:2px solid #FF9933;
	border-left:2px solid #FF9933;
	background:#F6DE96;
}

#image_explorer{
	float:left;
	margin:5px 10px 5px 0px;
}

#left_col{
	width:150px;
	padding:0;
	margin:0;
	float:left;
	background:url(../../bodymapping/images/bodymap01.jpg) no-repeat;
}

#sidemenu{
	line-height:20px;
	margin:10px 0 0 0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

#sidemenu ul{
	padding:0;
	margin:0;
}

#sidemenu li{
	padding:0;
	margin:0 0 5px 0;
	list-style:none;
	font-size:11px;
	font-weight:normal;
}

#sidemenu li a{
	color:#fff;
	padding:5px 0px 0px 3px;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #fff;
	border-left:3px solid #FF9933;
}

#sidemenu li a:hover{
	color:#FF9933;
	/*background:#666633;*/
	padding:5px 0px 0px 3px;
	text-decoration:none;
	border-left:3px solid #fff;
}

.current_side{
	color:#FF9933;
	background:#666633;
	padding:5px 0px 0px 3px;
	/*background:#FF9933;*/
	text-decoration:none;	
	border-left:3px solid #fff;
}

* html #sidemenu li a{
	 height: 1%;
}

*+html #sidemenu li a{
	 height: 1%;
}

#right_col{
	width:807px;
	margin:0;
	padding:0;
	float:right;
	background:#f2f2f2;
	/*border-left:1px solid #000;	*/
}

#header{
	width:790px;
	background:url(../../bodymapping/images/header.jpg) no-repeat;
	height:90px;
}

#header_links{
	float:right;
	padding:5px;
}

#header_links a{
	color:#0000FF;
	text-decoration:none;
	font-size:11px;
	border-right:#000000 solid 1px;
	padding-right:5px;
	padding-left:4px;
}

#header_links a:hover{
	color:#0000FF;
	text-decoration:underline;
}

#topmenu{
	display:block;
	height:20px;
	/*line-height:20px;*/
	padding:0 -2px 0 0;
	background-color:#FF3300;   
	border-top:2px solid #FF9933;
	border-bottom:2px solid #FF9933;
}

.current{
	color:#000;
	background:#666633;
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;
	padding:5px 10px 5px 5px;
	text-decoration:none;
}
	

#footer{
	width:100%;
	border-top:5px solid #FF3300;
	color:#000;
	padding:5px 0 5px 0;
	text-align:center;
	font-size:11px;
	background:#FF9933;
}

#footer a, #footer a:visited, #footer a:hover{color:#8a0045; font-size:12px;}

#bodytext2{
	margin:0px;
	padding:5px;

}

#bodytext{
	clear:both;
	margin:0px;
	padding:5px;
	height:440px;
	width:98%;
	overflow:auto;
	text-align:justify;
}

#bodytext a{
	color:#0000FF;
	/*background:#88FFA6;
}

#bodytext a:hover{
	background:#FFCC66;
	color:#000;*/
}

#bodytext img{
	margin:10px;
	border: 1px solid #FF9935;
}

#bodytext ul{
	list-style:disc;
}

#bodytext2 ul{
	list-style:none;
}

.expandable{
	background:url(../images/tree_plus.gif) center left no-repeat;
	padding-left:15px;
	display:inline;
}

.retractable{
	background:url(../images/tree_minus.gif) center left no-repeat;
	padding-left:15px;
	display:inline;
}

.gallery_selected{
	filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;
}

.point{
	font-weight:bold;
	/*border-bottom:1px solid #990000;*/
	padding-bottom:5px;
	/*background:url(../images/partner_bullet.jpg) no-repeat top left;
	padding-left:20px;*/
	padding-right:5px;
	margin-bottom:10px;
	text-decoration:underline;
	font-size:14px;
}

.table{
	font-size:12px;
	text-align:left;
}

/*input.btn{
	border: 1px solid #F6DE96;
	background:url(../images/form_btn.jpg) center no-repeat;
	color:#fff;
	padding:7px;
	cursor:pointer;
}*/

input.textBox{
	border: 1px solid #666633;
	background:#FAFAF8;
}

textarea.TextArea{
	border: 1px solid #666633;
	background:#FAFAF8;
}

#contact_info{
	padding:5px;
	float:right;
	font-size:10px;
	width:180px;
	margin-top:50px;
}

.slideshow{
	padding-right:5px;
	padding-bottom:2px;
}

#partners{
	margin:0;
	padding:0;
}

#partners ul{
	margin:0px;
}

#partners li{
	list-style:none;
	background:url(../images/partner_bullet.jpg) no-repeat left;
	height:20px;
	line-height:20px;
	padding-left:25px;
	padding-bottom:5px;
}

#photogallery{
	padding:5px;
	border:1px solid #FF3300;
	width:535px;
}

#photogallery_main{
	width:410px;
	height:550px;
	padding:0px;
	margin:0px;
	float:left;
	/*border:1px solid #FF3300;*/
}

#photogallery_main img{
	margin:0px;
	border:none;
}

#photogallery_thumbs{
	float:right;
	width:110px;
	height:550px;
	overflow:auto;
	border:1px solid #000;
	padding:3px 0px 3px 0px;
}

#photogallery_thumbs2{
	width:600px;
	height:115px;
	overflow:scroll;
	border:1px solid #000;
	padding:3px 0px 3px 0px;
}

#photogallery_thumbs2 img{
	margin:5px;
	border:none;
}

#photogallery_thumbs img{
	margin:5px;
	border:none;
}

.testimony{
	color:#8A0045;
	font-style:italic;
	font-weight:bold;
/*	background:#EED485;*/
	padding:3px;
	margin-bottom:3px;
	display:block;
	text-align:right;
}

.person{
	display:block;
	text-align:right;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:3px 0 3px 0;
}

.impact_img{
	position:relative;
	margin:5px;
	float:left;
}

#slideshow{
	float:left;
	margin:0px 5px 0px 0px;
}

.emphasis{
	color:#8A0045;
	font-weight:bolder;
}

#story{
	padding:0;
	margin:5px;
	height:440px;
	width:98%;
	overflow:auto;
	border-top:1px solid #000;
}

#story p{
	margin:15px 5px;
	padding:0;
}

#story img{
	float:right;
	margin:7px;
	padding:2px;
	border:1px solid #8A0045;
	width:190px;
	height:250px;
}
/* Main Menu(s) */

a.mainlevel {
color:#FFFFFF;
font-size: 11px;
padding-left: 4px;
width: 143px;
display: block;
line-height: 26px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-left: 4px solid #FF9933;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 135px;
border-bottom:dotted #FFFFFF thin;
}



html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */


a.mainlevel:hover, a.mainlevel#active_menu {
text-decoration: none;
border-left: 4px solid #FFF;
color:#FF9933;
}

a.sublevel {
padding: 0px;
margin: 0px;
font-size: 10px;
padding-left: 12px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}

html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
text-decoration: none;
width: 139px;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
width: 123px;
}


/* Module specific */

#leftcol div.module div div div div.syndicate {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
background: transparent;
width: 137px;
margin: 0px;
padding: 0px;
}

/***mod_fl_menu***/


#nav {
    /*background:#000 url(../../krep/images/bg_nav.gif) repeat-x 0 0;*/
    margin:0;
	width:990px;
    padding:0;
	/*border-top:1px solid #fff;
	border-bottom:3px solid #B34969;*/
	position:relative;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	/*background:#000;*/
}

#nav li.active li a {
	background: none;	
}

#nav a {
	font-weight: normal;
	display: block;
	cursor: pointer;
	border-width:1px 0px 1px 1px;
	text-align:left;
	width:81px;
	color:#FFFFFF;
	overflow:inherit;
	border-right:solid 2px #fff;
	background:#FF3300;
	padding-right:8px;
	padding-left:8px;
	height: 22px;
	line-height: 22px;
	text-decoration:none;
	
}

#nav ul li a:hover {
    /*background:#000 url(../../krep/images/bg_nav_hover.gif) repeat-x 0 0;*/
    color:#bbb;
	background:#ff0000;
	filter:alpha(opacity=70);   /* Internet Explorer       */
    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity: 0.7;
	text-decoration:none;
}

#nav li li {
	float: left;
	padding: 0;
  	width: 172px;
}

#nav li li a{
	background: none;
	font-weight: normal;
	text-align:left;
	padding: 0;
	padding-left:3px;
	text-indent: 0px;
	background-color:#993333;
	filter:alpha(opacity=90);   /* Internet Explorer       */
    -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
    opacity: 0.9;
	text-decoration:none;
	border:1px solid #fff;
}

#nav li {
	float: left;
	width: 81px;
	height: 22px;
	background: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 15em;
	padding-left:15px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	/*background:#000;*/
	float: left;
	line-height:1;
}

#nav ul ul {
	width:80px;
    text-align:left;
	position:absolute;
}

#nav ul ul a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-transform: none;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
*html #nav li {
    /*display:inline-block;*/
	f\loat: left;
	/*width:81px;*/
	height: 22px;
	background: none;
}
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}
#wrap {width:705px; margin:50px auto; display:none;float:left;}
#wrap * {margin:0; padding:0}
#fullsize {position:relative; width:330px; height:427px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:relative; top:-2px;left:332px; width:430px; height:0; border:1px solid #666; background:#000; color:#fff; overflow:hidden; /*z-index:200; opacity:.7; filter:alpha(opacity=70)*/}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:305px}
#image img {position:absolute; z-index:0px; width:auto}
.imgnav {position:absolute; width:25%; height:407px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:407px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
#thumbnails {margin-top:5px;width:335px}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:285px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
