
@import url("menu.css");
@import url("other.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1F3557;
	background-image:url(/images/layout-background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#frame {
	color: #fff;
	}
	#frame #layout-top {
		background-image: url(/images/splash_top.jpg);
		height: 188px;
		}
		#frame #layout-top  #kfl{
			margin-top: 20px;
			top: 25px;
			left: 125px;
			position: absolute;
			}
			
			#frame #sites #shadow-left {
				height: 402px;
				width: 89px;
				float: left;
				background-image: url(/images/site-shadow-left.jpg);
				}
			#frame #sites #shadow-right {
				background-image: url(/images/site-shadow-right.jpg);
				height: 402px;
				width: 89px;
				float: left;
				}
		
		#frame #sites {
			margin-left: 35px;
		}
		
		#frame #sites .site {
			width: 189px;
			float: left;
			border-right: 2px solid #152137;
			}
		#frame #sites .rightsite {
			width: 189px;
			float: left;
			}
		#frame #sites .site .top {
			background-repeat: no-repeat;
			background-color: #fff;
			height: 234px;
			}
			#frame #sites .site .one {
				background-image: url(/images/site-top-1.gif);
				}
			#frame #sites .site .two {
				background-image: url(/images/site-top-2.gif);
				}
			#frame #sites .site .three {
				background-image: url(/images/site-top-3.gif);
				}
			#frame #sites .site .top #vines{
				position: absolute;
				margin-top: -22px;
				margin-left: -37px;
				}
			#frame #sites .site .top .logo {
				position: absolute;
				margin-top: -40px;
				}
			#frame #sites .site .top .logo2 {
				position: absolute;
				margin-top: -47px;
				margin-left: 28px;
				}
			#frame #sites .site .top .pic{
				margin: 0px;
				margin-top: 62px;
				}
		#frame #sites .site .bottom {
			background-repeat: no-repeat;
			background-position: bottom;
			height: 168px;
			}
			#frame #sites .site .bottom h1 {
				text-align: center;
				padding-top: 15px;
				font-size: 120%;
				font-weight: normal;
				}
			#frame #sites .site .bottom .content {
				margin-top: 10px;
				margin-left: 20px;
				width: 147px;
				height: 70px;
				overflow: hidden;
				}
			#frame #sites .site .bottom .content p {
				font-size: 80%;
				font-weight: normal;
				}
			#frame #sites .site .bottom a {
				display: block;
				height: 22px;
				width: 93px;
				padding: 0px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 10px;
				line-height: 22px;
				text-align: center;
				color: #fff;
				font-size: 80%;
				font-weight: bold;
				}
			#frame #sites .site .bottom a:hover {
				text-decoration: underline;
				}
				#frame #sites .site .bottom .green {
					background-image: url(/images/loz-green.gif);
					}
				#frame #sites .site .bottom .yellow {
					background-image: url(/images/loz-yellow.gif);
					}
				#frame #sites .site .bottom .blue {
					background-image: url(/images/loz-blue.gif);
					}
			
			
		#frame #sites .rightsite .top-dark {
			background-image: url(/images/site-top-blue.jpg);
			background-repeat: no-repeat;
			height: 19px;
			}
			#frame #sites .rightsite .top-dark .logo {
				position: absolute;
				margin-top: -40px;
				margin-left: 5px;
				}
		#frame #sites .rightsite .middle-dark {
			background-repeat: no-repeat;
			height: 362px;
			background-image: url(/images/site-middle-dark.jpg);
			}
			#frame #sites .rightsite .middle-dark .content {
				margin-top: 10px;
				margin-left: 20px;
				width: 147px;
				height: 155px;
				}
			#frame #sites .rightsite .middle-dark .content p {
				font-size: 80%;
				font-weight: normal;
				margin-bottom: 10px;
				}
			#frame #sites .rightsite .middle-dark h1 {
				font-size: 170%;
				text-align: center;
				font-weight: normal !important;
				padding-top: 40px;
				}
				#frame #sites .rightsite .middle-dark h1 span {
					color: #858e9a;
					}
			#frame #sites .rightsite .middle-dark #map {
				margin-left: 5px;
				}
				
			
			
		#frame #sites .rightsite .bottom-dark {
			background-repeat: no-repeat;
			background-position: bottom;
			height: 21px;
			background-image: url(/images/site-bottom-dark.jpg);
			}
			
		#frame #sites .site .yellow {
			background-color: #e2ab1a;
			background-image: url(/images/site-bottom-yellow.jpg);
			}
		#frame #sites .site .green {
			background-color: #9ba938;
			background-image: url(/images/site-bottom-green.jpg);
			}
		#frame #sites .site .blue {
			background-color: #3C6698;
			background-image: url(/images/site-bottom-blue.jpg);
			}
			
		#frame #layout-content-bottom,
		#frame #home-content-bottom {
			background-image: url(/images/splash-content-bottom.jpg);
			height: 39px;
			margin-bottom: 50px;
			}
		#frame #layout-content-bottom #copyright,
		#frame #home-content-bottom #copyright
			{
			float: right;
			font-size: 10px;
			color: #3E5B7F;
			margin-top: 10px;
			margin-right: 120px;
			display: inline;
			}
		#frame #home-content-bottom #copyright2
			{
			float: left;
			font-size: 10px;
			color: #3E5B7F;
			margin-top: 10px;
			margin-left: 123px;
			display: inline;
			}
			#frame #home-content-bottom #copyright2 a {
				color: #3E5B7F;
				}
			#frame #home-content-bottom #copyright2 a:hover {
				text-decoration: underline;
				}
				
			
		
