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

* {
	padding: 0;
	margin: 0;
}

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

a:hover {
	color: #81C301;
}

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.bulleted li ul.bulleted {
	margin-top: 6px;
	clear: both;
}

ul.bulleted li ul.bulleted li {
	list-style: disc;
}

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 {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}

#footer-wrapper {
	background: #392593 url(../img/footer_bg.jpg) repeat-x top center;
}
 
 
/*  Header Styles
 ***************************************************************************************/

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

#header h1#logo {
	height: 46px;
	text-indent: -99999px;
	background: transparent url(../img/first_annual_florida_public_summit_logo.png) no-repeat top left;
	margin: 55px 0 0 80px;
	clear: both;
}

#header p#event-location-and-date {
	height: 86px;
	text-indent: -99999px;
	background: transparent url(../img/fpl_location_and_date.png) no-repeat top center;
	clear: both;
}


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

ul#navigation {
	height: 29px;
	list-style: none;
	background: transparent url(../img/navigation_bg.jpg) no-repeat top center;
	padding: 25px 0 0;
	margin: 0;
	clear: both;
}

ul#navigation li {
	float: left;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 31px;
}

ul#navigation li.first {
	margin-left: 90px;
}

ul#navigation li a {
	display: block;
	height: 15px;
	color: #291973;
	text-indent: -99999px;
}

ul#navigation li a img {
	border: none;
}

ul#navigation li#mn-overview {
	width: 69px;
	background: transparent url(../img/mn_overview.jpg) no-repeat top center;
}

ul#navigation li#mn-presenters {
	width: 75px;
	background: transparent url(../img/mn_presenters.jpg) no-repeat top center;
}

ul#navigation li#mn-schedule {
	width: 63px;
	background: transparent url(../img/mn_schedule.jpg) no-repeat top center;
}

ul#navigation li#mn-home {
	width: 42px;
	background: transparent url(../img/mn_home.jpg) no-repeat top center;
}

ul#navigation li#mn-hotels {
	width: 124px;
	background: transparent url(../img/mn_hotels.jpg) no-repeat top center;
}

ul#navigation li#mn-sponsors {
	width: 64px;
	background: transparent url(../img/mn_sponsors.jpg) no-repeat top center;
}

ul#navigation li#mn-registration {
	width: 84px;
	background: transparent url(../img/mn_registration.jpg) no-repeat top center;
}


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

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

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

html>body #content {
	overflow: auto;
}

#content-main {
	width: 400px;
	float: left;
	padding: 0 32px 0 0;
}

#content-sidebar {
	width: 235px;
	float: right;
	padding: 12px 0 0 32px;
}

#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;
}

table.data-table tr td {
	padding: 4px 0 4px;
}


/* 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;
}

#error-view, #message-view, #success-view {
	min-height: 10px;
	height: auto !important;
	height: 10px;
	line-height: 145%;
	text-align: left;
	border: 1px solid #efefef;
	padding: 15px 15px 15px 50px;
	margin-bottom: 15px;
	clear: both;
}

#error-view {
	background: #FAFFCA;
}

#error-view ul.errors {
	list-style: circle;
	margin: 8px 0;
}

#error-view ul.errors li {
	font-style: italic;
	margin-left: 15px;
}

#message-view {
	background: #FAFFCA;
}

#success-view {
	background: #FAFFCA;
}

/*  Footer Styles
 ***************************************************************************************/
 
#footer {
	width: 700px;
	height: 220px;
	color: #A59CCE;
	text-align: left;
	font-size: 8px;
	line-height: 140%;
	margin: 0 auto;
	padding: 18px 0 10px;
	clear: both;
}

#footer h3.sponsors {
	text-align: left;
	background: transparent url(../img/fhdr_sponsors.png) no-repeat top left;
}

ul#sponsors-list {
	list-style: none;
	font-size: 13px;
	margin: 5px 0 52px;
	padding: 0;
	clear: both;
}

html>body ul#sponsors-list {
	overflow: auto;
}

ul#sponsors-list li {
	width: 232px;
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul#sponsors-list li a, ul#sponsors-list li a:hover {
	color: #fff;
}

#footer-right a,  #footer-right a:hover {
	color: #A39A44;
}

#footer-left {
	width: 250px;
	float: left;
	text-align: left;
	margin: 0;
}

p#powered-by-smw a {
	display: block;
	height: 26px;
	background: transparent url(../img/powered_by_solo_media_works2.png) no-repeat top left;
	text-indent: -99999px;
}

#footer-right {
	width: 400px;
	float: right;
	line-height: 165%;
	text-align: right;
	margin: 4px 0 0;
}
