/* -festivalofpower.com site.css- */
* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
html, body, table, tr, td {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
body {	background: #1641d6 url(/resources/img/bgs/bg.gif) repeat-x; }

/* ------------------------------------------------------ */

a {	cursor: pointer;	font-family: Arial, sans-serif; }
a:link 		{ color: #f0830a; }
a:visited 	{ color: #f0830a; }
a:hover		{ color: #000000; }
a:active 	{ color: #000000; }

/* ------------------------------------------------------ */

p {
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Arial, Gill-Sans, sans-serif;
}
h1, h2, h3 {
	font-family: 'Futura', Arial;
	text-align: left;
	font-weight: normal;
}
h1 {
	letter-spacing: 2px;
	font-size: 12pt;
	line-height: 1em;
	color: #f0830a;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 11pt;
	padding-left: 10px;
	padding-top: 20px;
	color: #ffc000;
}
h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

/* ------------------------------------------------------ */

.standardtext {
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-family: 'Lucida Grande', Arial, Gill-Sans, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	color: #000000;
	text-decoration: none;	
	text-align: left;
	float: left;
}

/* ------------------------------------------------------ */

#nav {
	position: relative;
	width: 1000px;
	height: auto;
	float: left;
	background: #FFFFFF url(/resources/img/css/logo.gif) 5px left no-repeat;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
}
#nav ul {
	width: 160px;
	height: auto;
	float: right;
	margin: 0 auto 0;
}
#nav li a {
	font-family: 'Futura', Gill-Sans, Arial, sans-serif;
	height: 20px;
	text-align: right;
	float: right;
	margin: 1px 20px 1px 0px;
	padding: 0px 10px 0px 30px;
	line-height: 22px;
	background-color: #f0830a;
}
#nav li a:link, #nav li a:visited { color: #000000; }
#nav li a:hover, #nav li a:active {	color: #FFFFFF; }
#nav li a.current {
	background-color: #ff9900 !important;
	color: #FFFFFF !important;
	padding-left: 55px !important;
}

/* ------------------------------------------------------ */

.container {
	position: relative;
	width: 1000px;
	height: 600px;
	margin: 0 auto 0;
	border: 5px solid #ffffff;
	background: #FFFFFF;
}
.date {
	font-family: 'Lucida Grande', Arial, Gill-Sans, sans-serif;
	height: auto;
	width: 1000px;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	float: right;
	background: #FFFFFF;
	z-index: 1000;
	position: relative;
}
.date p {
	float: right;
	font-size: 11pt;
	margin: 0px 20px 0px 0px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Futura', Arial;
}
.copy {
	font-family: 'Lucida Grande', Arial, Gill-Sans, sans-serif;
	font-size: 9pt;
	height: auto;
	width: 400px;
	margin: 0px 0px 0px 0px;
	float: right;
}
.copy p {
	font-size: 8pt;
	width: 400px;
	text-align: left;
	float: right;
	margin: 10px 0px 0px 0px;
	color: #000000;
	background-color: #FFFFFF;
}
.copy p.first {
	color: #FF9900;
	font-weight: bold;
}
.copy img {
	border: 0px;
}

/* ------------------------------------------------------ */

#contact_copy p {
	margin-top: 20px;
}

/* ------------------------------------------------------ */

#home 			{ background: #FFFFFF url(/resources/img/bgs/home.jpg) no-repeat; }
#directions 	{ background: #FFFFFF url(/resources/img/bgs/directions.jpg) no-repeat; }
#location 		{ background: #FFFFFF url(/resources/img/bgs/location.jpg) no-repeat; }
#exhibitors 	{ background: #FFFFFF url(/resources/img/bgs/exhibitors.jpg) no-repeat; }
#contact 		{ background: #FFFFFF url(/resources/img/bgs/exhibitors.jpg) no-repeat; }

/* ------------------------------------------------------ */

.exhibitors, .exhibitors ul {
	width: 950px;
	margin: 0 auto 0;
}
.exhibitors li {
	float: left;
	width: 180px;
	margin: 5px 5px 0px 5px !important;
	margin: 2px 2px 0px 2px;
}
.exhibitors li img {
	width: 180px;
	border: 0px;
}

/* ------------------------------------------------------ */

.contact, .contact ul {
	width: 630px;
	margin: 0 auto 0;
}
.contact li {
	float: left;
	margin: 5px 5px 0px 5px !important;
	margin: 2px 2px 0px 2px;
}
.contact li img {
	width: 200px;
	border: 0px;
}

/* ------------------------------------------------------ */

#map_canvas {
	width: 1000px;
	height: 600px !important;
	position: absolute;
	top: 0px;
}

/* ------------------------------------------------------ */

.footer {
	width: 100%;
	height: 44px;
	position: fixed !important;
	position: absolute;
	overflow: hidden;
    left: 0px;
	bottom: 0 !important;
	bottom: -2px;
    padding-top: 4px;
	background-color: white;
	border-top: 2px solid #f0830a;
}

/* ------------------------------------------------------ */

.sponsors {
	width: 900px;
	margin: 0 auto 0;
	height: 39px:
	overflow: hidden;
}
.sponsors ul { width: 1000px; height: 39px;	margin-top: 5px; }
.sponsors li { width: auto; height: 39px; margin-right: 10px; float: left; }

/* ------------------------------------------------------ */