﻿/*
=========================================
Generic tweaks and main container.
=========================================
*/

body{
	color:#000000;
	font-size:14px;
	font-family:Ariel,Sans-Serif;
	background-color:#FFFFFF; 
	background: url(../images/whiteoverlay_sliver.jpg) repeat-x 0 0;
	behavior: url("css/csshover3.htc");
}

h1{  
    padding-top: 1px;
    color:#002e5f;
    font-size:20px; 
} 
     
h2{  
    color:#285687;
    font-size:16px;
}  

h3{  
    color:#6A5E52;
    font-size:14px;
}
h4{
    font-size:12px;
    color:#34333F;
}
a
{
    text-decoration:none;
    color:#01447B;
}
a:hover
{
    text-decoration:underline;
    color:#01447B;
}

#container{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    bottom:100px;
}

strong
{
    font-weight: bold;
}

ol
{
    padding-left: 15px;
    margin-left: 0px;
    list-style-type: decimal;
}

ol li
{
    list-style-type: decimal;
    margin-bottom: 10px;
}


/* Ask the Experts styles */
.ATE_Table
{
	width:500px;
	padding-bottom:20px;
}


.ATE_TableHeader
{
	font-size:16px;
	font-weight:bold;
	text-align: left;
	color: #D75B1F;
}


.ATE_ColumnHeader
{
	font-size:12px;
	font-weight:bold;
}

/*
=========================================
Background and banner customizations.
=========================================
*/

#bg_gradient_sliver{
    position:absolute;
    float:left;
    top:0;
    left:0;
    width:1108px;
    height:852px;
    background: url(../images/bg_gradient_sliver.jpg) repeat-x 0 0;
}
#bg_lcurvecorner{
    position:absolute;
    top:340px;
    left:0;
    width: 239px;
    height:412px;
    background: url(../images/leftcurve.jpg) no-repeat 0 0;
}
#bg_rcurvecorner{
    position:absolute;
    top:340px;
    left:869px;
    width: 239px;
    height:412px;
    background: url(../images/whitecurve.jpg) no-repeat 0 0;
}
#bg_rightoverlay_sliver{
    position:absolute;
    top:0;
    left:1108px;
    right:0px;
    height:834px;
    background: url(../images/whiteoverlay_sliver.jpg) repeat-x 0 0;
}
#banner_main{
    position:absolute;
    top:0;
    left:0;
    width: 1108px;
    height:340px;
    background: url(../images/banner_main.jpg) no-repeat 0 0;
}
#logoclick, #logoclick a
{
    position:absolute;
    top:0px;
    left:0px;
    width:270px;
    height:140px;
    z-index:998;
}


/*
=========================================
Navigation Menu
=========================================
*/

div#nav{
    position:absolute;
    left:230px;
    top:157px;
    text-align:right;
    margin-bottom: 20px;
    width:675px;
    height:30px;
    z-index:999;
}

div#nav ul, li, ol{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

ul.navMenu li{
    float: left;
    font-size:8px;
    text-align:center;
}
    
    ul.navMenu li a{
        width:135px;
        height:30px;
        display:block;
        float:left;
        text-indent:-10000px;
        color:#FFFFFF;
        font-size:12px;
        background-color:#888888;
        text-decoration:none;
        text-align:left;
        
    }

.wideMenus
{
    width:250px !important;
}
#mnu_Event{
	background: url(../images/mnu_Event.jpg) no-repeat 0 0;
}
#mnu_Registration{
	background: url(../images/mnu_Registration.jpg) no-repeat 0 0;
}
#mnu_Education{
	background: url(../images/mnu_Education.jpg) no-repeat 0 0;
}
#mnu_HotelTravel{
	background: url(../images/mnu_HotelTravel.jpg) no-repeat 0 0;
}
#mnu_Network{
	background: url(../images/mnu_Network.jpg) no-repeat 0 0;
}

#mnu_Event:hover{
	width:135px;
	height:33px;
	background: url(../images/mnu_Event_H.jpg) no-repeat 0 0;
}
#mnu_Registration:hover{
	width:135px;
	height:33px;
	background: url(../images/mnu_Registration_H.jpg) no-repeat 0 0;
}
#mnu_Education:hover{
	width:135px;
	height:33px;
	background: url(../images/mnu_Education_H.jpg) no-repeat 0 0;
}
#mnu_HotelTravel:hover{
	width:135px;
	height:33px;
	background: url(../images/mnu_HotelTravel_H.jpg) no-repeat 0 0;
}
#mnu_Network:hover{
	width:135px;
	height:33px;
	background: url(../images/mnu_Network_H.jpg) no-repeat 0 0;
}

/*
=========================================
Navigation Sub Menu
=========================================
*/
#cssdropdown, #cssdropdown ul { list-style: none; }
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
#cssdropdown li.navItem ul {display: none;cursor:pointer;  }
#cssdropdown li.navItem:hover ul { display: block;margin-left:135px;margin-top:30px; }
#cssdropdown li.navItem ul li{
    background-image: none;
    background-color: #2C83E2;
    display:block;
    position:absolute;
    text-align: left;

    border: solid 1px #16d4c8;
    margin-left:-135px;
}

#cssdropdown li.navItem ul li:hover { background-color: #11518F; }

#cssdropdown li.navItem ul li a { color:White;text-indent:0px;text-decoration: none;padding: 7px; }

#cssdropdown li.navItem ul li a:hover {background-color:#ffa10d;}

#cssdropdown a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
#cssdropdown li.navItem ul {background-position: bottom;  }

/*
=========================================
Left Accordian
=========================================
*/
	
#leftAccordian
{
	position:absolute;
	left:8px;
	top:230px;
	width:200px;
	padding:24px 7px 0px 8px;
}

ul.leftBullets
{
   margin-left:10px; 
   padding-left:10px; 
   font-size: 12px;
}

ul.leftNoBullets
{
   list-style-type: none;
   margin-left:10px; 
   padding-left:10px; 
   font-size: 12px;
}

.leftText
{
    font-size: 12px;
}
/*
=========================================
Breadcrumbs
=========================================
*/

#breadcrumbs_top
{
}
#breadcrumbs_top a,#breadcrumbs_top a:visited,#breadcrumbs_top span
{
    color:#FFFFFF;
}

#breadcrumbs_top b
{
    text-decoration:none;
    color:#DDDDDD;
}

/*
=========================================
Main content box and it's borders.
=========================================
*/
#homepageText
{
    width: 650px;
}
#content_main
{

    position:relative;
    min-height:1000px;
    padding-top:230px;
    left:240px;
    width:675px;
    padding-bottom:50px;
}
#content_mainpage
{
    padding-top:187px;
    position:relative;
    left:230px;
    width:750px;
    padding-bottom:50px;
}
#flashBox
{
    position:absolute;
    left:0px;
    height:265px;
    width:669px;
    background: #FFFFFF;
    border: 3px solid #248ff8;
}
#sympHome
{
 margin-top:15px;
}
#contentBracketLeft{
    position:absolute;
    top:221px;
    left:217px;
    width: 13px;
    height:237px;
    background: url(../images/contentBracketLeft_H.jpg) no-repeat 0 0;
}
#contentBracketBottom{
    position:absolute;
    top:458px;
    left:217px;
    width: 698px;
    height: 13px;
    background: url(../images/contentBracketBottom_H.jpg) no-repeat 0 0;
}
#contentBracketRight{
    position:absolute;
    top:188px;
    left:905px;
    width: 10px;
    height: 270px;
    background: url(../images/contentBracketRight.jpg) no-repeat 0 0;
}

div.mainFlashBox{
    display:none;
}

#contentBottom{
 position:absolute;
 bottom:0px;
 height:150px;
 clear:both;
}

.footerDivider{
	display:inline;
	padding:0px 16px 0px 16px;
	font-weight:bold;
}

/*
=========================================
Real Magic? (Footer)
=========================================

Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

/* * {margin:0;padding:0;} */

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */


#copyright
{
    font-size:10px;
}
#pageFooterContent
{
    font-size:12px;
}


html, body, #wrap {height: 100%;}

body > form > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
	border:1px solid #F5F5F5;
	border-width:1px 0 0 0;
	text-align:center;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End of Real Magic */



