body {
	margin: 0;
	padding: 0;
	background: #111;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.award {
	float: left;
	margin: 0 10px 20px 0;
}

img.logo {
	margin: 0 0 25px 0;
}

p, a, h1, h2, h3, h4, h5, h6, td, input, select, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 18px 0;
	line-height: 19px;
}

p.author {
	font-size: 9px;
	color: #777;
	margin: 0 0 10px 0;
	line-height: 17px;
}

p.author a {
	font-size: 9px;
}

h1, h1 a {
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 18px 0;
	color: #111;
	/*text-transform: uppercase;*/
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: /*#8b1829;*/ #333;
	line-height: 19px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 11px;
	color: #333;
	line-height: 19px;
	margin: 0 0 5px 0;
}

ul {
	list-style: square;
	padding: 0 0 18px 18px;
	margin: 0 0 0 10px;
}

ul.nomarg {
	padding: 0 0 18px 18px;
}

ol {
	list-style: decimal;
	padding: 0 0 18px 18px;
	margin: 0 0 0 10px;
}

li {
	line-height: 18px;
}

ul.linklist, #lnav ul.linklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.linklist li, #lnav ul.linklist li {
	list-style: none;
	padding: 5px 0 7px 25px;
}

#lnav ul.linklist li {
	border-bottom: 1px dotted #ddd;
}

#lnav ul.linklist li a {
	font-size: 9px;
	width: 180px;
	line-height: 18px;
	color: #be213a;
	border: none;
	padding-left: 0;
}

#lnav ul.linklist li a:hover {
	color: #000;
	background: #fff;
}

ul.linklist li.add {
	background: url(../images/i_add.gif) 0 7px no-repeat;
	border-bottom: none;
}

ul.linklist li.contact {
	background: url(../images/i_contact.gif) 0 7px no-repeat;
}

ul.linklist li.email {
	background: url(../images/i_email.gif) 0 7px no-repeat;
}

ul.linklist li.manga {
	background: url(../images/i_manga.gif) 0 7px no-repeat;
}

ul.linklist li.news , ul.linklist li.tweet {
	background: url(../images/i_news.gif) 0 7px no-repeat;
	padding: 5px 0 7px 25px;
	border-bottom: 1px solid #eee;
}

ul.linklist li.onlinegroup {
	background: #fff url(../images/i_online_group.gif) 0 7px no-repeat;
}

ul.linklist li.pdf {
	background: url(../images/i_pdf.gif) 0 7px no-repeat;
}

ul.linklist li.people {
	background: url(../images/i_people.gif) 0 7px no-repeat;
}

ul.linklist li.peoplelist {
	background: url(../images/i_people-individual.gif) 0 7px no-repeat;
	width: 153px;
	float: left;
}

ul.linklist li.peopleempty {
	background: none;
	width: 153px;
	float: left;
}

ul.linklist li.tweet, #lnav ul.linklist li.tweet {
	background: url(../images/i_tweet.gif) 0 7px no-repeat;
	font-size: 9px;
	line-height: 16px;
}

ul.linklist li.twitter {
	background: #fff url(../images/i_twitter.gif) 0 7px no-repeat;
}

ul.linklist li.viewingfacility {
	background: url(../images/i_building.gif) 0 7px no-repeat;
}

ul.linklist li.video {
	background: #fff url(../images/i_video.gif) 0 7px no-repeat;
}

ul.linklist li.weblink {
	background: #fff url(../images/i_weblink.gif) 0 7px no-repeat;
}

a {
	color: #be213a;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	padding-bottom: 1px;
	border-bottom: 1px dotted #be213a;
	outline: none;
}

a.noborder:hover {
	padding: 0;
	border: none;
}

select {
	border: 1px solid #ccc;
	padding: 1px;
}

.spaced {
	margin-bottom: 18px;
}

.nomarg {
	margin-bottom: 0;
}

.smtext {
	font-size: 9px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*	Layout divs
		--------------------------------------------------- */
		
#holdallWrap {
	background: #fff;
	padding: 25px 0 20px 0;
}
		
#holdall {
	position: relative;
	width: 810px;
	margin: 0 auto;
}

#flashcontent, #flashgame {
	position: absolute;
	padding-left: 70px;
	height: 340px;
	left: 0;
	top: 0;
	z-index: 1;
}

#flashgame {
	height: 580px;
}

/*	Left column
		--------------------------------------------------- */

#lnav {
	position: relative;
	z-index: 2;
	width: 210px;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}

#lnav ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#lnav li a, #lnav li.deselected a {
	display: block;
	font-size: 11px;
	color: #555;
	width: 202px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 0 8px;
	background: transparent;
	border-bottom: 1px solid #ddd;
}

/*#lnav li a:hover{
	color: #000;
	background: #f9f9f9;
	border-bottom: 1px solid #555;
}*/

#lnav li a:hover{
	color: #fff;
	background: #777;
	border-bottom: 1px solid #555;
}

#lnav li.alt a, #lnav li.alt a.deselected {
	background: transparent url(../images/i_toggle.gif) 195px 0 no-repeat;
}

#lnav li a.selected, #lnav li.alt a.selected {
	color: #fff;
	background: #222;
	border-bottom: 1px solid #000;
}

/*#lnav li.alt a:hover {
	background: #f9f9f9 url(../images/i_toggle.gif) 195px -27px no-repeat;
}*/

#lnav li.alt a:hover {
	background: #777 url(../images/i_toggle.gif) 195px -27px no-repeat;
}

#lnav li.alt a.selected {
	background: #222 url(../images/i_toggle.gif) 195px -54px no-repeat;
}

#lnav li.alt a.open {
	color: #fff;
	background: #be213a url(../images/i_toggle.gif) 195px -54px no-repeat;
	border-bottom: 1px solid #8b1829;
}

#lnav li.alt a.open:hover {
	border-bottom: 1px solid #8b1829;
}

#lnav ul.sub{
	border: none;
	margin: 0;
	padding: 0;
}

#lnav ul.sub li a{
	display: block;
	font-size: 11px;
	background: none;
	color: #be213a;
	width: 197px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 0 13px;
	border-bottom: 1px dotted #ccc;
}

#lnav ul.sub li a:hover {
	color: #be213a;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}

#lnav ul.sub li a.selected {
	color: #333;
	background: #f9f9f9 url(../images/i_toggle.gif) 195px 0 no-repeat;
	border-bottom: 1px solid #eee;
}

#lnav ul.sub li.last a, #lnav ul.sub li.last a.selected {
	border-bottom: 1px solid #999; 
}

/*#lnav div.panel h2 {
	text-align: left;
}

#lnav div.panel ul.linklist li a {
	margin: 0;
	padding: 5px 0;
	font-size: 9px;
	line-height: 16px;
	border-bottom: 1px solid #eee;
}*/


/*	Main content
		--------------------------------------------------- */

#content {
	float: left;
	width: 574px;
	margin: 350px 0 10px 25px;
}

#content.video {
	margin: 439px 0 10px 25px !important;
}

#contentgame {
	float: left;
	width: 574px;
	margin: 600px 0 10px 25px;
}

#rcol {
	position: relative;
	padding-left: 25px;
	border-left: 1px solid #ddd;
	z-index: 3;
}

div.gMap {
	width: 530px;
	height: 400px;
	margin: 0 0 18px 0;
	z-index: inherit;
}

#peoplecontent {
	position: absolute;
	width: 740px;
	height: 340px;
	left: 70px;
	top: 0;
	z-index: 1;
	background: url(../images/bg_people-biography.png) 0 0 no-repeat;
}

#photo {
	position: absolute;
	/*width: 480px;*/
	height: 220px;
	left: 390px;
	top: 60px;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

#videocontent {
	position: absolute;
	width: 740px;
	height: 384px;
	left: 70px;
	top: 0;
	z-index: 1;
	background: #fff;
}

#video {
	position: absolute;
	width: 480px;
	height: 384px;
	left: 192px;
	top: 7px;
	z-index: 1;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

/*	Footer
		--------------------------------------------------- */

#footerWrap {
	width: 100%;
	background: #111;
	padding: 0 0 25px 0
}

#footer {
	clear: both;
	position: relative;
	width: 794px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	/*background: #f1f1f1;*/
}

#footer a, #footer p {
	font-size: 10px;
	line-height: 15px;
}

#footer .small {
	font-size: 9px;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color: #fff;
	padding-bottom: none;
	border-bottom: none;
}

#footer p {
	color: #555;
}

#flcol, #fccol, #frcol {
	float: left;
}

#flcol {
	width: 220px;
	margin: 0 32px 0 0;
}

#fccol, #frcol {
	width: 370px;
	margin: 0 20px 0 0;
}

#frcol {
	width: 152px;
	margin: 0;
	text-align: right;
}

#fccol ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#fccol li {
	float: left;
	list-style: none
}

#fccol li a {
	display: block;
	width: 165px;
	padding: 2px 0 4px 6px;
	border-bottom: 1px solid #333;
}

#fccol li.alt a {
	margin: 0 25px 0 0;
}

#fccol li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #777;
}
