/**********************************************************************************
=Global Reset
**********************************************************************************/
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, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html
{
	height:100%;
}

body 
{
    color:#7D8DB2;
    background:#FFFFFF url(/images/bg_top.gif) repeat-x top left;
    padding:10px 0 0 0;margin:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	line-height: 1;
}

/**********************************************************************************
=Useful Classes
**********************************************************************************/
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

	/* WinIE7 only */
	*:first-child+html .clearfix 	{ height:1%; }
	
	/* WinIE6 and below */
	/*¥*/
	* html .clearfix { height:1%;}

	/**/
	/* MacIE only */
	/*¥*//*/
	.clearfix { display:inline-table; }
	/**/

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }

.b , strong, b { font-weight:bold; }
.i , em, i { font-style:italic; }

.nobrk  { white-space : nowrap; }
.upper {text-transform:uppercase;}

/**********************************************************************************
=Common Elements
**********************************************************************************/
h1
{
	font-size:1.6em;
	font-weight:bold;
	line-height: 1em;
}

h2
{
	font-size:1.4em;
	font-weight:bold;
	line-height: 1em;
}
  
h3
{
	font-size:1.3em;
	font-weight:bold;
	line-height: 1em;
}

h4
{
	font-size:1.2em;
	font-weight:bold;
	line-height: 1em;
}

h5
{
   font-weight:bold;
   line-height: 1em;
}

h6
{
    font-style: italic;
    line-height: 1em;   
}

p
{
	padding:0px 0 20px 0;
}

ul, ol
{
	padding:0 0 20px 20px;
}
    li
    {
	    padding:0 0 0.6em 0;
    }

img {border:none;}
a:active, a:focus {outline: 0;}

del {text-decoration: line-through;}

/**********************************************************************************
=Text
**********************************************************************************/
.title
{
    margin-bottom:20px;
}

.intro
{
    color:#002C61;
}

.required
{
    color:#CF3339;
}

.accreditations p
{
    padding:12px 0 5px 0;
}

/**********************************************************************************
=Links
**********************************************************************************/

a 
{
    color:#002D62;
}
    a:hover {text-decoration:none;}
    
    
a.more
{
    text-transform:lowercase;
    color:#002D62;
}
    a.more:hover {text-decoration:none;}
/**********************************************************************************
=Forms 
**********************************************************************************/

form
{
	margin:0;
	padding:0;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

/**********************************************************************************
=Tables 
**********************************************************************************/
table
{
	font-size: 100%;
	border:0;
	margin:0;
	padding:0;
	border-collapse: separate;
	border-spacing: 0;
}
	caption, th, td
	{
		font-weight: normal;
	}
	
.tbForm td, .tbForm th{padding:3px;}
    .tbForm td input{margin:0 2px 0 0;}

/**********************************************************************************
=Layout
**********************************************************************************/
.bg
{
    background:url(/images/bg.gif) repeat-y top left;
    width:947px;
    margin:0 auto;padding:0;
    text-align:left;
    height:auto!important;
    height:616px;
    min-height:616px;
}

#wrapper_top
{
    background:url(/images/bg_fadetop.gif) no-repeat top left;
    height:auto!important;
    height:616px;
    min-height:616px;
}

#wrapper_btm
{
    background:url(/images/bg_fadebtm.gif) no-repeat bottom left;
    padding:0 6px;
    height:auto!important;
    height:616px;
    min-height:616px;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
	
#header
{
    margin:0 30px;
    background:url(/images/bg_header.gif) bottom left no-repeat;
    height:113px;
    padding:0 10px;
}

    #logo
    {
        float:left;
        margin:20px 0 20px 0;
    }
    
    #header_right
    {
        text-align:right;
        float:right;
        padding-top:15px;
    }
    
    #search
    {
        margin-top:6px;
    }
        #search label
        {
            float:left;
            font-weight:bold;
            color:#002C61;
            line-height:24px;
            margin:0 10px 0 0;
        }
        #search div
        {
            float:left;
            border:1px solid #C7CDDF;
            background:url(/images/bg_search.gif) repeat-x top left;
            height:23px;
        }
        #search input
        {
            border:0;
            background:none;
            float:left;
            margin:3px 3px 0 0;
        }
        #search input:active, #search input:focus{border:0;}

    #nav
    {
        clear:both;
        float:left;
        width:100%;
        background:url(/images/bg_nav.gif) top left repeat-x;   
    } 
        #nav.about{background:url(/images/bg_nav_about.gif) top left repeat-x;}
        #nav.news{background:url(/images/bg_nav_news.gif) top left repeat-x;} 
        #nav.solutions{background:url(/images/bg_nav.gif) top left repeat-x;} 
        #nav.markets{background:url(/images/bg_nav_markets.gif) top left repeat-x;}
        #nav.blog{background:url(/images/bg_nav_news.gif) top left repeat-x;} 
        
         #nav ul
         {
            list-style-type:none;
            padding:0;margin:0;
            float:left;
         }
             #nav ul.right{float:right;}
             #nav ul li
             {
                float:left;
                width:105px;
                height:31px;line-height:31px;
                text-align:center;
                padding:0;margin:0;
                text-transform:lowercase;
                font-size:1.2em;
                font-weight:bold;
                border-right:2px solid #FFFFFF;
             }
                #nav ul.right li{border:0;border-left:2px solid #FFFFFF;}
             
             #nav ul li a
             {
                display:block;
                color:#FFFFFF;
                text-decoration:none;
             }
             
             #nav ul li#about a:hover{background:url(/images/nav_about.gif) repeat-x top left;}
             #nav ul li#news a:hover{background:url(/images/nav_news.gif) repeat-x top left;}
             #nav ul li#solutions a:hover{background:url(/images/nav_solutions.gif) repeat-x top left;}
             #nav ul li#markets a:hover{background:url(/images/nav_markets.gif) repeat-x top left;}
             
             #nav ul li#about a.selected{background:#002D62;}
             #nav ul li#news a.selected{background:#47AA42;}
             #nav ul li#solutions a.selected{background:#E51837;}
             #nav ul li#markets a.selected{background:#7A67AE;}
             
div.flash
{
    margin:0 30px;
    background:url(/images/bg_flash.gif) bottom left no-repeat;
    padding:0 10px 6px;
}  
    .flash-replaced .alt{display:none;}

#subnav
{
    background:url(/images/bg_left_top.gif) no-repeat top right;
    padding:9px 0 0 0;
    width:244px;
    margin:20px 0 30px 0;
    float:left;
}
    #subnav div
    {
        background:url(/images/bg_left_btm.gif) no-repeat bottom right;
        padding:0 0 9px 0;
        width:244px;
    }

        #subnav div div
        {
            background:none;
            padding:0 0 0 40px;
            width:203px;
            font-size:1.27em; 
            border-right:1px solid #CBD1E3;
        }

            #subnav div div h4
            {
                font-size:1.2em;
                font-weight:normal;
                color:#002C61;
            }

        #subnav div h3
        {
            border-right:1px solid #CBD1E3;
            color:#002C61;
            padding:0 0 0 40px;
            margin:0;
            text-transform:lowercase;
            font-size:1.2em;
        }
            #subnav div h3 a{text-decoration:none;}
        #subnav div ul
        {
            border-right:1px solid #CBD1E3;
            padding:5px 0 15px;
            margin:0;
            width:243px;
            list-style-type:none;
        }
            #subnav div ul li
            {
                height:31px;
                line-height:31px;
                font-size:1.2em;
            }
                #subnav div ul li a
                {
                    color:#8493B7;
                    padding:0 0 0 40px;
                    text-decoration:none;
                    text-transform:lowercase;
                    display:block;
                }
                #subnav div ul li a:hover
                {
                    background:url(/images/subnav_hover.gif) repeat-x;
                }
                    #subnav div ul li a span{font-weight:bold;}
                    
    #subnav.about ul li a:hover{color:#20A8DF;}
    #subnav.news ul li a:hover{color:#31AB01;}
    #subnav.solutions ul li a:hover{color:#F47E1E;}
    #subnav.markets ul li a:hover{color:#8B77B5;}
    
    #subnav.about ul li a.selected{color:#FFFFFF;background:#B7CCE5;}
    #subnav.news ul li a.selected{color:#FFFFFF;background:#B6E0A7;}
    #subnav.solutions ul li a.selected{color:#FFFFFF;background:#FBD5B2;}
    #subnav.markets ul li a.selected{color:#FFFFFF;background:#C8BFE8;}
                
div.content
{
    font-size:1.27em;
    margin:20px 0 30px 20px;
    padding:0 0 30px 0;
    float:left;
    width:630px;
    line-height:1.2em;
}

    div.content_home
    {
        clear:both;
        font-size:1.27em;
        margin:8px 0 0 0;
        padding:0 25px 30px;
        line-height:1.2em;
    }
    
    div.content_thin
    {
        width:410px;
        float:left;
    }

#footer
{
    clear:both;
    text-align:center;
    padding-bottom:20px;
}

#footer ul
{
    margin:0 auto;
    padding:0;
    list-style-type:none;
}	  
    #footer ul li
    {
        display:inline;
        padding:0 6px 0 5px;
        background:url(/images/div_footer.gif) right no-repeat;
    }	  
    
    #footer ul li a
    {
        color:#97A3C3;
        text-decoration:none;
    }

    #news_ticker
    {
        display:none;  
        position: relative;
        left: 850px;
        height:1em;
        line-height:1em;
        list-style-type:none;
        padding:0;
        margin:0;
    }
        #news_ticker li
        {
            float:left;
            padding:0;
            margin:0;
        }
        
        #news_ticker a
        {
            text-decoration:none;
            color:#7d8db2;
            font-size:0.8em;
            padding:0 40px 0 0;
        }
        
        #news_ticker a strong
        {
            font-weight:bold;
            text-transform:uppercase;
            color:#F47B20;
        }
        
  .tickercontainer {
        width:850px;
        float:left;
        height:1em;
        margin:0 0 8px 15px;
        font-size:1.2em;
        padding:0;
    }
    .tickercontainer .mask {
        position: relative;
        width: 850px;
        overflow: hidden;
    }


/**********************************************************************************
=Homepage
**********************************************************************************/
#intro
{
    float:left;
    width:424px;
    margin:0 20px 0 10px;
    font-size:1.1em;
    line-height:1.1em;
    height:200px;
    display:inline;
}
    #intro img{margin:0 0 10px 0;}

div.homeblock
{
  display:inline;
  color:#7D8DB2;
  width:405px;
  height:auto!important;
  min-height:188px;
  height:188px;
  background:url(/images/bg_homebox.gif) no-repeat top left;
  padding:10px 10px 0 10px;  
  font-size:0.9em;
}
    div.homeblock img, div.homeblock div{float:left;}
    div.homeblock div{width:174px;margin-left:6px;}
    
    div.homeblock h3{color:#002C61;font-size:1.1em;margin:0 0 5px 0;}


div.home_announce
{
  display:inline;
  color:#7D8DB2;
  width:405px;
  height:auto!important;
  min-height:188px;
  height:188px;
  background:url(/images/bg_homebox.gif) no-repeat top left;
  padding:10px 10px 0 10px;  
  font-size:0.9em;
  margin-left:10px; 
}
    div.home_announce img, div.homeblock div{float:left;}
    div.home_announce div{width:174px;margin-left:6px;}
    
    div.home_announce h3{color:#002C61;font-size:1.1em;margin:0 0 5px 0;}

    
#home_news
{
    color:#002C61;
    width:404px;
    height:auto!important;
    height:271px;
    min-height:271px;
    background:url(/images/bg_homenews_small.gif) no-repeat top left;
    float:left;
    margin:0 22px 0 10px;
    padding:0 10px;
    display:inline;
}
    #home_news h2
    {
        font-size:1.2em;
        line-height:38px;
    }
    
    #home_news div
    {
        padding:10px 0 10px 0;
        font-size:0.9em;
        color:#7D8DB2;
    }
    
    #home_news div img
    {
        float:left;
        margin:0 8px 0 0;
    }

#home_news_small
{
    color:#002C61;
    width:404px;
    height:auto!important;
    height:188px;
    min-height:188px;
    background:url(/images/bg_homenews_small.gif) no-repeat top left;
    float:left;
    margin:0 22px 0 10px;
    padding:0 10px 10px;
    display:inline;
}
    #home_news_small h2
    {
        font-size:1.2em;
        line-height:38px;
    }
    
    #home_news_small div
    {
        padding:10px 0 10px 0;
        font-size:0.9em;
        color:#7D8DB2;
    }
    
    #home_news_small div img
    {
        float:left;
        margin:0 8px 0 0;
    }

#home_blog
{
    color:#002C61;
    width:404px;
    height:auto!important;
    height:188px;
    min-height:188px;
    background:url(/images/bg_homenews_small.gif) no-repeat top left;
    float:left;
    margin:0 22px 10px 0;
    padding:0 10px;
    display:inline;
}
    #home_blog h2
    {
        font-size:1.2em;
        line-height:38px;
    }
    
    #home_blog div
    {
        padding:10px 0 10px 0;
        font-size:0.9em;
        color:#7D8DB2;
    }
    
    #home_blog div img
    {
        float:left;
        margin:0 8px 0 0;
    }



/**********************************************************************************
=News
**********************************************************************************/
.news_image
{
    float:right;
    padding:8px;
    border:1px solid #7D8DB2;
    margin:10px;
}

.news_title
{
    font-size:1.2em;
    font-weight:normal;
    color:#002C61;
}

.news_date, .event_date
{
    font-size:1em;
    display:block;
    padding:4px 0 15px;
}

    .event_date{padding:6px 0 0;}

.list
{
    padding:20px 0;
    border-bottom:1px solid #DADEEA;
    font-size:0.95em;
}

.list img{float:left;}

.list h4
{
    font-size:1.2em;
    font-weight:normal;
    color:#002D62;
}
    .list h4 a
    {
        text-decoration:none;
        color:#002D62;
    }
    
.list span, .list .subtitle
{
    font-size:1em;
    display:block;
    padding:4px 0;
}

#downloads
{
    background:url(/images/bg_right_top.gif) no-repeat top left;
    padding:9px 0 0 0;
    width:204px;
    margin:0 0 30px 0;
    float:right;
    font-size:0.9em;
}
    #downloads div
    {
        background:url(/images/bg_right_btm.gif) no-repeat bottom left;
        padding:0 0 9px 0;
        width:204px;
    }
        #downloads div h3
        {
            border-left:1px solid #CBD1E3;
            color:#002C61;
            padding:0 0 0 20px;
            margin:0;
            text-transform:lowercase;
            font-size:1.1em;
        }
        #downloads div ul
        {
            border-left:1px solid #CBD1E3;
            padding:5px 0 15px;
            margin:0;
            width:203px;
            list-style-type:none;
        }
            #downloads div ul li
            {
                
                line-height:1em;
                font-size:1em;
                background:url(/images/bullet_downloads.gif) no-repeat 20px 6px;
                padding:3px 0 3px 30px;
            }
                #downloads div ul li a
                {
                    color:#8493B7;
                    padding:0 0 0 0;
                    text-decoration:none;
                    text-transform:lowercase;
                    display:block;
                }
                     #downloads div ul li a span{font-weight:bold;}
                     
                #downloads.solutions ul li a:hover{color:#F47E1E;}
                #downloads.markets ul li a:hover{color:#8B77B5;}
                
/**********************************************************************************
=Events
**********************************************************************************/

.booking
{
    padding:20px 0;
    border-top:2px dashed #C3CCDF;
    margin-top:20px;
}
    .booking h4{margin:0 0 10px 0;font-size:1em;}
    
    .booking th{width:80px;}
    .booking td{padding:2px 0;}
    
#dvDirections
{
    background:#EEEEEE;
    border:1px solid #C0C0C0;
    width:610px;
    margin:5px 0;
    padding:5px;
}

#dvDirections label
{
    display:block;
    color:#000000;
}

#dvDirections input
{
    float:left;
    margin-top:2px;
}

#dvDirections input.i580{margin-right:5px;width:580px;}

#tblApply td
{
    vertical-align:top;
    padding:2px 0;
}

    #tblApply td table, #tblApply td table td
    {
        padding:0;
        margin:0;
    }
    
#logos
{
    text-align:center;
    padding:20px 0 0 0;
}
    #logos img
    {
        margin:0 10px 10px;
    }
    
a.hide_link
{
    text-decoration: none;
    color: inherit;   
}   