#html, body{
margin: 0;
padding: 0;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color #333;
line-height: 16px;
}

h1{
font-size: 16px;
border-bottom: 1px solid #ccc;
padding: 0 0 14px 18px;
margin: 0;
background: transparent url(../images/icons/star.gif) no-repeat 2px 2px;
}

h2{
font-size: 14px;
padding: 0 0 6px 0;
margin: 20px 0 0 0;
color: #3b5998;
}

h3{
font-size: 12px;
padding: 0;
margin: 0;
}

a{
outline: none;
color: #3b5998;
}

.right{
float: right;
}

.left{
float: left;
}

.clear{
clear: both;
}

#container{
width: 100%;
}

#page{
width: 960px;
margin: 0 auto;
}

#header{
background: #3b5998;
width: 960px;
height: 32px;
padding: 0;
}

#masthead{
width: 460px;
float: left;
font-size: 20px;
font-family: Georgia, Times, serif;
margin: 8px 0 0 8px;
}

#masthead a{
color: #fff;
text-decoration: none;
}

/* ######### Main Navigation ######### */

#navcontainer{
float: right;
}

.chromestyle{
width: 460px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 8px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 6px 7px 9px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #5c75aa;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3b5998; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 4px 6px;
text-decoration: none;
color: #3b5998;
font-family: Arial;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6d84b4;
color: #fff;
border-top: 1px solid #617aad;
border-bottom: 1px solid #3b5998;
}


/* ######### Slideshow and other goodies ######### */

#slickbox{
width: 960px;
height: 300px;
background: #edeff4;
}

a#slick-toggle{
padding: 4px 8px 4px 20px;
background: #d8dfea url(../images/icons/comment.gif) no-repeat 5px 5px;
float: right;
color: #3b5998;
font-weight: bold;
text-decoration: none;
margin: 6px 6px 0 0;
}

a:hover#slick-toggle{
padding: 4px 8px;
padding: 4px 8px 4px 20px;
background: #627aad url(../images/icons/comment.gif) no-repeat 5px 5px;
float: right;
color: #fff;
font-weight: bold;
text-decoration: none;
margin: 6px 6px 0 0;
}

#countdowncontainer{
margin: 6px 0 0 0;
font-weight: bold;
float: right;
padding: 4px 8px 4px 23px;
background: transparent url(../images/icons/calendar.gif) no-repeat 5px 5px;
}

#forward img{
margin: 4px 4px 0 4px;
border: 0;
border-bottom: 1px solid #d5d7dc;
}

#section-name{
background: #edeff4;
display: block;
height: 30px;
width: 960px;
}

#mc{
margin: 10px 0 0 0;
}

/* ######### Content ######### */

.content{
width: 640px;
float: left;
margin: 0 30px 0 0;
min-height: 400px;
}

.homepage{
background: #231f20;
}

.fullspread{
width: 920px;
}

.home-splash{
float: right;
margin: 40px 40px 40px 0;
display: block;
}

.content strong{
color: #555;
}

.fullspread strong{
color: #000;
}

.wide{
width: 680px;
}

.column{
width: 440px;
}

.sidebar{
width: 300px;
float: right;
}

.slim{
width: 250px;
}


/* ######### Style for Agenda Grid ######### */


.white{
color: #fff;
font-weight: bold;
}


.black{
color: 000;
font-weight: bold;
}


.border-right { 
border-right:1px dotted #999; 
} 

.border-bottom { 
border-bottom:1px solid #999; 
} 


.sidebar h3{
font-size: 12px;
display: block;
border-bottom: 1px solid #ccc;
padding: 0 0 6px 0;
margin: 0;
}



.register-green{
background: #69a64d url(../images/buttons/register-line.gif) repeat-x top left;
width: 120px;
padding: 4px 6px;
font-size: 12px;
border-left: 1px solid #3b6e23;
border-right: 1px solid #3c6e23;
border-bottom: 1px solid #2c5a15;
border-top: 1px solid #3b6e22;
text-align: center;
font-weight: bold;
margin: 20px auto;
}

.register-green a{
color: #fff;
text-decoration: none;
}

.options-btn{
background: #eee url(../images/buttons/options-bg.gif) repeat-x top left;
width: 120px;
padding: 4px 6px;
font-size: 12px;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #888;
border-top: 1px solid #999;
text-align: center;
font-weight: bold;
margin: 20px 8px 8px 0;
}

.options-btn a{
color: #333;
text-decoration: none;
}

.brochure-thumb{
margin: 10px 0 0 14px;
}

#footer{
display: block;
margin: 20px 0;
border-top: 1px solid #ccc;
padding: 6px;
color: #777;
}

#footer a{
color: #3b5998;
text-decoration: none;
}

.bullet{
color: #aaa;
}


/* ######### Misc ######### */

.button-bg{
width: 344px;
height: 286px;
background: #231f20 url(../images/buttons-bg.gif) no-repeat;
margin: 70px 0 0 70px;
}

.register-big{
border: 0;
margin: 26px 0 0 24px;
}

.or{
display: block;
margin: 18px 0 0 120px;
}

.learn-more-home{
margin: 6px 0 0 105px;
border: 0;
}


.plus-icon{
float: right;
}

.back2grid a{
background: #fff url(../images/icons/table.png) no-repeat 852px 0;
padding: 0 0 0 20px;
text-align: right;
display: block;
width: 960px;
margin: 10px 0 30px 0;
font-weight: bold;
text-decoration: none;
}

ul li.connect-item{
margin-right: 4px;
}




.tweet img{
float: left;
margin: 0 8px 0 0;
}

.tweet ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.tweet li{
margin: 30px 8px 30px 0;
line-height: 17px;
font-size: 11px;
}






/* ######### Hide Dropdown Items ######### 

.dropmenudiv .twitter-dd, .dropmenudiv .partners{
display: none;
}

*/
