@charset "utf-8";
/* CSS Document */

body
{ 
  min-width:0 !important;
}
#main
{
	width:100%;
	height:100%;
	margin: auto;

}
#header
{ background:none;}
#logo
{
	display:none;
}
#logo2
{ 
	display:inline !important;
	/*width:100%;
	min-width:100%;
	height:auto;
	background-size:contain;
	background:url(../images/IAALogoSmall.png) no-repeat center top;
	position: absolute; 
	top: 0;
	left: 0;*/
}
  
.sidebar
{
	display:none;
}
#site_content
{
	clear:both;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}
#content
{ 
	text-align: left;
	width: 100%;
	float: left;
	padding: none;
}
#menubar
{
	display:none;
}
#menubarSmallDevices
{
	
	width:100%;
	display:block;
	padding-top:10px;
} 
ul#menuSmallDevices
{ 
	margin: 0;
	padding-left:10px;
}

ul#menuSmallDevices li
{ 
	float: left;
	list-style: none;
	width:32%;
	margin-right:4px;
}

ul#menuSmallDevices li a
{ letter-spacing: 0.1em;
  font-family: serif;
  font-size: 100%;
  display: block; 
  width:100%;
  float: left; 
  height: 20px;
  background-color:#414141;
  text-decoration: none; 
  padding: 5px 0px 5px 0px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  border: none;} 

ul#menuSmallDevices li.selected a
{ height: 20px;
}

ul#menuSmallDevices li.selected
{ 
  background: #8B8B8B;
}

ul#menuSmallDevices li.selected a, ul#menuSmallDevices li.selected a:hover
{ background: #8B8B8B;
  color: #FFF;
}

ul#menuSmallDevices li a:hover
{ color: #8B8B8B;}

.smalldevicespic
{
	max-width:100%; 
	width: expression(this.width > 410 ? 410: true);
}
.smalldevicespicevents
{
	max-width:48%; 
}
#footerLink
{
	display:none;
	
}

#footer
{
	margin-bottom:0px;
	height:auto;
	font-family: sans-serif;
	font-size: 65%;
	padding: 10px 0px 4px 0px;
	min-height:40px;
}
#footerText
{
	display:inline;
}
p
{ margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.7em;}
  
h2, h3, h4
{ font-size: 120%;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-weight: normal;
  color: #342F28;
  font-family: serif;
}
h1
{ font-size: 120%;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-weight: normal;
  color: #342F28;
  font-family: serif;
  text-align:center;
}
.form_settings input, .form_settings textarea
{ 
  width: 200px !important; }
  
.form_settings span
{ 
  width: 100px; }
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 50px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}