@import url("../common.css");

a,
a:link
{
	background: Transparent;
	color: #C00;
}

body
{
	background: #F2F1ED url("images/bg.jpg") center top repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	margin: 1em 0 0.25em 0;
}

h1, h2
{
	font-size: 130%;
	margin: 0 0 1em 0;
}

h3
{
	font-size: 115%;
}

h4, h5, h6
{
	font-size: 105%;
}

hr
{
	background-color: #999;
	border-style: none;
	clear: both;
	color: #999;
	height: 1px;
	width: 100%;
}

ol
{
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
}

p
{
	margin: 0 0 1em 0;
}

ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
}

.actions
{
	clear: both;
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	text-align: right;
}

.actions li
{
	border-style: none;
	display: inline;
	margin: 0 0 0 1em;
	padding: 0;
}

.advertisements
{
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
/*
	background: url("images/title_advertisements.gif") center top no-repeat;
	padding: 15px 0 0 0;
*/
}

.advertisements li
{
	margin: 0 0 1em 0;
	text-align: center;
}

.advertisements li img
{
	border-style: none;
}

.altrow,
.altrow td
{
	background: #EEE;
	color: inherit;
}

.article
{
	overflow: hidden;
	width: 100%;
}

.article .authorPhoto
{
	float: left;
	margin: 0 1em 1em 0;
}

.article .photo
{
	float: right;
	margin: 0 0 1em 1em;
}

.article .photo img
{
	border-style: none;
}

.articleList
{
	list-style-type: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.articleList li
{
	border-bottom: 1px solid #CCC;
	clear: both;
	margin: 0 0 1em 0;
}

.articleList li.separator
{
	border-style: none;
	margin: 0;
	height: 0px;
	overflow: hidden;
}

.articleSummary
{
	overflow: hidden;
	width: 100%;
}

.articleSummary h3,
.articleSummary h4
{
	border-style: none !important;
	font-size: 100%;
	margin: 0;
}

.articleSummary h3 a:hover,
.articleSummary h4 a:hover
{
	text-decoration: underline !important;
}

.articleSummary .photo
{
	display: inline;
	float: left;
	margin: 4px 10px 10px 0;
}

.articleSummary .photo img
{
	border-style: none;
}

.breadcrumb
{
	background: Transparent;
	color: #666;
	font-size: 80%;
	margin: -1em 0 1em 0;
}

.breadcrumb a,
.breadcrumb a:link
{
	background: Transparent;
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.breadcrumb .active
{
	background: Transparent;
	color: #C00;
}

.button,
.button:link
{
	background: #C0BEB7 url("images/btn_lft.jpg") left top no-repeat;
	color: #333;
	display: block;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	padding: 0 0 0 15px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button img
{
	border-style: none;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.button span
{
	background: url("images/btn_rgt.jpg") right top no-repeat;
	cursor: pointer;
	display: block;
	padding: 0 15px 0 0;
}

.button:hover
{
	background-color: #4F0202;
	background-position: left bottom;
	color: #FFF;
}

.button:hover span
{
	background-position: right bottom;
}

.buttonList
{
	line-height: 37px;
	overflow: hidden;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin: 0 0.5em 0 0;
}

.buttonList .default,
.buttonList .default:link
{
	background-color: #4F463D;
	background-image: url("images/btn_default_lft.jpg");
	color: #FFF;
}

.buttonList .default span
{
	background-image: url("images/btn_default_rgt.jpg");
}

.comments
{
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.comments li.comment
{
	border-bottom: 1px solid #999;
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 0 120px;
}

.comments .author
{
	display: inline;
	float: left;
	margin: 0 0 1em -120px;
	width: 102px;
}

.comments .author img
{
	border: 1px solid #000;
	margin: 0 0 0.5em 0;
}

.data td
{
	padding: 4px;
	vertical-align: top;
}

.data td.time
{
	white-space: nowrap;
}

.developer
{
	margin-top: 16px;
	min-height: 30px;
	padding: 0 186px 0 0;
	position: relative;
	width: 100px;
}

.developer img
{
	border-style: none;
	left: 100px;
	position: absolute;
	top: 2px;
}

.disclaimer
{
	font-style: italic;
}

.error
{
	background: Transparent;
	color: #900;
	font-weight: bold;
}

.feature
{
	margin: 0 0 2em 0;
	overflow: hidden;
	padding: 0 0 0 220px;
	width: 360px;
}

.feature h3
{
	border-style: none !important;
	margin-top: 0;
}

.feature h3 a:hover
{
	text-decoration: underline !important;
}

.feature .photo
{
	display: inline;
	float: left;
	margin-left: -220px;
}

.feature .photo img
{
	border-style: none;
}

.feeds,
.feeds ul
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.film
{
	padding: 0 0 0 110px;
}

.film h3
{
	border-style: none !important;
	margin: 0;
}

.film h3 a,
.film h3 a:link
{
	text-decoration: none;
}

.film h3 a:hover
{
	text-decoration: underline;
}

.film .photo
{
	display: inline;
	float: left;
	margin: 0 0 0 -110px;
}

.film .photo img
{
	border: 1px solid #000;
}

.filmList
{
	list-style-type: none;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.gallery
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gallery li
{
	margin: 1em 0;
}

.gallery li img
{
	border: 1px solid #000;
}

.genres
{
	list-style-type: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genres a,
.genres a:link
{
	text-decoration: none;
}

.genres a:hover
{
	text-decoration: underline;
}

.genres li
{
	float: left;
	width: 50%;
}

.instruction
{
	background: Transparent;
	color: #999;
}

.links
{
	list-style-type: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.links li
{
	float: left;
	margin-right: 1em;
}

.links li a,
.links li a:link
{
	text-decoration: none;
}

.links li a:hover
{
	text-decoration: underline;
}

.links li img
{
	border-style: none;
	margin-right: 0.25em;
	vertical-align: middle;
}

.more,
.more:link
{
	background: url("images/icons/arrow2_e.gif") left center no-repeat;
	display: block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

.more:hover
{
	text-decoration: underline;
}

.pager
{
	margin-top:1em;
}

.pager a
{
	background:#d6d6c9;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color:#000000;
	text-decoration:none;
	padding:.25em .75em;
	margin:0 5px;
}

.pager .selected
{
	background:#cc0000;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;

	color:#ffffff;
	
}

.pdf
{
	background: url("../../images/icons/pdf.gif") left center no-repeat;
	display: block;
	line-height: 16px;
	padding-left: 20px;
}

.pdfReader
{
	background: url("http://www.adobe.com/images/shared/download_buttons/get_adobe_reader.png") left top no-repeat;
	clear: left;
	display: block;
	float: left;
	height: 39px;
	margin: 0 0.5em 0.5em 0;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 158px;
}

.photo img
{
	border-style: none;
}

.shareLinks
{
	font-weight: bold;
	line-height: 25px;
	list-style-type: none;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.shareLinks li
{
	float: left;
	margin-right: 1em;
}

.shareLinks li a,
.shareLinks li a:link
{
	padding-left: 20px;
	text-decoration: none;
}

.shareLinks li a:hover
{
	text-decoration: underline;
}

.shareLinks .email
{
	background: url("images/icons/mail.gif") left top no-repeat;
}

.shareLinks .facebookLike
{
    border: 0;
    height: 25px;
    overflow: hidden;
    width: 260px;
}

.shareLinks .forum
{
	background: url("images/icons/comment.gif") left top no-repeat;
}

.shareLinks .rss
{
	background: url("images/icons/rss.gif") left top no-repeat;
}

.shareLinks .share
{
	background: url("images/icons/womanman.gif") left top no-repeat;
}

.sitemap
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sitemap li
{
	float: left;
	font-weight: bold;
	margin: 0 0 1em 0;
	width: 50%;
}

.sitemap li li
{
	float: none;
	font-weight: normal;
	margin: 0;
	width: auto;
}

.sitemap li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2em;
}

.slideshow
{
	height: 380px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 580px;
}

.slideshow li
{
	height: 380px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 580px;
}

.slideshow .overlay
{
	background: Transparent;
	color: #FFF;
	left: 0px;
	padding: 15px 35px;
	position: absolute;
	top: 215px;
	width: 510px;
	z-index: 3;
}

.slideshow .overlay h3
{
	background: Transparent;
	border-style: none !important;
	color: #C00;
	margin: 0;
}

.slideshow .overlay p
{
	margin: 0;
}

.slideshow .overlayShadow
{
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	height: 145px;
	left: 0px;
	opacity: 0.5;
	position: absolute;
	top: 215px;
	width: 580px;
	z-index: 2;
}

.slideshow .photo
{
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.slideshow .watch,
.slideshow .watch:link
{
	background: url("images/btn_watch_now.jpg") left top no-repeat;
	display: block;
	height: 28px;
	margin: 0 0 0.5em -5px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 160px;
}

.sponsor
{
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}

.sponsors
{
	list-style-type: none;
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.sponsors li
{
	clear: left;
	float: left;
	overflow: hidden;
	width: 140px;
}

.sponsors li img
{
	border-style: none;
}

.sponsors li.column2
{
	clear: right;
	float: right;
}

.sponsors li.double
{
	text-align: center;
	width: 100%;
}

.stories
{
	
}

.story
{
	clear: both;
}

.subscribeFooter
{
	font-size:80%;
}

.subscriptions
{
	list-style-type: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.subscriptions li
{
	float: left;
	width: 32.5%;
}

.subscriptions li a,
.subscriptions li a:link
{
	display: block;
	min-height: 24px;
	padding-left: 30px;
	text-decoration: none;
}

.subscriptions li a:hover
{
	text-decoration: underline;
}

.subscriptions .email,
.subscriptions .email:link
{
	background: url("images/icon_email.gif") left top no-repeat;
}

.subscriptions .newsletter,
.subscriptions .newsletter:link
{
	background: url("images/icon_newsletter.gif") left top no-repeat;
}

.subscriptions .rss,
.subscriptions .rss:link
{
	background: url("images/icon_rss.gif") left top no-repeat;
}

.success
{
	background: Transparent url("../../images/icons/success.gif") left top no-repeat;
	color: #090;
	font-weight: bold;
	line-height: 32px;
	padding-left: 40px;
}

.summary
{
	background: url("../../images/icons/error.gif") left top no-repeat;
	line-height: 32px;
	padding-left: 40px;
}

.summary ul
{
	font-weight: normal;
	line-height: normal;
	padding-left: 2em;
}

.tabs
{
	background: url("images/tab_inactive_centre.jpg") left top repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tabs li
{
	background: url("images/tab_divider.gif") left top no-repeat;
	display: inline;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 1px 0 1px;
	white-space: nowrap;
}

.tabs li a,
.tabs li a:link
{
	background: Transparent;
	color: #333;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}

.tabs li a.active,
.tabs li a.active:link
{
	background: #FFF url("images/tab_active_centre.jpg") left top repeat-x;
	color: #C00;
}

.tabs li.first
{
	background-image: none;
}

.tabs li.first a,
.tabs li.first a:link
{
	background-image: url("images/tab_inactive_left.jpg");
}

.tabs li.first a.active,
.tabs li.first a.active:link
{
	background: #FFF url("images/tab_active_left.jpg") left top no-repeat;
	color: #C00;
}

.tabs li.form
{
	background: #8A7F73 url("images/tab_highlight_right.jpg") right top no-repeat;
	color: #FFF;
	float: right;
	height: 29px;
	padding: 0 10px;
	width: 280px;
}

.tabs li.form label
{
	display: none;
}

.tabs li.form table
{
	height: 29px;
}

.tabs li.form .button
{
	background: Transparent;
	border-style: none;
	color: #FFF;
	display: inline;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 0;
}

.tabs li.form .search
{
	background: url("images/icons/search.gif") left center no-repeat;
	margin-left: 10px;
	padding-left: 18px;
}

.tabs li.form .textbox
{
	background: #F3F2F1;
	border: 1px solid #B8B7B6;
	color: #333;
}

.thumbnails
{
	height: 120px;
	list-style-type: none;
	margin: 2px -2px 2em 0;
	overflow: hidden;
	padding: 0;
	width: 582px;
}

.thumbnails li
{
	cursor: pointer;
	float: left;
	height: 120px;
	margin-right: 2px;
	position: relative;
	width: 192px;
}

.thumbnails li a,
.thumbnails li a:link
{
	font-weight: bold;
	text-decoration: none;
}

.thumbnails .overlay
{
	background: Transparent;
	color: #FFF;
	left: 0px;
	line-height: normal;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	top: 80px;
	white-space: nowrap;
	width: 162px;
	z-index: 2;
}

.thumbnails .overlayShadow
{
	background: #000;
	color: #FFF;
	height: 45px;
	left: 0px;
	opacity: 0.5;
	position: absolute;
	top: 75px;
	width: 192px;
	z-index: 1;
}

.timeline
{
    width:980px; 
    background: transparent url(images/nsi-25-moments-footer.jpg) no-repeat left top;
    height: 280px;
    margin: 20px 0 20px -30px;
    overflow:hidden;
}

.timeline h2
{
    margin: 0;
}

.timeline h2 a
{
    display: block;
    height: 47px;
    margin-left: 21px;
    text-indent: -1000em;
    width: 319px;
}

.timeline h3
{
    display:inline;
}

.timeline h3 a
{
    display: block;
    float: left;
    height: 225px;
    text-indent: -1000em;
    width: 200px;
}

.timeline .timeline1980
{
    width:200px;
}

.timeline .timeline1990
{
    width:220px;
}

.timeline .timeline2000
{
    width:240px;
}

.timeline .timeline2010
{
    width:305px;
}


.tooltip1,
.tooltip2
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 158px;
}

.tooltip1 span.btm
{
    background: url("images/bubble_left.png") no-repeat bottom;
	height: 15px;
}

.tooltip1 span.top
{
    background: url("images/bubble_left.png") no-repeat top;
	padding: 30px 8px 0;
}

.tooltip2 span.btm
{
    background: url("images/bubble_right.png") no-repeat bottom;
	height: 15px;
}

.tooltip2 span.top
{
    background: url("images/bubble_right.png") no-repeat top;
	padding: 30px 8px 0;
}

.twitter
{
	background: #EAEAE3 url("images/twitter_mid.gif") left center repeat-y;
	color: inherit;
	margin: 0 0 1em 0;
	overflow: hidden;
	position: relative;
	width: 300px;
}

.twitter h2
{
	background-color: Transparent;
	color: inherit;
	bottom: 16px;
	left: 90px;
	margin: 0;
	position: absolute;
}

.twitter h2 a,
.twitter h2 a:link
{
	display: block;
	height: 40px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 180px;
}

.twitter ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.twitter ul li
{
	border-top: 1px solid #DAD9D2;
	padding: 3px 0;
	position: relative;
	width: 100%;
}

.twitter ul li:first-child
{
	border-top-style: none;
}

.twitterBtm
{
	background: url("images/twitter_btm.gif") left bottom no-repeat;
}

.twitterTop
{
	background: url("images/twitter_top.gif") left top no-repeat;
	padding: 20px;
	padding-bottom: 80px;
}

@media screen
{
	#Container
	{
		background: url("images/bg_page_top.jpg") center top no-repeat;
		font-size: 90%;
		padding: 0 35px;
	}

	#ContainerOuter
	{
		background: #FFF url("images/bg_page_btm.jpg") center top repeat-y;
		color: #333;
		margin: 0 auto;
		text-align: left;
		width: 990px;
	}

	#Content
	{
		float: left;
		line-height: 1.6em;
		width: 580px;
	}

	#Content h1,
	#Content h2
	{
		background: url("images/h_underline.gif") left bottom repeat-x;
		font-family: Arial, Helvetica, Sans-Serif;
		line-height: 23px;
		margin: 0 0 1em 0;
		overflow: hidden;
		width: 100%;
	}

	#Content h3
	{
		border-bottom: 1px solid #9B2714;
		font-family: Arial, Helvetica, Sans-Serif;
	}

	#Content h3 a,
	#Content h3 a:link
	{
		text-decoration: none;
	}

	#Content h1 a,
	#Content h2 a,
	#Content h1 a:link,
	#Content h2 a:link
	{
		background: Transparent;
		color: #333;
		text-decoration: none;
	}

	#Content h1 strong,
	#Content h2 strong
	{
		background: #9A2713 url("images/h_rounded.gif") left top no-repeat;
		color: #FFF;
		float: left;
		height: 23px;
		margin: 0 5px 0 0;
		padding: 0 10px 2px 10px;
	}

	#ContentContainer
	{
		overflow: hidden;
		padding: 20px 0;
		width: 100%;
	}

	#Footer
	{
		background: #DCDBD0 url("images/footer_bg.gif") left top repeat-x;
		border-top: 6px solid #9B8E81;
		color: #333;
		font-size: 80%;
		margin: 0 -30px;
		overflow: hidden;
		padding: 0 30px 20px 30px;
		width: 920px;
	}

	#Footer a,
	#Footer a:link
	{
		text-decoration: none;
	}

	#Footer a:hover
	{
		text-decoration: underline;
	}

	#Footer h2
	{
		background: url("images/logo_nsi_footer.gif") left top no-repeat;
		height: 58px;
		margin: 0 0 1em 0;
		overflow: hidden;
		text-indent: -1000em;
		width: 100%;
	}

	#Footer h3
	{
		background-position: 0px 0px;
		background-repeat: no-repeat;
		font-size: 120%;
		line-height: 16px;
		margin: 0 0 0.25em 0;
		padding: 0 0 0 22px;
	}

	#Footer h3.feedback
	{
		background-image: url("images/icons/comment.gif");
	}

	#Footer h3.links
	{
		background-image: url("images/icons/star.gif");
	}

	#Footer h3.mynsi
	{
		background-image: url("images/icon_mynsi.gif");
	}

	#Footer h3.sponsorship
	{
		background-image: url("images/icons/bigsmile.gif");
	}

	#Footer h3.training
	{
		background-image: url("images/icons/womanman.gif");
	}

	#Footer hr
	{
		clear: both;
	}

	#Footer ul
	{
		border-top: 1px solid #FFF;
		list-style-type: none;
		margin: 0 -30px;
		overflow: hidden;
		padding: 20px 30px;
		width: 920px;
	}

	#Footer ul li
	{
		float: left;
		margin: 0 0 1em 0;
		padding: 0 20px 0 0;
		width: 152px;
	}

	#Footer ul li p
	{
		padding-left: 22px;
	}

	#Footer ul li.about
	{
		padding: 0 30px 0 0;
		width: 202px;
	}

	#Footer ul li.about p
	{
		padding: 0;
	}

	#Footer ul ul
	{
		border-style: none;
		margin: 0;
		padding: 0 0 0 22px;
		width: auto;
	}

	#Footer ul ul li
	{
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}

	#Footer .partners
	{
		background: none;
		float: right;
		padding: 0 0 0 130px;
		width: 530px;
	}
	
	#Footer .social
	{
	    line-height: 32px;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	
	#Footer .social li
	{
	    display: inline;
	    float: left;
	    margin: 0 4px 0 0;
	}
	
	#Footer .social li a
	{
	    background: url("images/social_icons_32.png") no-repeat 0px 0px;
	    display: block;
	    height: 32px;
	    overflow: hidden;
	    text-decoration: none;
	    text-indent: -1000em;
	    width: 32px;
	}

	#Footer .social li a.facebook { background-position:   0px 0px; }
	#Footer .social li a.rss      { background-position: -64px 0px; }
	#Footer .social li a.twitter  { background-position: -96px 0px; }
	#Footer .social li a.youtube  { background-position: -32px 0px; }

	#Header
	{
		background: transparent url(images/nsi-25-header.jpg) no-repeat scroll 260px 0;
		position: relative;
		width: 100%;
		z-index: 100;
	}

	#Header h1
	{
		font-size: 150%;
		line-height: 1.2em;
		margin: 0;
		padding-top: 14px;
	}

	#Header h1 a
	{
		background: transparent url(images/nsi-25-logo.png) no-repeat scroll -30px -10px;
		display: block;
		height: 130px;
		overflow: hidden;
		text-decoration: none;
		text-indent: -1000em;
		width: 260px;
	}
	
	#Header h1 a.normal,
	#Header h1 a.normal:link
	{
		background: Transparent;
		display: inline;
		height: auto;
		overflow: visible;
		text-indent: 0;
		width: auto;
	}
	
	#Header .beta
	{
		display:none;
	}

	#Header .intro
	{
		font-size: 100%;
		font-weight: normal;
		left: 311px;
		position: absolute;
		top: 109px;
		width: 460px;
	}
	
	#Header .social
	{
	    line-height: 24px;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 5px;
	    top: 10px;
	    width: 112px;
	}
	
	#Header .social li
	{
	    display: inline;
	    float: left;
	    margin: 0 0 0 4px;
	}
	
	#Header .social li a
	{
	    background: url("images/social_icons_24.png") no-repeat 0px 0px;
	    display: block;
	    height: 24px;
	    overflow: hidden;
	    text-decoration: none;
	    text-indent: -1000em;
	    width: 24px;
	}

	#Header .social li a.facebook { background-position:   0px 0px; }
	#Header .social li a.rss      { background-position: -48px 0px; }
	#Header .social li a.twitter  { background-position: -72px 0px; }
	#Header .social li a.youtube  { background-position: -24px 0px; }

	#Header .tabs
	{
		margin-bottom: 31px;
		overflow: visible;
		position: relative;
	}

	#Header .tabs ul
	{
		background: #FFF url("images/menu_bg.jpg") left top no-repeat;
		color: #333;
		font-family: Arial, Helvetica, Sans-Serif;
		font-weight: normal;
		height: 31px;
		left: 0px;
		line-height: 31px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 29px;
		width: 100%;
	}

	#Header .tabs ul li
	{
		background-image: none;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#Header .tabs ul li a,
	#Header .tabs ul li a:link
	#Header .tabs ul li.first a,
	#Header .tabs ul li.first a:link,
	#Header .tabs ul li.first a.active,
	#Header .tabs ul li.first a.active:link
	{
		background: Transparent;
		color: #333;
		padding: 0 15px;
	}

	#Header .tabs ul li a:hover
	{
		color: #C00;
	}

	#Header .tabs ul li a.active,
	#Header .tabs ul li a.active:link
	{
		font-weight: bold !important;
	}

	#Header .tabs ul li.hover ul
	{
		visibility: visible;
	}

	#Header .tabs ul ul
	{
		background: #FFF;
		border: 1px solid #D6D6C9;
		border-top-style: none;
		height: auto;
		left: -1px;
		padding: 0;
		top: 31px;
		visibility: hidden;
		width: auto;
	}

	#Header .tabs ul ul li
	{
		border-top: 1px solid #D6D6C9;
		clear: both;
	}
	
	#Header .tabs .connect-with-facebook
	{
		background: url("http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_white_medium_short.gif") left top no-repeat;
		display: block;
		height: 21px;
		margin-top: 4px;
		overflow: hidden;
		text-decoration: none;
		text-indent: -1000em;
		width: 89px;
	}

	#Header .tabs .my-nsi
	{
		background: url("images/icon_mynsi.png") left center no-repeat;
		padding-left: 18px;
	}
	
	#Header .tabs .news,
	#Header .tabs .subscribe,
	#Header .tabs .updates
	{
		background: url("images/icon_rss.png") left center no-repeat;
		padding-left: 18px;
	}

	#Header .textbox
	{
		padding: 2px 2px 1px 2px;
		width: 195px;
	}

	#HeaderSponsors,
	#HeaderSponsors:link
	{
		cursor: pointer;
		display: block;
		height: 67px;
		position: absolute;
		right: 5px;
		text-decoration: none;
		top: 52px;
		width: 140px;
	}
	
	#HeaderSponsorsText
	{
		background: Transparent;
		color: #666;
		display: block;
		font-size: 90%;
		position: absolute;
		text-align: right;
		top: 54px;
		width: 100%;
		z-index: 10000;
	}

	#Sidebar
	{
		float: right;
		width: 300px;
	}

	#Sidebar a,
	#Sidebar a:link
	{
		text-decoration: none;
	}

	#Sidebar a:hover
	{
		text-decoration: underline;
	}

	#Sidebar h1,
	#Sidebar h2
	{
		background: #D6D6C9;
		color: #333;
		font-family: Arial, Helvetica, Sans-Serif;
		line-height: 23px;
		margin: 0 0 1em 0;
		overflow: hidden;
		width: 100%;
	}

	#Sidebar h1 strong,
	#Sidebar h2 strong
	{
		background: #9A2713 url("images/h_rounded.gif") left top no-repeat;
		color: #FFF;
		float: left;
		height: 23px;
		margin: 0 5px 0 0;
		padding: 0 10px 2px 10px;
	}

	#Sidebar .links li
	{
		margin: 0;
		width: 50%;
	}

	#Sidebar .slideshow
	{
		display: block;
		height: 60px;
		margin: 0 80px;
		padding: 0 0 1em 0;
		position: relative;
		width: 140px;
	}
	
	#Sidebar .slideshow li
	{
		height: 60px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 140px;
	}
	
	#Sidebar .slideshow li img
	{
		border-style: none;
	}

	#Sidebar .twitter h2
	{
		background-color: Transparent;
		color: inherit;
		margin: 0;
		padding: 0;
	}
}

@media print
{
	body
	{
		text-align: left;
	}
	
	#Footer,
	#Header,
	#Sidebar
	{
		display: none;
	}
}
