/* Global Resetting
------------------------------*/
html{	
	width: 100%;
	height: 100%;
	background: #00071c;
}
body {
	color: #333333;
	background: url(../images/background.png) no-repeat top center;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}

a img {
	border:0;
}
.clear {
	clear: both;
}


/* Containers
------------------------------*/

#Main {
	background: #fff url(../images/page_bg.png) center repeat-y;
	margin:0 auto;
	width:960px;
	position: relative;
}
#ContentContainer {
	padding-top:15px;
	padding-bottom:15px;
	overflow: visible;
}
#Content {
	float: left;
	margin: 0px 15px;
	width:575px;
	padding-bottom: 10px;
}


/* Header
------------------------------*/

#Header {
	background:url(../images/header_new.jpg) bottom no-repeat;
	height: 104px;
	clear:left;
}
	#logo {
		float: left;
		height: 76px;
		margin-top: 10px;
		width: 192px;
	}
	
	#flashimage, #imageViewer {
		margin-bottom: 10px;
		position: relative;
		z-index: 0;
	}
	
	#lang_switcher {
		position: absolute;
		color: white;
		right: 0;
		margin: 3px;
	}
	
	#lang_switcher a,
	#lang_switcher a:link,
	#lang_switcher a:visited,
	#lang_switcher a:hover,
	#lang_switcher a:active {
		color: white;
		text-decoration: none;
	}
	
	#lang_switcher a:hover {
		text-decoration: underline;
	}
	
	
	
/* Navigation
------------------------------*/

#leftColumn {
	float:left;
	width:185px;
}
	#nav, #nav ul {
		position: relative;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}

		#nav {
			background-image: url(../images/leftnav/navpanel.jpg);
			height: auto;
			font-size: 1.1em;
			width:145px;
			margin-bottom: 35px;
			position: relative;
			padding-left: 40px;
		}
	
	#nav li { 
		border-bottom: 1px #fff solid;
		position: relative;
		float: left;
		line-height: 1.25em;
		width: 145px;
		z-index: 100;
	}
	
		#nav li a {
			text-decoration: none;
			text-transform: uppercase;
			display : block;
			color : #fff;
			font-weight : bold;
			text-decoration : none;
			padding: 10px 0 10px 10px;
		}
			#nav li ul li {
				border-bottom: 1px solid transparent;
			}
			#nav li ul li a:hover {
				background: #40607f;
			}
			#nav li ul li a {
				background: url(../images/90.png);
				border-bottom: none;
			}
				#nav li ul li ul li a {
					border-bottom: none;
				}
			#nav li ul li {
				width: 230px;
			}
				#nav li ul li ul li {
					width: 300px;
				}
			
			
			#nav li a span {
				background: transparent url(../images/leftnav/navbullet.png) no-repeat 0px 2px;
				display: block;
				cursor: pointer;
				padding-left: 15px;
			}
			#nav li a:hover span, #nav li a.section span, #nav li a.current span {
				background: transparent url(../images/leftnav/navbullet_hover.png) no-repeat 0px 2px;
			}		
			#nav li ul { /* second-level lists */
				position : absolute;
				left: -999em;
				margin-left : 145px;
				padding-left: 1px;
			}

			#nav li ul ul { /* third-and-above-level lists */
				left: -999em;
				margin-left: 230px;
			}


			#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
				left: -999em;
			}

			#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul { /* lists nested under hovered list items */
				left: auto;
			}


/* Right Column
------------------------------*/

#rightColumn {
	background: transparent;
	float:right;
	width:150px;
	padding-right: 20px;
}
#rightColumn h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color:#455560; 
	margin-bottom: 5px;
}


/*	News Sidebar
-----------------------------------------------*/

#NewsList li {
	margin: 0;
	list-style-type: none;
	line-height: 1.3em;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		text-transform: none;
		font-size:1.1em;
		font-weight:bold;
		color:#000;
		text-decoration:none;
		padding-left:0px;
	}
		
	#NewsList li.newsSummary {
		margin-bottom:10px;
	}
		#NewsList li.newsSummary a {
			font-size: 0.8em;
			text-decoration:none;
			text-transform: uppercase;
			color: #f7901e;
			padding-left: 9px;
			background: url(../images/news_more.png) no-repeat 0px 1px;
		}
		

/*	Secondary/Third Menus											<-- DELETE??
----------------------------------*/

#Menu2 {
	margin-left: 0px;
}
	#Menu2 ul {
		margin: 0px 0px 10px 0px;
	}
	#Menu2 li {
		margin: 0px;
		list-style-type: none;
		padding: 0px 0px 3px 15px;
		background:url(../images/secondnavbullet.png) no-repeat 0px 2px;
	}
	#Menu2.news li {
		margin-bottom: 10px;
	}
	#Menu2 a {
		color: #f7901e;
		font-weight:bold;
		font-size: 1.1em;
		line-height:1.1em;
		text-decoration:none;
	}
	#Menu2 a:hover, #Menu2 .current, #Menu2 .section {
		color: #455560;
		text-decoration: none;
	}
	#Menu2 li.current a, #Menu2 li.section a {
		color:#0083C8;
	}
	
	#Menu2 p {
		margin: 3px 0px 0px 0px;
		font-size: 1.1em;
		line-height:1.1em;
	}
	#Menu2 p a.more {
		font-size: 0.8em;
		text-transform: uppercase;
	}
		
		ul#Menu3 {
			margin: 0px 0px 0px 15px;
		}


/*	News Article
-----------------------------------------------*/

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}


/*	Footer
----------------------------------*/

#Footer {
	background:transparent url(../images/page_bottom.png) no-repeat center top;
	clear:both;
	height: 60px;
	text-align:center;
	padding-top: 10px;
	/*border:1px solid #ccc;*/
	border-top:0;
}
	#Footer span {
		color:#fff;
		font-size:0.85em;
		line-height:2em;
		font-weight:normal;
		/*background:url(../images/ss_logo.gif) no-repeat;*/
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}
