/* CSS-Reset v1.0 | 20080212 */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
input, textareae, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: '';
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * General
 */
html {
	font-size:100.01%;	/* required to fix IE and Opera bug */
	height:100%;
}

body {
	font-size:0.625em;	/* 10px */
	height:100%;
	text-align:center;
	background:#000;
}

label:hover, .submit:hover {
	cursor:pointer;
}

.inner {
	width:700px;
	margin:0 auto;
	text-align:left;
}

.clearer {
	clear:both;
}

/*
 * Main Wrapper
 */
div#mainWrapper {
	/*background:#d47800 url(../images/bg_flames.gif) center 35.8em no-repeat;*/
	background:#000;
	/*background-attachment: fixed;*/
	text-align:left;
	/*min-height:100%;*/
	padding-bottom:1.4em;
}

/*
 * Top
 */
#topWrapper {
	background:#000;
	height:5.5em;
	line-height:5.5em;
}

/* Top Menu */
#top ul {

}

#top li {
	border-right:1px solid #fff;	
	margin-right:0.9em;
	padding-right:1em;
}

#top li.last {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

#top a {
	color:#fff;
	text-decoration:none;
}

#top li.current a, #top a:hover {
	font-weight:bold;
}

/* Search Form */
#top form {
	float:right;
}

#top label, #top input {
	padding:0;
	margin:0;
}

#top label, #top .submit {
	color:#fff;
}

#top label {
	font-weight:bold;
}

#keyword {
	background:#ffffff;
	border:1px solid #f2f2f2;
}

/*
 * Logo
 */
#logoWrapper {
	background:#fff;
}

#logoWrapper, #logo {
	height:0;
}

#logo {
	background:url(../images/keyvisual1.jpg) right top no-repeat;
}

#logo img {
	margin:7em 0 0 0.7em;
}


/*
* Page
*/

#page{
	position:relative;
	top:330px;
	width:1000px;
	margin-left:auto;
	margin-right:auto; 
	z-index:2;
}

#contents{
	position:absolute;
	right:0px;
	width:700px;
	height:200px;
	z-index:3;
}


/*
 * Main Menu
 */
#mainMenuWrapper, #mainMenu {
	line-height:3.5em;	
}

#mainMenuWrapper {
	background:url(/images/bg_menu.png) no-repeat;
	position:absolute;
	z-index:200;
	top:-385px;
	left:0;
	width:230px;
	text-align:right;
}

#mainMenu {
	font-weight:bolder;
	padding-left:3.7em;
}

#mainMenu ul{
	float:none;
}

#mainMenu li {
	margin-right:10px;
	padding-right:10px;
	border-bottom:1px solid #c99c1d;
	height:30px;
	width:150px;
	float:right;
}

#mainMenu li:hover, #mainMenu li.current{
	background:url(/images/bg_menu_li.png);
}

#mainMenu a {
	color:#555555;
	display:block;
	text-decoration:none;
	/*margin-right:2.9em;*/
	margin-right:0px;
	margin-top:-3px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#mainMenu li.current a, #mainMenu a:hover {
	color:#000;
	font-weight:bold;
}


#mainMenu li.last a {
	margin-right:0;
}

/*
 * Sub Menu
 */
#subMenuWrapper, #subMenuInnerWrapper, #subMenuInnerInnerWrapper, #subMenu {
	height:1.9em;
	display:none;
}

#subMenuWrapper {
	background:url(../images/bg_submenu_wrapper.gif) left top repeat-x;
}

#subMenuInnerWrapper {
	background:#fff url(../images/bg_submenu_wrapper.gif) left top repeat-x;
}

#subMenuInnerInnerWrapper {
	background:url(../images/bg_submenu_left.gif) left top no-repeat;
	margin-left:6.9em;
	padding-left:1.9em;
}

#subMenu {
	background:#000 url(../images/bg_submenu_right.gif) right top no-repeat;
	color:#c1c4c6;
	list-style:disc inside;
	margin-right:5.9em;
	padding-right:1.9em;
	padding-left:2.5em;
}

#subMenu li {
	display:block;
	float:left;
	margin-right:2.2em;
	margin-top:0.3em;
}

#subMenu a {
	color:#c1c4c6;
	display:list-item;
	text-decoration:none;
} 

#subMenu li.current, #subMenu li.current a, #subMenu a:hover {
	color:#d45f00;
}

/*
 * Content
 */
#contentWrapper {
	padding-top:1.8em;
}

#content {
	color:#fff;
	margin-left:0;
	padding-top:1.4em;
	padding-bottom:1.4em;
	line-height:1.4em;
	width:500px;
}

#content a {
	color:#fff;
	text-decoration:none;
}
#content a:hover{
	color:#ffcc00;
}

#content p, #content ul, #content ol, #content table {
	margin-bottom:1.4em;
}

#content h2 {
	font-size:1.1em;
	line-height:1.272em;
	margin-bottom:1.272em;
}

/*
 * Breadcrumb Menu
 */
#content #breadcrumbs {
	margin-bottom:3.6em;
	display:none;
}

#breadcrumbs a {
	font-weight:bold;
}

/*
 * Boxes
 */
.box {
	clear:left;
	margin-bottom:5em;
}

.box .clearer {
	clear:left;
}

.boxColumnLeft {
	float:left;
	width:17.1em;
}

.boxColumnRight {
	margin-left:18.5em;
}

/*
 * Biography Tables
 */
.biography th {
	font-weight:bold;
	padding-right:1em;
}

.biography th, .biography td {
	vertical-align:top;	
	line-height:1.4em;
}

/*
 * Input-Fields
 */

.inputText {
	border: 1px solid #000;
	background:#fff;
	margin: 0.1em;
}

.inputButton {
	border: 1px solid #fff;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0.1em;
}

.cms_content {
clear: both;
}

/*
 * Sponsors
 */
#sponsors {
	float:right;
	width:12.9em;
}

#sponsors p {
	margin-bottom:1.4em;
	text-align:center;
	width:11.1em;
}

#sponsors p img {
	margin:0 auto;
}

/*
 * Footer
 */
#footerWrapper, #footer {
	
}

#footerWrapper {
	clear:both;
}

#footer {
	background:url(../images/bg_footer_left1.gif) left top no-repeat;
	border-top:1px solid #fff;
	width:500px;
	text-align:center;
}

#footer1 {
	background:url(../images/bg_footer_right1.gif) right top no-repeat;
	color:#fff;
	padding-right:4.1em;	
}

#footer p {
	background:#000;
	font-size:0.9em;	/* 9px */
	line-height:1.555em;
	padding-bottom:0.666em;
}

#footer p.first {
	padding:0.666em 0 0 0;
}

