/*Generic margin*/
* {
	padding : 0;
	margin : 0;
	}

/*Generic Body*/
body
{
 margin : 15px 0px 0px 0px;
 background-color : #fff;
 color : #999;
	font : normal 100% arial,tahoma,verdana,serif; 
}

/*Generic p*/
p
{
 padding-bottom : 15px;
}

/*Generic link*/
a
{
 text-decoration : none;
 color : #004A80;
 background-color : #fff;
}

a img
{
 border : 0px;
}

/*Generic  table*/
table, 
table td, 
table th
{
 border-style : none;
 border-width : 0px;
 border-spacing : 0px;
 border-collapse : collapse;
 padding : 0px;
 vertical-align : top;
}

/*Generic  subscript*/
sub
{
 font-size : 10px;
 vertical-align : bottom;
 margin-top : 5px;
}

/*Generic  superscript*/
sup
{
 font-size : 10px;
 font-family : tahoma,verdana,times,serif,arial;
 vertical-align : top;
}

/*Generic  horizantal line*/
hr
{
 width : 100%;
 color : #75A3E9;
 background-color : #fff;
 height : 1px;
 border : 0px;
 margin-bottom : 12px;
}


/*Generic  list*/
ul, 
ul li 
{
 margin : 0px;
 padding : 0px;
 list-style-type : none;
}

/* Main Container*/
#Master
{
 width : 770px;
	margin-left : auto;
	margin-right : auto;
}

/* Header Container*/
#Header
{
 margin : 0px 15px 0px 15px;
 height : 60px;
}

/* Banner Container*/
#BannerTop
{
 width : 468px;
 height : 60px;
 background-color : #ececec;
 color : #808080;
 float : left;
 text-align : center;
 font-size : 60%;
}

/* Top Navigation Items*/
#Navigation0
{
 float : right;
 font-size : 60%;
 padding : 8px 0px 0px 0px;
 margin : 0px;
}

#Navigation0 li
{
 display : inline;
 padding : 0px 7px 0px 11px;
 color : #333;
 background-color : #fff;
 background-image : url(../Image/Generic/Separator.gif);
 background-repeat : no-repeat; 
 background-position : 0px 3px;
}

#Navigation0 li a
{
 color : #333;
 background-color : #fff;
}

#Navigation0 li.FirstChild, 
#Navigation0 li:First-Child
{
 border-left : 0px;
 background-image : none;
}

#Navigation0 li.LastChild, 
#Navigation0 li:Last-Child
{
 padding : 0px 0px 0px 11px;
}

/* Language Container Items*/
p#Lang
{
 padding : 0px;
}

#Lang img
{
 float : left;
 margin : 26px 5px 0px 45px;
}

/* Search Block Elements */
#SearchBlock
{
 float : right;
 padding-top : 20px;
 color : #993366;
 background-color : #fff;
 font-size : 70%;
 line-height : 12px;
}

#SearchBlock img
{
 margin-right : 5px;
}

input.SearchField
{
 margin-left : 5px;
 padding-top : 2px;
 width : 105px;
 background-color : #fff;
 font-family : verdana,tahoma,times,arial,serif;
 font-size : 10px;
 color : #999;
 font-weight : normal;
}

/* Main Navigation*/
#Navigation1
{
 margin-top : 15px;
 width : 770px;
 height : 40px;
 background : url(../Image/Menu/Background.gif) no-repeat;
}

/* Drop Down Styles begin*/
#DropDown
{
 padding : 0px 0px 0px 15px;
 height : 30px;
 position : static;
 z-index : 20;
}

#DropDown li
{
 margin : 10px 15px 0px 0px;
 float : left;
 width : auto;
 height : 30px;
}

#DropDown li a
{
 background-color : transparent;
}

#DropDown li ul
{
 position : absolute;
 display : none;
 background-color : #004A80;
 color : #fff;
 margin-top : 30px;
 margin-left : -9px;
 z-index : 99;
 width : 151px;
}

#DropDown li ul li.LastChild ul,
#DropDown li ul li:last-child ul
{
 margin-left : 150px;
}

#DropDown li ul li
{
 display : block;
 height : 22px;
 padding : 0px;
 margin : 0px;
 float : none;
}

#DropDown li ul li a
{
 border-top : 1px solid #336699;
 font-size : 60%;
 display : block;
 width : 140px;
 background-color : #004A80;
 color : #fff;
 height : 18px;
 padding : 4px 0px 0px 10px;
}

#DropDown li ul li a:hover
{
 background-color : #004A80;
 color : #7BCBEE;
}

#DropDown li ul li a#Highlighted
{
 color : #7BCBEE;
 background-color : #004A80;
}

#Highlighted
{
 background-color : #004A80;
 color : #7BCBEE;
}

#DropDown li ul li a span
{
 position : absolute;
 left : 136px;
 margin-top : -3px;
 padding-right : 10px;
 background-color : transparent;
 font-size : 12px;
}

#DropDown li ul ul
{
 margin-top : 0px;
 margin-left : 150px;
}

#DropDown li.LastChild ul ul,
#DropDown li:last-child ul ul
{
 margin-top : 0px;
 margin-left : -150px;
}

#DropDown li.LastChild ul ul li,
#DropDown li:last-child ul ul li
{
 border-right : 1px solid #336699;
 border-left : none;
}

#DropDown li ul ul li
{
 border-left : 1px solid #336699;
}

ul#DropDown li:hover ul ul,
ul#DropDown li:hover ul ul ul,
ul#DropDown li:hover ul ul ul ul,
ul#DropDown li:hover ul ul ul ul ul
{
	display: none;
}

ul#DropDown li:hover ul,
ul#DropDown ul li:hover ul,
ul#DropDown ul ul li:hover ul,
ul#DropDown ul ul ul li:hover ul,
ul#DropDown ul ul ul ul li:hover ul
{
	display: block;
}

/* Drop Down Styles end */

/* Main Logo */
h1
{
 width : 174px;
 float : left;
 height : 66px;
}

h1 img
{
 margin : 10px 0px 0px 19px;
}

/* Main Heading */
h2
{
 margin : 0px;
 padding-bottom : 10px; 
 color : #912469;
 background-color : #fff;
 font-family : verdana,tahoma,times,arial,serif; 
 font-size : 22px;
}

/* Main SubHeading */
h3
{
 padding-bottom : 9px;
 color : #0080AB;
 background-color : #fff;
 font-family : tahoma,verdana,times,arial,serif; 
 font-size : 14px;
}

/* Main SubHeading */
#Profile
{
 border-left : 1px solid #dadada;
 border-right : 1px solid #dadada;
 padding : 20px 15px 0px 15px; 
 width : 738px;
}

/* Container for logo showdate and flash */
#Profile p
{
 display : inline;
}

/* Container for inner page flash*/
#ShowCase
{
 margin-left : 106px;
}

/* Container for home page flash*/
#Profile #ShowCaseHome
{
 position : absolute;
 margin-left : 110px;
}

/* Home page heading and Copy*/
#Highlights
{
 width : 372px;
}

#Profile #Highlights p
{
 display : block;
 font-size : 70%;
 padding-bottom : 15px;
}

#Profile #Highlights h2
{
 padding-top : 44px;
}

#Profile #Highlights h3
{
 height : 15px;
}

/* Container for site content items giving borders*/
#Content
{
 border-left : 1px solid #dadada;
 border-right : 1px solid #dadada;
 padding-bottom : 30px;
}

/* Container for home page information columns and PR news*/
#Interact
{
 width : 768px;
 padding : 20px 0px 100px 0px;
 height : 253px;
}

/* Container for home page information columns*/
#ThreeColumns
{
 float : left;
 width : auto;
}

/* home page news related blocks container*/
#PR
{
 width : 180px;
 float : right;
}

/* Generic home page column*/
.Column
{
 width : 170px;
 float : left;
 padding : 0px 0px 0px 15px; 
}

/* Generic heading used inside homepage columns*/
h4
{
 height : 22px;
 color : #810554;
 background-color : #fff;
 font-family : tahoma,verdana,times,arial,serif; 
 font-size : 14px;
}

/* Generic column p*/
.Column p
{
 padding-right : 12px;
 border-right : 1px solid #dadada;
 color : #999;
 background-color : #fff;
 font-size : 70%;
}

.Column p a
{
 background-color : #fff;
 color : #003471;
}

.Column p.ColumnImage
{
 padding-bottom : 0px;
}

.Column p a img
{
 margin-bottom : -1px;
 padding-left : 7px;
}

/* home page 3rd column to remove border */
.NoBorder, 
.NoBorder p, 
.NoBorder img
{
 border-right : none; 
}


/* newsletter block, form and field */

#NewsLetter
{
 border-bottom : 1px solid #dadada;
}

#NewsLetterForm
{
 padding-top : 5px;
 height : 37px;
}

input.InputField
{
 padding-top : 2px;
 width : 140px;
 background-color : #fff;
 font-family : verdana,tahoma,times,arial,serif;
 font-size : 10px;
 color : #999;
}

input.Button, img.Button
{
 margin : 0px 0px 0px 5px;
}

/* Press realease block, caption and headlines */
#PressReleases
{
 padding-top : 15px;
 border-bottom : 1px solid #dadada;
 font-size : 60%;
 color : #888;
 background-color : #fff;
}

#PressReleasesCaption
{
 padding-bottom : 10px; 
}

#PressReleases p a, 
#PressReleases p
{
 width : 155px;
 color : #888;
 background-color : #fff;
}

#PressReleases p a span
{
 color : #003471; 
 background-color : #fff;
}

/* more press releases link */
#MorePressReleases
{
 padding : 12px 0px 11px 0px;
 border-bottom : 1px solid #dadada;
 color : #003471; 
 background-color : #fff;
 font-weight : bold;
 font-size : 70%; 
}

#MorePressReleases img
{
 padding-right : 7px;
}

/* Inner pages bread crumbs */
#Crumbs
{
 padding-top : 18px;
 padding-left : 202px;
 font-size : 60%; 
 color : #595959;
 background-color : #fff;
}

#Crumbs a
{
 color : #004A80;
 background-color : #fff;
}


/* Inner pages side navigation */
#Navigation2
{
 float : left;
 width : 190px;
}

#Navigation2 li
{
 color : #004A80;
 background-color : #fff;
}

#Navigation2 li a
{
 width : 162px;
 display : block;
 font-size : 70%;
 height : 15px;
 border-bottom : 1px solid #dadada;
 padding-left : 14px;
 padding-top : 2px;
 color : #004A80;
 background-color : #fff;
}

#Navigation2 li li a
{
 width : 148px;
 display : block;
 height : 15px;
 border-bottom : 1px solid #dadada;
 padding-left : 28px;
 padding-top : 2px;
 color : #595959;
 background-color : #fff;
}

#Navigation2 li a#Highlighted
{
 color : #7BCBEE;
 background-color : #fff;
}

#Navigation2 li li.LastChild,
#Navigation2 li li:last-child
{
 height : 35px;
 border-bottom : 1px solid #dadada;
 width : 91%;
 display : block;
}

#Navigation2 li a img
{
 position : absolute;
 margin-left : 145px;
 margin-top : 6px;
}

/* Inner pages Copy */
#Copy
{
 margin-left : 190px;
 width : 525px;
 font-size : 70%;
 padding-left : 10px;
 padding-bottom : 150px;
}

/* Generic p for inner pages */
#Copy p
{
 width : 470px;
}

/* Generic List Items in Copy */
#Copy ul
{
 padding-bottom : 15px;
}

#Copy ul li
{
 padding-left : 15px;
 background-image : url(../Image/Generic/Bullet.gif);
 background-repeat : no-repeat; 
 background-position : 0px 5px;
}

/* Tabular Data */
#Copy table
{
 width : 100%;
 text-align : left;
 table-layout: fixed;
}

#Copy table.FreeFlow
{
 table-layout: auto;
}

#Copy table tr td
{
 padding : 3px 5px 2px 9px;
 border : 1px solid #dadada;
}

#Copy table.NoBorder tr td
{
 border : 0px;
 padding : 3px 5px 2px 0px;
}

#Copy table tr th
{
 padding : 7px 7px 7px 9px;
 border : 1px solid #dadada;
 text-align : left;
}

#Copy table tr.Highlighted, 
#Copy table tr.Highlighted a
{
 color: #666;
 background-color: #c9e6f0;
}

#Copy table tr.Highlighted a
{
	text-decoration: overline;
}

#Copy table.NoBorder tr td.Heading
{
	color: #990066;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}

#Copy table.NoBorder tr td.SubHeading
{
	color: #990066;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

#Copy form
{
 padding-bottom : 20px;
}

/* Generic Filter Select */

#Copy input
#Copy input.Text1
{
 width: 105px;
 font-size: 1em;
 color: #999;
 background-color: #ff0000;
}

#Copy input.SmallInput
{
 width : 75px;
}

#Copy table input
{
 width : 148px;
 font-size: 1em;
 color: #999;
}

#Copy table select
{
 width : 153px;
 font-size: 1em;
 color: #999;
}

#Copy .CheckBox input
{
 width : auto;
 margin: 0 5px 0 0;
}

input.CheckBox
{
	width: 30px;
}

#Copy table tr.SmallInput td input
{
 width : 75px;
}

#Copy select 
{
 width : 170px;
 font-family : arial,tahoma,verdana,times,serif;
 font-size : 95%;
 background-color : #fff;
 color : #999;
}

#Copy input.Button
{
 width: auto;
}

/* Tabular styled caption and details */
#Copy p.Details span
{
 font-weight : bold;
 float : left;
 width : 110px;
}

/* Generic Download block image icon */

#Copy p.Download
{
 margin-top: 10px;
}

#Copy p.Download img.Icon
{
 padding-right : 5px;
 float : left;
}

/* Search Results or Listings */

#Copy ul.Listings li
{
 width : 478px;
 padding : 10px 0px 10px 0px;
 background-image : none;
 border-bottom : 1px solid #dadada;
}

#Copy ul.Listings li span
{
 font-weight : bold;
 padding-bottom : 4px;
 display : block;
}

#Copy ul.Listings li a
{
 font-weight : bold;
 padding-bottom : 2px;
}

#Copy form.Paging div
{
 text-align : right;
 font-size : 90%;
}

#Copy form.Paging div select
{
 width : 38px;
}

/* select box for Filters */
#Copy .Filters
{
 margin-top : 30px;
}

#Copy .Filters select 
{
 width : 100px;
 margin-right : 10px;
}

/* Generic Form Styles */
#Copy .SmallInput input
{
 width : 60px;
}

#Copy .Error
{
	color: #cc0000;
 background-color: #fff;
}

#Copy .ButtonField input
{
 width: auto;
 background-color: #004a80;
 padding: 2px 5px 2px 5px;
 border: 1px solid #fff;
 color: #66ccff;
 font-weight: bold;
 font-size: 95%;
 font-family: arial;
}

/* Generic listings with image */
#Copy p.PhotoListings img.Preview
{
 padding-right : 20px;
 float : left;
}

#Copy p.PhotoListings
{
 padding-bottom : 40px; 
 min-height : 90px;
 height : auto !important;
}

#Copy p.PhotoListings span
{
 float : right;
}

/* Photo Gallery */
#Copy ul#Thumbnails
{
 display : block;
 height : 345px;
}

#Copy ul#Thumbnails li
{
 width : 150px;
 text-align : right;
 background-image : none;
 float : left;
 padding : 0px 11px 15px 0px;
}

#Copy p.Enlarge
{
 position : absolute;
 width : 470px;
 padding-left : 0px;
 text-align : right;
 margin-top : -15px;
 display : none;
}

/* Sitemap */

#Copy ul#Sitemap
{
 display : block;
 height : 300px;
}

#Copy ul#Sitemap li
{
 width : 170px;
 float : left;
 padding : 30px 70px 0px 0px;
 background-image : none;
}

#Copy ul#Sitemap li a
{
 font-weight : bold;
 width : 100%;
 display : block;
 border-bottom : 1px solid #8E8E8E;
}

#Copy ul#Sitemap li ul
{
 margin-top : 10px; 
}

#Copy ul#Sitemap li ul li
{
 padding : 0px;
}

#Copy ul#Sitemap li ul li a
{
 border : none;
 font-weight : normal;
}

#Copy ul#Sitemap li ul li ul
{
 margin-top : 0px 
}

#Conferences
{
 margin-bottom: 70px;
}

#Copy ul#Sitemap li ul li ul li a
{
 background-color : #fff;
 color : #8E8E8E;
 padding-left : 10px;
}

/* Generic Top button */
#Copy p.Top
{
 display : block;
 text-align : right;
}

/* Image inside Copy */
#Copy img.Left
{
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
}

#Copy img.Right
{
 float: right;
 margin-left: 5px;
 margin-bottom: 5px;
}

/* footer elements container */
#Footer
{
 border-bottom : 1px solid #dadada;
 padding-left : 15px;
 font-size : 60%;
 height : 15px;
}

/* Navigation in footer */
#Navigation3
{
 float : left;
 margin-bottom : 5px;
 padding-bottom : 0px;
}

#Navigation3 li
{
 display : inline;
 padding : 0px 4px 0px 8px;
 color : #333;
 background-color : #fff;
 background-image : url(../Image/Generic/Separator.gif);
 background-repeat : no-repeat; 
 background-position : 0px 3px;
}

#Navigation3 li a
{
 color : #333;
 background-color : #fff;
}

#Navigation3 li.FirstChild, 
#Navigation3 li:First-Child
{
 background-image : none;
 margin-left : -9px;
}

/* Privacy, Legal block */
#PrivacyLegal
{
 float : left;
 height : 15px;
 padding-top : 1px;
 padding-bottom : 0px; 
 margin-left : 103px;
 border-left : 1px solid #dadada;
 font-size : 95%;
}

#PrivacyLegal a
{
 color : #999;
 background-color : #fff;
 padding-left : 9px;
}

/* Copyright */
#Copyright
{
 float : left;
 height : 15px;
 padding : 1px 0px 0px 10px;
 margin-left : 111px;
 border-left : 1px solid #dadada;
 font-size : 95%;
}

/* Additional Form Styles*/

#Copy input.CountryCode
{
 width: 40px;
}

#Copy input.AreaCode
{
 width: 30px;
}

#Copy input.Number
{
 width: 65px;
}

.ConferenceHighlight
{
 color: #2996BD;
}

.ConferenceHighlight a
{
 color: #fff;
 background-color: #2996BD; 
 padding: 0px 5px 0px 5px;
}

#Copy table.RegConfirmation 
{
 clear: both;
 font-size: 11px; 
}

#Copy table.RegConfirmation tr td
{
 border-width : 0px; 
}

#Copy table.RegConfirmation tr td.HeadCol
{
 width: 140px; 
}

#BarCode
{
 text-align: center;
 margin-top: 5px;
 margin-bottom: 5px;
}

#MailImage
{
 clear: both;
 float: right;
}