*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'NewJuneBoldRegular';
    src: url('../font/newjune-bold-webfont.eot');
    src: url('../font/newjune-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/newjune-bold-webfont.woff') format('woff'),
         url('../font/newjune-bold-webfont.ttf') format('truetype'),
         url('../font/newjune-bold-webfont.svg#NewJuneBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NewJuneBookRegular';
    src: url('../font/newjune-book-webfont.eot');
    src: url('../font/newjune-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/newjune-book-webfont.woff') format('woff'),
         url('../font/newjune-book-webfont.ttf') format('truetype'),
         url('../font/newjune-book-webfont.svg#NewJuneBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	padding: 20px;
	font: 1em/1.5em Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
	background: #000 url("../img/bg.jpg") no-repeat fixed top;
	overflow: hidden;
}

a, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover{
/* 	color: #ff0000; */
	text-decoration: none;
}

.container{
	width: 790px;
	height: 490px;
	background-color: #000;
	border: 3px solid #FFF;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -395px;
}

.intro{
	height: 270px;
	top: 180px;
}

.slideshow img { display: none }
.slideshow img.first { display: block }

.container .ttl{
	padding:5px;
}

.contentTxt{
/* 	width: 355px; */
	width: 315px;
	height: 450px;
	float: left;
	position: absolute;
	top:130px;
	left: 20px;
	padding: 20px;
	font-size: 0.8em;
}

.contentImg{
	width: 395px;
	height: 490px;
	float: right;
}

/* layout for style 2 */
.contentTxt2{
	width: 315px;
	height: 450px;
	float: right;
	position: absolute;
	top:130px;
	right: 20px;
	padding: 20px;
	font-size: 0.8em;
}

.contentImg2{
	width: 395px;
	height: 490px;
	float: left;
}

.container .ttl2{
	padding:5px;
	position: absolute;
	left: 0;
}

.topAbout{
	top: 50px;
}
.topContact{
	top: 100px;
}

/* end style 2 */

.contentTxt h3{
	font-family: "NewJuneBoldRegular", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}
h4{
	font-family: "NewJuneBoldRegular", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}
.contentTxt p{
	line-height: 1.7em;
}

#s1, #s2, #s3, #s4, #s5{
	top:-500px;
}

/* "approach" slider */
dt{
	font-family: "NewJuneBoldRegular", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.3em;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

dt:after{
	content: url('../img/arrow1.gif');
}

dd{
	margin-top: -5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

/* end slider */


/****NAVIGATION****/
.navContainer{
	width: 800px;
	height: 78px;
	position: absolute;
	top: 15px;	left: 50%;

	margin-left: -395px;
	float: left;
	z-index: 999;
}

.nav{
	width: 570px;
	float: right;
	position: relative;
	top: 60px;
}
.logo{
	width: 230px;
	float: left;
}

li > a{
	font-family: "NewJuneBookRegular", Helvetica, Arial, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: .75em;
}

.bold{
	font-family: "NewJuneBoldRegular", Helvetica, Arial, Geneva, sans-serif;
}

.nav li{
	float: right;
	margin: 0 10px 0 10px;
	list-style: none;
	cursor: pointer;
}





