/****************************************************************
  global setting
****************************************************************/
body {
    background: #f8f8f1;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
}

a, a:visited {
    color: #b6153c;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #b6153c;
    text-decoration: underline;
	cursor: pointer;
}

p {
    font-size: 12px;
    line-height: 18px;
}

button {
    border: none;
}

.clear { clear:both; }

/****************************************************************
  header
****************************************************************/

/*** banner ****************************************************/
#insightHomeLink { 
	background: transparent url(../images/insight-logo-overlay.gif) no-repeat 20px 18px;
	width: 130px; 
	height: 125px; 
	padding: 0; 
	margin: 0;
	float:left;
	
}
.insightHeaderLinks { 
	background: transparent;
	width: 250px;
	height: 75px; 
	padding: 65px 0 0 0; 
	margin: 0 0 0 10px;
	float:left;
}
.insightHeaderLinks p {position:absolute; top:75px;}
.insightHeaderLinks p:first-child {top:55px}
.insightHeaderLinks p {
	font-size: 13px;
}

#socialNetworkLinks { 
	position: absolute;
	top: 105px;
	left: 140px;
}
#socialNetworkLinks a { color: #000; font-weight: bold; margin-right: 10px; }
#socialNetworkLinks a.twitter { background: url(../images/social/twitter.jpg) top left no-repeat; padding-left: 27px; }
#socialNetworkLinks a.facebook { background: url(../images/social/facebook.jpg) top left no-repeat; padding-left: 19px; }
#socialNetworkLinks a.subscribe { background: url(../images/social/envelope.jpg) top left no-repeat; padding-left: 26px; }

#wrapper {
    background: transparent url(../images/banner.jpg) repeat-x center 34px;
    margin: 0px auto;
	padding-top: 34px;
    z-index:0;
    width:100%;
}

#banner {
    background: transparent/* url(../images/banner_d.jpg) no-repeat top center*/;
    text-align:left;
    color: #a7a7a1;
	float:left;
	padding: 30px 0 0 90px;
	width: 500px;
}

#banner a{
    color: #b35269;
    text-decoration: none;
}
#banner a:hover{
    text-decoration: underline;
}
#banner a:link, #banner a:visited, #banner a:active {
    color: #b35269;
}


#banner p, #banner form {
 }

#banner form#search {
	float: right; height: auto; width: auto;
}

#banner form {
}
#banner #search * {
	margin-top: 40px;
    vertical-align: middle;
}

#q {
    border: 1px solid #fff;
	height:15px;
    line-height: 22px;
    margin-right: 5px;
    padding: 4px 2px 4px 0; /* 0 2 0 0 */
    width: 202px;
}
	
	
p#popular_searches {
    font-size: 13px;
	padding-top: 2px;
	clear:right;
	float: right;
	width: 290px;
}
p#popular_searches strong {
    color: #b35269;
    font-weight:bold;
}

.button_25 {
    height: 24px;
    cursor: pointer;
}

#search_button {
    width: 78px;
    background: transparent url(../images/btn_search.gif) no-repeat top left;
}

#search_button:hover {
    background: transparent url(../images/btn_search.gif) no-repeat bottom left;
    cursor: pointer;
}

/*** container ********************************************************/
#container {
    width: 988px;
    /*background-color: #FFFFFF;*/
	background: white url(../images/banner_d.jpg) no-repeat 0 0;
    margin: 0px auto;
	position: relative;
}

#print { 
	background: #fff;
}
#print #wrapper { 
	background: none;
	width: 644px;	 
}
#print #printbanner {
	width: 644px;	 
   height: 110px;
   background: transparent url(../images/print_header.jpg) no-repeat top center;
   text-align:left;
   color: #622d16;
}
#print #container {
    width: 644px;
    background-color: #FFFFFF;
    margin: 0px auto;
}
#print #overview_container {
    border: none;
    width: 624px;
}

#print .gotop { 
	border: none;
}

/*** menu ***/
/*** tab menu ********************************************************/
#menu {
    margin: 0;
    padding: 0;
    height: 42px;
	width: 100%;
    text-align: left;
    overflow: hidden;
	background: transparent url(../images/bg-menu-pixel.gif) 0px 41px repeat-x;
}

#tab_menu {
    float:left;
    line-height:normal;
	height: 42px;
	width: 644px;
}
#tab_menu ul {
    margin:0;
    padding:0;
    list-style:none;
	height: 42px;
}
#tab_menu li {
    float:left;
    height: 41px;
}
#tab_menu .heads {
    font-size: 12px;
    font-weight:normal;
    display:block;
	margin-left: -16px;
}

#tab_menu a.tab_item {
    float: left;
    display: block;
    background: transparent url(../images/bg-main-menu.gif) no-repeat scroll top left;
    color: #595954;
	font-size: 13px;
	font-weight: bold;
    height: 41px;
	margin-right: 5px;
    text-decoration: none;
	display: inline;
}

#tab_menu span.box{
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px 7px 25px;
}

#tab_menu a.home span.box{
    font-size: 13px;
    line-height:16px;
    padding: 13px 13px 13px 13px;
	background: transparent;
}

#tab_menu a.fixed span.box{
    width: 110px;
}

#tab_menu a:hover.tab_item {
    background: transparent url(../images/bg-main-menu.gif) no-repeat scroll bottom left;
	color: #ffffff;
    outline: none;
}

#tab_menu a.home {
    background: transparent url(../images/bg-main-menu.gif) no-repeat scroll top right;
}

#tab_menu a:hover.home {
    background: transparent url(../images/bg-main-menu.gif) no-repeat scroll bottom right;
}

#tab_menu a.tab_item#current, #tab_menu a:hover.tab_item#current {
	background: white;
	height: 41px;
	border: solid 1px #e2e2dd;
	color: black;
}

#tab_menu a.tab_item#current span.box{
    background: transparent url(../images/bg-main-menu-decal.gif) no-repeat scroll 10px 20px;
}

#tab_menu a.home#current span.box{
    background: transparent;
}


/*** top menu ***********************************************/
.top_menu{
    float:right;
	width: 325px;
}

.top_menu ul{
    margin:0;
    padding:0;
    list-style:none;
}
.top_menu li{
    float:left;
    height: 42px;
}

.top_menu a.menu_item_r{
    float: left;
    display:block;
    text-decoration: none;
    height: 42px;
}

.top_menu span.menu_item_l{
    display: block;
    color: #3c3c3c;
    padding: 20px 38px 0px 38px;
    font-size: 13px;
    line-height:15px;
}

#offstate {
    float: none;
    padding-left: 130px;
    padding-right:0px;
}

/****************************************************************
  content
****************************************************************/
#content {
    clear:both;
    padding: 10px 14px 0 15px;
    text-align:left;
	border-left: 1px solid #e2e2dd;
	border-right: 1px solid #e2e2dd;
	border-bottom: 1px solid #e2e2dd;
	overflow: hidden;
	width: 957px;
}

#left_panel{
    width: 644px;
    float:left;
    background-color:#FFF;
}

#right_panel{
    float:right;
    background-color:#FFF;
}

/*** shoutout ********************************************************/
#shoutout {
    width: 630px;
	margin-top: 20px;
    /*height: 91px;*/
   /* background: transparent url(../images/bg-shoutout.jpg) no-repeat top left;*/
}

#shoutout .shoutout_text {
/*padding-bottom: 10px;*/
}

#shoutout .content{
    padding: 0;
    color: #424242;
    font-size: 12px;
    line-height: 16px;
}

#shoutout .title{
    font-size:20px;
    color:#ce1f49;
    padding-bottom:8px;
}

/*** shoutout2 *****************************************************/
#shoutout2 {
    background: transparent url(../images/bg-shoutout2.jpg) no-repeat bottom right;
    width: 255px;
    margin-top: 15px;
    color: #424242;
    font-size: 12px;
    padding: 16px 30px 70px 15px;
}

#shoutout2 .title{
    font-size:20px;
    color:#ce1f49;
    padding-bottom:10px;
}

#shoutout2 .content{
    line-height: 16px;
}

/*** sub_stories ***************************************************/
#sub_stories { 
    margin: 0;
    padding: 0;
    width: 645px;
    margin-top:14px;
}

#sub_stories .header{
    background: #60605a;
    height: 32px;
	width: 100%;
	overflow: hidden;
}

#sub_stories .header .title{
	float: left;
}

#sub_stories .header .title a{
	color: #fefefe;
	font-size: 20px;
	line-height: 32px;
	margin-left: 10px;
}
.story_box_menu{
    line-height:normal;
    float:right;
	height: 32px;
}

.story_box_menu ul{
    margin:0;
    padding:0;
    list-style:none;
}
.story_box_menu li{
    float:left;
	padding-left: 15px;
	padding-right: 20px;
	background: transparent url(../images/bg-storybox-decal.gif) no-repeat left 10px;
}
.story_box_menu a, .story_box_menu a:visited, .story_box_menu a:link{
    display:block;
    text-decoration: none;
    margin-top:5px;
	line-height: 24px;
	color: #ffffff;
}

.story_box_menu a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#sub_stories .pic{
    float:left;
    position:relative;
    margin:1px 0 15px 0;
    padding:0;
}

a.piclink {
	background:transparent url(../images/ico-play-overlay.png) no-repeat top left;
	display:block;
	height:27px;
	position:absolute;
	top: 150px;
	left: 96px;
	width: 67px;
	z-index: 1;
}

.speechbox_container {
    background: transparent url(../images/speechbox.jpg) no-repeat bottom right;
    padding-top: 10px;
    padding-left: 14px;
    height: 129px;
}

table.text{
    height:94px; 
}

.vbottom{
    vertical-align: bottom; 
}

div.speech{
    background: transparent url(../images/dq.gif) no-repeat top left;
    padding: 0 28px 0 24px;
    color: #241a1b;

    font-size: 12px;
    line-height: 18px;
}

#sub_stories .message{
    width: 360px;
    float:right;
}

#sub_stories .controller .comment{
    float: left;
    font-size:11px;
    padding-left: 68px;
}
#sub_stories .controller .commentor{
    color: #7a7a76;
	font-weight: bold;
    font-size:11px;
    padding-bottom:4px;
}

#sub_stories .comment a{
    font-size:11px;
	color: #db4110;
}

#sub_stories div.button_container{
	margin-top: 20px;
    float:right;
}

#sub_stories a.button{
    display:block;
    width:155px;
    height:25px;
    background: transparent url(../images/btn-join.gif) left top no-repeat;
}



/*** about insight ***/
#about_insight {
    /*
	background: transparent url("../contents/about_insight2.jpg") no-repeat 0px 30px;
    width: 300px;
    height: 260px;
    text-align:left;
	margin-top: 20px;
	*/
	background: transparent url("../contents/Insight_composite.jpg") no-repeat 0px 70px;
    width: 300px;
    height: 346px;
    text-align:left;
	margin-top: 20px;
}

#about_insight .title{
    font-size:20px;
    color:#000;
    padding-left:20px;
}
#about_insight .message{
    color:#5b5b5b;
    font-size: 12px;
    line-height: 18px;
    padding:10px 20px 0 20px;
}
#about_insight .links{
    padding-top:6px;
    padding-left:20px;
    line-height: 18px;
	color: #ff4773;
}

#about_insight .links li {
	margin-left: 15px;
	list-style-type: square;
}

/*** get involved **********************************************/
#get_involved {
    width:299px;
    height:302px;
    padding-top: 12px;
	padding-bottom: 10px;
	background: transparent url(/insight/web/images/get_involved_dv.gif) no-repeat 20px bottom;
}

#get_involved .title{
    font-size:20px; 
    color:#000000;
    padding-left:14px;
    padding-bottom: 18px;
}

#get_involved .item{
    color:#241a1b;
    font-size:13px;
    padding-left:14px;
    line-height: 17px;
}

#get_involved a.link{
    font-size:12px;
    padding-left: 17px;
}

#get_involved .divider{
   margin: 10px 0 10px 20px; 
}

.icon_idea{
    background:url("../images/icons/idea.gif") no-repeat 0px -2px;
}

.icon_join {
    background:url("../images/icons/join.gif") no-repeat center left;
}
.icon_tick{
    background:url("../images/icons/tick.gif") no-repeat center left;
}
.icon_feedback{
    background:url("../images/icons/feedback.gif") no-repeat -1px 0px;
}

/****************************************************************
  footer
****************************************************************/
#footer-container {
	width: 100%;
	margin-top: 30px;
	border-top: 3px solid #ccccc5;
	background-color: #fff;
	overflow: hidden;
}

#footer-content {
	text-align: center;
	margin: 10px auto;
	width: 945px;
}

#footer {
    background: transparent url(../images/sbslogo_footer.jpg) no-repeat scroll 0pt 20px;
    background-color: #FFF;
    text-align:left;
    height:200px;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}
#sbs_online_links {
    float: left;
    margin-top: 120px;
}

#footer_links {
    float: right;
    background: transparent url(../images/divider_gray.gif) no-repeat scroll 0pt 14px;
}

#footer_links li, #sbs_online_links li {
    background: transparent url(../images/bullet_arrow_grey.gif) no-repeat scroll 0pt 50%;
    padding-left: 10px;
    line-height: 16px;
}

#sbs_online_links h3 {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    margin: 0pt 0pt 5px;
}

#footer_links h3 {
    color: #972017;
    font-size: 11px;
    font-weight: bold;
    margin: 0pt 0pt 10px;
}

#twg_links_set, #services_link_set, #sm_link_set {
    background: transparent url(/web/images/footer_links_dots.gif) repeat-x scroll 0pt 25px;
    float: left;
    width: 164px;
}



#sm_link_set ul li {
    background: transparent url(../images/bullet_arrow_grey.gif) no-repeat scroll 0pt 50%;
    padding-left: 10px;
    float: left;
    width: 155px;
}

#copyright {
    font-size: 11px;
    margin: 20px 0pt 0pt;
}

#bottom {
    width: 988px;
    text-align:left;
    padding-bottom:4px;
}

#copyright {
    padding:0 0 4px 0px;
}
/****************************************************************
  advertisement
****************************************************************/
/*** ad_container ***/
#ad_container1{
    clear:both;
    width: 299px;
    margin: 16px 0 16px 0;
}

#ad_container2{
    clear:both;
    margin-top: 20px;
	text-align: center;
}
.ad_text {
	font: 10px Arial;
	font-weight: bold;
	color: #999;
	text-align: right;
	padding:0;
	margin-top:2px;
}

