
/* STRUCTURE */


body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #333;
}

html, body {
	margin: 0;
}

a img{
	border: 0;
}


#main_container{
	width:800px;
	margin:0 auto;
	min-height: 100%;
	position: relative;
	margin-bottom: -230px;
	margin-top: -170px;
}




#header {
	height: 170px;
	background: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-top: -15px;
}

.clearheader {
	height: 170px;
	clear: both;
}

#header_content {
	margin: 0 auto;
	width: 800px;
	height: 170px;
}


#header_content #logo {
	background: url(../img/kole_logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	height: 150px;
	width: 600px;
	float: left;
}


#header_content #symbol {
	height: 150px;
	width: 200px;
	float: right;
	background: url(../img/symbol.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#content {
	background: #fff;
	float: left;
	width: 580px;
	padding-right: 9px;
	border-right: solid #999 1px;
	height: auto;
	margin-bottom: 10px;
}


img.border {
	padding: 0 10px 3px 0;
}



 #sidebar {
	background: #fff;
	float: right;
	width: 200px;
	padding-left: 10px;
}


#newsletter_section {
	width: 200px;
	height: auto;
	margin-top: 20px;
}

.newsletter_table { 
	padding: 2px; 
}

#newsletter_form { 
	margin: 0;
	border: none;
}


#jump_section {
	padding: 10px 0;
	clear: both;
	background: #fff;
}


#jump_section ul {
	width: 100%;
	list-style: none;
	background: #fff;
	display: inline;
}

#jump_section li {
	width: 253px;
	height: 150px;
	margin-right: 20px;
	background-image: url(../photos/jumps.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 20px;
}


#jump_section li a {
	font-weight: bold;
	font-size: 18px;
	color: #666;
	width: 251px;
	height: 98px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	padding-top: 50px;
	border: solid 2px #fff;
	font-family: georgia, times, serif;
	-moz-border-radius: 16px; 
	-webkit-border-radius: 16px;
}


.subhead {
	font-size: 16px;
	font-weight: normal;
	padding: 2px 5px;
}


#jump_section li a:hover {
	color: #999;
	border: solid 2px #ccc;
	-moz-border-radius: 16px; 
	-webkit-border-radius: 16px;
}


#jump_section li.last {
	margin: 0;
}


.clearfooter {
	height: 230px;
	clear: both;
}


#footer {
	background: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 230px;
	position: relative;
}


#footer_content {
	margin: 0 auto;
	width: 800px;
	height: 220px;
	padding-top: 10px;
}


#footer_content #left {
	width: 300px;
	padding-top: 40px;
	float: left;
	background: #666;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#footer_content #left p {
	padding: 0 10px 10px 10px;
}

#footer_content #left .grey {
	color: #ccc;
}


#footer_content #left a {
	color: #ccc;
}


#footer_content #right {
	width: 450px;
	float: right;
	padding-left: 50px;
	height: 220px;
}

#footer_content #right ul {
	list-style: none;
	float: right;
	width: 330px;
	height: 35px;
	margin-top: 2px;
	border: none;
}

html>body #footer_content #right ul {
	list-style: none;
	float: right;
	width: 330px;
	height: 35px;
	margin-top: -10px;
	border: none;
}




#footer_content #right li {
	margin-left: 10px;
	display: inline;
	border: none;
}

#footer_content #right li a{
	border: none;
}



/* Demo Reel  */


#content .container {
	width: 580px;
	height: auto;
}

#content .container .left {
	width: 285px;
	height: auto;
	float: left;
}

#content .container .right {
	width: 285px;
	height: auto;
	float: right;
}

.center {
	width: 285px;
	height: auto;
	margin-left: 285px;
}





/*Photo Text */

#content .photo_text_container {
	width: 580px;
	height:auto;
	padding-bottom: 30px;
}

#content .clear {
	clear: both;
}


#content .photo_text_container .button_container {
	width: 320px;
	height: auto;
	float: right;
}


#digital, #hard_copy {
	width: 155px;
	height: auto;
}

html>body #digital, #hard_copy {
	width: 155px;
	height: auto;
}


#digital {
	float: left;
	padding-right: 5px;
}

#hard_copy {
	float: right;
	padding-left: 4px;
	border-left: 1px #ccc solid;
}



#newsletter_page {
	margin: 0 auto;
	width: 300px;
	height: auto;
}



/*LESSON PAGE */



#lesson_options {
	padding: 10px 0;
	clear: both;
	background: #fff;
}


#lesson_options ul {
	width: 100%;
	list-style: none;
	background: #fff;
	display: inline;
}

#lesson_options li {
	width: 200px;
	height: 115px;
	margin-right: 160px;
	background-image: url(../photos/lesson_options.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 10px;
}


#lesson_options li a {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	width: 190px;
	height: 90px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	padding-top: 25px;
	font-family: georgia, times, serif;
	-moz-border-radius: 16px; 
	-webkit-border-radius: 16px;
}


#lesson_options .subhead {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}


#lesson_options li a:hover {
	text-decoration: underline;
}


#lesson_options li.last {
	margin: 0;
}



#lesson_container {
	margin: 5px;
}


#lesson_container .right {
	float: right;
	width: 390px;
	height: auto;
	padding-left: 12px;
	border-left: 1px solid #ccc;
}


#lesson_container .left {
	float: left;
	width: 390px;
	height: auto;
	padding-right: 20px;
}

#lesson_container .center {
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 400px;
}


#lesson_container .left_skype {
	float: left;
	width: 150px;
	height: auto;
	padding: 0 200px 0 150px;
}


#lesson_container .right_skype {
	float: right;
	width: 150px;
	height: auto;
	padding-right: 150px;
}




/* Text and Headings */



p.news	{
	font-family: helvetica, verdana, sans-serif; 
	color: #666666; 
	font-size: 12px; 
	line-height: 14px; 
}






h1.news /* news title */{ 
	width: 137px; 
	height: 42px; 
	background-image: url("../photos/news.jpg"); 
	background-repeat: no-repeat;
	text-indent: -9999px; 
}


h1.newsletter /* newsletter title */ { 
	width: 200px; 
	height: 27px; 
	background-image: url("../photos/newsletter.jpg"); 
	background-repeat: no-repeat;
	text-indent: -9999px;  
}


h1.contact {
	width: 200px;
	margin: 10px 50px;
	height: 36px;
	background: url(../photos/contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}


h1.followme {
	float: right;
	width: 200px;
	height: 36px;
	background: url("../photos/follow_me.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

h1.endorsements {
	float: right;
	width: 200px;
	height: 36px;
	background: url(../photos/endorsements.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
	
	


h2 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 30px;
	font-weight: bold;
	color: #ccc;
}

h3,h6 /*sub headings*/	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #999; 
}


h4 /*news titles*/	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size 14px; 
	font-weight: bold; 
	color: #003300; 
}


h5 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #336633;  
	font-weight: bold; 
}

h6 {
	font-size: 14px;
}



/* Links */


a:link, a:visited, a:active	{ 
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, sans-serif; 
	color: #336633; 
	font-size: 12px; 
	text-decoration: underline; 
}

a:hover	{ 
	text-decoration: none; 
}




/* TOP NAVIGATION BAR */

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 30px;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em 0;
}

#nav ul {
	
	background: url(../img/lower_level_bg.jpg);
	background-repeat: repeat;
}

#nav {
	background-image: url("../img/navigation-bar.jpg");
	background-repeat: no-repeat;
}


#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #666;
	text-decoration: none;
	padding: 0.1em 2em;
}


#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.5em;
	w\idth: 14em;
	font-weight: normal;
	margin: 0;
	border: solid #333 1px;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url("../img/nav_link_bg.jpg");
	background-repeat: repeat-x;

}

#nav li.home:hover {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}



