﻿html, body
{
    background: #8ba2c4 url(../Images/Shell/body-bg.jpg) repeat-x 0 -20px;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
}

body
{
    padding-top: 22px;
}

strong, b 
{
    font-weight:bold !important;
}

em
{
   font-style:italic !important;
}

strong em, em strong {
	font-weight:bold !important;
	font-style:italic !important;
}

a, a:link, a:visited
{
	color: #3b5998;
}
a:hover {
	color: #b70000;
}

#container-outer 
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#container-inner
{
    width: 960px;
}

#hd, #bd
{
    clear: both;
    position: relative;
    width: 960px;
}

#hd
{
    height: 170px;
    background: transparent url(../Images/Shell/hd-bg.jpg) no-repeat 0 0;
}

#hd #hd-join-form
{
    position: absolute;
    top: 22px;
    left: 565px;
}

#hd #hd-join-form input
{
    background: #fff url(../Images/Home/join-input-bg.png) repeat-x bottom left;
    border: 1px solid #9faec6;
    height: 17px;
    padding: 2px;
	margin-top: 2px;
    vertical-align: middle;
}

label.watermark 
{
	font-size: 85%;
	color: #666;
	padding-top: 2px;
}


#hd #hd-soc
{
    width: 128;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 23px;
}

#hd #hd-soc a.middle
{
    padding: 0 3px;
}

#hd #hd-home-link
{
    width: 350px;
    height: 150px;
    top: 10px;
    left: 10px;
    display: block;
    position: absolute;
    outline: none;
}

#hd-nav
{
	position: absolute;
	bottom: 0;
	left: 13px;
	height: 54px;
	width: 925px;
	display: none;
}


#hd-nav li
{
	float: left;
	display: block;
	height: 54px;
}


#hd-nav li a
{
	display: block;
	height: 54px;
	background: transparent url(../Images/Shell/hd-nav-bg.png) no-repeat 0 0;
	text-indent: -9000em;
	outline: none;
}


#hd-nav li.nav-home{ width: 122px; }

#hd-nav li.nav-about { width: 116px; }
#hd-nav li.nav-about a { background-position: -122px 0; }

#hd-nav li.nav-agenda { width: 135px; }
#hd-nav li.nav-agenda a { background-position: -238px 0; }

#hd-nav li.nav-news { width: 113px; }
#hd-nav li.nav-news a { background-position: -373px 0; }

#hd-nav li.nav-video { width: 106px; }
#hd-nav li.nav-video a { background-position: -486px 0; }

#hd-nav li.nav-buttons{ width: 305px; float: right; text-align: right; height: 48px; padding-top: 6px; }
#hd-nav li.nav-buttons a { background-image: none; text-indent: 0; display: inline; height: 36px; padding: 0 4px;  }


#hd-nav li.nav-home a:hover { background-position: 0px -54px; }
#hd-nav li.nav-about a:hover { background-position: -122px -54px; }
#hd-nav li.nav-agenda a:hover { background-position: -238px -54px; }
#hd-nav li.nav-news a:hover { background-position: -373px -54px; }
#hd-nav li.nav-video a:hover { background-position: -486px -54px; }








#bd
{
    background: transparent url(../Images/Shell/bd-bg.png) repeat-y 0 0;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

#bd.full
{
	background-image: url(../Images/Shell/bd-full-bg.png);
}

#main-content
{
    float: left;
    width: 575px;
    margin-left: 10px;
    padding-left: 20px;
    padding-top: 25px;
}

#bd.full #main-content
{
	width: auto;
	margin-right: 10px;
	padding-right: 20px;
}

#main-content h1
{
    margin-bottom: 15px;
}

#main-content p, #main-content ul, #main-content ol
{
    margin-bottom: 1em;
    font-size: 108%;
}

#main-content ul, #main-content ol
{
   margin-left: 40px;
}

#main-content ul li
{
   list-style-type:disc;
}

#main-content ol li
{
   list-style-type:decimal;
}

#contextual-content
{
    float: right;
    width: 299px;
    margin-right: 10px;
    padding: 15px;
}



/* ACTION BOXES */

.action-box
{
    width: 298px;
    height: 260px;
    margin-bottom: 10px;
    position: relative;
}

.action-box h2
{
	margin-bottom: 15px;
}

.action-box.connect
{
    background: #fff url(../Images/action-box-connect-bg.png) no-repeat 0 0;
}

.action-box.connect .facebook
{
    position: absolute;
    left: 27px;
    top: 60px;
    height: 79px;
}

.action-box.connect .service-buttons
{
        padding: 0px;
        position: absolute;
        bottom: 18px;
        left: 18px;
}

.action-box.connect .service-buttons a
{
        width: 132px;
        height: 95px;
        float: left;
}



.action-box.your-ideas
{
    background: #fff url(../Images/action-box-your-ideas-bg.jpg) no-repeat 0 0;
}

.action-box.your-ideas a
{
    display: block;
    height: 100%;
    width: 100%;
}



.action-box.about
{
    background: #fff url(../Images/action-box-about-bg.jpg) no-repeat 0 0;
}

.action-box.about a
{
    display: block;
    height: 100%;
    width: 100%;
}


.action-box.videos .featured-video
{
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;	
}

.action-box.videos .featured-video a
{
	font-size: 108%;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}

.action-box.videos .alternate-video
{
	padding: 0 5px;
}

.action-box.videos .alternate-video a.video-link
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 85%;	
}


.action-box.news p
{
	margin-bottom: 1em;
}






#ft
{
    color: #fff;
    font-size: 77%;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 20px;
    text-transform: uppercase;
    background: #8ba2c4 url(../Images/Shell/ft-bg.png) no-repeat 0 0;
    clear: both;
	overflow: hidden;
    width: 900px;
}

#bd.full + #ft
{
	background-image: url(../Images/Shell/ft-full-bg.png);
}

#ft-disclaimer
{
    float: left;
}

#ft-links
{
    float: right;
}

#ft-links a, #ft-links a:active, #ft-links a:visited
{
    color: #fff;
}





/* SOCIAL MEDIA TAB BOX */
.tab-box
{
	height: 100%;
	background-color: #fff;
}

.tab-box ul
{
	height: 40px;
	width: 298px;
	overflow: hidden;
}

.tab-box ul li
{
	width: 148px;
	height: 40px;
	float: left;
	background-color: #fff;
	cursor: pointer;
}

.tab-box > ul > li:first-child
{
	padding-left: 2px;
}


.tab-box ul li.current
{
	background-color: #fff;
}

.tab-content
{
	background-color: #fff;
	height: 375px;
	padding: 5px 5px 5px 5px;
	display: none;
}

.tab-content.current
{
	display: block;
}


/* VIDEO PAGE */

.media-archive
{
	margin-top: 20px;
}

.media-archive ul 
{
	margin-left: 0 !important;
}

.media-archive ul li
{
	float:left;
	height:120px;
	margin-bottom:15px;
	margin-right:23px;
	vertical-align:middle;
	width:120px;
	list-style-type:none !important;
}

.media-archive ul li img
{
	clear: both;
	/*
	height: 60px;
	width: 80px;
	*/
}

.media-archive ul li p
{
	font-weight: bold;
	color: #3b5998;
	font-size: 85% !important;	
	cursor: pointer !important;
}

.media-archive ul li p:hover
{
	color: #b70000;
}

.media-archive
{
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 85%;	
}

h2#video-title
{
	font-size: 138%;
	font-weight: bold;
}

p#video-description
{
	margin-bottom: 10px;
}

#video-tools {
	background-color:#FBFBFC;
	border-bottom:1px solid #E7EAED;
	font-size:85%;
	overflow:hidden;
	padding:10px;
	vertical-align:top;
	width: 550px;
}

#video-tools input {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#616161;
	padding:2px;
	width:495px;
}



/* AGENDA */

.agenda-plan
{
	margin-bottom: 30px;
}

.agenda-plan h2
{
	font-size: 118%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 150%;
}

.agenda-plan p
{
	font-size: 93% !important;
	line-height: 150%;
	margin-bottom: 0 !important;
}

p.agenda-intro
{
	margin-bottom: 30px !important;
	line-height: 150%;
}

.agenda-features
{
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.agenda-features .agenda-plan
{
	width: 170px;
	float: left;
	margin-bottom: 20px;
}

.agenda-features .agenda-plan h2
{
	font-size: 138.5%;
}

.agenda-features .agenda-plan.even
{
	margin: 0 30px;
}



/* SOCIAL BOX TWITTER */
#twitter_stream
{
	padding-top: 10px;
}

#twitter_results
{
	padding-top: 10px;
}

#twitter_results .tweet_result
{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#twitter_results .tweet_result img
{
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	float: left;
}