/*Author A12team*/
html, body, div, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6	{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

body	{
	font: normal 62.8%/1.3 Verdana;
	background: none;
	color: #3e3533;
	padding: 5px 0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover	{
	color: #8a817e; 
	text-decoration:none;
}

img { border:0; }

p { text-indent: 1cm; }

#introview {
	width:480px;
	margin: 0 auto;
}

#intro {
	width: 480px;
	clear: both;
	text-align: center;
}

#view {
	width:800px;
	height:100%;
	margin: 0 auto;
}

#content {
	width: 800px;
	height: 100%;
	clear:both;
	background: none;
	padding: 10px 10px 10px 10px;
}

#banner {
	clear:both;
	height:107px;
	background: none;	
}

#chLang {
	float:right;	
}

#mainMenu {
	height: 40px;
	padding: 62px 0px 0px 185px;	
}

#mainMenu ul	{
	display: block;
	position: relative;	
	height: 40px;	
}

#mainMenu li	{
	float: left;
	padding-right: 50px;
}

#mainMenu li a	{
	color: #8a817e;
	text-decoration:none;
	font-weight:bold;
}

#mainMenu li a:hover {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

#boxTop {
	padding: 10px 10px 5px 15px;
	font-weight: bold;	
	background: none;
}

#boxContent {
	clear: both;
	padding: 10px 10px 5px 15px;	
	background: none;
}

#boxContent .bxLeft {
	width: 65%;
	padding-left:15px;
	float:left !important;
}

#boxContent .bxRight {
	width: 25%;
	float: right !important;
}

#boxBottom {
	clear: both;
	height:44px;
	padding: 10px 10px 5px 15px;
	background: none;	
}

#collEntImgLeft {
	padding-left: 20%;
	float:left;
}

#collEntImgRight {
	padding-right: 20%;
	float:right;
}

#maps a	{
	color:#00C;
	text-decoration:none;
	font-weight:bold;
}

#maps a:hover	{
	color: #09F;
	text-decoration:underline;
	font-weight:bold;
}

#link a	{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#link a:hover	{
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

#foot	{
	height: 60px;	
	clear: both;
	background:url(../images/inuilogobottom.jpg);	
}

#foot * {
	color: #000;
}

#foot span {
	padding-top:15px;
}

#foot a:hover { 
	color: #8a817e; 
}

#introfoot	{
	height: 54px;	
	clear: both;
	background: none;	
}

.hidden   { display: none; }

.left	{ float: left !important; padding-left: 50px; }
.right	{ float: right !important; padding-right: 50px; }
