/* CSS Document */

html { overflow-y: scroll }

body { 
	background: #001C28 url(../layout/all_back.jpg) repeat-x; 
}


body, th, td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a { color: #005DA7; text-decoration: none; }
a:hover { text-decoration: underline; }

br.clear { clear: both; }
div.clear { clear: both; line-height: 2px; font-size: 1px; }


#allPageContainer {
	width: 800px;
	margin: 20px auto;
	padding-left: 100px;
}

	#langMenu {
		float: left;
		width: 70px;
		font-size: 9px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif !important;
		padding-left: 3px;
	}
		#langMenu a { color: #969696; }
		#langMenu a:hover { color: #ddd; text-decoration:none; }
		#langMenu a.selected { color: #ddd; }
	
	#allPage {
		float: left;
		width: 699px;
		background-color:#FFFFFF;
		padding-top: 3px;
	}
		
		#allPage .left {
			float: left;
			width: 145px;
			padding: 0 3px 3px 3px;
		}
			#allPage .left * { margin: 0 }
		
		#allPage .main {
			float: right;
			width: 545px;
			padding: 0 3px 3px 0;
		}
			
			#topVisual {
				width: 545px;
				height: 240px;
			}
				#topVisual #topImageContainer {
					margin-top: 0;
					width: 100%;
					height: 100%;
				}
			
			#topMenu {													/* -----------  M E N U  -------------------------------- */
				position: absolute;
				z-index: 15;
				margin-top: 218px;
				width: 446px;
				height: 22px;
				background-image: url(../layout/menu_back.png);
				background-repeat:repeat-x;
				background-position: left 2px;
			}
				#topMenu table {
					width: 446px;
					height: 22px;
					border: none;
				}
					#topMenu table td { padding: 0; margin: 0; }
						#topMenu td div {
							height: 22px;
							margin: 2px 0 0;
							padding: 0 5px 0;
						}
						#topMenu td.selected div {
							border-top: 2px solid #FF3300;
							margin-top: 0;
							background-color: #fff;
							font-weight: bold;
						}
							#topMenu a { display: block; color: #073242; text-align: center; height: 17px; margin-top: 3px; }
							#topMenu a:hover { color: #1380A8; text-decoration:none; }
				
				
				#topMenu ul {
					display: block;
					list-style: none;
					margin: 0; padding: 0;
					height: 22px;
				}
					#topMenu ul li {
						float: left;
						margin: 2px 0 0;
						padding: 0;
						height: 20px;	
					}					
					#topMenu ul li.selected { 
						border-top: 2px solid #FF3300;
						margin-top: 0;
						background-color: #fff;
						font-weight: bold;
					}
						#topMenu ul li a { display: block; color: #073242; text-align: center; margin-top: 3px; }
						#topMenu ul li a:hover { color: #1380A8; text-decoration:none; }
					
					
			h1 {
				margin: 18px 0 2px;
				height: 41px;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 30px;
				font-weight: normal;
			}	
			
			#subMenu {													/* -----------  S U B M E N U  ------------------------- */
				width: 444px;
				height: 20px;
				border-bottom: 1px solid #CCCCCC;
				margin-bottom: 20px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight:bold;
			}
				#subMenu ul {
					display: block;
					list-style: none;
					margin: 0; 
					padding: 3px 0 0;
					height: 17px;
				}
					#subMenu ul li {
						display: block;
						float: left;
						margin-right: 20px;
					}
						#subMenu ul li a { display: block; color: #999; text-decoration: none; }
						#subMenu ul li a:hover { color: #555; text-decoration: none; }
						#subMenu ul li.selected a { color: #FF3300 !important; }
						
				#subMenuSubCaption {
					float: right;
					font-size: 11px;
					font-weight: normal; 
					color: #FF3300;
					padding-right: 2px;
				}
		
		
		
		
		#allPage #mainContent {
			width: 444px;
		
		}
		
			#mainContent blockquote.slogan {
				margin: 0 0 17px;
				padding: 0;
				font-size: 14px;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				line-height: 1.4em;
				color: #002234;
			}
			
			#mainContent h3 {
				margin: 0 0 6px !important;
				padding: 0;
				color: #123345;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				
			}
			
			#mainContent .twoColumnLayout {
				margin: 0 0 17px;
				padding: 0;
				width: 444px;
			}
				#mainContent .twoColumnLayout td {
					text-align: left;
					vertical-align: top;
					line-height: 1.6em;
					color: #666;
				}
				#mainContent .twoColumnLayout td.c1 { padding-right: 10px; width: 210px; }
				#mainContent .twoColumnLayout td.c2 { padding-left: 3px;  }
				#mainContent .twoColumnLayout td.c2a { text-align: right !important; }
					#mainContent .twoColumnLayout img { border: none }
				#mainContent .twoColumnLayout td.c3 { padding-left: 3px; 
													  vertical-align: bottom; 
													  color: #999; 
													  text-align: right  }
					#mainContent .twoColumnLayout td.c3 * { color: #999 !important;  }
					#mainContent .twoColumnLayout td p { margin: 0 0 10px; padding: 0 }
					
					#mainContent .twoColumnLayout a.smallGrayLink { font-size: 10px; color: #999; text-decoration:none; }
					#mainContent .twoColumnLayout a.smallGrayLink:hover { color: #999; text-decoration:underline; }
					#mainContent .twoColumnLayout img.smallGrayLink { vertical-align:middle !important }
	
			
			#mainContent div.galleryChoice { padding: 0 0 10px;  margin: -10px 0 0; }
			#mainContent div.galleryChoice a {
				display: block;
				float: left;
				width: 144px;
				margin-right: 5px;
				padding: 0;
				color: #999;
			}
			#mainContent div.galleryChoice a:hover { text-decoration: none; }
				#mainContent div.galleryChoice a:hover span { text-decoration: underline; }
			#mainContent div.galleryChoice a.galHeadLast { margin-right: 0; }
				#mainContent div.galleryChoice a img { border: 0; margin-bottom: 4px; }
				
			
			#mainContent div.gallery { padding: 0 0 10px;  margin: -10px 0 0; }
			#mainContent div.gallery a {
				display: block;
				float: left;
				width: 72px;
				margin-right: 2px;
				margin-bottom: 2px;
				padding: 0;
				color: #999;
			}
			#mainContent div.gallery a.last { margin-right: 0; }	
				#mainContent div.gallery a img { border: 0; }
				
			
			
			
			
			
			#mainContent .backToTop { 
				border-top: 1px solid #ccc;
				padding-top: 3px;
				font-size: 10px;
				text-align: right;
				margin-bottom: 25px;
			}
				#mainContent .backToTop a { color: #999; }
				
				
				
			
			
		
		
		#allPage .footer {												/* -----------  F O O T E R  ---------------------------- */
			clear: both;
			border: 3px solid #FFF;
			border-top-width: 0;
			background-color: #EEEDED;
			color: #666;
			padding: 2px 0 2px;
			text-align: center;
			font-size: 10px;
		}
			#allPage .footer p { margin: 0; padding: 0 }
			#allPage .footer strong, #allPage .footer b { font-weight: bold; color: #0F374F !important; }
			#allPage .footer a { color: #0F374F !important; }
			
	
	
	#copyrights {
		margin: 0 auto 0;
		padding: 4px 6px 0 0;
		clear: both;
		width: 699px;
		text-align: right;
		color: #666;
		font-size: 10px;
	}
					
