﻿@charset "UTF-8";

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y:scroll; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gest0altung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: url("images/bg_001.png") repeat-x top left; padding:10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align:center; }
  .page_margins { text-align:left; margin:0 auto; }

  /* (en) Layout:width, background, borders */
  /* (de) Layout:Breite, Hintergrund, Rahmen */
  .page_margins { min-width:740px; max-width:970px; }
  .page { padding:0px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color:#000;
    background:transparent;
    padding:30px;	
  }
  #header{ padding: 0; padding-top: 30px;}	
  #logo{
	background: url('images/nacac_logo.png') no-repeat top left;
  }
  
  #logo_full{
	padding:30px 0 0 160px;
  }
  
  #secondary_navigation{
	text-align: right; 
	color: #fff; 
	padding:30px 20px 20px 0;
	font-family: Tahoma, Sans-Serif; 
	text-transform: uppercase;
	font-size: 90%; font-weight: bold;
   }
   
   #secondary_navigation a{
	color: #fff;
   }
   
 #secondary_navigation a:hover{
	color: yellow;
	text-decoration: none;
   }

  #topnav { color:#fff; background:transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */

  #nav{height: 40px; z-index:20}
  #nav ul { margin-left:20px; }

  #main { padding:0px; }

  #footer {
    color:#666;
    background:#f9f9f9;
    padding:10px 20px;
    border-top:0px #efefef solid;
    line-height:1.5em;
    width: 930px;
    margin-left: 0px;
  }


/* Custom SubColumns */
  .c45l, .c55l {float:left; }
  .c45r, .c55r {float:right; margin-left:-5px; }

  .c45l, .c45r { width:45%; }
  .c55l, .c55r { width:55%; }
  
  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width:25%; }
  #col1_content { padding:0px; }
  

  #col2 { width:25%; background:url('images/bg_002.png') repeat-x;}
  #col2_content { padding:10px 20px 10px 10px; background: transparent;}

  #col3 { margin:0 25%; }
  #col3_content { padding:0px; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color:#999; font-weight:normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color:transparent; }

  #footer a { color:#999; background:transparent; font-weight:bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color:#4D87C7; background-color:transparent; text-decoration:underline; }

#footerNav.hlist{
 color: #2f475d;
 float: none;
 height: 30px;
 display: block;
 background: none;
 padding-top: 0px;
 border: 0;
}
#footerNav.hlist ul{
	margin-top: 0px;
	padding-top: 0px;
	border: 0px;
	border-top: 0px solid #ccc;
}
#footerNav.hlist ul li {
	border: 0;
	border-left: 1px solid #ccc;
}
#footerNav.hlist ul li a,
#footerNav.hlist ul li strong {
	font-size: 80%;
	color: #2f475d;
  }
#footerNav.hlist ul li a span {
	font-size: 98%;
	color: #5f7284;
	font-family: Tahoma, Arial, Sans-Serif;
	text-transform: uppercase;
}
#footerNav.hlist ul li a:focus,
#footerNav.hlist ul li a:hover,
#footerNav.hlist ul li a:active  { background:none; color:#2f475d; text-decoration:none; }
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
	color:#fff; 
	background:#333; 
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
  }
  
  /* Search */
  #topSearch{
	width: 178px;
	background: url('images/search_input_bg.png') no-repeat;
	height: 32px;
		
  }
  
  #topSearch p.fields input{
	border: medium none;
	width: 130px;
	background: none transparent scroll repeat 0% 0%;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	font-weight: bold;
  }
  
  #topSearch p.fields button{
	border: medium none;
	background: url('images/search_btn.jpg') no-repeat;
	height: 21px;
	cursor: pointer;
	
  }
  
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url('images/main_section_bg_blue.png') no-repeat top right;
 _background-image:url('images/main_section_bg_blue.png');
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 /* overflow:auto; note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}  

/* Navigation menu*/

#navMenu.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

#navMenu.dialog .content,
#navMenu.dialog .t,
#navMenu.dialog .b,
#navMenu.dialog .b div {
 background: transparent url('images/main_section_bg_blue.png') no-repeat top right;  
 /*_background-image:url(dialog2-blue.gif);*/
}

#navMenu.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}


#navMenu .hlist{
 color: #fff;
 float: none;
 height: 50px;
 display: block;
 background: none;
 padding-top: 10px;
 border-bottom: 0px;
 border-top:0px;
}

#navMenu .hlist ul{
	border: 0px;
}
#navMenu.hlist ul li {
	border: 0;
	background: url("images/menu_divider_bg.png") no-repeat top left;
}
#navMenu .hlist ul li a,
#navMenu .hlist ul li strong {
	font-size: 120%;
	color: #fff;
  }
#navMenu .hlist ul li a span {
	font-size: 96%;
	color: #fff;
	font-family: Tahoma, Arial, Sans-Serif;
	text-transform: uppercase;
}
#navMenu .hlist ul li a:focus,
#navMenu .hlist ul li a:hover,
#navMenu .hlist ul li a:active  { background:none; color:#fff; text-decoration:none; }
  
/* TABS */

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	/*background: url(images/blue.png) no-repeat -420px 0;*/
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}



/* Featured Content */

.dialog.featured_dialog {
 max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
}

.dialog.featured_dialog .content,
.dialog.featured_dialog .t,
.dialog.featured_dialog .b,
.dialog.featured_dialog .b div {

}

#featured{ 
    padding-top: 10px;
	width:600px; 
	padding-right:360px; 
	position:relative; 
	border:0px solid #ccc; 
	height:320px; 
	background:transparent;
}

#featured ul.tabs{ 
	position:absolute; 
	top:10px; 
	left:620px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:370px; 
	border: 0;
}
#featured ul.tabs li{ 
	padding:1px 0; 
	padding-left:13px;  
	padding-right: 10px;
	font-size:12px; 
	color:#666; 
	background: url('images/main_news_left_bg.png') no-repeat left top;
}
#featured ul.tabs li img{ 
	float:left;
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.tabs li span{ 
	font-size:11px; 
	font-family:Verdana; 
	line-height:14px; 
	padding-top: 4px;
	padding-right: 20px;

}
#featured ul.tabs a { 
	text-align:left;	
	width: 300px;	

}

#featured li.tabs-nav-item a{ 
	display:block; 
	color:#333;  
	/*background:none; */
	line-height:16px;
		
}
#featured li.tabs-nav-item a:hover{ 
	/*background:#f2f2f2; */
}
#featured li.tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.tabs-nav li.tabs-selected a{ 
	background:#ccc; 
}
#featured .pane{ 
	width:610px;
	height:320px; 
	background:transparent;
	position:relative;
}
#featured .pane .info{ 
	position:absolute; 
	top:220px;
	left:0; 
	height:70px; 
	width: 600px;
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; 
	font-family:Georgia, serif; 
	color:#fff; 
	padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana;
	 font-size:11px; 
	line-height:15px;
	 color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .tabs-hide{ 
	display:none; 
}

#featured p.date{ 
	text-decoration: none;
	background: url("images/item_icon.png") no-repeat bottom right;
}

#featured p.date span{ 
	text-decoration: none !important;
	
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/* Media Scorller */

/* Media Scroller Tabs */
#mediaScroller ul.tabs { 
	border-bottom: 0px solid #666;
}

#mediaScroller ul.tabs a { 
	background: url(images/tabs_bgs_sprite.png) no-repeat -422px 0; 
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
}


#mediaScroller ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#mediaScroller ul.tabs a:hover {
	background-position: -423px -35px;	 
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#mediaScroller ul.tabs a.current, #mediaScroller ul.tabs a.current:hover, #mediaScroller ul.tabs li.current a {
	background-position: -423px -35px;		
	cursor:default !important; 
	color:#000 !important;
}
#mediaScroller .scrollable {
	/* required settings */
	width: 550px;
	height:110px;
	/* custom decorations */
	border:0px solid #ccc;

}

#mediaScroller .panes{
	border: 0px solid #fff;
	height: 120px;
	background: url('images/bg_007.png');
}

/* single scrollable item */
#mediaScroller .scrollable img {
	margin:10px 2px 20px 2px;
	background: none;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:134px;
	height:92px;

}

#mediaScroller a.browse {
	background:url(images/arrows.png) no-repeat;
	width:21px;
	height:22px;
	float:left;
	margin:40px 2px;
	cursor:pointer;
	font-size:1px;
}
/* right */
#mediaScroller a.left{ background-position: 0 -23px; clear:right; margin-right: 1px;}
#mediaScroller a.left:hover{ background-position:-19px -23px; }
#mediaScroller a.left:active 	{ background-position:-38px -23px; } 


/* left */
#mediaScroller a.right				{ margin-left: 2px; } 
#mediaScroller a.right:hover  		{ background-position:-19px 0; }
#mediaScroller a.right:active  	{ background-position:-38px 0; }



/* Main Content */
#mainContent{
	background: url('images/bg_008.gif') repeat;
	margin: 12px 35px 10px 0;
}

#mainContent .c55r{
	padding-bottom: 20px;
}

.feature_item_main{
	padding: 10px  2px 0 2px;
}
.feature_item_main img{
	padding-bottom: 5px;
}
.feature_item_main h2 a, .feature_items ul li h2 a{
   margin-top  : 14px;
	padding: 3px 0 ;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000;
	font-weight: bold;
	font-size: 70%;
	line-height: 16px;
}
.feature_item_main p, .feature_items ul li p{
	padding: 0 3px;
	
	font-family: Tahoma, Arial, Sans-Serif;
	color: #474748;
	font-weight: normal;
	font-size: 100%;
}

.feature_items{
	margin-top: 34px;
}

.feature_items ul{
	list-style: none;
	margin:0 20px;
	
}
.feature_items ul li{
	border-top: 1px solid #6b8d9b;
	padding-top: 8px;
	padding-right: 30px
}

a.button {
    /* Sliding right image */
    background: transparent url('images/buttons_sprite_left.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url('images/buttons_sprite_right.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 15px;
	margin-right: 2px;
} 
a.button:hover span{
	text-decoration:underline;
}

.feature_items ul li h2 a{
	font-size: 55%;
}

h2 a.button{margin-left: 2px; width: 112px; font-size: 60%; color: #fff; text-transform: uppercase; font-weight: bold;}

div.more{
	padding-right: 20px;
	margin-top: 20px;
}

div.more a.button{
    /* Sliding right image */
    background: transparent url('images/button_01_right.png') no-repeat scroll top right; 
    padding-right: 25px;
    text-transform: lowercase;
}
div.more a.button span {
	/* Background left image */ 
	background: transparent url('images/button_01_left.png') no-repeat; 
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 10px 5px 15px;	
}
div.more a.button:hover{
  color: Yellow;
  text-decoration: none;
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#333 url(/img/global/gradient/h300.png) 0 0;*/
	width: 336px;
	border:0px solid #333;	
	/*-background:#666;*/
}

/* accordion header */
#accordion h2 {
	background: url('images/tab01_not_selected.png');
	margin:0;
	padding:18px 15px 24px 15px;
	font-weight:bold;
	border:0px solid #fff;
	border-bottom:0px solid #ddd;
	cursor:pointer;		
	color: #fff;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 130%;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background: url('images/tab01_selected.png');	
	/*background-color:#fff;*/
}

/* accordion pane */
#accordion div.pane {
	border:0px solid #fff;
	border-width:0 0px;
	display:none;
	height:350px;
	padding:15px;
	color:#fff;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordion .pane .more{
	padding-right: 0;
}

table.events{
	border: 0px;
}

a.event_title{ color: #000; font-family: Tahoma, Arial, Sans-Serif; }

table.events tbody td{border: 0;}

table.events tbody tr:hover th[scope="row"],
table.events tbody tr:hover tbody th.sub { background:none; }
table.events tbody tr:hover td { background:none; }

table.events tbody tr {background: url('images/cal_btn.png') no-repeat;}
table.events tbody tr.event_odd {background: none;}

/* Search */
#searchBox{
	background: url('images/search_input_bg.png') no-repeat right top;
	margin-top: -18px;
	width: 230px;
	height: 33px;
	float: right;
}

#searchBoxInner{
	padding: 2px;
}

#searchBox INPUT[type='text']{
	border: medium none;
	background: transparent;
	margin: 5px 0 0 5px;
	width: 130px;
	float: left;
	color: #29435a;
	font-size: 130%;
	font-weight: bold;
	
}

#searchBox INPUT[type='image']{
	margin-top: -3px;
	float:left;
	cursor: pointer;
	margin-right: 0px;
}

#searchSection span{

}

/* Miscellaneous */
span.rss{
	height: 20px;
	padding-right: 20px;
	background: url('images/rss_icon.png') no-repeat right top;
}

ul.AspNet-siteMap{
	 margin:15px 10px 10px 0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    clear: both;
}
ul.AspNet-siteMap li {
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    line-height:1.5em;
    list-style-type:none;
    margin:0;
    padding:0;
    font-family: Cambria, Georgia, Times, Times New Roman, Serif;
    color: #fff;
  }
  
ul.AspNet-siteMap li a{
    background:transparent;
    color:#000;
    display:block;
    font-weight:bold;
    margin:0;
    padding:0em 0.8em 0 0;
    text-decoration:none;
    width:auto;
    color: #fff;
  }

ul.AspNet-siteMap li a:focus,
ul.AspNet-siteMap li a:hover,
ul.AspNet-siteMap li a:active  { color:yellow; text-decoration:none; }
  
ul.AspNet-siteMap li span.current{
	font-size: 150%;
}  

ul.AspNet-siteMap li a:visited{
	
}

#newsHome {
	background: #fff;
	padding-top: 5px;
	padding-left: 5px;
font-family:arial, helvetica Neue, Helvetica, Sans-Serif;	
}

#newsHome .pane{ 
	width:310px;
	height:450px; 
	background:#999;
	position:relative;
}
#newsHome .pane .info{ 
	position:absolute; 
	top:280px;
	left:0; 
	height:150px; 
	width: 290px;
	background: url('images/transparent-bg.png'); 
}
#newsHome .info h2{ 
	font-size:200%; 
font-family:arial, helvetica Neue, Helvetica, Sans-Serif;		
	color:#fff; 
	padding:5px; margin:0;
	overflow:hidden; 
}
#newsHome .info p{ 
	margin:0 5px; 
	font-family:Verdana;
	 font-size:11px; 
	line-height:15px;
	 color:#f0f0f0;
}
#newsHome .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#newsHome .info p.summary{ 
	text-decoration:none; 
	color:#fff; 
	font-size: 120%;
	font-weight: normal;
}
#newsHome .info a:hover{ 
	text-decoration:underline; 
}

#newsHome div.more{
	padding-right: 5px;
	margin-top: 30px;
}

#newsHome div.more a.button span {
	/* Background left image */ 
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	font-size: 130%;
}

.firstSection_newsHome ul{
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
font-family:arial, helvetica Neue, Helvetica, Sans-Serif;		
}

.firstSection_newsHome ul li{
	margin-left:0;
	margin-bottom: 30px; 
}

.firstSection_newsHome ul li h2{
	font-size: 130%;
	font-weight: 500;
	color: #649dda;
	font-family:arial, helvetica Neue, Helvetica, Sans-Serif;		
}

.firstSection_newsHome ul li p.summary{
	color: #6c6b6b;
	line-height: 1.5em;	
}
.firstSection_newsHome ul li p{
	margin-bottom: 0px
}

.firstSection_newsHome ul li img.float_left{
	margin-right: 0.5em;
}

.secondSection_newsHome ul{
	background: url('images/news_bg.gif') repeat-x;
	padding-top: 10px;
	margin:0 6px 0 0;
	padding-left: 0;
	list-style: none;
}

.secondSection_newsHome ul li{
	border-bottom: 1px solid #ccd6de;
	margin-bottom: 4px;
	padding-left:0;
	margin-left: 0;
}

.secondSection_newsHome ul li h2{
	color: #5f74a2;
	font-size: 105%;
	font-family:arial, helvetica Neue, Helvetica, Sans-Serif;	
}


#newsSearch{

	margin-top: 8px;
	width: 340px;
	height: 33px;
	/*float: left;*/
	margin-bottom: 20px;
}

#newsSearch #searchBoxInner{
	padding: 2px;
}

#newsSearch INPUT[type='text']{
	border: medium none;
	
	margin: 2px 0 0 0px;
	padding: 5px;
	width: 200px;
	float: left;
	color: #29435a;
	font-size: 120%;
	font-weight: 400;
	
}

#newsSearch INPUT[type='image']{
	margin-top: -3px;
	float:left;
	cursor: pointer;
	margin-right: 0px;
}

/* Media Scroller Tabs */
#video_tabs ul.tabs { 
	border-bottom: 0px solid #666;
	margin-bottom:20px;
	height: 36px;
}

#video_tabs ul.tabs a { 
	background: url(images/tabs_bgs_sprite.png) no-repeat -555px 0; 
	font-size:11px;
	display:block;
	height: 55px;  
	line-height:36px;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
}


#video_tabs ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#video_tabs ul.tabs a:hover {
	background-position: -555px -35px;	 
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#video_tabs ul.tabs a.current, #video_tabs ul.tabs a.current:hover, #video_tabs ul.tabs li.current a {
	background-position: -423px -35px;		
	cursor:default !important; 
	color:#000 !important;
}

h2.subtitle {
	background: url('images/tab01_selected.png') no-repeat;
	margin:20px 0 ;
	padding:18px 15px 24px 15px;
	font-weight:bold;
	border:0px solid #fff;
	border-bottom:0px solid #ddd;
	cursor:pointer;		
	color: #fff;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 130%;
}

/* Content Details */
div.contentDetails{
	background: #fff;
	padding:0 8px;
	margin-bottom: 20px;
}

div.contentHdr{
	padding-top:15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e3e4e4;
	margin-bottom: 15px;
}

div.contentHdr div.title_holder{
	border-bottom: 1px dotted #4c4c4c;
	margin-bottom: 15px;
}
div.contentHdr h2.title{
	font-size: 180%;
	color: #4c4c4c;
	font-weight: 400;
	font-family: Arial, "Helvetica Neue", helvetica, Sans-Serif;
}

div.contentHdr div.byline span{
	font-size: 90%;
	color: #9d9c9c;
	font-weight: 400;
	font-family: Arial,"Franklin Gothic Medium", "Arial Narrow Bold",  Sans-Serif;
}	
div.contentBodyHolder p{
	font-size: 120%;
	font-family: Helvetica Neue, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	margin-bottom:10px;
}
div.contentBodyHolder div.contentBody p{
	font-size: 120%;
	font-family: Helvetica Neue, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	margin-bottom:10px;
}
.contentBody img.mainImage{
	padding:15px 0;
	background-color: #eee;
}

.contentInfo{
	margin: 10px 0;
	padding: 10px 10px;
	border-top: 1px solid #e3e4e4;
	border-bottom: 1px solid #e3e4e4;
}

.contentInfo span{
	color: #4c4c4c;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 90%;
}

.contentInfo span a{
	text-decoration: underline;
}

.contentInfo span.category{
	padding-right: 20px;
}

.contentInfo span.tags{
	background: url('images/tags-label.png') no-repeat left top;
	padding-left: 20px;
}

.contentDetails span.tag{
	font-weight: bold;
	margin-right: 10px;
}

#pres_msg h3 a, #pres_msg p{
	color: #243e55;
	font-family: Tahoma, Sans-Serif;
	font-size: 120%;
	font-weight: bold;
}
#pres_msg p{
	font-size: 120%;
	font-weight: normal;
	font-family: Arial;
}

.info2{
	background: #ccc;
	position: absolute;
	color: #000;
}
/*
#image_scroller div.items a{
	padding: 2px;
}

#image_scroller div.items{
	padding: 12px 25px;
}
#image_scroller div.items a{
}*/

.newsArchive{
	background-color: #fff;
	padding: 20px 10px 30px 10px;
}

.newsExcerptCont h2{
	font-family: Arial, helvetica;
	font-size: 140%;
	color: #004276;
	font-weight: bold;
	margin-top: 20px;
}

.newsExcerptCont h2 span.publicationDate{
	font-family: Arial, helvetica;
	font-size: 60%;
	color: #999;
	font-weight: normal;
}

.newsExcerptCont p{
	font-size: 120%;
	margin-bottom: 0px;
}
.newsExcerptCont p, .newsExcerptCont p.url {
	margin-bottom: 0px;
}

 .newsExcerptCont p.url a:link, .newsExcerptCont p.url a:visited{
	color: #00720b;
	font-size: 90%;
	font-family: Arial, Tahoma;
 }

h2.filter_header{
	font-family: Tahoma, Arial;
}

   /* If you use 10 scale, then you need classes from 1-10 */
   li.cloud-percent1 { font-size:70% } 
   li.cloud-percent2 { font-size:80% } 
   li.cloud-percent3 { font-size:80% } 
   li.cloud-percent4 { font-size:90% } 
   li.cloud-percent5 { font-size:100% } 
   /* you can bold higher frequency tags or color them */
   li.cloud-percent6 { font-size:110%; font-weight:100;} 
   li.cloud-percent6 { font-size:110%; font-weight:100;} 
   li.cloud-percent7 { font-size:120%; font-weight:200;} 
   li.cloud-percent8 { font-size:130%; font-weight:300;} 
   li.cloud-percent9 { font-size:140%; font-weight:400;}
   li.cloud-percent10{ font-size:150%; font-weight:500;} 
   /* neded To make container div expand with the content layout changes */
   .Label div {Overflow:Auto}

h3.tags{
	font-weight: bold;
	padding-left: 15px;
	font-family: Arial, helvetica;
	color: #fff;
}

#tagslist{
	background-color: #fff;
	padding: 10px 5px 30px 5px;
	margin-bottom: 20px;
}

/* Media Scroller Tabs */
.single_tabs ul.tabs { 
	border-bottom: 0px solid #666;
	margin-bottom:20px;
	height: 36px;
}

.single_tabs ul.tabs a { 
	background: url(images/tabs_bgs_sprite.png) no-repeat -555px 0; 
	font-size:11px;
	display:block;
	height: 35px;  
	line-height:36px;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
}


.single_tabs ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.single_tabs ul.tabs a:hover {
	background-position: -555px -35px;	 
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.single_tabs ul.tabs a.current, .single_tabs ul.tabs a.current:hover, .single_tabs ul.tabs li.current a {
	background-position: -423px -35px;		
	cursor:default !important; 
	color:#000 !important;
}

/*
 * CssBakery.com Captions - CSS Style File.
 */
.cssbakery_image_wrapper { 
    height: auto;
    /*margin: 0; */
    padding: 0;
    font: .75em/1.75em Verdana, sans-serif;
    position: relative;
}

.cssbakery_transbox {
    margin: 0; padding: 0px;
    opacity:0.4;  filter:alpha(opacity=40);
    position: absolute; 
    width: 100%;
    height: 5em;
}

.cssbakery_image_wrapper p {
    margin: 0 !important; padding: 10px;
    color: white;
    font-size: 100%;
    position: absolute; 
}

.cc {
    margin-left: auto;
    margin-right: auto;
}

/*.float_right > cssbakery_image_wrapper{
	margin-left: 20px;
}*/

/* content menu */
.contentMenu{
	width: 200px;
	float: left;
	margin: 20px 20px 10px 10px;
}

.contentMenu h4{
	font-family: Arial, Tahoma;
	font-weight: 400;
	font-size: 100%;
	text-transform: uppercase;
}

.contentMenu ul{
	margin: 0;
}

.contentMenu ul li{
	list-style-type: disc;
}
.contentMenu ul li a{
	font-family: Arial;
	font-size: 90%;
	color: #000;
	font-weight: normal;
}

.contentMenu ul li em{
	font-style: normal;
}

#global_tabs ul.tabs { 
	border-bottom: 0px solid #666;
	margin-bottom:20px;
	height: 36px;
}

#global_tabs ul.tabs a,#global_tabs ul.tabs li.title  { 
	background: url(images/tabs_bgs_sprite.png) no-repeat -555px 0; 
	font-size:11px;
	display:block;
	height: 55px;  
	line-height:36px;
	width: 80px;
	text-align: center;
	color: #fff;
	font-size: 90%;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	
}
#global_tabs ul.tabs li.title{
	color: #fff;
	background: none;
	font-size: 150%;
		font-family: Tahoma, Arial, Sans-Serif;text-transform:  none ;
}

#global_tabs ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#global_tabs ul.tabs a:hover {
	background-position: -555px -35px;	 
	color:#fff;	
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#global_tabs ul.tabs a.current, #global_tabs ul.tabs a.current:hover, #global_tabs ul.tabs li.current a {
	background-position: -423px -35px;		
	cursor:default !important; 
	color:#000 !important;
}



#global_tabs div.panes{
	background-color: #fff;
	padding: 20px 10px;
}
ul.flags{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

ul.flags li {
	float: left;
	width: 36px;
}

#pageflip {
	position: absolute;
	right: 0; top: 0;
	float: left; 
}
#pageflip img {
	width: 120px; height: 124px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 120px; height: 120px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url('images/carifta_games_1.png') no-repeat right top;
}
}

