/*-----------------------------------------------------------------------------
EMERGENCY SERVICES SHOW 2009 Style Sheet

version:   1.0
author:    FAT FREE DESIGN
email:     info@fatfreedesign.co.uk
website:   http://www.fatfreedesign.co.uk/
Copyright 2009
All Rights Reserved
----------------------------------------------------------------------------- */

/* =Body
----------------------------------------------------------------------------- */
* {
  	margin: 0;
	padding: 0;}

body {
	font-family: "Lucida Grande", Verdana, Arial;
	background-color: #004589;
	font-size: x-small; /* IE5/Win thinks the declaration has ended */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for complient browsers */}

html>body { /* be nice to Opera */
	font-size: small;}
	
a img { /* this will get rid of the nasty blue border around linked images */
	border: none;}
	
a:hover img {
	background-color: none;}
	
ul#skiplinks {
	display: none;}
	
#red { /* for conference page only */
 	background-color: #ee1c25;}
 
#blue {
	background-color: #004589;}

/* =Container wrapping everything together
----------------------------------------------------------------------------- */
#container {
	position: relative;
	text-align: left;
	width: 920px;
	margin-left: -460px;
	left: 50%;
	background: #fff url("../images/bg_main.gif") no-repeat top right;
	padding-top: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* =Header for logo/masthead
----------------------------------------------------------------------------- */
#header p {
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
	width: 460px;
	}

#header h1.summary a {
	display: block;
	text-indent: -5000px;
	height: 100px;
	width: 383px;
	background: #fff url("../images/ess09_logo.gif") no-repeat;
	border: none;
	margin: 0 0 0 10px;}
	
/* =RSS icon and text link
----------------------------------------------------------------------------- */
#rss {
	float:right;
	margin: -25px 10px 0 0;
	padding:0;
	}
#rss ul{
	list-style: none;
	float: right;
	}
	
#rss li{
	display:inline;
	margin:0;
	padding:0;
}

#rss li a{
text-decoration:none;
}
#rss li a:hover{
color: #ee1c25;
}
/* =MainNav
----------------------------------------------------------------------------- */
#main_nav {
	float: left;
	width: 100%;
	margin: 30px 0 40px 0;
	padding: 0;
	font-size: 0.9em;
	background-color: #004589;}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav li a:link, #main_nav li a:visited {
	display: block;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #004589;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
	color: #fff;
	background-color: #004589;
}

#nav li ul a:link, #main_nav ul ul a:visited {
	background-color: #004589;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 3px 3px 3px 10px;}

#nav li ul a:hover {
	color: #fff;
	background-color: #ee1c25; }


/* to indicate current page */
.t-current {
	color: #fff;
	cursor: default;
	background-color: #ee1c25;}
	
#nav li.no_Rbdr a:link {
	border-right: none;}
	
/* =Exhibitor list search box
----------------------------------------------------------------------------- */
#main_content #exhibitor_list {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 598px;
	border: 1px solid #999;
	background-color: #f0f0f2;}
	
#main_content #exhibitor_list p {
	font-size: 0.85em;
	margin: 0;}

#main_content #exhibitor_list ul {
	margin: 0;
	padding: 0;}
	
#main_content #exhibitor_list li {
	float: left;
	color: #004589;
	list-style: none;
	margin: 0;}
	
#main_content #exhibitor_list a:link, #main_content #exhibitor_list a:visited, #main_content #exhibitor_list a:hover, #main_content #exhibitor_list a:active {
	display: block;
	color: #004589;
	padding: 0.1em 0.2em 0.1em 0;
	text-decoration: none;
	border: none;}


	
#main_content #exhibitor_list form {
	clear: both;
	margin:	0;
	padding: 0;}

#sub_nav #s-current a {
	color: #ee1c25;
	background: url("../images/bullet_on.gif") no-repeat 0 5px;
	cursor: default;}

/* =MainContent for copy
----------------------------------------------------------------------------- */
#main_content {
	float: left;
	width: 650px;
	margin-left: 10px;}

#main_content h1 {
	clear:left;
	color: #004589;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 5px;}

#main_content h2 {
	color: #004589;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 10px 0;}

#main_content h3 {
	color: #004589;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 5px 0;}

.newsdivider {
	border-top: 1px solid #004589;
	margin-top: 20px;}

#main_content h5 {
	color: #004589;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 5px;}

#main_content p {
	font-size: 1em;
	line-height: 1.6em;
	color: #333;
	margin: 0 0 15px 0;}
	
#main_content p.blue, .blue {
	color: #004589;}

#main_content p a:link, #main_content li a:link {
	color: #ee1c25;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ee1c25;
	padding-bottom: 0.01em;}
	
#main_content p a:visited, #main_content li a:visited {
	color: #004589;}

#main_content p a:hover, #main_content li a:hover {
	background-color: #ebebeb;}

#main_content ul {
	margin: 10px 0;}

#main_content li {
	padding: 0 0 10px 20px;
	list-style-position: inside;
	text-indent: -1em;}

strong {
	color: #000;}

#main_content img a {
	border: 0;}
	
#main_content img {
	padding: 10px 0 0 0;}

#main_content img.floatimage {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #004589;}

#main_content img.floatimageL {
	float: left;
	margin: 0;}

.note {
	font-size: 0.9em;
	font-style: italic;}
	
.frame {
	border: 1px solid #004589;}

#main_content h1.conferences, #main_content h2.conferences, #main_content h3.conferences {
	color: #ee1c25;}
	
#main_content h2.topic {
	margin-top: 20px;
	border-top: 1px solid #ccc;}
	
.time {
	font-size: 0.9em;
	color: #666;}
	
.programme_speaker {
	font-weight: bold;}
	
.signoff {
	font-size: 0.8em;}

/* =ad - on left (home only)
----------------------------------------------------------------------------- */
.adboxL {
	float: left;
	width: 240px;
	margin: 0 0 20px 0;
	padding: 0;}
	
/* =ad - on right (home only)
----------------------------------------------------------------------------- */
.adboxR {
	float: left;
	width: 240px;
	margin: 0 70px 20px 40px;
	padding: 0;}

/* =Right Column containing buttons and sub nav and news box (home only)
----------------------------------------------------------------------------- */
#right_col {
	float: right;
	width: 200px;
	margin: 0 10px 0 0;}
	
/* =Right Column list
----------------------------------------------------------------------------- */
.sub_list {
	width: 200px;
	margin: 40px 0 0 0;}
	
.sub_list h1 {
	color: #004589;
	font-size: 0.9em;
	font-weight: normal;
	border-top: 1px solid #004589;
	padding: 5px 0;}
	
.sub_list h2 {
	color: #fff;
	background-color: #004589;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 0 2px 5px;}
	
.sub_list h3 {
	color: #004589;
	font-size: 0.9em;
	padding: 10px 0 2px 0;
	border-bottom: 1px solid #004589;}
	
.sub_list ul {
	margin: 0;
	padding: 0;}
	
.sub_list li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 0.9em;
	color: #333;}
	
.sub_list li a:link, .sub_list li a:visited {
	color: #ee1c25;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 20px;
	line-height: 20px;}
	
/* =Sponsor details on Newsletter page
----------------------------------------------------------------------------- */
.sponsor h1 {
	color: #004589;
	font-size: 0.9em;
	border-top: 1px solid #004589;
	padding: 5px 0 0 0;
	margin-top: 25px;}
	
.sponsor p {
	font-size: 0.9em;
	color: #333;
	padding: 0 0 5px 0;}
	
.sponsor a:link, .sponsor a:visited {
	color: #ee1c25;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 20px;
	line-height: 20px;}
	
/* =News box
----------------------------------------------------------------------------- */
#news_box {
	border: 1px solid #004589;
	margin-top: 20px;
	background-color: #fff;}
	
#news_box h1 {
	color: #fff;
	background-color: #004589;
	font-size: 1.3em;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 10px;}
	
#news_box li {
	padding: 3px;
	font-size: 0.85em;
	color: #004589;}
	
#news_box a:link {
	color: #ee1c25;
	text-decoration: none;
	border-bottom: 1px dotted #ee1c25;}
	
#news_box a:visited {
	color: #004589;}
	
#news_box a:hover {
	background-color: #ebebeb;}
	
/* =Twitter
----------------------------------------------------------------------------- */
.twitter {
	float: right;
	margin: 10px 35px 0 0;
	padding: 0;}

/* =Buttons
----------------------------------------------------------------------------- */
#buttons {
	float: right;
	margin: 0 0 20px 0;
	font-size: 1em;
	width: 200px;}

#buttons li {
	list-style-type: none;
	margin-bottom: 5px;}

#buttons .but a:link, #buttons .but a:visited {
	width: auto;
	display: block;
	color: #fff;
	background-color: #004589;
	text-decoration: none;
	padding: 6px;}

#buttons .but a:hover {
	background-color: #ee1c25;}
	
#butred a:link, #butred a:visited {
	width: auto;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background-color: #ee1c25;
	text-decoration: none;
	padding: 6px;}
	
/* =Images in RH column
----------------------------------------------------------------------------- */
#pics img {
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #004589;}

/* =Divider - separates the main content/menu and sponsors
----------------------------------------------------------------------------- */
#divider {
	clear: both;
	border-top: 1px solid #004589;
	margin: 0 10px;}

/* =News
----------------------------------------------------------------------------- */
#news {
	clear: both;
	float: left;
	margin: 10px  0 0 10px;
	width: 450px;}

#news h2 {
	color: #004589;
	font-weight: normal;
	font-size: 1.4em;
	margin: 10px 0 10px 0;}

#news p {
	font-size: 0.9em;
	color: #666;
	margin-top: 5px;}

/* =Ads - magazine covers
----------------------------------------------------------------------------- */
#ads {
	float: right;
	margin: 10px 10px 10px 0;}

/* =Sponsors
----------------------------------------------------------------------------- */
#sponsors {
	float: right;
	margin: 0 0 0 0;}

#sponsors img {
	border: 1px solid #004589;}

#sponsors h2 {
	color: #004589;
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 5px 0;
	text-transform: uppercase;}

#sponsors img.spacer {
	margin-left: 40px;}

/* =Quotes
----------------------------------------------------------------------------- */
.quote {
margin-bottom: 20px;}

q {
	font-size: 1em;
	line-height: 1.4em;
	color: #004589;
	font-style: italic;
	text-align: right;
	width: 300px;}

#quote p {
	font-size: 0.8em;
	color: #666;}

.conquote {
	font-size: 1.2em;
	margin-top: 40px;}

.quoteby {
	font-size:0.9em;
	color: #666;}

/* =Footer
----------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 0.8em;
	color: #666;
	text-align: center;
	border-top: 1px solid #004589;}

#footer p {
	padding: 10px 0 10px 0;}

#footer ul {
	list-style-type: none;}

#footer li {
	display: inline;
	padding: 10px;}

#footer a {
	color: #666;
	text-decoration: none;}

#footer a:hover {
	color: #004589;
	text-decoration: underline;}

/* =Form styling
----------------------------------------------------------------------------- */
fieldset {
	margin: 25px 25px 25px 5px;
	padding: 1em;
	border: 1px solid #004589;
	width: 450px;}

legend {
	font-weight: normal;
	color: #004589;
	font-size: 0.9em;}

label {
	display: block;}

input[type="text"] {
	width: 20em;}

input.submit {
	width: auto;}

input:focus, textarea:focus {
	background: #ffc;}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;}

em {
	font-size: 0.9em;
	color: #666;}

/* =Table specs
----------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	width: 648px;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	text-align: center;
	background-color: #fff;
	font-size: 0.9em;
	text-align: left;}

table#delegates {
	font-size: 0.8em;}

#main_content table a:link, #main_content table a:visited {
	color: #004589;
	font-size: 110%;
	border-bottom: 0;}

#main_content table a:hover {
	color: #ee1c25;}

td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0.4em;
	vertical-align: top;}

th {
	padding: 0.6em 0.4em;
	color: #fff;
	background-color: #004589;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;}

#main_content table p {
	font-size: 90%;
	margin: 5px 0 0 0;}

.blackbg {
	background-color: #000;}

.exhibitor {
		border-left: 1px solid #fff;}

.odd {
	background-color: #f2f6fa;}

.table_titles {
	background-color: #ccc;}

.stand {
	width: 35%;}
	
.conference_time {
	width: 20%;}
	
.conference_speaker {
	width: 80%;
	border-left: 1px solid #fff;}
	
.profile_titles {
	font-weight: bold;
	background-color: #fff;
	color: #333;
	text-transform: none;
	padding: 0.4em;}
	
#main_content table td.profile_titles img {
	padding: 0 0 10px 0;
	margin: 0;}


/* =FormStyles - control panel
----------------------------------------------------------------------------- */
#theform {
	padding: 10px 0px 0px 0px;}

#theform label {
	color:#003366;
	font-size: 1em;}

#theform p{
	color:#003366;
	margin: 6px 0px 10px 0px;}

#theform input:focus {
	background-color:#efefef;}

#theform input {
	font-size:1em;}

#theform input {
	width: 200px;
	font-size:1em;}

#theform input.submit {
	width: auto;}

.formtext {
	font-size:1em;}

/* =Control Panel
----------------------------------------------------------------------------- */
#controlnav {
	width: 850px;
	font-size: 1em;
	margin: 50px 0 0 50px;
	padding: 0 0 50px 0;}

#controlnav p {
	font-size: 1em;
	padding: 5px 0 5px 0;}

#controlnav h2 {
	font-size: 1.1em;
	color:#003366;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;}

#controlnav h3 {
	font-size: 1em;
	color:#003366;
	font-weight: bold;
	padding: 10px 0 10px 0;}

#controlnav table {
	text-align: left;
	width: 700px;
	border-collapse:collapse;
	border: 1px solid #a5a5a5;}

#controlnav th, td {
	padding: 0.2em 0.5em;}
	
#controlnav tr {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;}

#controlnav thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;}

#controlnav ul {
	margin: 0;
	padding: 0;}

#controlnav li {
	list-style: none;
	padding-bottom: 8px;}

#controlnav a {
	text-decoration: none;
	color: #4a6e6a;}

#controlnav a:hover {
	color: #cccccc;}

#controlnav_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;}

#controlnav_border_last {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding: 10px 0 10px 0;}

.newsdivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding: 10px 0 0 0;}

#controlnav textarea {
	width: 600px;
	height: 200px;}
	
#controlnav textarea:focus {
	background-color:#efefef;}