/*  

Client: World Security Organisation
Client URL: http://www.worldsecurityorg.com
Description: Stylesheet for sub sections of site
Version: 1.0
Author: Robert Games
Agency: Pad Media
Agency URL: http://www.padmedia.co.uk/
Date: 03/10/2008

Notes: --

*/

/* Contents

	1.0 Reset CSS
	2.0	Global Formatting
	3.0	Common Formatting
	4.0	Links
	5.0	Fonts
	6.0	Global Classes
	7.0	Wrapper
	8.0	Logo
	9.0	Layout
	10	Navigation
	11	Forms
	12	Tables
	
*/

/* 1.0	Reset CSS */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding:0;
margin:0;
}


/* 2.0	Global Formatting */

html, body {
	border:0;
	margin:0 0 0 0;
	padding:0;	
}

body {
	background:#34b3d1;
	padding:30px 0;
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#1b1c20;
}

html {
}

/* 3.0	Common Formatting */

p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:18px;
}

h1 {
	font-size:1.8em;
	color:#01243d;	
	line-height:1.3em;
	margin:11px 0 19px 0;
}

h2 {
}

#halfleftcol h2, #halfrightcol h2 {
	color:#00b6ee;
	font-size:1.6em; /*1.6em*/
	margin-bottom:20px;
}

#doublerightcol h2 {
	font-size:1.6em;
	color:#01243d;	
	margin:11px 0 19px 0;
}

#rightcol h2 {
	font-size:1.6em;
	color:#01243d;	
	margin:11px 0 19px 0;
}

#singleleftcolumn h2 {
	margin-bottom:3px;
	font-size:1.6em;
	color:#00b6ee;
	font-weight:normal;
}

#doubleleftcolumn h2 {	
	margin-bottom:3px;
	font-size:1.6em;
	color:#00b6ee;
	font-weight:normal;
}

h3 {
	color:#00b6ee;
	margin:0 0 6px 0;
	font-size:1.2em;
}

h4 {
	margin:0 0 6px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#01243d;
}

h5 {
}

h6 {
}

ul {
}

li {
}

blockquote {
	font-size:1.4em;
	display:block;
	width:550px;
	color:#01243d;
	margin:0 0 0 15px;
	line-height:1.3em;
	font-style:italic;
}

cite {
	color:#00b6ee;
	width:;
	font-size:1.3em;
	margin:5px 0 20px 15px;
	display:block;
	line-height:1.2em;
}

img {
	border:none;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

u {
	text-decoration:underline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* 4.0	Links */

a {
	color:#00b6ee;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
}

a:focus {
}

/* 5.0	Fonts */

.price {
	color:#00b6ee;
	font-size:1.6em;
}

/* 6.0	Global Classes */

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	display:block;
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0!important;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

.blueborder {
	border-top: 1px solid #00b6ee;
}

.doubleblueborder {
	border-top: 2px solid #00b6ee;
}

.smallprint {
	font-size:9px;
	color:#1b1c20;
}

.large-font {
	font-size:1.8em!important;
	margin-left:15px;
	width:780px;
	line-height:1.3em;
}

.blue {
	color: #00b6ee;
}

.grey-line {
	border-top: 1px solid #00b6ee;
	margin:0 15px 18px 15px;
	width:870px;
}

#no-right-padding {
	padding-right:0!important;
}

/* 7.0	Wrapper */

div#wrapper {
	background:#FFFFFF;
	margin:auto; /* Centes Page */
	width:900px;
	position:relative;
}

/* 8.0	Logo */

div#logo a {
	width:175px;
	height:121px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-99999px; /* hides accessible text */
	float:left;
	margin-top:34px;
}

/* 9.0	Layout */

#header {
	height:280px; /*240*/
	margin:0 0 0 14px;
}

.headerheight {
	height:320px!important;
}

#login {
	float:left;
	margin-top:14px;
	display:inline;
}

#doubleleftcolumn {
	width:559px;
	float:left;
	margin:0 0 60px 14px;
	display:inline; /*hack for IE6 double margin bug */
}

#singleleftcolumn {
	width:260px;
	float:left;
	margin:0 0 60px 14px;
	display:inline; /*hack for IE6 double margin bug */
}

#doublerightcol {
	float:right;
	width:590px;
	margin:0 16px 60px 0;
	display:inline;
}

#rightcol {
	float:right;
	width:271px;
	margin:0 28px 0 0;
	display:inline;
}

#rightcol img {
	margin-bottom:18px;
}

.exhibitionplan {
	margin:13px 0 25px 0;
}

/* 10.0	Navigation */

/* Global Navigation */
#nav {
	float:right;
	position:relative;
	margin-right:30px;
	display:inline;
}

#nav li {
	float:left;
	position: relative;
}

#nav li a {
	/*width:140px;*/
	display:block;
	border-left:1px #404040 solid;
	font-size:1.4em;
	text-decoration:none;
	color:#1b1c20;
	padding:32px 100px 0px 8px; /*32px 0 0 14px*/ /*37px 55px 22px 15px */ /*32px 78px 0 5px*/
}

#nav li a:hover, #nav li a.selected {
	color:#00b6ee;
}

/* Drop Down styles */

#nav li ul {
	position:absolute;
	left:0px;
	top:45px; /*40px*/
	/*width:151px;*/
	padding:13px 0 0 0;
	z-index:1;
	border-left:1px #404040 solid;
	display:none;
}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
}

#nav li.showmenu ul {
	display:block;
}


#nav li ul li  {
	float:none;
}

#nav li ul li a {
	font-size:1.2em; /*1.35em*/
	display:block;
	color:#1b1c20;
	padding:0 8px 0 8px;
	border:none;
	margin-bottom:8px;
	line-height:1em;
}

#nav li ul li a:hover, #nav li ul li a.selected {
	color:#00b6ee;
}

/* Footer navigation */
#footer {
	overflow:hidden;
	margin:0 0 8px 14px;
}

#footer li {
	float:left;
	margin-right:10px;
	display:inline;
	color:#00b6ee;
	line-height:1.2em
}


/* 11.0	Forms */

fieldset {
}

legend {
}

label {
}

input {
}

textarea {
}

/* 12.0	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}
 
/* login Styling */

#login a {
	background:url(../images/login_2.gif) no-repeat;
	width:44px;
	height:21px;
	display:block;
	text-indent:-99999px; /* hides accessible text */
}

.logout {
	background:url(../images/logout.gif) no-repeat!important;
	width:59px!important;
	height:21px!important;
}

#box {
	position: absolute;
	display: none;
	background:url(../images/login_reverse.gif) no-repeat;
	width:251px;
	height:115px;
	top:35px;
	left:-25px;
	z-index:2;
}

#form{
	margin:32px 10px 10px 15px;
}

#form p {
	font-size:1.2em;
	color:#666666;
	margin-bottom:10px;
}

#form label {
	float:left;
	width:70px;
	color:#666666;
	font-size:11px;
	padding:1px 0;
	display:block;
	text-align:right;
}

.username {
	float:left;
	border:1px solid #CCCCCC;
	padding:1px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 6px 10px;
}

#form .checkbox {
	border:1px solid #CCCCCC;
	width:10px;
	height:10px;
	margin-left:10px;
	float:left;
}

.loginbutton {
	width:;
	height:;
	float:right;
	color:#FFFFFF;
	font-size:11px;
	background:#01243d;
	border:none;
	padding:2px 5px;
}

a.close {
	background:url(../images/close.gif) no-repeat right!important;
	font-size:11px;
	color:#666666;
	text-indent:0!important;
	margin:0!important;
	padding:1px 0 4px 0;
	height:10px!important;
	width:40px!important;
	float:right;
	display:inline;
}

/* Call to action */

#calltoaction {
	background:url(../images/call_to_action.gif) no-repeat #00b6ee;
	width:100%;
	/*height:130px;*/
}

#calltoaction p {
	font-size:1.8em;
	color:#FFFFFF;
	line-height:1.3em;
	padding:35px 15px 10px 13px;
}

#calltoaction a {
color:#FFFFFF;
}

/* Exhibition Sponsor & one to one meetings */
#delgateform {
margin: 0 0 40px 0!important;
list-style:none;
padding:0!important;
}

#delgateform ul {
	margin:20px 0 0 0!important;
	padding:0!important;
}

#delgateform li {
	margin:0 0 15px 0!important;
	list-style:none;
	padding:0!important;
}

#delgateform label {
	display:block;
	float:left;
	width:110px;
	font-size:1.2em;
	color:#1b1c20;
	line-height:21px;
}

#delgateform input {
	border:1px solid #00b6ee;
	font-size:1.2em;
	padding:2px 3px;
	color:#666666;
	width:303px;
}

#delgateform textarea {
	border:1px solid #00b6ee;
	font-size:1.2em;
	padding:2px 3px;
	color:#666666;
	width:303px;
}

#delgateform select {
	border:1px solid #00b6ee;
	font-size:1.2em;
	padding:1px 1px;
	color:#666666;
	width:311px;
}

#delgateform .submit {
	color:#FFFFFF!important;
	width:60px!important;
/*	height:20px!important;*/
	border:none!important;
	background:#00b6ee;
	padding:2px 0 4px 0;
}

/* Meeting Packages Table */

#meeting_package {
	width:100%;
	margin-bottom:42px;
}

#meeting_package th {
	background:#00b6ee;
	color:#FFFFFF;
	font-size:1.6em;
	line-height:28px;
	text-align:left;
}

#meeting_package td {
	color:#1b1c20;
	font-size:1.2em;
	line-height:1.6em;
	text-align:left;
	padding:13px 0 8px 0;
}

/* Conference Agenda Styles */

#conferenceagenda h1 {
	font-size:1.8em;
	display:block;
	width:730px;
	color:#01243d;
	margin:0 0 27px 15px;
	line-height:1.3em;
}

#conferenceagenda p {
	font-size:2.2em;
	display:block;
	width:730px;
	color:#01243d;
	margin:0 0 31px 15px;
	line-height:1.3em;
}

/* Sponsor Info Page */

#sponsorinfosummary {
	margin-bottom:35px;
	overflow:hidden; /* To contain floats */
}

#sponsortextwrapper {
	width:500px;
	margin-left:15px;
	float:left;
}

#sponsortextwrapper .large-font {
	margin-left:0;
	width: auto;
}

#sponsorinfosummary img {
	float:right;
	margin:5px 24px 0 0;
	display:inline;
}

#sponsorinfosummary blockquote {
	width:520px;
	float:left;
	display:inline;
}

#sponsorinfosummary cite {
	width:520px;
	float:left;
	display:inline;
}

.shortsponsortext {
	width:353px;
	margin:0 0 36px 15px;
}

#halfleftcol {
	width:403px;
	margin:0 0 40px 15px;
	float:left;
	display:inline;
}

#halfrightcol {
	width:436px;
	float:right;
	display:inline;
	margin:0 16px 0 0;
}

/* Sponsor Info List */

#sponsorinfolist {
	margin:-10px 0 14px 0;
}

#sponsorinfolist li {
	display:block;
	padding: 12px 12px 9px 12px;
	border:solid 1px #2cc3f1;
	border-bottom:none;
	color:#1b1c20;
	font-size:1.2em;
	line-height:1.4em;
	overflow:hidden; /* This contains floats */
}

li.sponsorprice {
	background:#2cc3f1;
	font-size:2.2em!important;
	color:#FFFFFF!important;
	padding:7px 12px 5px 12px!important;
}

.sponsorsmallprint {
	font-size:9px;
	color:#1b1c20;
	margin-bottom:40px;
}

/* Steering Comittee */


.commiteelist {
	margin-bottom:23px;
}

.commiteelist li {
	font-size:1.2em;
	color:#1b1c20;
	line-height:1.6em;
	margin-bottom:16px;
}

/* Supporting Organisations */

#supporthalfleftcol {
	width:403px;
	margin:0 0 0px 15px;
	float:left;
	display:inline;
}

#supporthalfrightcol {
	width:436px;
	float:right;
	display:inline;
	margin:0 16px 0 0;
}

.supportingorganisations {
}

.supportingorganisations li {
	margin-bottom:23px;
}

.supportingorganisations h2 {
	font-weight:bold;
	font-size:1.2em!important;
	color:#1b1c20!important;
	margin:0 0 0px 0!important;
	line-height:1.4em;
}

.supportingorganisations p {
	margin-bottom:18px;
}

.supportorganisationlogo {
	float:right;
	display:inline;
	margin-top:-18px;
}

.supportlink {
	float:left;
	font-size:1.2em;
}

.sectionheader {
	font-size:2.2em;
	display:block;
	width:730px;
	color:#00b6ee;
	margin:0 0 25px 15px;
	line-height:1.3em;
}

/* Past Attendees */
#pastattendees {
	margin-bottom:40px;
}

#pastattendees li {
	font-size:1.2em;
	color:#1b1c20;
	line-height:1.4em;
	margin-bottom:4px;
}

#date-header {
	background:url(../images/news.gif) no-repeat left;
	padding:14px 0 8px 72px;
	font-size:1.4em;
	margin:-10px 0 15px 15px;
}

/* Agenda Page */

.agenda_title {
	margin:0 0 19px 15px;
	/*color:#00b6ee;*/
	float:left;
	width:180px;
}

#doubleleftcolumn ul {
	margin:0 0 18px 30px;
	padding:;
	list-style:disc;
	clear:both;
}

#doubleleftcolumn li {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:5px;
}

.agenda_h2 {
	font-size: 1.8em!important;
	margin-bottom:19px!important;
	margin-top:18px!important;
}

.agenda_h3 {
	font-size: 1.5em!important;
	margin:18px 0 6px 0!important;
}

.agenda_p {
	margin-bottom:8px!important;
}

.agenda_intro {
	margin-bottom:19px!important;
	font-size:1.8em!important;
	font-style:normal!important;
}

.agenda_img {
	float:left;
	margin:-7px 0 0 0;
/*	float:right;
	margin:20px 20px 20px 20px;
	display:inline; /* Hack for IE6 Double margin bug */
}

/* principle sponsor */

#principle_sponsor {
	margin:-70px 0 0 15px;
}

#principle_sponsor img {
	margin-bottom:40px;
}

#principle_sponsor p {
	font-size:1.8em;
	color:#01243d;
	margin:0 0 3px 0;
}

/* Presentatio Login */

#download_login ul {
	margin:0!important;
	padding:0!important;
}

#download_login li {
	margin-bottom:6px;
	display:block;
	clear:both;
}

#download_login label {
	font-size:1.2em;
	display:block;
	float:left;
	position:relative;
	top:4px;
	width:80px;
	margin-bottom:5px;
}

#download_login input {
	float:left;
	border:1px solid #CCCCCC;
	padding:2px 3px;
	font-size:1.2em;
	color: #666666;
	width:200px;
	margin:0;
}

#download_login input.submit {
	background:#34b3d1;
	width:60px;
	color:#FFFFFF;
	padding:2px 0!important;
	/*float:right;*/
	border:none!important;
	float:left;
	display:inline;
	margin-left:10px;
}

/* Testimonials Page */

#halfleftcol blockquote, #halfrightcol blockquote {
	width:auto!important;
	font-size:1.4em;
	margin:0;
	padding:0;
	font-style:italic;
}

#halfleftcol cite, #halfrightcol cite {
	margin:5px 0 20px 0;
	padding:0;
	font-size:1.2em;
}

#halfleftcol cite strong, #halfrightcol cite strong {
}


/* Official Sponsor Logo */
.officialsponsor {
	background:#01243d;
	color:#36b1d2;
	padding:3px 0 4px 0;
	margin-bottom:3px;
	width:105px;
	text-align:center;
	font-size:1.2em!important;
}

.official {
	color:#FFFFFF;
}

/* Agenda Sponsored by Logos */
.position-relative {position:relative;}

.adt-logo {
	position:absolute;
	left:420px;
	top:-26px;
}

.raytheon-logo {
	position:absolute;
	left:472px;
	top:15px;	
}

.securitas-logo {
	position:absolute;
	left:380px;
	top:-16px;		
}