﻿@charset "utf-8";
/* CSS Document */

.outer-masthead {
	width: 100%;
	height: 140px;
	background: #fff url('../images/bg_masthead.jpg') repeat-x;
	}
	
	.masthead {
		position: relative;
		width: 900px;
		height: 140px;
		margin: 0 auto;
		}
		
		.logo {
			float: left;
			display: inline;
			width: 165px;
			height: 100px;
			margin: 0 0 0 50px;
			background: url('../images/logo.jpg') no-repeat;
			}
		
		.slogan {
			float: right;
			display: inline;
			margin: 27px 50px 0 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			line-height: 22px;
			font-weight: bold;
			font-style: italic;
			text-align: right;
			color: #363d4d;
			}
		
		.navigation {
			position: absolute;
			top: 100px;
			left: 50px;
			width: 800px;
			height: 40px;
			}
			
			.navigation ul {
				float: right;
				}
				
				.navigation li {
					float: left;
					display: inline;
					margin: 0 0 0 5px;
					padding: 0;
					background: none;
					}
					
					.navigation li.active a {
						font-weight: bold;
						}
										
					.navigation a:link, .navigation a:visited, .navigation a:active {
						float: left;
						display: inline;
						padding: 0 0 0 20px;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 16px;
						color: #fff;
						text-decoration: none;
						background: url('../images/nav_default.jpg') no-repeat 0% 0%;
						}
					
						.navigation a span {
							float: left;
							display: inline;
							height: 40px;
							line-height: 40px;
							padding: 0 20px 0 0;
							background: url('../images/nav_default.jpg') no-repeat 100% 0%;
							}
					
					.navigation a:hover {
						background: url('../images/nav_current.jpg') no-repeat 0% 0%;
						}
						
						.navigation a:hover span {
							background: url('../images/nav_current.jpg') no-repeat 100% 0%;
							}

/* Sidemenu */

.left-column ul.menu_sidemenu ul {
	padding-top: 2px;
	padding-bottom: 10px;
}


.outer-content {
	width: 100%;
	background: #fff;
	}
	
	.content {
		width: 800px;
		margin: 0 auto;
		min-height: 300px;
		padding: 20px 0 20px 0;
		overflow: visible;
		}
		
		.left-column {
			float: left;
			display: inline;
			width: 199px;
			border-right: #ccc dotted 1px;
			}
			
			.left-column .menu_sidemenu ul {
				margin: 0;
				padding: 0;
				}
			
			.left-column .menu_sidemenu li#current, .left-column .menu_sidemenu li li#current {
				font-weight: bold;
				}
				
				.left-column .menu_sidemenu li#current li {
					font-weight: normal;
					}
				
				.left-column .menu_sidemenu li li {
					margin: 0 0 0 5px;
					}
			
			.left-column .menu_sidemenu li a {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				}
			
			.left-column .menu_sidemenu li li a {
				font-size: 13px;
				}

		.right-column {
			float: left;
			display: inline;
			width: 575px;
			margin: 0 0 0 25px;
			}	
			
		.content-shade {
			float: left;
			display: inline;
			width: 800px;
			margin: 0 0 20px 0;
			padding: 10px 0 0 0;
			background: url('../images/bg_content_shade.jpg') no-repeat 0% 0%;
			}
		
		.bottom-shade {
			float: left;
			display: inline;
			clear: both;
			width: 800px;
			height: 20px;
			padding: 0;
			background: url('../images/bg_content_shade_bottom.jpg') no-repeat 0% 100%;
			}
		
.outer-footer {
	width: 100%;
	padding: 10px 0 0 0;
	background: #2f3a4c url('../images/bg_footer.jpg') repeat-x;
	}
	
	.footer {
		width: 900px;
		margin: 0 auto;
		}
		
		.address {
			float: left;
			display: inline;
			height: 130px;
			margin: 0 0 0 50px;
			padding: 10px 50px 0 0;
			line-height: 20px;
			color: #b2b7c1;
			border-right: 1px solid #676e7b;
			}
			
		.banner {
			float: left;
			display: inline;
			margin: 5px 0 0 15px;
			}


