/**
 * Specialized CSS styles that only affect on the index.
 */
#page {
	padding-top: 35px;
	width: 680px;
}

#header {
	width: 680px;
	height: 215px;
}
#header h1 {
	left: 0;
	top: 275px;
	width: 680px;
	height: 140px;
	background-position: bottom center;
}
#header #headerOverlay {
	width: 680px;
	height: 215px;
	background-position: center center;
	background-repeat: no-repeat;
}
#header h1 #titleOverlay {
	width: 680px;
	height: 140px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#header .contact {
	display: none;
}

#content {
	padding-top: 180px;
	text-align: center;
}
#content h1,
#content p {
	display: none;
}
#content ul.menu ,
#content ul.menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content ul.menu li.first a {
	display: none;
}
#content ul.menu li.first ul.level1 a {
	display: inline;
}

#content ul.menu li {
	display: inline;
	font-size: 11pt;
	padding: 0 15px;
}

#content ul.menu li.first,
#content ul.menu li.first li {
	display: block;
	font-size: 13pt;
}


#content ul.menu li.first ul.level1 {
	margin-bottom: 1.2em;
	line-height: 2.2em;
}

#content a {
	color: #D0D3CB;
}

#content a:hover {
	color: #93C134;
}

#menu {
	display: none;
}

#footer {
	display: none;
}