﻿

/* MAIN SHEETS */
@import "reset.css";
@import "common.css";
@import "navigation.css";
/* MODULES */

/*  ADD INTO pages/calendar/events

<asp:Content ID="Content2" ContentPlaceHolderID="cphHead" runat="server">
    <link id="Link1" rel="stylesheet" runat="server" type="text/css" href="/css/events.css" media="screen,print,projection" />    
</asp:Content>
*/

/* GENERIC SHEETS */
@import "form.css";
@import "widgets.css";
@import "share.css";
@import "quicklinks.css";
@import "jcarouselTheme.css";

/** DELETE ALL THIS **/

.jqmWindow_top { display: none; }

/** STOP DELETING **/


#rightCol, #centreCol, #leftCol { min-height: 550px; }


/** LAYOUT **/
	
	html
	{
	    }
	
	body 
	{        
        background: url(/images/backgrounds/siteBkg.jpg) center top no-repeat, url(/images/backgrounds/siteBkg_rpt.png) center bottom repeat-y;        
        padding:0;
        position:relative;
        
	}
	
	#outerWrapper {
	    float: none;
	    width: 970px;
	    margin:0 auto;
	    font-size: 1.1em;
	}
	
    #wrapper {
        width:970px;
        max-width:970px;
        min-width:770px;
        position: relative;
        padding-top:20px;
    }
    
    div { float: left; }
    
    #header {
        width: 100%;
        display: block;
        margin: 10px 0 0;
    }
    #header a.logo { float: left; }
    #header div { float: right; text-align: right; width: 400px; }
    #header div p.contactUs 
    {
        color: #2E0053; font-size: 14px; 
        display: block;  padding-left:15px; background-image:url(/images/shd/email.png); float:right;
        background-repeat:no-repeat; padding-bottom:10px; clear:both; background-position:0 1px;
    }
    #header .contactUsPhone
    {
        float:right; padding-left:15px; background-image:url(/images/shd/phone.png); background-position:0 1px;
         font-size: 14px; background-repeat:no-repeat; padding-bottom:0px; clear:both;
    }
    
    #header div a.quoteBtn { clear: both; float: right; margin-right: 0; }
    
    #pageContentTop { width: 100%; margin-top: 5px; margin-bottom: 5px; }
    #pageContentBottom { width: 100%;}
    
    #pageContentTop #leftColumn { background: #7474CB url(../images/backgrounds/blue.gif) top left repeat-x; }
    
    #leftColumn { width: 710px; margin-right: 0px; color: #fff; }
    #leftColumn #paddedContent { padding: 9px; width:692px;}
    #leftColumn h1 { width: 100%; float: left; }
    
    #innerHeaderImage { float: right; }
    #innerHeaderImage img { background: #8383d6; float: left; margin-left: 11px; display: inline; }
    
    #rightColumn { width: 255px; float:left; margin-left:5px; }
    
    #content {
		padding: 15px;
    } 
    
    #leftColumn div.content { width: 100%; }
    
    #footer {
		width:100%;
        clear:both;
        position: relative;    
    }
    
    #footerMain{ width:710px; background-image:url(/images/backgrounds/footer.png); 
        background-position:0 0; background-repeat:no-repeat; 
        border-bottom:1px solid #ccc; background-color:#DEDEDE;
        padding-top:8px; margin-right:5px;
        position: relative;  
        }
        
    #footerSecondary{ width:255px; padding-top:8px; margin-top: 9px; bottom:0; right:0; position: absolute;}
        
    #footerInner{padding:10px;}
    
    #footerShare
    { 
        width: 255px;
        float: left;
        padding-top: 8px;
    }
    #footerShare span
    { 
        float: left;
        margin-left: 5px;
        color: #666;
    }
    .logos 
    {
        margin-top: 12px;
    }
    
    
    #legal { margin: 15px 0px; color: #AFB0BC; clear: both; width: 970px; text-align:center; }
    #legal p { padding-bottom: 0.4em; }
    #legal a { color:#AFB0BC; text-decoration:underline; }
    #legal a:visited { color:#AFB0BC; text-decoration:underline; }
        
/****** STANDARD BOX MODEL **/        

	div { display:block; }
	
/****** HEADER ******/
	
    
/****** FOOTER ******/
	#imageSwapper img { float: left; }
	#imageSwapper img.subImage1, #imageSwapper img.subImage2  { cursor: pointer; }
	#imageSwapper img.subImage1 { margin-right: 5px; }
	#imageSwapper .mainImage { margin-bottom: 5px; }
	

	
	
	
	
/****** SCROLLABLE *****/
/* SCROLLABLE CONTROLS */
#scrollableControls { position: absolute; top: 29px; right: 11px; }

#scrollableControls a { cursor: pointer; display: block; height: 0px; overflow: hidden; padding-top: 14px; float: left; margin-left: 6px; }

#scrollableControls a#scrollPrev { background: url(../images/conferences/prev.gif) no-repeat 0 -29px; width: 7px; }
#scrollableControls a#scrollNext { background: url(../images/conferences/next.gif) no-repeat 0 -29px; width: 7px; }

body #wrapper #scrollableControls a.disabled { background-position: 0 0; }

#scrollableControls div#navi a { background: url(../images/conferences/page.gif) no-repeat; width: 12px; }
#scrollableControls div#navi a.active { background: url(../images/conferences/activePage.gif) no-repeat; width: 12px; }

/* CSS REQUIRED FOR SCROLLABLE */

div.scrollable { 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
    width: 692px; 
    height: 150px; 
} 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
	
#pageContentTop .otherItemsLister ul { 
    margin-top: 0;
    list-style-type: none;
    margin: 0;
}

#pageContentTop .otherItemsLister ul li { 
    list-style-type: none;
    margin-bottom: 6px;
    line-height: 1.1em;
    margin-left: 0px;
}

#pageContentTop .otherItemsLister ul li a { 
    text-decoration: none;
    font-weight: bold;
}

#viewOptions { width: 692px; background: #fff; padding: 5px 9px 15px; }

#pageContentTop .otherItemsLister { margin-top: 9px; }
#pageContentTop .otherItemsLister h2 { font-size: 16px; }
#pageContentTop .otherItemsLister ul { margin-top: 0px; }


#countryListPage .listerContainer {
    width: 692px;
    margin-top: 9px;
}

#countryListPage .countryBox { 
    background: #8383d6 none repeat scroll 0 0; float:left; margin-bottom:9px; width:341px;
    margin-right: 9px; position: relative; clear: both; display: inline;
}

#countryListPage .right { 
    clear: none;
}


#leftColumn #countryListPage .countryBox h2 { width: 245px; padding-bottom: 0; }

#countryListPage .countryBox ul { clear: both; display: inline; width: 100%; }

#countryListPage .countryBox img { 
    float: left; margin-right: 9px;
}

#countryListPage .countryBox .inner { 
    float: right; width: 254px;  padding: 9px 0 21px;
}


#countryListPage .countryBox .inner a { text-decoration: none; }
#countryListPage .countryBox .inner a:hover { text-decoration: none; }

#countryListPage .right { 
    margin-right: 0;    
}

#countryListPage a.viewThisLink, #countryListPage a.viewThisLink:hover  { 
    text-decoration: none; font-size: 12px; position: absolute; font-weight: bold; 
    right: 9px; bottom: 9px; }
    
    

.searchResultsIn { width: 100%; clear: both; }
.searchResult { width: 100%; clear: both; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }    
.searchResult .viewPage { float: right; }


#rightColumn .otherItemsLister {
    background:#7474CB url(../images/backgrounds/blue.gif) repeat-x scroll left top;
    margin: 0;
    padding: 9px;
    width: 237px;
    color: #fff;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

#pageContentTop #rightColumn .otherItemsLister li {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    float: left;
}

#rightColumn .otherItemsLister a {
    color: #fff;
    float: left;
}

#rightColumn .otherItemsLister img {
    margin-right: 9px; 
    width: 52px;
    height: 43px;
    display: block;
    float: left;
}

#rightColumn .otherItemsLister span {
    width: 176px;
    display: block;
    float: left;
}

#pageContentTop .otherItemsLister ul li a span.viewThis { font-weight: normal; margin-top:4px; }

#pageContentTop .otherItemsLister ul li a:hover span.viewThis { text-decoration: underline; }
