﻿#bio, #pic{
	font-weight:bold;
	font-size:120%;
	background:#7995B7;
	padding:5px;
	width:164px;
	color:#fff;
	cursor:pointer;
}

#bio:hover, #pic:hover{
	background:#386396;
}

.pod{
	height:585px;
	padding:0;
	width:600px;
	font-size:120%;
	text-align:center;
}

.pod-text{
	height:585px;
	padding:0;
	width:600px;
	font-size:120%;
}

#pod-holder{
	height:600px;
	width:600px;
}

#pod-window{
	float:right;
	font-family:Helvetica,Arial,sans-serif;
	height:585px;
	line-height:1.52em;
	margin:0 0 0 25px;
	overflow:hidden;
	width:600px;
}

.li-orange {
   padding: 0 0 0 5px !important ;

}

.btn_gray{
	background:#c2c2c2;
	color:white;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-size:120%;
	width:90px;
	cursor:pointer;
}

.btn_selected{
	background:#888;
	color:white;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-size:120%;
	width:90px;
	cursor:pointer;
}

.btn_orange{
	background:orange;
	color:white;
	padding:0px 0 0 5px;
	font-weight:bold;
	font-size:120%;
	width:140px;
	cursor:pointer;
}

.btn_orange:hover{
	background:#ff7800;
}


.btn_gray:hover{
	background:#888;
}

.indice{
	font-size:150%;
	line-height:35px;
}

.index-name{
	font-weight:bold;
	width:250px;
	padding-left:30px;
}

.black, .black:hover{
	color:#000000;
}

#infodiv{
	background:url('../images/goccebk.jpg') no-repeat;
	width:800px;
	height:1300px;
	padding-left:60px;
	font-size:180%;
	color:#555;
	line-height:35px;
	text-align:center;
	font-family:georgia;
}

#menuc {
    padding:0px;
    margin:0px;
}
#menuc ul{
  float:left;
  margin:0px;
  font-family:Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:bold;
  list-style-image:none;
  list-style-type:none;
  color:#6F6F6F;
  padding:80px 0pt 0px 106px;
}

#menuc li {	
	float:left;
	padding:0pt 25px 0pt 0pt;
	line-height:200%;	
}

#menuc a:hover{
	text-decoration:none;
}

