*
{
	padding:0;
	margin:0;	
}

body
{
	color:#87888a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#container
{
	width:660px;
	margin:0 auto;	
}

#header
{
	position:relative;
	padding-top:20px;
}

#header a img
{
	display:block;
	margin-bottom:3px;
}

#header p
{
	background:url(../img/strapline-bg.gif) left top no-repeat;	
	height:19px;
	width:256px;
	position:absolute;
	top:50px;
	right:5px;
}

#flashBanner
{	
	width:568px;
	height:267px;
	background:url(../img/flash-alternate.jpg) left top no-repeat;
	float:left;
	margin-left:3px;
}

/* Image thumbnails */

ul.thumbs
{
	float:left;
	width:87px;
}

ul.thumbs li
{
	list-style:none;
	margin-bottom:3px;
	float:left;
}

ul.thumbs li.last
{
	margin-bottom:0;	
}

ul.thumbs li img
{
	display:block;
}

/* Content style */

#content
{
	padding-bottom:20px;	
}

#content h1
{
	background:url(../img/h1-bg.gif) left top no-repeat;
	height:100px;
}	

#content #rightCol
{
	width:415px;
	float:left;	
}

#content #leftCol
{
	width:230px;
	float:left;
	color:#cd0039;
	padding-right:15px;
}

#content p, #footer p
{
	font-size:0.75em;
	padding:5px 0;
	line-height:140%;
}

#content #leftCol p
{
	font-size:0.94em;
	font-family:"Gill Sans MT"; /* If the user has this, else we will use Arial */
}

/* Navigation style */

#navigation ul li
{
	float:left;
	list-style:none;
	font-size:0.75em;
	padding:12px 42px 12px 16px;
	background:url(../img/nav-ul-li-bg.gif) left 13px no-repeat;
}

#navigation ul li.last
{
	padding-right:0;
	
}

#navigation ul li a
{
	height:9px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}

#navigation ul li#home a
{
	background-image:url(../img/nav-home.gif);
	width:30px;
}

#navigation ul li#aboutUs a
{
	background-image:url(../img/nav-about-us.gif);
	width:47px;
}

#navigation ul li#conferences a
{
	background-image:url(../img/nav-conferences.gif);
	width:58px;
}

#navigation ul li#delegateInformation a
{
	background-image:url(../img/nav-delegate-information.gif);
	height:12px;
	width:102px;
}

#navigation ul li#testimonials a
{
	background-image:url(../img/nav-testimonials.gif);
	width:58px;
}

#navigation ul li#contactUs a
{
	background-image:url(../img/nav-contact-us.gif);
	width:58px;
}

#navigation ul li a:hover, #navigation ul li.current a
{
	background-position:left bottom;
	
}

/* Footer style */

#footer
{
	padding-bottom:10px;	
}

#footer a
{
	text-decoration:none;
	color:#87888a;
}

#footer a:hover
{
	text-decoration:underline;	
}

#footer .right, #footer .right a
{
	font-family:"Gill Sans MT"; /* If the user has this, else we will use Arial */
	color:#cd0039;	
}

/* Generic styles */

a img
{
	border:none;
}

.clear
{
	clear:both;
	height:0;
	width:1px;
	overflow:hidden;
}
.tabletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #878889;
	line-height: 18px;
}


.noshow
{
	display:none;	
}

.left
{
	float:left;
}

.right
{
	float:right;	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #cd0039;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cd0039;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #cd0039;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #cd0039;
}
body.contactus #content h1
{
	background:url(../img/h1-bg-contact.gif) left top no-repeat;
	height:100px;
}
body.about #content h1
{
	background:url(../img/h1-bg.gif) left top no-repeat;
	height:100px;
}
body.conferences #content h1
{
	background:url(../img/h1-bg-conf.gif) left top no-repeat;
	height:100px;
}
body.delegate #content h1
{
	background:url(../img/h1-bg-conf.gif) left top no-repeat;
	height:100px;
}
body.contactus #content h1
{
	background:url(../img/h2-bg.gif) left top no-repeat;
	height:100px;
}
body.testimonials #content h1
{
	background:url(../img/h4-bg.gif) left top no-repeat;
	height:100px;
}

