﻿@charset "utf-8";
/* CSS Document */

body {
	font-family : Tahoma;
	font-size : small;
}
a.img, span.img {
	text-indent : -50000px;
	position : absolute;
	display  : block;
	width  : 100%;
	height : 100%;
	top  : 0px;
	left : 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */
h1, h2, h3, h4, h5 {
	display : block;
	position: relative;
}
a, a:link, a:active, a:visited {
	color : #808080;
	text-decoration : none;
}
	a:hover { text-decoration: underline; }


.wrapper {
	width : 900px;
	margin  : 20px auto;
	background : url(../images/main.gif) repeat-y;	
}
	.wrapper-top1 {
		width : 100%;
		height : 15px;
		background : url(../images/wrapper-top.gif) no-repeat;
	}
	.wrapper-bottom1 {
		width : 100%;
		height : 15px;
		background: url(../images/wrapper-bottom.gif) no-repeat;
	}
	.wrapper-top-nav {
		width : 887px;
		margin : 0px auto 8px auto;
		font-size : 14px;
	}
		.wrapper-top-nav ul {
			float : right;
		}
			.wrapper-top-nav ul li {
				float : left;
				margin-left  : 12px;
				margin-right : 5px;
			}
	.wrapper-top {
		height : 82px;
		width  : 887px;
		margin-left : 6px;
		background : url(../images/main-top.gif) repeat-y;
	}
		.wrapper-top h1 {
			height : 82px;
			width  : 187px;
			margin-left : 92px;
		}
			.wrapper-top h1 a {
				background : url(../images/logo2.gif) no-repeat;
			}
	.wrapper-main {
		margin : 22px 0 0 6px;
		width : 887px;
	}
		.wrapper-main-left {
			width : 200px;
			float : left;
		}
			.wrapper-main-left-nav {
				margin-left : 11px;
				font-size   : 12px;
				color  : #006666;
				width  : 186px;
				height : auto;
				background : url(../images/wrapper-main-left-nav.gif) repeat-y;
			}
				.wrapper-main-left-nav-top {
					height : 8px;
					background : url(../images/wrapper-main-left-nav-top.gif) no-repeat;
				}
				.wrapper-main-left-nav-bottom {
					background : url(../images/wrapper-main-left-nav-bottom.gif) bottom no-repeat;
					height : 30px;
				}
				.wrapper-main-left-nav ul {
					margin : 0 0 0 12px;
				}
					.wrapper-main-left-nav ul li {
						margin : 3px 0 2px 0;
					}
					.wrapper-main-left-nav ul li.title {
						margin-top : 14px;
						font-size  : 14px;
					}
			.wrapper-main-left-contact {
				margin : 26px 0 0 0;
			}
				.wrapper-main-left-contact img {
					margin : 0 auto;
					display: block;
				}
		.wrapper-main-content {
			margin-right : 8px;
			min-height   : 300px;
			height : 100%;
			float  : right;
			width  : 674px;
			color  : #666;
			font-size : 13px;
		}
			.wrapper-main-content h2 {
	margin-bottom : 10px;
	font-weight : normal;
	font-size: 32px;
	color : #1baba9;
	margin-left: 5px;
}
.wrapper-main-content .left-pane,
			.wrapper-main-content .right-pane {
	margin-top: 10px;
	margin-left: 0px;
}
		.wrapper-footer {
			color  : white;
			height : 20px;
			width  : 887px;
			padding-top : 10px;
			margin-top  : 20px;
			margin-left : 6px;
			background  : #1baca9;
		}
			.wrapper-footer ul {
				margin-left : 8px;
			}
				.wrapper-footer ul li {
					float : left;
					margin-left : 4px;
					font-size   : 14px;
					text-transform : uppercase;
				}
				
				    .wrapper-footer ul li a, 
    .wrapper-footer ul li a:link, 
    .wrapper-footer ul li a:active, 
    .wrapper-footer ul li a:visited {
     color : white;
    }
