@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/wavecut_dark.gif);
	font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:normal;
	margin:auto;
	padding: 0;
	font-size:14pt;
	width:960px;
	height:auto;
	margin:auto;
}

.content {
	background-image:url(../images/wavecut.gif);
	padding-left:20px;
	padding-right:20px;
	height:auto;
	color: #999;
	padding-top: 20px;
}

.header {
	background:#959595;
	height: 140px;
	clear:both;
}

h2 {
	color:#F60;
}

h4 {
	color:#959595;
}

p {
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	color: #a1a1a1;
	text-wrap:normal;
	text-align:justify;
}

a{
	color:#999;
	-webkit-transition:color 1000ms ease;
	-moz-transition:color 500ms ease;
	-ms-transition:color 500ms ease;
	-o-transition:color 500ms ease;
	transition:color 500ms ease;
}

a:hover{ color:#FC9; }

a{
	text-decoration:none;
	border:none;
	padding:0;
	outline:none;
	text-align: left;
}

.a {color:#CCC;}

p {
	font-size:14px
}
/*############ Navigation bar #####################*/
ul {
	margin: 0;
	padding: 0;
	background:#959595;
	list-style-image: none;
	list-style-type: none;
	}
#nav ul {
	background:#959595;
	border-top: 1px solid #000;
}

ul li {
	position: relative;
	float: left;
	height: 30px;
	width: 152px;
	margin: 0;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/wavecut_med_dark.gif);
	}

li ul {
	position: absolute;
	left: -3px;
	top: 27px;
	display: none;
	z-index: 10;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

li ul#lessonlist li {
	width:275px;
}

li ul#lessonlist2 li {
	width:275px;
}

li ul#lessonlist3 li {
	width:275px;
}


ul li a:link {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align: leftr;
}

ul li a:hover, ul li a:active {
	color:#FFF;
	text-decoration: underline;
}

li:hover ul { display: block; }

/*############ Table Rules #####################*/
table {
	background-color:#666;
	text-align: left;
}

tr {
	background-color:#CCC;
}

table, tr th scope {
	color:#336666;
}



/*############ maincontent area #####################*/
.wrapOverall {
	width:960px;
	margin:auto;
	text-wrap:normal;
	background-image: url(../images/wavecut.gif);
}


.wrapBucketInner1 {
	width:916px;
	height:auto;
	float:left;
	background-color: #CCC;
	border: thin solid #000;
}

.wrapBucketInner2 {
	width:916px;
	height:auto;
	float:clear;
	background-color: #CCC;
	border: thin solid #000;
}


.bucket1 {
	width:350px;
	padding-left:10px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	color:#666;
	float:left;
	height: 400px;
	line-height: normal;
	letter-spacing: 0pt;
	text-align: left;
	vertical-align: baseline;
	word-spacing: 0pt;
	display: inline;
}

.bucket2 {
	width:300px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#666;
	float:left;
}

.bucket3 {
	width:360px;
	padding-left:20px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	color:#666;
	float:left;
	height: 200px;
}

.tableExamples {
	width:960px;
}

.table1v1 {
	width:425px;
	float:left;
}

.leftSideCol {
	width:120px;
	padding-left:0;
	padding-right:0px;
	float:left;
}

.middleCol {
	float:left;
	width:300px;
	padding-left:0;
	padding-right:0px;
	height: 380px;
}

.rightSideCol {
	float:left;
	width:300px;
	padding-left:0;
	padding-right:0px;
}
.table1v2 {
	width:425px;
	float:left;
	padding-left: 10px;
	height: 500px;
}
.rightSideCol2 {
	float:left;
	width:200px;
	padding-left:0;
	padding-right:0px;
	margin: 0;
	height: 350px;
}

.leftSideCol2 {
	width:100px;
	padding-left:0;
	padding-right:0px;
	float:left;
}

.tableExamples2 {
	width:960px;
}

.whatHandle2 {
}
/*############ Footer bar #####################*/
#footer {clear:both;}

#footer p {
	width: 400px;
	margin: 0 auto 20px;
	}
#footer p a {
	color: #777;
	text-decoration: underline;
}

.footerlinks {
	padding-left: 50px;
}
