
/** 
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;	
	height: 100%;
		
}

body {		
	color: #333;
 	font-size: 14px;  	
	font-family: Georgia, Arial, Verdana, Lucida, sans-serif;
	font-style: italic;
	background: #e5e5e5 url(../images/bg.png) repeat-x top left;
}

html	{
	 
}

.clear	{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	min-height: 100%;
	position: relative;
	width: 1005px;
	margin: 0 auto;	
	border: 0;	
	/*background: #fff url(../images/pageBg.jpg) repeat-x top left;*/
}
#Container { 
	/*background: #000;*/
	/*width: 984px;*/	
	/*padding-bottom: 120px;*/	
	min-height: 100%;
/*background: transparent url(../images/bg.gif) repeat-y center top;*/
}
#Layout {
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	clear: both;
	/*overflow: hidden;*/
	float:left;
	/*border: 1px solid #000;*/
	padding: 0 0 157px 0;
	
	/*min-height: 603px;*/

}
#Content {	
	float: left; 		
	text-align: left;
	/*margin: 6px;*/
	padding: 0 0 0 0;
	overflow:hidden;	
}

#ContentCatPage {	
	width: 620px;
	float: left; 	
	margin: 0;
	text-align: left;
	padding-right: 20px;
	/*padding-bottom: 370px;*/
	/*padding-right: 20px;*/
	
}
/* HEADER
----------------------------------------- */
#Header {
	font-family: Georgia, Arial, Verdana, sans-serif;
	overflow: hidden;
	text-align:left;
	background: transparent url(../images/topBg.png) repeat-x center top;	
	border-bottom: 0;
		
}


/* LANGUAGE LINKS
----------------------------------------- */

#Translation { 		
	margin: 0 0 0 0;
	/*margin: 0 auto;*/
	float:left;	
 	width: 443px;  	 	
	padding: 0 0 0 6px0;
	font: italic 12px Georgia, Tahoma, Verdana, Helvetica, sans-serif;	
}
#Translation ul {
	
	
	
}
#Translation ul li {
	list-style: none; 	
	
	float:left;
	
	list-style: none;	
	/*display: block;	*/	
}
#Translation ul li a	{	
	float:left;
	
	text-decoration: none;
	color: #1676a6;
	/*display: block;*/
	line-height: 43px; 
	padding: 0 33px 0 35px;
}
#Translation a:hover, #Translation a.current	{
	color: #999999;
	/*	color: #c3c4c7;*/
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {	
	width: 1003px;
	margin: 0 auto;
	background-color:#fff; 
	overflow: hidden;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
	#Navigation ul {  				
 		margin: 0 0 0 53px;
	}
		#Navigation ul li { 
	 		list-style: none; 			
			float: left;					
			display: block;	
		margin-right: 1px;				
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 			
				font: italic 14px Georgia, Tahoma, Verdana, sans-serif;				
				color: #666666;
				line-height: 31px;
				padding: 0 26px;
									
				background-image: url(../images/menuOffLeft.png), url(../images/menuOffRight.png), url(../images/menuOff.png);
				background-position: top left, top right, top left;
				background-repeat:  no-repeat, no-repeat, repeat-x;
				background-color: #f1f1f1;
				-pie-background: #f1f1f1 url(http://www.stdeck.fi/themes/v1/images/menuOffLeft.png) top left no-repeat, url(http://www.stdeck.fi/themes/v1/images/menuOffRight.png) top right no-repeat, url(http://www.stdeck.fi/themes/v1/images/menuOff.png) top left repeat-x;
				behavior: url('http://www.stdeck.fi/themes/v1/css/pie/PIE.htc');
				position:relative;								
			}
			#Navigation ul li span.sep	{
				color: #666666;
				
				/*line-height: 62px;*/
				padding: 0;
			}
					
					
			#Navigation ul li a:hover,
  		#Navigation ul li a.current,
   		#Navigation ul li a.section,
   		#Navigation ul li a.section:hover,
   		#Navigation ul li a.current:hover {   					 			 				 
				background-image: url(../images/menuOnLeft.png), url(../images/menuOnRight.png), url(../images/menuOn.png);
				background-position: top left, top right, top left;
				background-repeat:  no-repeat, no-repeat, repeat-x;
				background-color: #f1f1f1;
				-pie-background: #f1f1f1 url(http://www.stdeck.fi/themes/v1/images/menuOnLeft.png) top left no-repeat, url(http://www.stdeck.fi/themes/v1/images/menuOnRight.png) top right no-repeat, url(http://www.stdeck.fi/themes/v1/images/menuOn.png) top left repeat-x;
				behavior: url('http://www.stdeck.fi/themes/v1/css/pie/PIE.htc');
				position:relative;
				color: #fff;
			}
				
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;	
	margin: 0 0 0 0;
	font: bold 1em Arial, Tahoma, Verdana, sans-serif;
	
}
	#Breadcrumbs p {
		margin: 0;
		font: bold 1.1em Arial, Tahoma, Verdana, sans-serif;
		color: #c2c2c2;
		text-transform: uppercase;
	}
	#Breadcrumbs p a {
		margin: 0;
		font: bold 1em Arial, Tahoma, Verdana, sans-serif;
		color: #c2c2c2;
		text-transform: uppercase;
		text-decoration: none;
		
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar 
{
	
 	width: 159px;
 	 
	float: left;  
	margin: 0 133px 0 35px;
	padding: 65px 0 0 0;
	/*background: transparent url('../images/bubbla3.png') no-repeat bottom left;*/
}
	#Sidebar .sidebarBox {
		margin: 0 0 0 0;			
	}
	.sidebarBox	{
		
		
	}
	
	#Sidebar ul {
		margin: 0;
	}
		#Sidebar li {
			margin: 0;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 		
		/*font: bold 1.6em Arial, Tahoma, Verdana, sans-serif;*/
		font: bold 16px Arial, Tahoma, Verdana, sans-serif;
		
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		
	}	
	#Sidebar .sidebarBottom {
		
		display: block;
		
		margin: 0 0 0 0;		
		
	}
	
	#Sidebar a  {
		text-decoration: none;
		
	}
	#Sidebar a em {
		font-style: normal;
		
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 0;
	}
	
	/* MENU2 */
	 	ul#Menu2	{
	 		float:left;	
			width: 973px;
			margin: 0 0 0 0;
			background: transparent url(../images/subMenuBg.png) repeat-x top left;
			height: 47px;
		}
											
    ul#Menu2 li, ul.bottomMenu li, ul#statMenu {     	
    	list-style: none;
    	border-bottom: 0; 
    	float:left;    
    	/*clear:both;*/   
    	/*width: 209px;*/
    	
    }
    ul#Menu2 li a.levela, ul.bottomMenu li a.levela, ul#statMenu li a.levela {    	
    	display: block;
      /*width: 145px;*/
  		 
      font: italic 18px Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;              
      color: #fff;
			padding:0 14px;
			/*margin: 1px 0;  */  	
    	/*text-align: center;*/    	
    	float:left;
    	height: 47px;
    	line-height: 47px;
    	/*text-transform: uppercase;*/
    	/*border: 1px solid #dde8f1;*/
    	text-decoration:none;
 		}
 		
 		/*
    ul#Menu2 li a.bottomMenus {
    	display: block;
      width: 183px;
      font: normal 1.2em Arial, Tahoma, Verdana, Helvetica, sans-serif;              
      color: #000;
    	
    	padding: 5px 0 5px 7px;    	   
    	border-bottom: 1px solid #939393;
    	float:left;
 		}
 		*/
 	ul#Menu2 li a.noborder, ul.bottomMenu li a.noborder	{
 		border:0;
 	}
    
			ul#Menu2 li em, ul.bottomMenu li em {				
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover,
      	ul.bottomMenu li a:hover,
      	ul.bottomMenu li a.current,
      	ul.bottomMenu li a.current:hover {
        	
        	    	       	  
    			
    			
        						         
					
      	}
	  	ul#Menu2 li a.current, ul.bottomMenu li a.current {
	  		
	  		
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
      	
            /*background: #DCDCDC;
            font-weight: 700;
            width: 193px; */
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 227px;
            	padding: 4px 0 10px 0;
            	           	
      		}
      			ul#Menu2 li ul li {
            		width: 184px;
            		background: #000;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #000;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            		color: #000;

            		background: #fff;
      				}
      				
      				
      				ul#Menu2 li li li .sub2 a.current, ul#Menu2 li li li .sub2 a.current:hover	{
      					/*font-weight: normal;*/
      					
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 209px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
				/* Sub Menu */
					#Menu2 ul	{ 
											
						
						
					}
					#Menu2 ul.sub2	{ 
						float:left;
						padding: 5px 0 5px 20px;
						/*border: 2px solid;*/
						font: normal 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
					}
					
      		ul#Menu2 li a.levelb {
      			clear:both;
						float:left;				     	
				    width: 165px;				    				                
				    font: normal 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;				                 
				    color: #000;				    	
				    padding: 0 0 0 20px;    	   
				    border-bottom: 0;	
				    background: #fff;
				    
				    		 		
      		}
      		
      		ul#Menu2 li a.levelc	{      		
	      		float:left;
	      		color: #000;
	      		font: normal 11px Arial, Tahoma, Verdana, Helvetica, sans-serif;      			
      			background: #fff url('../images/level3pil.gif') no-repeat 0 4px;
      			border: 1px solid #fff;
      			width: 189px;      			
      			line-height: 12px;      			
      			padding: 0 0 0 13px;
      			margin: 0 0 0 15px;      			      		
      		}
      		ul#Menu2 li a.leveld	{
	      		float:left;
	      		color: #000;
	      		/*font: normal 2em Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
	      		font: normal 11px Arial, Tahoma, Verdana, Helvetica, sans-serif;
      			/*background: #f1f1f1;*/
      			 background: #fff url('../images/level3pil.gif') no-repeat 16px 4px;
      			border: 1px solid #fff;
      			width: 179px;
      			line-height: 12px;
      			padding: 0 0 0 30px;
      			margin: 0 0 0 15px;      			      		
      		}
      		ul#Menu2 ul#sub3 {      			      		
      			float:left;      			
      			padding: 3px 0 3px 0;
      		}
      		
      		ul#Menu2 .sub a.current, ul#Menu2 .sub a.current:hover, ul#Menu2 ul.sub a.section, ul#Menu2 ul.sub a.section:hover	{
      			
      		}
      		
      		ul#Menu2 ul#sub2 a.current, ul#Menu2 ul#sub2 a.current:hover, ul#Menu2 ul#sub2 a.section, ul#Menu2 ul#sub2 a.section:hover	{
      			
      		}
      		ul#Menu2 ul#sub3 a.current, ul#Menu2 ul#sub3 a.current:hover, ul#Menu2 ul#sub3 a.section, ul#Menu2 ul#sub3 a.section:hover	{
      			
      		}
      		/*ul#Menu2 .sub2 li li a.current, ul#Menu2 .sub2 li li a.current:hover, ul#Menu2 .sub2 li li a.section, ul#Menu2 .sub2 li li a.section:hover	{
      			background: #fff url('../../../images/level3pil.gif') no-repeat 0 5px;
      		}*/
      		
	  			ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	/*background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;*/
            	background: #fff;
            	text-decoration: none;
            	display: block;
            	color: #000;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	/**background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;*/
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
							color: #666;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
	font-size: 12px;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;		
	}

		#PageComments li.odd p.info {
			color: #000;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 12px;
}
#PageComments p {
	font-size: 17px;
}
	#PageComments p.info {
		
		margin: 0px;
		padding: 0;
		line-height: 1em;
		/*font-size: 1em;*/ /* simeon �ndrade detta fr�n 1.4em f�r att kommentarer s�g skit ut */
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
	float:left;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
	background: #e5e5e5;
	font-size: 11px;
	font-weight: bold;
 	position: absolute;
	bottom: 0;
	width: 1005px;
	font: italic 14px Georgia, arial, verdana;
	margin: 0 18px 0 0;
	padding: 10px 0 0 0;
	color: #4b4b4b;
	height: 135px; 
	line-height: 20px; 
	clear:both;
	text-align: center;
	border-top: 1px solid #ccc;
	/*background: #000;*/ 
}
	#Footer img {
		border: 0;
	}
	#Footer a	{
		color: #4b4b4b;
	 }
/* NEWSBOX
------------------------------------------------- */

#newsbox {
	width: 214px;
	
	float: right;
	/*background: #F1F1F1 url(../images/newsBg.jpg) no-repeat top left;*/
}
	#newsbox #newsheader {
		width: 214px;
		height: 30px;
		float:left;
		background: #fff200;
		padding: 0 0 0 0;
		/*margin: 20px;*/				
	}
		#newsbox #newsheader #heading {
			margin: 0;
			padding: 0 0 0 10px;			
			font: normal 1.5em arial, verdana;				
			color: #000;
			float: left;		
			text-transform: uppercase;
			line-height: 30px;
		}
		#newsbox #newsheader #showall {
			width: 112px;
			height: 28px;
			
			float: left;
			text-align: right;
		}
			#newsbox #newsheader #showall a {
				font: bold 12px arial, verdana;
				line-height: 28px;
				color: #fff;
			}
	#newsbox a	{
		text-decoration:none;
	}
	#newsfooter	{
		/*float:left;
		background: #fff url(../images/newsBottom.jpg) no-repeat top left;
		width: 343px;
		height: 25px;
		clear:both;*/
	}
	#newsbox div.newsboxContent {
		float:left;
		padding: 0 10px 0 10px;
	}
	.toRight	{
		float:right;
	}
	.toLeft	{
		float:left;
	}
	/************ SITE-SPECIFIC **********/
.homePage	{	
	padding-left: 70px;	
	padding-right: 70px;	
}
/*.bildspel 	{
	float:right; 
	padding: 10px;
	font: bold 13px MuseoSlab500, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #707070;	
}*/
#bildspel	{
	font: bold 13px MuseoSlab500, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #707070;	
	background: url(../images/bildspelsikon.png) no-repeat top left;
	padding:0 50px 0 0;
	margin:0;
	padding-left: 30px;
	height: 20px;
	float:right;	
}

a#bildspel:hover	{
	color: #76a700;
	text-decoration:underline;
}
.item	{
	clear:both;
	
	
	
	
	/*line-height: 51px;*/
	
}
.item2	{
	width: 477px;
	float: left;	
	margin: 0;
	text-align: left;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
	background-color: #ff0000;

	border: 1px solid #eaf1f7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url('themes/v1/css/pie/PIE.htc');
}
ul#Menu2 li a.current,
ul#Menu2 li a:hover	{
	
	color: #c50000;
}
#subMenu	{
	line-height: 20px;
	
	float:left;
	width: 600px;
	
}
#subMenu ul { 
 	padding: 5px 0 0 40px;			
 		
	}
		#subMenu ul li { 
	 		list-style: none; 			
			float: left;					
			display: block;					
		}
  			#subMenu ul li a { 
				float: left;
				text-decoration: none;
				display: block; 			
								
				color: #6e6e6e;
/*				line-height: 41px;*/
				padding: 0 0 0 0;	
				margin: 0 10px 0 10px;	
				text-transform: lowercase;
							
			}
			#subMenu ul li a:hover {
				/*background: transparent url('../images/menuBgOn.png') repeat-x top left;*/
				/*color: #9D3B8D;*/
				border-bottom: 1px solid #6e6e6e; 
						
			}
					
					
  		#subMenu ul li a.current,
   		#subMenu ul li a.section,
   		#subMenu ul li a.section:hover,
   		#subMenu ul li a.current:hover {
		 		/*background: transparent url('../images/menuBgOn.png') repeat-x top left;*/
		 		border-bottom: 1px solid #6e6e6e;
		 		/*color: #9D3B8D;*/
		 		
		 						 	
			}
			
.date	{
	font: normal 14px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
}

/******** SITE SPECIFIC ********/

#Header h1	{
	font: italic 12px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 40px;
	color: #999;
}
#dropdown	{
	float:right; 	
	height: 65px;
	padding: 40px 25px 0 0;
	text-align: left;
	font: italic 14px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
}
#dropdown select	{
	font: italic 14px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	width: 210px;
	color: #333;
}
#subNavigation	{
	padding: 0 0 0 11px;
	background: #fff;
	width: 992px;
	float:left;
	/*line-height: 47px;*/
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.typography	{
	background: #ededed url(../images/contentBg.jpg) repeat-x center top;
	border: 1px solid #ccc;
	margin: 10px 11px 0 11px;
	padding: 26px 13px 13px 13px;
	float:left;
/*	min-height: 693px;*/
	min-height: 200px;
	width: 953px;
}
#footerBottom	{
	padding-left: 11px;
	float:left;	
	line-height: 40px;
}
.footerBox	{
	float: left;
	padding: 20px 0 0 100px;
	text-align: left;
	
}
.footerTop	{
	width: 1004px;
	background: #fff;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float:left;
}

#banner	{
	padding-left: 11px;
	background: #fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
}


	ul#Menu3	{
	 		float:left;	 		
			width: 290px;
			margin: 0 0 0 0;
			padding: 0;			
		}
											
    ul#Menu3 li, ul.bottomMenu li, ul#statMenu {     	
    	list-style: none;
    	border-bottom: 1px dashed #666;
    	
    	clear:both;
    	
    }
    ul#Menu3 li a.levela, ul.bottomMenu li a.levela, ul#statMenu li a.levela {    	
    	display: block;
      font: italic 14px Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;              
      color: #333;
			padding:0;
			background: transparent url(../images/menu3dot.png) no-repeat 9px 12px;    
    	float:left;
			line-height: 30px;
    	text-decoration:none;    	
    	width: 290px;
    	padding-left: 25px;
 		}
 		ul#Menu3 li a span em	{
 			/*line-height: 20px;
 			height: 20px;
 			border: 1px solid;*/
 			padding:0;
 			margin:0;
 		}
 		
 	
      	ul#Menu3 li a.levela:hover span,
      	ul#Menu3 li a.current span,
      	ul#Menu3 li a.section span,
      	ul#Menu3 li a.section:hover span,
      	ul#Menu3 li a.current:hover span {
			color: #c50000;
			/*display: block;
			width: 100%;
			height: 100%;*/
		} 
		ul#Menu3 li a.levela:hover em,
		ul#Menu3 li a.current em,
		ul#Menu3 li a.section em,
		ul#Menu3 li a.section:hover em,
		ul#Menu3 li a.current:hover em {
        
			/*display: block;
			width: 100%;
      height: 100%;*/
    }      		
#contentWithMenu3	{
  width: 660px;
	float:left;
	padding:0;
	margin:0;
}