/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0;
	
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #333333; /*def: #333333*/
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	
	background:  url(images/bckg002.jpg);
	background-repeat: repeat;
}

body {	
	text-align:left;
	min-width:960px; /* for mozilla, def: 776*/
	background-color: #333333; /*def: #333333, #cbe8fa*/
	height:100%;

	/*background:  url(images/1px_gradient_blue.jpg) repeat-x left top; */

}

/*main content heading (main headings)*/
h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px; /*28px if bullet is there*/
	padding-bottom: 2px; /*to separate the bottom a bit*/
	line-height: 24px; /*def: 24px*/
	position: relative;
	z-index: 999;
}


h3 {

}

/*used for list headings etc*/
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px; /*28px if bullet is there*/
	padding-bottom: 2px; /*to separate the bottom a bit*/
	line-height: 16px; /*def: 24px*/
}

/* main content paragraph, center*/
p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0;
	text-decoration: none;
	text-align: left;
}

p, div  {
	margin-top:0px;
}/*clear top margin for mozilla*/


/*links in main text*/
a {
 	color: #0055cc;
	text-decoration: none; /*to turn off underlining*/
}

a:hover {
   	color: #992200;
}


ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

/*images -- put a border around them*/
img {
	border:solid;
	border-width: 1px;
}

/*end left*/











#wrapper {
	/*background:  url(images/foot_4x82.jpg) repeat-x left bottom;*/
	_height: 82px; /*def: 82px */
	/*width:970px;*/
}

/*outer div - contains all content, but is only 960px wide, centered*/
#outer{
	height:99.9%; /*def: 99.9%*/
	min-height:100%;
	width:960px; /*def: 776px*/
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	/*background:  url(images/inner_vr_776x1.jpg) repeat-y left top; */ 
		/*inner background image - main content - w/ side lines*/
	
}

/* mac hide */
* html #outer, * html #header {
	width:960px; /*def: 776px*/
	}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

/*
html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} */ /*safari wrapper */

/* inner contains 'left' and 'right' areas, but not the footer*/
/*wider than the content area...*/
#inner { 
	width:100%;
	padding-top:332px; /*how far down the content starts def: 332*/
/*prev: 332px, 180px -- make room for header here*/
	/*needed to make room for header. (how far down the content starts) def: 143px*/
	/*background-color: #cbe8fa;*/
} 
















/*-----HEADER AND LOGO ----*/
#header{
	position:absolute;
	top:0px; /*def: 0, 0*/
	left:0px;
	width:960px; /*def: 960*/
	height:300px; /* previous: 300*/
	z-index:65;
	background:  url(images/header1.jpg) no-repeat left top;
	background-position:12px 0px; /*previously: 40, 0*/
}

#header_clickable {
	position:absolute;
	width:960px;
	height:225px;
	z-index:60;
	text-indent: -5000px; /*hide title text, yet allow search engines to read it*/
	
}
/*-----END HEADER-------*/











/*------MENUs---------*/
/*main menu*/
#ajaxmenu{
	position:absolute;
	top:242px; /* how far down from top the menu appears. def: 110px; also: 245px*/
	padding-left: 105px;
	width:860px; /*def: 776 */
	height:75px; /*def:  */
	z-index:65;
	background:  url(images/bg_grey_960x75.png) no-repeat left top; /*no-repeat left top*/
}


/*smaller menu on top*/
#secondarymenu {
	position: absolute;
	top:0px; /*315*/
	left: 15px; /*12px*/
	z-index: 100;
}
/*------END MENUs--------*/









/*main page: left,center,right -- vedran 11/27/2009*/

/*main content - wrapper for the three columns*/
#main_content {
	position:relative;
	margin:0;
	margin-top: -25px; /*bring it up a bit , -15*/
	margin-left:10px; /*previously: 10px */
	margin-right:10px;
	padding:0px; /*previously: 10px*/
	padding-bottom: 60px; /*space from the bottom. previously: 100px*/
	background-color: #ffffff;
	border:solid;
	border-color: #666666;
	border-width: 4px;
}

/*use this to give left and right padding to individual pages:*/
.padding_10px {
	padding-left:10px;
	padding-right: 10px;
}

#left_column {
	position:relative;
	top:0px; /*prev: -10px*/
	left:-10px;
	float:left;
	width:270px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:280px; /* actual value */
	margin:0 0 -10px 0;
	padding:20px;
	padding-left: 25px;
	background:transparent;
	z-index:100;
}

#center_column {
	position:relative;
	padding:20px;
	padding-left: 325px;/* to separate it from the left (not to go over left column)*/
	width: 300px;
}

#center_column_wide {
	position:relative;
	padding:10px;
	padding-left: 325px;/* to separate it from the left (not to go over left column)*/
	width: 500px;
}

#right_column {
	position:relative;
	top:-12px; /*prev: -10px*/
	right:-10px;
	float:right;
	width:260px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:50;
}

/*end left, center, right for 3-column layout*/

/*for two-column, where left or right column is larger (x2)*/
#left_column_large {
	position:relative;
	top:0px; /*prev: -10px*/
	left:-10px;
	float:left;
	width:580px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:580px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	padding-right:20px;
	background:transparent;
	z-index:100;
}

#right_column_large {
	position:relative;
	top:0px; /*prev: use -10px to separate from the top a bit*/
	right:0px; /*use -10 pixels to indent a bit on the left side*/
	float:right;
	width:540px;  /* for IE5/WIN */
	width:540px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	padding-right: 40px;
}

#left_column_align_right {
	position:relative;
	top:0px; /*prev: -10px*/
	left:-10px;
	text-align:right;
	float:left;
	width:270px;  /* for IE5/WIN */
	width:280px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	padding-right:0px;
}






/*right column text styling:*/

#right_column p {
	color:#ffffff;
}

#right_column a { /*set the link for news*/
	color: #ffff88; /*formerly: ffff88*/
	text-decoration: none; /*to turn off underlining*/	
}

#right_column a:hover {
	color: #77ccff; /*formerly 77ccff (light blue)*/
}



/*use this default styling when there is no 
 background on a new div, to override the right column styling*/
#right_column_normal p {
	color:#000000;
}

#right_column_normal a {
	color:#0055cc;
}

#right_column_normal a:hover {
	color: #992200;
}






/*misc*/

/*use clear_all to start new columns etc / to separate columns etc (clear current columns)*/
#clear_all {
	width:100%;
	height:1px;
	clear:both;
} /* to clear floating elements*/

#clear_left {
	width:100%;
	height:1px;
	clear:left;
}

#clear_right {
	width:100%;
	height:1px;
	clear:right;
} 


#note_text { /*use this to the bottom of video player, to give instructions to viewer*/
	padding-left:20px;
	padding:5px;
	padding-top: 0px;
	color: #550000;
	background-color: #ffff22;
	border:solid;
	border-width: 1px;
}


.highlighted1 { /*used to highlight 'hard cover'*/
	background-color: #ffff33;
	padding:20px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-bottom:10px;
	border:solid;
	border-width:1px;
	border-bottom:none;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	/* color: #618200; */
	font-weight: bold;
	line-height: 18px;
}

.announcement1 {
	/*background-color: #ffffcc;*/
	padding-top: 12px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:17px;
	margin-top: -10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffaa33; /*ffff44*/
	border:solid;
	border-width: 1px;
}

.announcement2 {
	padding-top: 12px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:17px;
	margin-top: -10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	background-color: #66ff22; /*ffff44*/
	border:solid;
	border-width: 1px;
}

.announcement3 { /*used to highlight 'hard cover'*/
	background-color: #ffff33;
	padding-top: 12px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:17px;
	margin-top: -10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border:solid;
	border-width: 1px;
}

.bold_text {
	font-weight: bold;
}

.line_above {
	border:solid;
	border-left: none;
	border-bottom: none;
	border-right:none;
	border-width: 1px;
}

.larger_top_margin {
	margin-top: 15px;
}

.very_large_top_margin {
	margin-top: 30px;
	border-top: solid;
	border-width: 1px;
}

.smaller_top_margin {
	margin-top: -8px;
}

.align_right {
	text-align: right;
}

.smaller_bottom_margin { /*use this to get paragraphs close to text below*/
	margin-bottom:5px;
}

.padding15px {
	padding:15px;
}

.noborder {
	border: none;
}

.border1 {
	border-style: solid;
	border-width: 1px;
}

#beseen_page {
	background-color: gray;
	padding-left: 10px;
	padding-right: 10px;
	/*background: url(../../images/be_seen/bg_beseen.jpg);*/
}

#videos_page {
	background-color: gray;
	padding-left: 10px;
	padding-right: 10px;
}

/*the big video on the video page - positioning*/
#video_video_page {
	padding-top: 40px;
	padding-bottom: 20px;
}


#video_front_page {

}



.larger_left_padding1 {
	padding-left: 40px;
}

.larger_left_and_right_padding {
	padding-left: 33px;
	padding-right: 40px;
	background-color:#ffffff;
}

/*networking links: facebook etc*/
#networking_links {
	padding: 20px;
	padding-left: 30px;
}

.networking_links_item { /*for individual links items*/
	margin-bottom: 10px;
}

#networking_links img { /*override the img border*/
	border: none;
}

#featured_program { /*currently on top page */
	background-color: #ffa340;	/*ff6666*/
	border-style: dashed;
	border-color: #000000;
	border-width: 1px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left:20px;
	padding-right: 25px;
}

#featured_program h3 {

}




/*control how the news items appear*/
#news {
	margin-top: 0px; 
	margin-bottom: 0px;
	font: 12px arial, sans-serif; /*font in the sidebar - news, etc*/
	color: #ffffff; /*formerly: ffffff */
	/*background-color: #333333;*/
	padding-top:65px; /*how far down are the news..*/
	padding-left:30px;
	padding-right:35px;
	padding-bottom:20px;
}

#news p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#news a { /*set the link for news*/
	color: #ffff88; /*formerly: ffff88*/
	text-decoration: none; /*to turn off underlining*/
	
}

#news a:hover {
	color: #77ccff; /*formerly 77ccff (light blue)*/
}

/*news heading*/
#news h2 {
	margin:0;
	padding:0;
	font-weight: normal;
	margin-bottom: 20px;
	/*to bring the paragraph closer to heading*/
}

#news h3 {
	margin:0;
	padding:0;
	margin-bottom: -15px; /*to bring the paragraph closer to heading*/
}

/*for individual news entries: */
#news_entry {
	padding-bottom: 15px;
	border-top:solid;
	border-color: #dddddd;
	border-width: 1px;
}







/*ROUNDED BOX - FOR RIGHT COLUMN / SIDEBAR: */

/*start rounded box - left*/
#box_rounded_gray {
  width: 290px; /*def: 431px*/
	margin:0;
}

#box_rounded_gray_background  { 
	background: url(images/box_rounded_gray_background.png) repeat-y;
} 

#box_rounded_gray_gradient {  /*gradient, repeating element*/
	background: bottom url(images/box_rounded_gray_gradient.png) repeat-x; /*green_grad_bot.jpg*/
} 
	/* background-lower part*/
#box_rounded_gray_top { 
	background: url(images/box_rounded_gray_top.png) no-repeat; 
	height: 19px; /*green_top.gif*/
} /*top*/
	
#box_rounded_gray_bottom { 
		background: bottom left url(images/box_rounded_gray_bottom.png) no-repeat; 
		height: 18px; 				
} /*bottom*/


/*END BOX ROUNDED - right*/








/*FOOTER*/
#clearfooter {
	width:100%;
	height:10px; /*def: 82px*/
	clear:both;
} /* to clear footer */

#footer {
	width:960px; /*def: 776px; */
	clear:both;
	height:82px; /* def: 82px*/
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	/*background-color: #222222; */	
	background: url(images/bg_grey_960x75.png) repeat-x left top;
}

#footer p {
	color: #ffffff;
}

#footer_column_left {
	position:relative;
	float:left;
	width:270px;  /* for IE5/WIN */
	width:280px; /* actual value */
	padding-top: 10px;
	padding-left: 40px;
}

#footer_column_right {
	position:relative;
	padding-top: 10px;
	padding-left: 345px;/* to separate it from the left (not to go over left column)*/
	width: 300px;
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/
/*------END FOOTER ----------*/














/*MISC left overs*/
.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

