@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #02354a;
	background: url(../images/bckgd.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

#containerBckgd {
	margin: 0 auto;
	width: 950px;
	height: 860px;
	background:url(../images/containerBckgd.jpg) no-repeat;
	}
	
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	}
	
/* ------------- layout styles ------------ */

#header {
	position: relative;
	width: 900px;
	height: 125px;
	background: url(../images/typewriter_logo.jpg) no-repeat 50px 52px;
	}
	
/* --- navigation --- */
	
#navigation {
	position: relative;
	width: 900px;
	height: 50px;
	}
	
#navigation ul {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 553px;
	height: 50px;
	}
	
#navigation ul li {
	float: left;
	right: 50;
	}
	
#navigation ul li.who a {
	background:url(../images/navigation/who.gif) no-repeat 0 2px;
	display: block;
	width: 139px;
	height: 50px;
	}

#navigation ul li.who a:hover {
	background-position: 0 -50px;
	}

#navigation ul li.what a {
	background:url(../images/navigation/what.gif) no-repeat 0 2px;
	display: block;
	width: 137px;
	height: 50px;
	}

#navigation ul li.what a:hover {
	top:1px;
	background-position: 0 -50px;
	}
	
#navigation ul li.how a {
	background:url(../images/navigation/how.gif) no-repeat 0 1.5px;
	display: block;
	width: 137px;
	height: 50px;
	}
	
#navigation ul li.how a:hover {
	background-position: 0 -50px;
	}
	
#navigation ul li.letstalk a {
	background: url(../images/navigation/letsTalk.gif) no-repeat 0 1.5px;
	display: block;
	width: 139px;
	height: 50px;
	}	
	
#navigation ul li.letstalk a:hover {
	background-position: 0 -50px;
	}	

#navigation ul li a.current {
	background-position: 0 -50px;
	}

/* --- end navigation --- */

#content {
	position: relative;
	width: 900px;
	height: 425px;
	}
	
#rightContent {
	float: left;
	width: 525px;
	margin-top: 60px;
	margin-left: 190px;
	text-align:left;
	}
	
#leftContent {
	float: right;
	width: 210px;
	height: 425px;
	margin-top: center;
	margin-right: 50px;
	}
	
#contentHow {
	position: relative;
	width: 900px;
	height: 425px;
	text-align:center;
	top:25px;
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 90px;
	}
	
#contentWhat {
	position: relative;
	width: 900px;
	height: 425px;
	text-align:center;
	top:25px;
	left:100px;
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 90px;
	}
	
.nextBtn {
	width:40px;
	height:75px;
	position:absolute;
	left:831px;
	top:170px;
	text-decoration: none;
	}
	
.nextBtn a {
	display:block;
	background: url(../images/slider/btn_next.gif) no-repeat 0 0;
	text-decoration: none;
	}
	
.nextBtn2 {
	width:40px;
	height:75px;
	position:absolute;
	left:740px;
	top:150px;
	text-decoration: none;
	}
	
.nextBtn2 a {
	display:block;
	background: url(../images/slider/btn_next.gif) no-repeat 0 0;
	text-decoration: none;
	}

/* ------------------- footer ----------------------*/
	
#footer {
	position: relative;
	width: 900px;
	height: 50px;
	}
	
#footer ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 100px;
	top: 19px;
	}
	
#footer ul li {
	float: left;
	color: #AAAAAA;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#footer ul li a {
	display: block;
	text-decoration: none;
	color: #AAAAAA;
	}
	
#footer ul li a:hover {
	color: #888888;
	}
	
#footer ul.social {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 550px;
	top: 19px;
	}
	
#footer ul.social li {
	float: left;
	color: #AAAAAA;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#footer ul.social li a {
	text-decoration: none;
	color:none; 
	border:0;
	}	

#copyright {
	float: right;
	padding-top: 15px;
	margin-right: 50px;
	color: #18576F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
/* ---------------- type styles -------------- */

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 3.4em;
	color: #33CCFF;
	line-height: 1.2em;
	font-weight: bold;
}

#header h1 {
	margin-left: -9000px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #555555;
	font-weight: normal;
}

h2 {
	color: #02354A;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	}
	
h2 a {
	color: #02354A;
	text-decoration:none;
	}
	
h2 a:hover {
	color:#33CCFF;
	}
	
h3 {
	color: #92C848;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
p a {
	color: #AED468;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	}
	
a {
	text-decoration:none;
	border:none;
	}

/* ------------------ how slider --------------------------*/

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	text-decoration:none;
	}
#slider li{ 
	width:720px;
	height:385px;
	overflow:hidden; 
	}
#slider li.description {
	font: 12px Arial, Helvetica, sans-serif center;
	margin-top:10px;
	color:#BBBBBB;
	text-align:center;
	}	
	
#slider li.description2 {
	margin-top:10px;
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;
	list-style:none;
	}	

#slider li.description2 a {
	text-decoration:none;
	border:none;
	list-style:none;
	}	
a {
	text-decoration: none;
}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:75px;
	position:absolute;
	left:-60px;
	top:150px;
	}	
#nextBtn{ 
	left:740px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:75px;
	background: url(../images/slider/btn_prev.gif) no-repeat 0 0;
		
	}	
#nextBtn a{ 
	background: url(../images/slider/btn_next.gif) no-repeat 0 0;	
	}
	
	
	
/* ------------------ what slider --------------------------*/

#slider2{
	position:relative;
	top:35px;
	left:100px;
	}	

#slider2 ul, #slider2 li{
	margin:0;
	list-style:none;
	}

#slider2 li{ 
	width:550px;
	height:375px;
	overflow:hidden;
	text-align:left; 
	}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:40px;
	height:75px;
	position:absolute;
	left:-60px;
	top:150px;
	}	

#nextBtn{ 
	left:740px;
	}														

#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:75px;
	background: url(../images/slider/btn_prev2.gif) no-repeat 0 0;
	}
		
#nextBtn a{ 
	background: url(../images/slider/btn_next2.gif) no-repeat 0 0;	
	}
