body {
	padding:0px;
	margin: 0px;

	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.header-bg{
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
h1{
	font-family:Calibri, Arial, Verdana;
	font-size:24px;
	color:#2d2d2d;
	margin-bottom:0;
	padding-bottom:0;
}
h2{
	font-family:Calibri, Arial, Verdana;
	font-size:20px;
	color:#2d2d2d;
	margin:0;
	padding:0;
}
#nav {}
#nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
#nav ul li {
	float:left;
	color:#fff;
	}
#nav ul li a {
	height:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
	padding: 20px 15px 0px 15px;
	margin: 0px 3px 0px 3px;
	}
#nav ul li .active {
		background-color:#4FD4DD;
		color:#333;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	#nav ul li a:active{
		background-color:#4FD4DD;
		color:#333;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2d2d;
	line-height:1.3;
	letter-spacing:1.3;
}
.form-bg{
	background-image:url(images/form-bg.jpg);
	background-repeat:repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.form-heading{
	font-family:Calibri, Arial, Verdana;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	text-shadow:#666 1px 1px 1px;
	padding-left:10px;
}
.form-lable{
	font-family:Calibri, Arial, Verdana;
	font-size:15px;
	color:#383838;
	padding-left:15px;
}
.form-field{
	width:236px;
	height:25px;
	background-color:#fff;
	border:none;
	padding-left:3px;
	margin-left:13px;
}
.textatea{
	width:236px;
	height:86px;
	background-color:#fff;
	border:none;
	padding-left:3px;
	margin-left:13px;
}
.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	font-family:Calibri, Arial, Verdana;
	font-size:15x;
	color:#fff;
}
.footer a{
	font-family:Calibri, Arial, Verdana;
	font-size:15x;
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*---- slider -----*/
#slideshow {
    position:relative;
    height:290px;
	width:950px;
	margin-bottom:40px;
	margin-top:5px;
	left:-25px;
}

#slideshow DIV {
    position:absolute;
    z-index:8;
    opacity:0.0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:.8;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: auto;
    display: block;
    border: #4fd4dd solid 10px;
}
.slide-shedow{
	margin-top:-46px;
	margin-left:-20px;
}

/*---------------------------window.html-page---------------------------------*/


.content-box {
	padding: 0px 0px 0px 0px;
	height:auto;
}
.content-box ul {
	list-style:none;
	padding:0 0 0 0px;
	margin:0;
}
.content-box ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2d2d;
	line-height:1.6;
	letter-spacing:1.3;
	background-image:url(images/arrow-bullet.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:12px 0 5px 35px;
}
.content-box ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2d2d;
	line-height:1.3;
	letter-spacing:1.3;
	text-decoration:none;
}
.content-box ul li a:hover {
	color:#24759a;
}
