/*  

Client: World Security Organisation
Client URL: http://worldsecurityorg.com
Description: Styles for the Top Level Category Pages
Version: 1.0
Author: Robert Games
Agency: Little Yellow Duck
Agency URL: http://www.littleyellowduck.co.uk/
Date: 01/09/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:#01243d;
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

html {
}

/* 3.0	Common Formatting */

p {
	font-size:1.8em;
	line-height:1.4em;
	margin-bottom:20px;
}

h1 {
	font-weight:bold;
	font-size:2em;
	color:#34b3d1;
	margin-bottom:12px;
}

h2 {
	font-size:1.6em;
	color:#00b6ee;
	margin-bottom:7px;
}

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

h4 {
}

h5 {
}

h6 {
}

ul {
}

li {
}

blockquote {
}

img {
}

strong {
	font-weight:bold;
}

em {
}

u {
}

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

/* 4.0	Links */

a {
	color:#34b3d1;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:focus {
	text-decoration:underline;
}

/* 5.0	Fonts */

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

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

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

p.small {
	font-size:1.2em;
}

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

/* 7.0	Wrapper */

div#wrapper {
	width:960px;
	margin: 30px auto;
	position:relative;
}

/* 8.0	Logo */

div#logo a {
	background:url(../images/homepage_logo.gif) no-repeat;
	width:175px;
	height:127px;
	float:left;
	text-indent:-9999999px; /* HIdes accessible text */
	margin:3px 0 0 0;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

/* 9.0	Layout */

#header {
	margin:0 30px 0 42px;
	height:173px;
	display:block;
}

#login a{
	float:right;
	background:url(../images/login.gif) no-repeat;
	width:44px;
	height:21px;
	margin:0;
	text-indent:-999999px; /* hides accessible text */
}

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

.homepageheader{
	/*position:relative;*/
	margin-bottom:35px;
	/*z-index:0;*/
}

#maincontent {
	width:550px;
	float:left;
	margin:0 0 0 42px;
	display:inline;
}

#news {
	width:296px;
	float:right;
	margin:0 30px 0 0;
	display:inline; /* Hack for IE6 Double margin bug */
}

#news h2 {
	background:url(../images/hoempage_ecbs_news.gif) no-repeat;
	width:157px;
	height:17px;
	text-indent:-999999px; /* hides accessible text */
	margin-bottom:10px;
}

#news p {
	font-size:1.4em;
	margin-bottom:1em;
}

#download_login ul {
}

#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:60px;
	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;
}

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

#footer {
	background:url(../images/hoempage_icons.gif) top left no-repeat;
	width:356px;
	margin:0 0 0 42px;
	padding:69px 0 0 0;
	overflow:hidden; /* Comtains Floats */
}

/* 10.0	Navigation */

/* Global Nav */
#nav {
	float:right;
	margin:85px 0 0 0;
	position:relative;
	display:inline;
	z-index:3;
}

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

#nav li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.4em; /* 1.6em */
	display:block;
	padding:32px 60px 22px 8px; /*37px 0 22px 15px*/ /*37px 55px 22px 15px*/ 
	/*width:120px;*/ /* 140px */
}

#nav li a:hover {
	color:#34b3d1;
	border-left:2px solid #FFFFFF;
	padding:32px 60px 22px 6px;
	/*width: 140px;*/
}

#nav li a.selected {
	color:#34b3d1;
}

/* Global drop down styling */

#nav li ul {
	position:absolute;
	left:0px;
	top:68px;
	/*width:151px;*/
	background:#01243d;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	padding:2px 0 10px 0;
	display:none;
	z-index:2;
	width:180px;
}

#nav li:hover ul, #nav li.over ul { 
	display: block;
	z-index:2;
}

#nav li ul li  {
	float:none;
}

#nav li ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.2em;
	display:block;
	padding:4px 7px 4px 6px;
	line-height:1.2em;
}

#nav li ul li a:hover {
	color:#34b3d1;
	border-left:none;
	padding:4px 7px 4px 6px;
	width: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


/* Footer Navigation */

#footer ul {
}

#footer li {
	float:left;
}

#footer li a {
	margin-right:10px;
	font-size:1.2em;
	color: #FFFFFF;
	line-height:1.4em;
}

/* 11.0	Forms */

fieldset {
}

legend {
}

label {
}

input {
}

textarea {
}

/* 12.0	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}
 
/* login Styling */
#box {
	position: absolute;
	display: none;
	background:url(../images/login.png) no-repeat;
	width:251px;
	height:115px;
	top:20px;
	right:-10px;
	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;
}

/* Contact Us Form */

#contactusform {
margin: 0 0 40px 0;
}

#contactusform li {
	margin:0 0 15px 0;
}

#contactusform label {
	display:block;
	float:left;
	width:111px;
	font-size:1.2em;
	color:#FFFFFF;
	line-height:21px;
}

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

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

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

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

#contactdetails {
	width:296px;
	float:right;
	margin:0 30px 0 0;
	display:inline; /* Hack for IE6 Double margin bug */
}

#contactdetails p {
	font-size:1.4em;
	margin-bottom:28px;
}

#contactdetails h2 {
	font-size:1.4em;
	margin-bottom:3px;
	font-weight:bold;
	color:#FFFFFF;
}


/* ESOS09 Delegate View */
#delegateview {
margin-bottom:40px;
}

#delegateview p {
	font-size:1.2em;
	margin-bottom:23px;
	line-height:1.6em;
}

/* Animated Header */
#homepageheader {
	position:relative;
	margin-bottom:39px;
	z-index:0;
	/*background:url(../images/homepage_animated_header.gif) no-repeat;*/
	height:312px;
}

#ecbs09 {
	position: absolute;
	top:100px;
	left:388px;
	display:none;
}

/* Sliding logos on homepage */
#logo_slideshow {
	width:296px;
	float:right;
	margin:0 30px 0 0;
	display:inline; /* Hack for IE6 Double margin bug */
}

#logo_slideshow h2 {
	background:url(../images/supporters.gif) no-repeat;
	width:207px; /*162px*/
	height:45px;
	text-indent:-999999px; /* hides accessible text */
	margin-bottom:10px;
	
} 

.slideshow { height: 200px; width: 120px; }
.slideshow img { background:#FFFFFF;}