@charset "utf-8";

html {
	width: 100%;
	}

body  {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	width: 100%;
	background:#000;
	behavior:url("csshover.htc");
	}
	
a img {
	border: none ;
	}
	
a:link {
	color: #C60;
	text-decoration: none;
	}
	
a:active {
	color: #F90;
	text-decoration: none;
	}
	
a:visited {
	color: #960;
	text-decoration: none;
	}
	
a:hover {
	color: #F90;
	text-decoration: none;
	} 
	
h4 {
	font-size: 12px;
	margin-bottom: 2px;
	}

/* Begin Page Element Styling */

#container {
	margin:auto;
	clear: both;
	background: #000 url(images/rotate/Minneapolis-Mississippi-20070704.jpg) no-repeat  top center;
	max-width: 1280px;
	height: 725px;
	overflow: hidden;
	text-align: center;
	}
	
#header {
	background: url(images/menubg.png) no-repeat top center;
	max-width: 1280px;
	width: 100%;
	height: 80px;
	position:absolute;
	top: 0px;
	text-align: center;
	margin: auto;
	display:block;
	overflow:hidden;
	}

#llogo {
	background: url(images/llogo.png) no-repeat;
	float: left;
	height: 150px;
	position:relative;
	z-index: 1;
	width: 250px;
	text-indent: -9999px;
	}

#llogo a {
	border: 0;
	height: 100px;
	width: 200px;
	display: block;
	height: 37px;
	}

#rlogo {
	background: url(images/aiaslong.png) no-repeat;
	float: right;
	position: relative;
	z-index: 21;
	height: 100px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	}
	
#rlogo a {
	border: 0;
	height: 100px;
	width: 150px;
	display: block;
	height: 37px;
	}


/* Begin Menu -------------------- */

#menucontainer {
	margin: auto;
	height: 75px;
	width: 640px;
	}


ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	width: 640px;
	height: 75px;
	position: relative;
	background: url(images/mainmenuactive.png) top center;
	}
	

/* -----------------  Top Menu Level    ---------------------------*/

ul#menu li{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
	}
	
ul#menu li a {
	border: 0;
	display: block;
	height: 37px;
	background: url(images/mainmenu.png) no-repeat;
	}

ul#menu li a:hover {
	border: 0;
	display: block;
	background-image: url(images/mainmenuactive.png);
	}

li#about a {
	width: 180px;
	}

li#schedule a {
	width: 106px;
	}

li#schedule a:link,
li#schedule a:visited,
li#schedule a:hover {
	background-position: -180px 0px;
	}

li#thecities a {
	width: 104px;
	}

li#thecities a:link,
li#thecities a:visited,
li#thecities a:hover {	
	background-position: -286px 0px;
	}

li#sponsors a {
	width: 110px;
	}

li#sponsors a:link,
li#sponsors a:visited,
li#sponsors a:hover {	
	background-position: -390px 0px;
	}

li#media a {
	width: 140px;
	}

li#media a:link,
li#media a:visited,
li#media a:hover {	
	background-position: -500px 0px;
	}


/* ----------------  Second Menu Level  ------------------------>*/


#menu li ul {			/* Second Level Lists */
	display: inline;
	visibility: hidden;
	position: absolute;
	left: 0px;
	height: 35px;
	width: 640px;
	margin-right: 15px;
	padding-top: 3px;
	}

#menu li:hover ul {
	visibility: visible;
	z-index: 100;
	}

#menu li ul li a {
	text-indent: 0px;
	font: 10px Helvetica, Arial, sans-serif bold;
	text-transform: uppercase;
	color: #666;
	margin: auto;
	width: 100%;
	padding-top: 0;
	padding-left: 13px;
	}

#menu li:hover ul li a:hover {
	visibility: visible;
	color: #000;
	}

#menu li#about ul li a,
#menu li#schedule ul li a,
#menu li#thecities ul li a,
#menu li#sponsors ul li a,
#menu li#media ul li a {
	background: none;
	}
	
#menu li#about ul li a {
	margin-left: -8px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#menu li#schedule ul li a {
	margin-left: 23px;
	padding-left: 10px;
	padding-right: 10px;
	}

#menu li#thecities ul li a {
	margin-left: 7px;
	padding-left: 10px;
	padding-right: 10px;
	}

#menu li#sponsors ul li a {
	}

#menu li#media ul li a {
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 20px;
	}



/* Content Box -------------------------- */

 .contentcontainer {
	margin: auto;
	text-align: center;
	height: 525px;
	width: 800px;
	overflow: visible;
	padding-bottom: 40px;
 	}
 
 .content {
	margin: auto;
	width: 800px;
	overflow: visible;
	position: absolute;
	top: 400px;
	}

.tl, .tr { 
	background-image: url('images/boxhor.png'); /* CHANGE: path and name of your image1 */
	height: 29px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
	
.bl, .br { 
	background-image: url('images/boxhor.png'); /* CHANGE: path and name of your image1 */
	height: 52px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

.tl, .bl { 
	margin-right: 56px; /* CHANGE: replace by the width of one of your corners */
	margin-left: 25px;
	}
	
.tr { 
	margin-left: 34px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -29px;  /* CHANGE: replace by the height of one of your corners */
	background-position: 100% 0px;    /* DNC: position right corner at right side, no vertical changes */
	width: 56px;
	float: right;
	overflow: hidden;
	}
	
.bl  { 
	background-position: 0 -29px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
	
.br { 
	background-position: 100% -29px; /* CHANGE: replace second number by negative height of one of your corners */
	float: right;
	width: 56px;
	margin-left: 34px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -52px;  /* CHANGE: replace by the height of one of your corners */
	overflow: hidden;
	}
	
.il, .ir {
	background-image: url('images/boxhormid.png'); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
	
.il { 
	background: url(images/l.png) repeat-y -8px -3px;
	height: 100%;
	margin-left: 25px;
	
	} /* DNC: position right corner */

.ir { 
	background-position: 100% 0;
	height: inheri;
	margin-left: 34px;
	}	

.i {
	margin-left: 10px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 56px;              /* CHANGE: replace by the width of one of your corners */
	color: #777;                 /* YCC: default text-color of the inside */
	padding-top: 10px;
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	font-size: 12px;
	text-align: left;               /* YCC: position of all texts inside */
	height: inherit;
	overflow: auto;
	}
	
.i p {
	line-height:120%;
	}
	
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */

.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */



/* End Content Box --------------------- */

.footer {
	clear:both;
	background: #000;
	height: 155px;
	width: 100%;
	max-width: 1280px;
	text-align:center;
	position: absolute;
	margin: auto;
	}

#footertext {
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	}

.toptext {
	margin: 8px auto 0;
	padding: 0;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	}

.bottomtext {
	margin: 0 auto 0px;
	padding: 0;
	font-style: italic;
	font-variant: small-caps;
	font-size: 10px;
	}

#cdes {
	float: left;
	margin-top: -37px;
	}
	
#aiamn {
	position: relative;
	float:right;
	margin-top: -37px;
	}
	

#address {
	color:#666;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 0;
	}
