
/*  @author			Maxwell Berkel | Solo Media Works, Inc.
 *  @copyright		Copyright (c) 2006 Solo Media Works, Inc.  All rights reserved.
 *	@description	Print style for website
 *
 *  General Styles
 ***************************************************************************************/

* {
	padding: 0;
	margin: 0;
}

a {
	color: #73AA05;
	text-decoration: none;
}

body {
	color: #1d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: #fff url(../img/main_bg.jpg) repeat-x top center;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #291973;
	margin: 0 0 8px 0;
}

h2 {
	height: 54px;
	font-size: 28px;
	text-indent: -99999px;
}

h3 {
	height: 42px;
	font-size: 22px;
	text-indent: -99999px;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

hr {
	width: 90%;
	margin: 15px auto 15px;
	clear: both;
}

img, a img {
	border: 0;
}

img.bordered, iframe.bordered, div.bordered {
	border: 1px solid #e8e8e8;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.clear {
	clear: both;
}

p {
	text-align: left;
	margin: 0 0 12px 0;
}

ul {
	list-style: none;
	margin: 0 0 15px;
}

ol li {
	margin: 0 0 6px 23px;
}

ul li {
	margin: 0 0 6px 10px;
}

ul.list li {
	display: block;
}

ul.inline li {
	display: inline;
}

ul.bulleted li {
	display: list-item;
	list-style: circle;
	margin: 0 0 6px 18px;
}

ul.indented li {
	margin-left: 18px;
}

.error {
	color: #f00;
}

.left {
	float: left;
}

.required {
	color: #f00;
}

.right {
	float: right;
}

.row {
	display: block;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body .row {
	overflow: auto;
}

p.small, span.small, li.small, a.small {
	font-size: 11px;
}


/*  Wrapper Styles
 ***************************************************************************************/
 
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#footer-wrapper {
	display: none;
}
 
 
/*  Header Styles
 ***************************************************************************************/

#header {
	height: 95px;
	padding: 24px 22px 0;
	clear: both;
}

#header h1#logo {
	height: 46px;
	text-indent: -99999px;
	margin: 20px auto 0;
	clear: both;
}

html>body #header h1#logo {
	background: transparent url(../img/first_annual_florida_public_summit_logo.png) no-repeat top center;
}

#header p#event-location-and-date {
	text-indent: -99999px;
	margin: 0 auto;
	clear: both;
}

html>body #header p#event-location-and-date {
	background: transparent url(../img/fpl_location_and_date.png) no-repeat top center;
}


/*  Navigation Styles
 ***************************************************************************************/

ul#navigation {
	display: none;
}


/*  Content Styles
 ***************************************************************************************/

#content {
	min-height: 620px;
	height: auto !important;
	height: 620px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 35px 0 25px;
	clear: both;
}

#content h2, #content h3 {
	margin-left: -14px;
}

html>body #content {
	overflow: auto;
}

#content-main {
	padding: 0 52px 0;
}

#content-sidebar {
	display: none;
}

#content-sidebar p {
	text-align: left;
}

#content-sidebar div.spacer {
	height: 28px;
	clear: both;
}

table.hotels-table td {
	padding: 10px;
}

table.sponsors-table td {
	padding: 8px;
}


/* Headings */

h2.contact-us {
	background: url(../img/hdr_contact_us.jpg) no-repeat top left;
}

h2.hotels {
	background: url(../img/hdr_hotels.jpg) no-repeat top left;
}

h2.map-directions {
	background: url(../img/hdr_map_directions.jpg) no-repeat top left;
}

h2.overview {
	background: url(../img/hdr_overview.jpg) no-repeat top left;
}

h2.presenters {
	background: url(../img/hdr_presenters.jpg) no-repeat top left;
}

h2.privacy-policy {
	background: url(../img/hdr_privacy_policy.jpg) no-repeat top left;
}

h2.registration {
	background: url(../img/hdr_registration.jpg) no-repeat top left;
}

h2.schedule {
	background: url(../img/hdr_schedule.jpg) no-repeat top left;
}

h2.sponsors {
	background: url(../img/hdr_sponsors.jpg) no-repeat top left;
}

h3.contributors {
	background: url(../img/hdr3_contributors.jpg) no-repeat top left;
}

h3.location {
	background: url(../img/hdr3_location.jpg) no-repeat top left;
}

h3.registration {
	background: url(../img/hdr3_registration.jpg) no-repeat top left;
}


/*  Content Styles
 ***************************************************************************************/

#footer {
	display: none;
}

