/*-------------------------------------------------------------------
MI Styling
-------------------------------------------------------------------*/

/*.mi-bg-branding { background-image: url(../images/background-branding-southernhem.jpg); }*/

/*Background Stuff*/
/*
.mia-col, .mia-spanc span, .mia-scol strong,
.mia-h2col h2, .mia-h3col h3,
.mia-acol a, .mia-acolp p a, .mia-acolli li a, .mia-acolh a:hover {	color: #1a3f79; }
.mia-bg, .mia-h2bg h2, .mia-acolsel a.selected { background-color:#1a3f79; }
.mia-borc, .mia-borcli li .mia-borcimg img { border-color: #1a3f79; }
*/

/*Foreground Stuff*/
/*
.mib-col, .mib-spanc span, .mib-scol strong,
.mib-h2col h2, .mib-h3col h3,
.mib-acol a, .mib-acolp p a, .mib-acolli li a, .mib-acolh a:hover { color: #f5821f; }
.mib-bg, .mib-h2bg h2, .mib-acolsel a.selected { background-color: #f5821f; }
.mib-borc, .mib-borcli li, .mib-borcimg img { border-color: #f5821f;  }
*/

/*Buttons and Headers FG*/
/*
.mic-col, .mic-spanc span, .mic-scol strong,
.mic-h2col h2, .mic-h3col h3,
.mic-acol a, .mic-acolp p a, .mic-acolli li a, .mic-acolh a:hover { color: #ffffff; }
.mic-bg, .mic-h2bg h2, .mic-acolsel a.selected { background-color: #ffffff; }
.mic-borc, .mic-borcli li, .mic-borcimg img { border-color: #ffffff;  }
*/


/*-------------------------------------------------------------------
Redefine common base styles
-------------------------------------------------------------------*/

img
{
	border: none;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

.general-content ul
{
	list-style-type: disc;
	margin: 0px 0px 15px 20px
}

ul li
{
}

p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

a, a:visited
{
	text-decoration: none;
}

li a:hover,
p a:hover,
h3 a:hover
{
	text-decoration: underline;
}

.strong
{
	font-weight: bold;
}

object
{
	/*Firefox 3 outline fix */
	outline:none;
	/*White space fix */
	display:block;
}


optgroup
{
   font-weight: bold;
   font-style: normal;
}


/*-------------------------------------------------------------------
Common Stuff and helpers
-------------------------------------------------------------------*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.hide
{
	display: none;
}

.left-text
{
	text-align: left;
}

.center-text
{
	text-align: center;
}

.right-text
{
	text-align: right;
}

.italic
{
	font-style: italic;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.no-border
{
	border: none !important;
}

.no-margin
{
	margin: 0px !important;
}

/*-------------------------------------------------------------------
Outer stuff and body
-------------------------------------------------------------------*/

/*Get footer to stick at bottom*/
html, body { height: 96%; }
* html #body-shell { height:100%; }
body>#body-shell { height:auto; }

body
{
	margin: 0px;
	font-size: 12px;
	line-height: 19px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
}

#body-shell
{
	position:relative;
	width: 100%;
	height: 100%;
	min-height:100%;
	padding-bottom: 50px;
	background-image: url(../images/bgslice-master.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 7px;
}


#body-shadow
{
	background-image: url(../images/body-drop-shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px auto;
}

#body-shadow-header-mask
{
	background-image: url(../images/body-shadow-header-mask.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
}

#body-inner
{
	width: 960px;
	margin: 0px auto;
}

/*-------------------------------------------------------------------
MI Basics
-------------------------------------------------------------------*/

#header
{
	height: 201px;
	background-image: url(../images/header-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}

#header-strap
{
	float: left;
	width: 252px;
	margin: 123px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

#header-logo
{
	width: 231px;
	height: 164px;
	float: left;
	display: block;
	border: none;
	margin: 21px 0px 0px;
}

#header-advert
{
	width: 468px;
	display: block;
	border: 1px solid #e9e7e7;
	position: absolute;
	bottom: 25px;
	right: 5px;
}

#header-advert img
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 468px;
}

#fruitnet-login-box
{
	width: 294px;
	height: 29px;
	background-image: url(../images/fruitnet-login-mask.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	float: right;
	padding: 0px 0px 0px 40px;
	color: #ffffff;
}

#fruitnet-login-box a
{
	color: #ffffff;
}

#fruitnet-login-box a:hover
{
	text-decoration: underline;
}

#nav
{
	height: 37px;
	background-image: url(../images/nav-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

#nav li
{
	display: inline;
	padding: 0px 7px;
}

#nav a
{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

#nav a:hover
{
	color: #305286;
	text-decoration: none;
}

#sponsors
{
	height: 123px;
}


#sponsors-inner
{
	width: 780px;
	position: absolute;
	background-color: #ffffff;
	padding: 8px 90px 0px 90px;
	z-index: 5000;
}

#home-main-image
{
	position: relative;
	width: 640px;
	height: 401px;
	float: left;
	overflow: hidden;
	z-index: 300;
}

#sponsors-logos
{
	height: 78px;
	overflow: hidden;
}

#sponsors-inner img,
#sponsors-inner a
{
	display: block;
	float: left;
	height: 72px;
}

#sponsors-inner a
{
	margin: 0px 20px 20px 0px;
}

#sponsors-control
{
	position: absolute;
	bottom: -29px;
	left: 0px;
	width: 960px;
	height: 25px;
	background-image: url(../images/sponsor-control-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #9b9b9b;
	padding: 4px 0px 0px 0px;
}

#sponsors-control img
{
	display: inline;
	float: none;
	height: auto;
	margin: 0px;
}


#home-main-image-cover
{
	position: absolute;
	bottom: 0px; /*Changed from top to bottom here - may cause js probs (base)*/
	left: 0px;
	width: 590px;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/home-image-cover.png);
	background-position: top center;
	background-repeat: repeat;
	padding: 15px 25px 10px 25px;
}

#home-main-image-cover h2
{
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 7px;
}

#home-main-image-cover p
{
	color: #ffffff;
	margin-bottom: 7px;
}

#home-main-image-cover p a
{
	text-decoration: underline;
}


#home-cover-toggle
{
	background-image: url(../images/arrow-open.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10px;
	padding-left: 16px;
	width: 56px;
	display: block;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#home-main-image-cover .home-cover-toggle-closed
{
	background-image: url(../images/arrow-closed.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#home-main-image-right
{
	float: right;
	width: 319px;
}

#home-register-box
{
	background-image: url(../images/home-register-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px 0px 1px 0px;
	width: 288px;
	height: 248px;
	padding: 25px 13px 0px 18px
}

#home-register-box a
{
	color: #F5821F;
	text-decoration: underline;
}

#home-register-box h2
{
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
}

#home-register-box p
{
	color: #ffffff;
	padding: 20px 2px 15px 2px;
	margin: 0px;
}

#home-register-inner-box
{
	background-image: url(../images/home-register-box.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 17px;
	width: 204px;
	height: 77px;
	padding: 4px 0px 0px 76px;
}

#home-register-inner-box a
{
	font-size: 20px;
}

#home-brochure-box
{
	background-image: url(../images/home-brochure-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 305px;
	height: 102px;
	padding: 25px 0px 0px 14px;
}

#home-brochure-box img
{
	display: block;
	width: 54px;
	height: 60px;
	float: left;
	margin: 4px 14px 0px 0px;
}

#home-brochure-inner-box
{
	float: left;
	font-size: 17px;
	width: 215px;
}


#home-brochure-inner-box a
{
	color: #ffffff;
	font-size: 20px;
}


#home-brochure-box h2
{

}

#home-brochure-box a
{
	color: #ffffff;
}


#home-content
{
	background-image: url(../images/home-content-header-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	float: left;
}

#home-content-outer
{
	background-image: url(../images/home-content-footer-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#home-content-inner
{
	background-image: url(../images/home-content-slice.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

.mi-content-box
{
	float: left;
	width: 320px;
	padding: 21px 0px 30px 0px;
}

.page-top-image
{
	margin: 7px 0px 15px 0px;
}

/*When not used on homepage*/
#page-right .mi-content-box
{
	width: 285px;
	padding: 0px;
}

/*When not used on homepage*/
#page-right .mi-content-box-right
{
	margin-left: 30px;
}

.general-content
{
	width: 90%;
}


/*ul*/
#page-right .mi-content-box .dl-list
{
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

#page-right .mi-content-box .dl-list li
{
	background-image: url(../images/venue-download-tiny.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 8px 18px;
	line-height: 15px;
}

#page-right .content-box-box
{
	padding: 21px 0px 30px 0px;
	border-bottom: 1px solid #e9e9e9;
	width: 600px;
	margin: 0px 0px 30px 0px;
}

#page-right .content-box-box-inner
{
	background-image: url(../images/mi-content-box-divider.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

.mi-content-box-inner
{
	padding: 0px 17px 0px 17px;
}

/*When not used on homepage*/
#page-right .mi-content-box-inner
{
	padding: 0px;
}

.mi-content-box h2
{
	font-size: 20px;
}

.no-cufon h2,
h2.no-cufon
{
	font-size: 14px;
	padding-bottom: 2px;
}

.mi-content-box .img-frame
{
	display: block;
	width: 285px;
	height: 153px;
	margin: 0px auto 10px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mi-content-box img
{
	display: block;
	width: 287px;
	height: 156px;
	margin: 0px auto;
}

.micb-generic-dl
{
	background-image: url(../images/generic-box-download-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 281px;
	height: 149px;
	margin: 3px 0px 14px 0px;
}

.micb-generic-dl h2
{
	font-size: 17px;
	padding: 42px 0px 0px 80px;
	font-weight: bold;
	line-height: 18px;
}

.micb-generic-dl h2 span
{
	font-size: 18px;
	color: #ffffff;
}

#page-right .mi-content-box img
{
	margin: 0px 0px 10px;
}

.mi-content-box p
{
	margin-bottom: 7px;
	color: #000000;
}

.mi-content-box p a
{
	text-decoration: underline;
}

.mi-content-box-divider
{
	background-image: url(../images/home-box-divider.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 320px;
	height: 3px;
	margin: 20px 0px 15px 0px;
}

.home-testimonial-image
{
	background-position: 3px 3px;
	background-repeat: no-repeat;
	width: 286px;
	height: 156px;
	margin: 0px auto 10px;
}

.home-testimonial-mask
{
	background-image: url(../images/box-image-frame.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 287px;
	height: 156px;
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

.home-testimonial-mask-inner
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 170px;
}

.home-testimonial-mask h2
{
	padding-top: 0px;
	padding-right: 0px;
	font-size: 16px;
	text-align: right;
	margin: 0px;
}

.home-testimonial-mask p
{
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	width: 169px;
}

#home-newsletter-box h2
{
	margin-bottom: 12px;
}

#home-newsletter-box p
{
	margin-bottom: 17px;
}


#footer-outer
{
	background-image: url(../images/footer-outer-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 0px 18px 0px;
}

#footer-inner
{
	height: 127px;
	width: 942px;
	padding: 33px 0px 0px 18px;
	margin: 0px auto;
	background-image: url(../images/footer-slice.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#footer-inner strong
{
	padding: 0px 0px 0px 7px;
}


#footer-inner ul li
{
	display: inline;
	padding: 0px 7px;
}

#footer-inner ul li a
{
	color: #ffffff;
}

#footer-primary-links
{
	font-size: 12px;
	margin: 4px 0px 0px 0px;
}

#footer-primary-links li
{
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
}


#footer-secondary-links
{
	font-size: 11px;
	margin: 5px 0px 0px 0px;
}

#footer-secondary-links li
{
	border-right-width: 1px;
	border-right-style: solid;
}

#footer-validation
{
	margin: 25px 0px 0px 0px;
}

#footer-validation li
{
	border: none;
}

#footer-azure
{
	margin: 26px auto 0px;
	width: 960px;
	line-height: 13px;
}

#footer-azure img
{
	float: right;
	width: 29px;
	height: 29px;
	display: block;
	margin: 0px 7px 0px 0px;

}

#footer-azure a
{
	float: right;
	display: block;
	width: 190px;
	font-size: 10px;
	color: #ffffff;
}

#footer-azure a:hover
{
	text-decoration: underline;
}

.anchor-button
{
	display: inline-block;
	background-image: url(../images/button-slice.png);
	background-position: center;
	background-repeat: repeat-x;
	height: 30px;
	margin: 9px 0px 3px 5px;
	position: relative;
	line-height: 21px;
}


.anchor-button a
{
	font-size: 14px;
	vertical-align: text-top;
}

.anchor-button .lc
{
	height: 30px;
	width: 5px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: -5px;
}

.anchor-button .rc
{
	height: 30px;
	width: 5px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: -5px;
}


.decorative_underline
{
	height: 6px;
	background-image: url(../images/div-dot-white-bg.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	margin: 12px 4px 12px 1px;
}


#newsletter-submit
{
	vertical-align: top;
}

/*FORMZ*/

.input-text
{
	color: #666666;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	width: 162px;
	height: 23px;
	margin: 0px 10px 14px 0px;
	padding: 5px 8px 0px 8px;
}


/*STD PAGE*/

#page-top-spacer
{
	height: 26px;
	position: relative;
}

#page
{
	background-image: url(../images/page-top-shadow.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffffff;
	padding: 20px 10px 30px 13px;
	position: relative;
}

#page-left
{
	float: left;
	width: 225px;
}

#page-right
{
	float: left;
	width: 691px;
	margin-left: 12px;
}

.content-area
{
	padding: 0px 72px 0px 0px;
}

.content-area h2
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.content-area a
{
	text-decoration: none;
}

.page-title
{
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
}

.page-image
{
	padding: 10px 0px 20px 0px;
}

.crumbs /*p*/
{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
}


.crumbs strong
{
	font-weight: bold;
}

/*NEWS PAGE*/

#news-page
{
	padding: 10px 0px 0px 0px;
	/*background-image: url(../images/news-vdivider.jpg);
	background-repeat: repeat-y;
	background-position: top left;*/
}

#news-loader a {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#news-loader a:hover {
	text-decoration:underline;
}

.news-page-article,
.spres-page-article
{
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 13px 0px;
}

.news-page-col-left
{
	float: left;
	width: 300px;
	clear:left;
}

.news-page-col-right
{
	float: right;
	width: 300px;
	margin-right: 30px;
}

.news-page-col-right.slideIn, .news-page-col-left.slideIn {
	display:none;
}

.news-page-article img,
.spres-page-article img
{
	display: block;
	float: left;
	clear: left;
	width: 88px;
	height: 88px;
	margin: 4px 12px 0px 0px;
}

.spres-page-article img
{
	width: 47px;
	height: 47px;
}

.news-page-article-content
{
	line-height: 18px;
	padding: 0px;
}

.news-page-article a,
.spres-page-article a
{
	font-size: 11px;
}

.spres-page-article h3,
.news-page-article h3,
.news-page-article h3 a,
.spres-page-article h3 a
{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}


.news-page-article p,
.spres-page-article p
{
	color: #000000;
	margin-bottom: 5px;
}


/*Icons - news and other*/

.audio-link,
.video-link,
.pdf-link,
.related-link
{
	padding-left: 15px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

.related-link {	background-image: url(../images/icon-small-related.gif); }
.video-link { background-image: url(../images/icon-small-video.gif); }
.audio-link { background-image: url(../images/icon-small-audio.gif); }
.pdf-link {	background-image: url(../images/icon-small-pdf.gif); }


.video-header,
.pdf-header,
.audio-header,
.related-header
{
	padding-left: 20px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.video-header { background-image: url(../images/icon-big-video.gif); }
.audio-header { background-image: url(../images/icon-big-audio.gif); }
.pdf-header { background-image: url(../images/icon-big-pdf.gif); }
.related-header { background-image: url(../images/icon-big-related.gif); }




/*News Article*/

#news-article-page
{
}

#news-article-header
{
	margin: 14px 0px 15px 0px;
	border-bottom: 1px solid #e9e9e9;
	padding: 0px 0px 15px 0px
}

#news-article-header img
{
	display: block;
	width: 522px;
	margin: 0px 0px 15px 0px;
}

#news-article-header h2
{
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
}

#news-article-header h3
{
	font-size: 11px;
	font-weight: bold;
}

#news-article-content
{
	color: #535353;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

#news-article-content a
{
	text-decoration: underline;
}

#news-article-related
{
	line-height: 22px;
}


#news-article-left
{
	float: left;
	width: 522px;
	padding: 0px 18px 0px 0px;
}

#news-article-right
{
	float: left;
	width: 140px;
	border-left: 1px solid #e9e9e9;
	padding: 0px 0px 0px 10px;
}

#news-article-right a
{
	font-size: 11px;
}

#news-article-right ul
{
	border-bottom: 1px solid #E9E9E9;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}

#news-article-right ul li a
{
	display: block;
	margin-left: 1px;
	background-position: 0px 4px;
}

#news-article-right .last-ul
{
	margin: 0px;
}


#news-article-right h3
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}

#news-article-download
{
	background-image: url(../images/news-article-docdl-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 440px;
	height: 62px;
	color: #ffffff;
	padding: 28px 0 0 82px;
	margin: 0px 0px 20px 0px;
}

#news-article-download p
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#news-article-download a
{
	font-weight: normal;
	border-left: 1px solid #ffffff;
	padding-left: 7px;
	text-decoration: underline;
	font-size: 12px;
	color: #ffffff;
}

#news-article-download span
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
}

/*Sidebars*/

.rounded-sidebar
{
	width: 218px;
	margin: 0px 0px 12px 0px;
}

.rounded-sidebar-inner
{
	background-image: url(../images/sidebox-events-shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px auto;
}

.rounded-sidebar-inner a:hover
{
	text-decoration: none;
}

.rounded-sidebar-header
{
	background-image: url(../images/sidebox-events-header-shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.rounded-sidebar-header h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 13px;
	height: 34px;
	text-align: left;
	width: 187px;
	margin: 0px auto;
	background-image: url(../images/sidebox-events-header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.rounded-sidebar-block
{
	width: 200px;
	margin: 0px auto;
	background-image: url(../images/sidebox-events-itembg.jpg);
	background-repeat: repeat-y;
	background-position: bottom center;
	display: table;
	height: 61px;
}

.rounded-sidebar-block table
{
	width: 200px;
	height: 61px;
}

.rounded-sidebar-block table tr td
{
	vertical-align: middle;
}

.sidebar-event-logo
{
	width: 80px;
}

.sidebar-event-link
{
	width: 70px;
	font-size: 11px;
	line-height: 17px;
}

.rounded-sidebar-block img
{
	display: block;
	margin: 0px auto;
}

.rounded-sidebar-block a
{
	display: block;
}

.rounded-sidebar-block a:hover
{
	text-decoration: underline;
}


.rounded-sidebar-footer
{
	background-image: url(../images/sidebox-events-footer-shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 218px;
	height: 24px;
}

.rounded-sidebar-footer-inner
{
	background-image: url(../images/sidebox-events-footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 200px;
	height: 17px;
	margin: 0px auto;
}


/*Straight sidebars*/

.straight-sidebar
{
	width: 200px;
	margin: 0px 0px 15px 9px;
}

.straight-sidebar-header
{
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	height: 53px;
	background-image: url(../images/straight-sidebar-header.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px 9px 0px 9px;
}

.straight-sidebar-content
{
	position: relative;
	overflow: hidden;
}

.straight-sidebar-dropdown
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	padding: 12px 10px 12px 10px;
	background-image: url(../images/straight-sidebar-mask.png);
	background-repeat: repeat;
	background-position: top center;
	color: #000000;
	font-size: 12px;
	display: none;
}

.straight-sidebar-dropdown a
{
	color: #000000;
}

.straight-sidebar-content img
{
	display: block;
	width: 200px;
	margin: 0px auto;
}



/*In this section menu*/

#in-this-section-menu /*ul*/
{
	margin-left: 9px;
	width: 220px;
}

#in-this-section-menu li
{
	padding: 2px 0px 2px 0px;
}

#in-this-section-menu li a
{
	font-weight: bold;
	display: block;
	width: 200px;
	padding: 1px 0px 2px 0px;
}


#in-this-section-menu li a span
{
	padding: 0px 0px 0px 12px;
}

#in-this-section-menu a.selected
{
	background-image: url(../images/sidebar-menu-arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 207px;
	color: #ffffff;
}

#in-this-section-menu a:hover span
{
	text-decoration: underline;
}

/*Venue Page*/

.venue-box
{
	width: 619px;
	margin: 0px 0px 30px 0px;
}

.venue-box-img,
.venue-box-left,
.venue-box-left img
{
	display: block;
	width: 450px;
	height: 299px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#gmap-box-inner
{
	position: relative;
	width: 450px;
	height: 299px;
	overflow: hidden;
}

#gmap-box-map
{
	width: 450px;
	height: 299px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
}

.venue-box-right
{
	width: 169px;
	float: left;
}

.venue-box-top { margin-bottom: 1px; }

.venue-box-top,
.venue-box-bottom
{
	background-repeat: no-repeat;
	background-position: top center;
}

#gmap-box-top
{
	font-style: normal;
	background-image: url(../images/venue-gmap-top-bg.png);
	height: 204px;
	color: #ffffff;
	padding: 18px 15px 0px 15px;
	line-height: 17px;
}

#gmap-box-top a
{
	text-decoration: none;
}

#gmap-box-bottom
{
	display: block;
	background-image: url(../images/venue-gmap-bottom-bg.png);
	height: 62px;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 0px 0px 61px;
}

#gmap-box-bottom span
{
	color: #ffffff;
}


#brochure-box-top
{
	background-image: url(../images/venue-brochure-top-bg.png);
	height: 193px;
	text-align: center;
	padding: 17px 0px 0px 0px;
}

#brochure-box-top img
{
	display: block;
	width: 89px;
	height: 99px;
	margin: 0px auto 10px;
}

#brochure-box-top h2
{
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

#brochure-box-top h3
{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

#brochure-box-bottom
{
	background-image: url(../images/venue-brochure-bottom-bg.png);
	height: 73px;
	padding: 15px 0px 0px 17px;
}

#brochure-box-bottom li
{
	background-image: url(../images/venue-download-tiny.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 8px 18px;
	line-height: 15px;
}

#brochure-box-bottom li a
{
	color: #ffffff;
}

/*Gallery Box*/

.gallery-box
{
  margin-top: 15px;
}

.gallery-box-lc,
.gallery-box-rc
{
	width: 5px;
	height: 222px;
	background-image: url(../images/gallery-box-left.gif);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}

.gallery-box-rc { background-image: url(../images/gallery-box-right.gif); }

.gallery-box-inner
{
	background-image: url(../images/gallery-box-slice.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 17px 0px 0px 17px;
	height: 212px;
	float: left;
  width: 569px;
}

.gallery-box h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.gallery-box p
{
	padding: 0px;
	margin: 0px 0px 18px 0px;
}

/*.gallery-box-inner a
{
	display: block;
	float: left;
	width: 177px;
	height: 121px;
	border: 1px solid #e4e4e4;
	margin: 0px 17px 0px 0px;
}*/

.gallery-box-inner a img
{
	width: 177px;
	height: 121px;
  padding: 3px;
}

/*Programme and Slider Stuff*/

.programme-day
{
	margin: 10px auto 20px;
}


.programme-not-session p
{
	width: 610px;
}

#prog-cb
{
	width: 620px;
	margin: 0px 0px 25px 0px;
}

#prog-tb
{
	position: relative;
	background-image: url(../images/control-bar-tb-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
}

#prog-tb p
{
	padding: 10px 0px 0px 48px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	float: left;
	width: 176px;
	line-height: 20px;
}

#prog-tb-inner
{
	width: 381px;
	height: 13px;
	margin: 17px 0px 0px 0px;
	float: left;
}

/*Customise Trackbar Widget*/

#prog-tb-inner .ui-widget-header,
#prog-tb-inner .ui-widget-content
{
	background: none;
}

#prog-tb-inner .ui-slider
{
	border: none;
}

#prog-tb-inner .ui-slider-tooltip
{
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#prog-tb-inner .ui-tooltip-pointer-down
{
	border-top-color: #d7d7d7;
}

#prog-tb-inner .ui-slider-tic
{
	background-image: url(../images/control-bar-tb-tick.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 3px 2px 0 1px;
	top: -19px;
	border: none;
}

#prog-tb-inner .ui-slider-handle
{
	border: none;
	background-image: url(../images/control-bar-ball.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 11px;
	height: 12px;
	top: -1px;
	margin-left: -4px;
}

/*Continue programme screen*/

#prog-bb
{
	background-image: url(../images/cb-button-bar-slice.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#prog-bb-lc,
#prog-bb-rc
{
	background-image: url(../images/cb-button-bar-lc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	width: 5px;
	height: 52px;
}

#prog-bb-rc
{
	background-image: url(../images/cb-button-bar-rc.jpg);
	float: right;
}

#prog-bb a
{
	display: block;
	float: left;
	height: 25px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 11px;
	margin-right: 8px;
	padding: 4px 0px 0px 34px;
	font-size: 11px;
}

#prog-btn-all
{
	background-image: url(../images/cb-btn-all-off.jpg);
	width: 169px; /*203*/
	margin-left: 27px;
}

#prog-btn-all.btn_enabled
{
	background-image: url(../images/cb-btn-all-on.jpg);
}

#prog-btn-sessions.btn_enabled
{
	background-image: url(../images/cb-btn-sessions-on.jpg);
}

#prog-btn-sessions
{
	background-image: url(../images/cb-btn-sessions-off.jpg);
	width: 139px; /*173*/
}

#prog-btn-speakers.btn_enabled
{
	background-image: url(../images/cb-btn-speakers-on.jpg);
}

#prog-btn-speakers
{
	background-image: url(../images/cb-btn-speakers-off.jpg);
	width: 138px; /*172*/
}

.prog-day-bar
{
	width: 618px;
	height: 33px;
	position: relative;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/prog-daybar-slice.png);
	margin: 0px 0px 12px 0px;
}

.prog-day-bar img
{
	position: absolute;
	display: block;
	width: 49px;
	height: 39px;
	top: -3px;
	left: -5px;
}

.prog-day-bar-lc
{
	position: absolute;
	width: 5px;
	height: 33px;
	top: 0px;
	left: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/prog-daybar-lc.png);
}

.prog-day-bar-rc
{
	position: absolute;
	width: 5px;
	height: 33px;
	top: 0px;
	right: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/prog-daybar-rc.png);
}

.prog-day-bar h2
{
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	width: 420px;
	float: left;
	padding: 5px 0px 0px 53px;
}

.prog-day-bar a
{
	display: block;
	float: right;
	width: 80px;
	font-size: 11px;
	color: #e0771c;
	margin: 6px 0px 0px 0px;
}

.prog-header
{
	padding: 0px 0px 16px 21px ;
}

.prog-time-box,
.prog-session-box
{
	width: 84px;
	height: 42px;
	position: relative;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/prog-sbox-tbox-slice.png);
	float: left;
}

.prog-time-box-rc,
.prog-session-box-rc
{
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/prog-sbox-tbox-rc.png);
	width: 5px;
	height: 42px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.prog-time-box img
{
	display: block;
	position: absolute;
	top: -2px;
	left: -20px;
	width: 48px;
	height: 48px;
}

.prog-time-box p,
.prog-session-box p
{
	padding: 5px 9px 0px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	line-height: 15px;
}

.prog-time-box p
{
	width: 52px;
	padding: 6px 0px 0px 30px;
	text-align: left;
}

.prog-session-box p
{
	padding: 13px 0px 0px 0px;
	text-align: center;
}

.prog-session-box
{
	width: 109px;
}

.prog-title-box,
.prog-title-box-wide
{
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(../images/prog-greybar-slice.jpg);
	float: left;
	position: relative;
	width: 400px;
	height: 42px;
	margin: 0px 0px 0px 4px;
	line-height: 23px;
}

.prog-title-box-wide
{
	width: 509px;
}

.prog-title-box-lc,
.prog-title-box-rc
{
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/prog-greybar-lc.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 42px;
}

.prog-title-box-rc
{
	background-image: url(../images/prog-greybar-rc.jpg);
	left: auto;
	right: 0px;
}

.prog-title-box h3,
.prog-title-box-wide h3
{
	padding: 9px 0px 0px 12px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}


/*Programme day content*/

.prog-day-content
{
	background-image: url(../images/mi-content-box-divider.jpg);
	background-repeat: repeat-y;
	background-position: 220px 0px;
	margin-bottom: 18px;
}

.prog-icon-speaker a,
.prog-icon-sponsor a,
.prog-sponsor-link,
.prog-icon-venue a,
.prog-day-content a
{
	font-weight: normal;
	color: #163465;
	text-decoration: none;
	font-size: 12px;
}

.prog-day-content a:hover
{
	text-decoration: underline;
}

.fb-spimg
{
	margin: 5px 9px 3px 0px;
	float: left;
	clear: left;
	border-width: 1px;
	border-style: solid;
}

.prog-sponsor-link
{
}

.pns-slink
{
	float: left;
	display: block;
	margin: 0px 0px 10px;
}

.pns-slink:hover
{
	text-decoration: underline;
}

.programme-not-session .pns-sp
{
	float: left;
	display: block;
	width: 400px;
}

.pns-simg
{
	float: right;
	margin: 0px 74px 10px 0px;
}

.pns-sbt
{
	float: left;
	display: block;
	width: 380px;
}

.no-marg
{
	margin: 0px 0px 5px;
}

.prog-day-content-left
{
	float: left;
	width: 240px;
}

.prog-day-content-right
{
	float: left;
	width: 400px;
}

.prog-icon-speaker,
.prog-icon-sponsor,
.prog-icon-venue
{
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 0px 17px;
	background-image: url(../images/prog-icon-speakers.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.prog-icon-sponsor { background-image: url(../images/prog-icon-sponsor.gif); }
.prog-icon-venue { background-image: url(../images/prog-icon-venue.gif); }

.prog-day-content-left .prog-icon-speaker
{
	padding-bottom: 11px;
}

.prog-day-content-left ul
{
	width: 210px;
	padding: 0px;
	margin: 0px;
}

.prog-day-content-left ul li
{
	padding: 0px 0px 5px 0px;
}

.prog-day-content-left img
{
	display: block;
	float: left;
	width: 47px;
	height: 47px;
	border-width: 1px;
	border-style: solid;
	margin: 2px 8px 0px 0px;
}

.prog-day-content-left p
{
	float: left;
	width: 145px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
}

.prog-day-content-right p
{
	margin: 0px 0px 15px 0px;
	color: #000000;
}

#programme-speakers
{
	display: none;
}

.programme-speaker-standalone
{
	width: 210px;
	margin: 0px 15px 20px 0px;
	height: 67px;
	float: left;
	border-bottom: 1px solid #e9e9e9;
}

.programme-speaker-standalone img
{
	border-style:solid;
	border-width:1px;
	display:block;
	float:left;
	height:47px;
	margin:2px 8px 0 0;
	width:47px;
}

.programme-speaker-standalone p
{
	color:#000000;
	float:left;
	font-size:11px;
	line-height:14px;
	width:145px;
}

/*Contact Icons*/

.telephone-icon,
.fax-icon
{
	padding-left: 20px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 0px;
}

.email-icon
{
	padding-left: 20px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-image: url(../images/icon-small-email.gif);
}

.telephone-icon {	background-image: url(../images/icon-small-phone.gif); }
.fax-icon {	background-image: url(../images/icon-small-fax.gif); }

#contact-left,
#contact-right
{
	float: left;
	width: 327px;
	margin-left: 20px;
}

#contact-left
{
	border-right: 1px solid #e9e9e9;
	margin-left: 0px;
}

#contact-left address
{
	font-style: normal;
	margin: 10px 0px 20px;
}

/*Sams Styles*/

#page-right .no-div
{
	background-image: none;
	border-bottom: none;
}

#page-right .no-div h3
{
	font-size: 14px;
}

.content-snippet
{
	width: 605px;
	border-bottom: 1px solid #E9E9E9;
}

.content-snippet h3
{
	font-size: 14px;
}

#page-right .about
{
	padding: 21px 0px 10px;
	margin: 0px 0px 25px;
}

.about-content-box
{
	width: 600px;
	border-bottom: 1px solid #E9E9E9;
	margin: 0px 0px 25px;
	padding: 0px 0px 13px;
}

.about-content-box img
{
	float: left;
	width: 220px;
	height: 68px;
	margin: 0px 10px 0px 0px;
}

.about-content-box p
{
	float: left;
	width: 370px;
	margin: 0px;
}

.about-content-box-wide h3
{
	font-size: 14px;
}

.contact .mi-content-box .telephone,
.contact .mi-content-box .fax
{
	padding-left: 20px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 0px;
}

.contact .mi-content-box .email
{
	padding-left: 20px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.telephone {	background-image: url(../images/icon-small-phone.gif); }
.fax {	background-image: url(../images/icon-small-fax.gif); }
.email {	background-image: url(../images/icon-small-email.gif); }

.mi-content-box .no-un
{
	text-decoration: none;
}

#page-right .contact
{
	width: 650px;
	padding: 21px 0px 10px;
	margin: 0px 0px 25px;
}

#page-right .contact .mi-content-box
{
	width: 306px;
}

#page-right .contact .mi-content-box-right
{
	margin-left: 38px;
}

.contact .mi-content-box p
{
	margin-bottom: 15px;
}

#contact-map
{
	display: block;
	width: 300px;
	height: 175px;
	margin: 30px 0px 10px 0px;
	background-position: top center;
	background-repeat: no-repeat;
}

#register-box
{
	background-image: url(../images/register-box.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 17px;
	width: 204px;
	height: 77px;
	padding: 4px 0px 0px 76px;
}

#register-box a
{
	color: #FFF;
	font-size: 20px;
}

/******************************************************************************************************************************/
/************************************************ ADDITIONAL FEES PAGE STYLES *************************************************/
/******************************************************************************************************************************/

#fees-outer
{
	width: 620px;
	margin: 25px 0px 5px;
	border-bottom: 1px solid #E9E9E9;
}

#fees-outer p
{
	width: 620px;
	font-size: 11px;
	text-align: center;
	margin: 15px 0px;
}

#fees-box
{
	background-image: url(../images/fees-box.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 17px;
	width: 620px;
	height: 259px;
	margin: 0px;
	padding: 0px;
}

#fees-box-title h2
{
	font-size:20px;
	padding: 13px 15px 15px;
	font-weight: bold;
}

#fees-box-title h2 span
{
	font-size: 20px;
	color: #ffffff;
}

.fees-box-content
{
	float: left;
	width: 206px;
}

.fees-box-content h2
{
	font-size: 30px;
	padding: 10px 15px 0px;
	font-weight: bold;
}

.fees-box-content h2 span
{
	font-size: 22px;
	color: #ffffff;
}

#fees-outer .fees-box-content p
{
	width: auto;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 5px 15px;
}

.fees-box-content h3
{
	font-size: 20px;
	padding: 19px 8px 24px;
}

.fees-box-content-right h2
{
	float: left;
	width: 49px;
	font-size: 23px;
	padding: 3px 10px 0px 13px;
	font-weight: bold;
	text-align: center;
}

.fees-box-content-right h2 span
{
	font-size: 21px;
	color: #ffffff;
}

#fees-outer .fees-box-content-right p
{
	float: left;
	width: 130px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 18px;
}

#fees-box a
{
	color: #FFF;
	font-size: 20px;
}

.fees-content-box
{
	width: 600px;
	margin: -10px 0px 25px;
	padding: 0px 0px 13px;
}

.fees-content-box ul
{
	list-style-type: disc;
	color: #f5821f;
	margin: 0px 0px 15px 20px
}

.fees-content-box ul li span
{
	color: #000;
}

.fees-content-box h3
{
	font-size: 14px;
}

.largerh3
{
	font-size: 14px;
}

/******************************************************************************************************************************/
/************************************************ ADDITIONAL EVENTS PAGE STYLES *************************************************/
/******************************************************************************************************************************/

.events-content-box
{
	width: 620px;
	margin: 20px 0px 0px;
}

.events-content-box h3
{
	font-size: 14px;
}

.events-team-box
{
	width: 620px;
	margin: 25px 0px 15px 0px;
}

.events-team-box h3
{
	font-size: 14px;
}

.events-team-divider
{
	height: 20px;
	background-image: url(../images/events-team-divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px 0px 5px;
}

.events-team-member
{
	float: left;
	width: 310px;
}

.events-team-member img
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.events-team-member img.border
{
	border-width: 1px;
	border-style: solid;
}

.events-team-member h3
{
	font-size: 12px;
	line-height: 12px;
}

.events-team-member p
{
	margin: 0px;
	line-height: 18px;
}

.events-team-member .role
{
	font-size: 11px;
	color: #f38539;
	font-weight: bold;
}

#fancy_content #fancy_div
{
	padding: 10px 0px 0px;
	background: none;
	background-color: #ffffff;
	width: 92%;
	margin: 0px auto;
	color: #000000;
}

.border-bottom-col
{
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 620px;
}

.box-trigger
{
	cursor: pointer;
}

#home-brochure-inner-box .alt_brochure_btn
{
	float: left;
	width: 87px;
	height: 31px;
	margin-right: 8px;
	margin-top: 10px;
}

#home-brochure-inner-box .alt_brochure_btn a
{
	display: block;
	width: 87px;
	padding-top: 5px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	background-image: url(../images/multi_brochure_button.png);
	font-size: 14px;
}

/*---------Testimonial Page---------*/

.testimonialp
{
	margin: 20px 0px 10px 0px;
}

.testimonialp-image
{
	width: 140px;
	height: 167px;
	float: left;
	margin-right: 11px;
}

.testimonialp-box
{
	width: 470px;
	float: left;
	position: relative;
	background-image: url(../images/testimonial-box-slice.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.testimnoialp-box-inner
{
	background-image: url(../images/testimonial-box-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 12px 17px 25px;
	width: 420px;
}

.testimnoialp-box-content
{
	color: #000000;
}

.testimnoialp-box-content p
{
	margin: 0px 0px 14px 0px;
}

.testimnoialp-box-subject
{
	font-size: 12px;
}

.testimnoialp-box-subject p
{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.testimnoialp-box-subject strong
{
	font-size: 14px;
}

.testimonialp-box-bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 470px;
	height: 16px;
	background-image: url(../images/testimonial-box-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


/*************************************
New Sponsors Stuff
*************************************/

#sponsors
{
	margin-bottom: 26px;
	position: relative;
	height: 113px;
}
#sponsors-inner
{
	width: 940px;
	padding: 8px 10px 0px;
	height: 79px;
}
#sponsors-inner a
{
	margin: 0px 30px 0px 15px;
}
#sponsors-logos-outer
{
	position: relative;
	width: 940px;
	margin: 0px auto;
	height: 79px;
	overflow: hidden;
}
#sponsors-logos
{
	position: relative;
	height: 79px;
}
#sponsors-logos-one,
#sponsors-logos-two
{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 79px;
}
#sponsors-control
{
	bottom: -3px;
	background-image: url(../images/sponsor-control-bg.png);
}

#flash-container {
	margin-bottom:15px;
	text-align:center;
}

#flash-container.audio {
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:4px 4px 0px;
}

#flash-container object {
	display:inline;
}

/*************************************
Twitter Feed Styling
*************************************/
#twitter_update_list LI A
{
	display: none;
}
#twitter_update_list LI SPAN A
{
	display: inline;
}
#twitter_update_list LI
{
	margin: 5px 0;
	padding: 5px 0;
	background: url(../images/twitter-icon-small.jpg) no-repeat 0px 4px;
	text-indent: 2.5em;
}
.fh-3
{
	height: 3px;
	/*+placement:shift 0px 70px;*/
	position: relative;
	left: 0px;
	top: 70px;
}
.organiser
{
	width: 150px;
	height: 110px;
	background-color: #FFF;
	/*+border-radius:10px 10px 0 0;*/
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	margin-left: 20px;
	text-align: center;
	border: 0 none #000000;
	border-bottom: 3px solid #000000;
}
.organiser H2
{
	padding: 5px;
}
.share-this
{
	width: 100px;
}
.share-this SPAN A
{
	color: #1A3E79 !important;
}
#cycle-slideshow
{
	width: 549px;
	height: 121px;
	overflow: hidden;
/*border: 3px solid black;*/
	padding: 0px;
}
#cycle-slideshow IMG
{
	height: 121px;
	margin: 0px;
	border: 0px solid #000000;
}
IMG.twitter-icon-large
{
	width: 32px;
	height: 32px;
	/*+placement:float-left 0px -3px;*/
	float: left;
	position: relative;
	left: 0px;
	top: -3px;
	margin-right: 3px;
}
/*************************************
Sponsor & Organiser Boxes
*************************************/
DIV#sponsor-organiser
{
	background: #FFF url(../images/so-box.jpg) center;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-right: 25px;
}
DIV.so-inner-box
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	padding: 8px;
	margin: 0 10px;
}
DIV.so-box
{
	background-color: #FFF;
	/*+border-radius:5px;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-right: 25px;
	padding: 8px;
	text-align: center;
}
DIV#sponsor-organiser H6, DIV.so-box H6
{
	color: #193E78;
	font-size: 10px;
	margin-bottom: 5px;
}