html, body{height:100%;}

body {
	font-family: 'Helvetica-Neue', 'HelveticaNeue', 'Helvetica' , sans-serif;
	/*font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, sans-serif;*/
	background-color:#f2dfc3;
	padding:0;
	margin:0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img{

}


a {

}

a img {
  border:none;
}

li { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1{
	font-size: 36px;
	border-bottom: 3px solid #b73a3b;
	margin: 0 0 20px 0;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: #fff 1px 1px 1px;
	color:#b73a3b;
}

.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rounded-bottom{
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.shadow{
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.bottom-shadow {
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

#wrap {
	width:100%;
	margin:0;
	padding:0;
	z-index:10;
	position:absolute;
	top:0;
	left:0;
}

#MIA_header{
	background: #000 url('../images/MIA_web_header.jpg') top left no-repeat;
	position:absolute;
	top:0;
	left:0;
	height:46px;
	width:100%;
}

#header{
	width:100%;
	height:229px;
	margin-top:46px;
	background: #f2dfc3 url('../images/header-bg.png') top left repeat-x;
}

div#content{
  margin: 0;
  margin-left:54px;
  padding:0;
  width:960px;
  float:left;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:6px 10px;
	color:#000;
	font-weight: bold;
	display:none;
	z-index: 110;
}

/****************navigation stuff********************/


.nav{
	margin:0;
	padding:0;
	text-align: left;
	width:127px;
	/*height:900px;*/
	height:100%;
	overflow:visible;
	background-color:#b73a3b;
	float:left;
	min-height:1500px;
}

.nav ul {
	float:left;
	margin:0;	
	padding:0;
	list-style:none;
	background-color:#f2dfc3;
}

.nav li {
	text-align: left;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background-color:transparent;
}

.nav li a {
	color:#000;
	font-weight:bold;
	font-size:100%;
	display: block;
	padding:0;
	margin:0;
	height:40px;
	width:125px;
	font-family: 'Helvetica-Neue', 'HelveticaNeue', 'Helvetica' , sans-serif;
	text-decoration:underline;
}

.nav li a:hover, .nav li a.current {
	color:#009096;
}


.center{
	float:left;
	width:400px;
	margin-left:40px;
	
}

.center img {
	border:1px solid #000;
}

.center a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.center a:hover{
	color:#009096;
}

.center ul{
	margin:0;
	padding:0;
}


.center li{
	margin-bottom:10px;
}

.center p{
	font-family: 'Helvetica-Neue', 'HelveticaNeue', 'Helvetica' , sans-serif;
	font-size:110%;
	line-height:1.5em;
	padding:0;
	margin:0;
	margin-top:1em;
}

.center h2{
	font-size: 18px;
	border-bottom: 3px solid #009096;
	margin: 20px 0 10px 0;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: #fff 1px 1px 1px;
	/*color:#b73a3b;*/
	color:#009096;
}

.dealer {
	font-family: 'Helvetica-Neue', 'HelveticaNeue', 'Helvetica' , sans-serif;
	font-size:110%;
	line-height:1.5em;
	padding:0;
	margin:0;
	margin-top:1em;
	margin-bottom:1.5em;
}

.dealer p{
	font-size:90%;
	margin-top:0.5em;
}

#about{
	display: none;
}

#events{
	display:none;
}

#committee{
	display:none;
}

#dealers{
	display:none;
}

#guarantors{
	display:none;
}
#boothcamp{
	display:none;
}

#sidebar{
	width:300px;
	margin-left:40px;
	float:left;
}

.sidebox{
	margin-bottom:20px;
}

.sidebox a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.sidebox a:hover{
	color:#009096;
}

.sidebox p{
	line-height:1.5em
	padding:0;
	margin:0;
}

.sidebox h2{
	font-size: 18px;
	border-bottom: 3px solid #b73a3b;
	margin: 0 0 10px 0;
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: #fff 1px 1px 1px;
	color:#b73a3b;
}


/****************scroller stuff********************/

#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 800px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0;
  margin-left:20px;
  /*height: 210px;*/
  width: 880px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

