/* Maakoa Base CSS */

body {
	background: #C5EE7D url(../../images/maakoa_remix/bkg_green.png) repeat-y top center;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	text-align: center;
}

h1 { 
	font-weight: bold;
	font-family: Arial, sans-serif; 
	color: #560054;
	font-size: 17px;
	padding: 0;
	margin-bottom: 5px;
}

h2 { 
	font-weight: bold;
	font-family: Arial, sans-serif; 
	color: #454545;
	font-size: 14px;
	padding: 0;
}
h2, h3, h4, p, ul { 
	margin: 0; 
	padding: 0; 
}

h3 { 
	font-size: .95em; 
	padding: 1em 0 .2em 0; 
	text-transform: uppercase; 
}

h4 { 
	font-size: 1.1em; 
}

p { 
	color: #333333; 
	margin-bottom: 10px; 
	text-align: justify; 
	font-weight: normal;
}

ol { 
	list-style-type: decimal;
	font-size: 13pt;
	-moz-padding-start: 0px;
	margin: 5px 0 0 35px;
}
ul { 
	list-style: none;
	font-size: 13pt;
	margin: 5px 0 0 35px;
}
ul li { 
	list-style: none;
	list-style-image: url(../../images/maakoa_remix/bullet.png);
	
}

a, 
a:visited { 
	text-decoration: none;
	color: #560054;
}
a:hover { 
	color: #560054;
	cursor: pointer; 
	text-decoration: underline;
}
	
img.clickable {
	cursor: pointer;
}

.clear {
	clear: both;
}
				
#container { 
	margin: 0 auto 5px auto; 
	*margin: -5px auto 5px auto; 
	width: 950px; 
}

#header { 
	background: transparent url('../../images/maakoa_remix/bkg_header.png') no-repeat top center;
	height: 167px;
	text-align: left;
	width: auto; 
	width: 950px;
	font-family: arial;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.logo {
	background: transparent url(../../images/maakoa_remix/logo_maakoa.png) no-repeat 50px 10px;
	width: 312px;
	height: 108px;
	position: relative;
	z-index: 99;
}
.logo a {
	text-decoration: none;
	border: none;
}
.logo a:hover {
	text-decoration: none;
	border: none;
}

.distinfo {
	height: 50px;
	margin: -80px 60px 0px 0;
	float: right;
}
.distname {
	font-size: 16pt;
	color: #560054;
	text-align: right;
	font-weight: normal;
	margin: 10px 0 0 0;
}
.distemail {
	font-size: 11px;
	color: #666;
	text-align: right;
	font-weight: normal;
}
.distphone {
	font-size: 11px;
	color: #666;
	text-align: right;
}
.distinfo2 {
	height: 50px;
	margin: -80px 60px 0px 0;
	float: right;
}
.distname2 {
	font-size: 16pt;
	color: #560054;
	text-align: right;
	font-weight: normal;
	margin: 10px 0 0 0;
}
.distemail2 {
	font-size: 11px;
	color: #666;
	text-align: right;
	font-weight: normal;
}
.distphone2 {
	font-size: 11px;
	color: #666;
	text-align: right;
}
#wthvideo {
	width:950px;
	height:150px;
	margin: 0 0 -5px -20px;
}
html>body div.wthvideo {
	position: absolute;
}
#content { 
	background: #FFFFFF; 
	color: #000000; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	text-align: justify; 
	width: 950px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
	z-index: 99;
}
#content-bottom {
	background: transparent url(../../images/maakoa_remix/bkg_footing.png) repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width:950px;
	height: 25px;
}
#footer { 
	padding-right: 10px; 
	text-align: center;
	margin-left: 155px;
	*margin-left: -50px;
}

.left { 
	float: left;
	text-align: left;
    	margin: 0px 0 0 0px;  
}

.middle { 
	text-align: center; 
	font-size: 9px;
	color: #888;
	clear: both;
}

.right { 
	float: right;
	text-align: right; 
    	margin: 0px 0 0 -3px; 
}
.enroll {
	color: #FFF;
	background-image: url(../../images/maakoa_remix/sign_up_button.png);
	background-position:center;
	background-repeat: no-repeat;
	font-weight: bold;
	position:relative;
	float: left;
	width: 210px;
	height: 60px;
	padding: 20px 0 0 0;
	text-decoration:none;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
	cursor: pointer; 
	position: relative;
	z-index: 99;
}

/*******************************************************************
 Menu 
*******************************************************************/

#navigation {
	height: 24px;
	width: 900px;
	position: relative;
	top: 12px;
}

ul#main-menu {
	position: relative;
	height: 24px;
	width: 700px;
	margin: 0;
	padding: 0;
}

li.menu-item  {
	float: left;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 24px;
}

a.menu-link {
	color: #666666; 
    	font-size: .95em;
	height: 24px;
}
	

html>body a.menu-link {
	display: block;
	padding-top: 0px;
}
li.current a.menu-link  {
    color: #560054;
}
a.menu-link:hover {
	color: #560054;
}

ul.sub-menu {
	border: 1px solid #b9b9b9;
	display: none;
	position: absolute;
	top: 21px;
}

ul.sub-menu li.menu-item {
	background: #ffffff;
	float: none;
	width: 175px;
}

ul.sub-menu li:hover {
	background: #560054;
}

ul.sub-menu li.menu-item a {
	color: #666666;
	text-align: left;
}

ul.sub-menu li:hover a {
	color: #ffffff;
}

li:hover ul.sub-menu {
	display: block;
}
/*******************************************************************
 Footer Menu 
*******************************************************************/
ul#footer-menu {
	position: relative;
	height: 26px;
	padding: 0;
	*margin-bottom: 5px;
	*left: 212px;
	margin: 0;
}

li.footer-item  {
	color: #888888; 
	font-size: 10px;
	float: left;
	top: 0;
	list-style: none;
	padding: 0 5px 0 5px;
	margin: 10px 0 0 10px;
	height: 17px;
	text-align: center;
}

a.footer-link {
	color: #888888; 
    	font-size: 10px;
	display: inline;
	text-align: center;
	text-decoration: none;
}

html>body a.footer-link {
	display: block;
}
li.current a.footer-link  {
    	color: green;
	text-decoration: none;
	cursor: pointer; 
}
a.footer-link:hover {
	color: #454545;
	text-decoration: underline;
	cursor: pointer; 
}

.middle ul li{ 
	font-size: 10px; 
	display: inline;
	color: #888888; 
	line-height: 16px;
	*padding-top: 5px;
}

/*******************************************************************
 Menu with autosize buttons
*******************************************************************/
.wrapper1{
	margin: 0;
	}
	.wrapper1 a{
		color: #444;
		text-decoration: none;
	}
	.wrapper1 a:hover {
		color: #444;
	}
	.wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;
	}
.wrapper {
	width: 950px;
	position: relative;
	margin-left: 90px;
}
.wrapper a{
		color: #444;
		text-decoration: none;
	}
	.wrapper a:hover {
		color: #444;
	}
	.wrapper p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;
	}
.nav {
	float: left;
	width: 900px;
	margin: -8px 0 0 50px;
}
.nav-wrapper {
	clear: both;
	float: left;
	margin-left: 190px;
	width: 800px;
}
.nav-left {
	background: url(../../images/maakoa_remix/nav_header_left.png) no-repeat top left;
	float: left;
	width: 6px;
	height: 28px;
}
.nav-right {
	background: url(../../images/maakoa_remix/nav_header_right.png) no-repeat top right;
	float: left;
	width: 6px;
	height: 28px;
}
.nav ul {
	height: 28px;
	float: left;
	margin: 0;
	padding-top: 0px;
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
}
.nav li {
	list-style-image: none;
	float: left;
	position: relative;
	z-index: 1;
	height: 30px;
}
.nav li.firstchild,
.nav li.currentfirstchild
{
	background: none;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	float: left;
	height: 28px;
	text-decoration: none;
	padding: 0 4px 0 4px;
}
a .menu-left {
	width: 5px;
	height: 28px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li.current a .menu-left,
.nav li.currentfirstchild a .menu-left {
	background: url(../../images/maakoa_remix/menu_left.png) no-repeat left top;
	width: 5px;
	height: 28px;
}
a .menu-mid {
	height: 28px;
	display: block;
	float: left;
	font-weight: bold;
	color: #666;
	line-height: 25px;
	font-size: 13px;
	text-transform: uppercase;
}
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li.current a .menu-mid,
.nav li.currentfirstchild a .menu-mid {
	background: url(../../images/maakoa_remix/menu_mid.png) repeat-x top left;
	height: 28px;
	color: #E7E7E7;
	min-width: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
a .menu-right {
	width: 5px;
	height: 28px;
	display: block;
	float: left;
}
.nav li.active a .menu-right,
.nav li:hover a .menu-right, 
.nav li.current a .menu-right,
.nav li.currentfirstchild a .menu-right {
	background: url(../../images/maakoa_remix/menu_right.png) no-repeat top left;
	width: 5px;
	height: 28px;
}

.nav li:hover .sub,
.nav li.hover .sub {
	display: none;
}
.nav li .sub {
	display: none;
}
.nav li ul {
	background: url(../../images/maakoa_remix/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li 
 {
	width: 100%;
	padding: 1px 0 2px;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a,
 {
	color: #444;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover,
 {
	color: #fff;
	background: #444 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #444 !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../../images/maakoa_remix/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
#navigation ul {
	width: 750px;
}

/*************************************************
		menu end
*************************************************/


/*******************************************************************
 User/Client Content 
*******************************************************************/
#text1 {
	padding: 10px 30px 0px 20px;
	color: #454545;
}

#text1 h3 {
	text-transform: none;
	font-size: 13px;
	margin-bottom: 10px;
}

#image1 {
	float: left;
}

/* The home page */
body.maakoa_remixhome .distimage {
	display: none;
}
body.maakoa_remixhome .distinfo2 {
	float: left;
}
body.maakoa_remixhome .distname2 {
	display: none;
}
body.maakoa_remixhome .distemail2 {
	display: none;
}
body.maakoa_remixhome .distphone2 {
	display: none;
}

body.maakoa_remixhome .distimage2 {
	background: transparent url(../../images/maakoa_remix/frame2.png) no-repeat;
	float: left;
	width: 324px;
	height: 324px;
	margin: 304px 0 0 40px;

}
body.maakoa_remixhome .distimage2 img {
	width: 280px;
	height: 280px;
	position: relative;
	z-index: -1;
	margin: 18px 0 0 18px;
}

body.maakoa_remixhome #image1 {
	background: transparent url(../../images/maakoa_remix/frame2.png) no-repeat;
	float: left;
	width: 324px;
	height: 324px;
	margin: 165px 0 0 40px;

}
body.maakoa_remixhome #image1 img {
	width: 280px;
	height: 280px;
	margin: 19px 0 0 19px;
	position: relative;
	z-index: -1;
}
body.maakoa_remixhome #text1 {
	float: left;
	width: 900px;
	height: 150px;
	margin: -500px 0 0 0;
	border-bottom: 1px solid #000;
}
body.maakoa_remixhome #text2 {
	margin: -325px 95px 40px 0;
	float: right;
	width: 475px;
}
body.maakoa_remixhome #text2 h1 {
	color: #560054;
	font-weight: bold;
	font-size: 28pt;
	margin-top: 15px;
}
body.maakoa_remixhome #text2 h2 {
	color: #888;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 10px;
	margin: 0;
}
body.maakoa_remixhome #text2 p {
	color: #000;
	font-size: 12pt;
	text-align: left;
	margin: 10px 0 10px 0;
}
/* Interior pages */
body.basic_tti .distinfo2 {
	display: none;
}
body.basic_tti .distname2 {
	display: none;
}
body.basic_tti .distemail2 {
	display: none;
}
body.basic_tti .distphone2 {
	display: none;
}
body.basic_tti .distimage {
	display: none;
}

body.basic_tti #image1 {
	background: transparent url(../../images/maakoa_remix/frame2.png) no-repeat;
	float: left;
	width: 324px;
	height: 324px;
	margin: 166px 0 0 40px;
}
body.basic_tti #image1 img {
	width: 280px;
	height: 280px;
	margin: 19px 0 0 19px;
	position: relative;
	z-index: -1;
}
body.basic_tti #text1 {
	float: left;
	width: 900px;
	height: 150px;
	margin: -500px 0 0 0;
	border-bottom: 1px solid #000;
}
body.basic_tti #text2 {
	margin: -325px 95px 40px 0;
	float: right;
	width: 475px;
}
body.basic_tti #text2 h1 {
	color: #560054;
	font-weight: bold;
	font-size: 28pt;
	margin-top: 15px;
}
body.basic_tti #text2 h2 {
	color: #888;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 10px;
	margin: 0;
}
body.basic_tti #text2 p {
	color: #000;
	font-size: 12pt;
	text-align: left;
	margin: 10px 0 10px 0;
}
/* My Story page */
body.basic_ttti .distinfo2 {
	float: left;
}
body.basic_ttti .distname2 {
	display: none;
}
body.basic_ttti .distemail2 {
	display: none;
}
body.basic_ttti .distphone2 {
	display: none;
}

body.basic_ttti .distimage {
	display: none;
}
body.basic_ttti .distimage2 {
	background: transparent url(../../images/maakoa_remix/frame2.png) no-repeat;
	float: left;
	width: 324px;
	height: 324px;
	margin: 304px 0 0 40px;

}
body.basic_ttti .distimage2 img {
	width: 280px;
	height: 280px;
	position: relative;
	z-index: -1;
	margin: 18px 0 0 18px;
}

body.basic_ttti #image1 {
	background: transparent url(../../images/maakoa_remix/frame2.png) no-repeat;
	float: left;
	width: 324px;
	height: 324px;
	margin: 165px 0 0 40px;

}
body.basic_ttti #image1 img {
	width: 280px;
	height: 280px;
	margin: 19px 0 0 19px;
	position: relative;
	z-index: -1;
}
body.basic_ttti #text1 {
	float: left;
	width: 900px;
	height: 150px;
	margin: -500px 0 0 0;
	border-bottom: 1px solid #000;
}
body.basic_ttti #text2 {
	margin: -325px 95px 0 0;
	float: right;
	width: 475px;
}
body.basic_ttti #text2 h1 {
	color: #560054;
	font-weight: bold;
	font-size: 28pt;
	margin-top: 15px;
}
body.basic_ttti #text2 h2 {
	color: #888;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 10px;
	margin: 0;
}
body.basic_ttti #text2 p {
	color: #000;
	font-size: 12pt;
	text-align: left;
	margin: 10px 0 10px 0;
}
body.basic_ttti #text3 {
	margin: 0 95px 40px 0;
	float: right;
	width: 475px;
}
/* Contact Me page */
body.maakoa_contact .distinfo2 {
	float: left;
	position: relative;
	top: 395px;
	left: 45px;
}
body.maakoa_contact .distname2 {
	margin: 0;
	text-align: left;
}
body.maakoa_contact .distemail2 {
	text-align: left;
}
body.maakoa_contact .distphone2 {
	text-align: left;
}
body.maakoa_contact .distimage {
	display: none;
}
body.maakoa_contact .distimage2 {
	display: none;
}


body.maakoa_contact #text1 {
	float: left;
	width: 900px;
	height: 150px;
	margin:-10px 0 0 0;
	border-bottom: 1px solid #000;
}
body.maakoa_contact #text2 {
	margin: 30px 0 30px 40px;
	float: left;
	width: 300px;
}
body.maakoa_contact #text2 h1 {
	color: #560054;
	font-weight: bold;
	font-size: 28pt;
	margin-top: 15px;
}
body.maakoa_contact #text2 h2 {
	color: #888;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 10px;
	margin: 0;
}
body.maakoa_contact #text2 p {
	color: #000;
	font-size: 12pt;
	text-align: left;
	margin: 10px 0 10px 0;
}
body.maakoa_contact #text3 {
	margin: 35px 50px 20px 0;
	float: right;
	width: 500px;
}

/* The Calendar page */
body.maakoa_calendar .distinfo2 {
	display: none;
}
body.maakoa_calendar .distname2 {
	display: none;
}
body.maakoa_calendar .distemail2 {
	display: none;
}
body.maakoa_calendar .distphone2 {
	display: none;
}
body.maakoa_calendar .distimage {
	display: none;
}
body.maakoa_calendar #image1 .corner img {

	}
body.maakoa_calendar #image1 .iradius20 img {

}

body.maakoa_calendar #image1 .ishadow33 img {

}

body.maakoa_calendar #text1 {
	float: left;
	width: 900px;
	height: 150px;
	margin:-10px 0 0 0;
	border-bottom: 1px solid #000;
}
body.maakoa_calendar #text2 {
	margin: 30px 0 30px 40px;
	float: left;
	width: 475px;
}
body.maakoa_calendar #text2 h1 {
	color: #560054;
	font-weight: bold;
	font-size: 28pt;
	margin-top: 15px;
}
body.maakoa_calendar #text2 h2 {
	color: #888;
	font-weight: bold;
	font-size: 13pt;
	padding-top: 10px;
	margin: 0;
}
body.maakoa_calendar #text2 p {
	color: #000;
	font-size: 12pt;
	text-align: left;
	margin: 10px 0 10px 0;
}

/****************************************
 * 	Image corner styles
 * *************************************/

.corner {

	}
.iradius20 {

}

.ishadow33 {

}
