/*	=========================
		TICKET TURTLE
		CSS Document
		Style Sheet: SCREEN
	========================= */

/* 	00703D DARK GREEN 
	72BE44 LIGHT GREEN
	5A4099 DARK PURPLE
*/

/*	=============
	  PRINT LOGO	- view only when printing page
	============= */
img.printLogo	{display:none;}
h1.printH1	{display:none;}
h2.printH2	{display:none;}
.show_when_printx {display:none;}

/*new Questions to ask page styles */
.qstask ul li { list-style-type:disc; color:#000; margin-top:2px; }
.qstask ul li ul li { list-style-type:circle; color:#000; margin-top:2px; }
.qstask { margin-left:200px; margin-right:50px; }
	

/*	=============
	   GENERAL
	============= */
	
body	{
	margin: 0 auto;
	padding:0;
	width: 1001px; 
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border: 0;
	background: #8E7CBA url("images/bck.jpg") repeat-x top left;
	}
p	{
	line-height: 1.5em;
	padding: 0;
	margin: 10px 0 0 0;
	}
p.noTopMargin	{
	margin: 0 0 10px 0;
	}	
.green	{
	color: #00703D;
	}
.noBold	{
	font-weight: normal;
	}
.preloadImg	{
	display: none;
	} 
img.screenshot	{
	margin: 10px 0 40px 0;
	}

/*	==========
	    A
	========== */	
a	{
	color: #5A4099;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: none;
	background-color: #5A4099;
	color: white;
	}
a#current	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
a img	{
	border: 0;
	}
	
/*	==========
	    UL
	========== */
ul	{
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type:square;	
	}	
.content ul	{
	line-height: 1.4em;
	font-size:1.0em;
	margin: 10px 0;
	}
.content ul.square	{
	 padding-left: 20px;
	}	
.content ul.square li, .shop_resource ul li {
	list-style-image: url("images/square.gif");
	margin-top:4px;
	}	
.content ul.left	{
	padding-left: 40px;
	}

.xxshop_resource ul li {
	list-style-image: url("images/green-block.gif");
	margin-top:4px;	
}
/*	==========
	  CONTENT
	========== */

.frame	{
	width: 1001px;
	margin: 0 auto;
	background: white url("images/bckPage.jpg") repeat-y top;
	}
.masthead	{
height: 190px; 
	padding: 15px 45px 0 55px;
	font-size: .85em;
background: white url("images/bckMasthead1.jpg") no-repeat top left; 
	color: #72BE44;
	}
.masthead img	{
	float: left;
	}

/* Title area for home page */
.titleHomeFrame	{
	float: left;
	width: 1001px;
	background: url("images/bckTitle.jpg") repeat-y top;
	}	 
.titleHomeContent	{
	float:left;
	width: 921px;
	background: url("images/bckTitle-home.jpg") no-repeat top left;
	padding: 15px 20px 15px 50px;
	}
.titleHomeText	{
	float:left;
	width: 460px;
	text-align: center;
	}
	
	/*wizard webcoders styles */
.wiztitletext	{
	position: relative;
	width: 900px; 
	}
.titleHomeText2	h1	{
	color: white;
	line-height: 1.65em;
	font-weight: bold; 
	font-size: 50px; 
	font-family: Verdana, Geneva, sans-serif;
	}
.titleHomeText2	h2	{
	color: white;
	font-size: 1.9em; 
	line-height: 1.4em;
	font-weight: normal; 
	font-family: arial;
	}
	/*END wizard webcoders styles */
.titleHomeText a:hover {
	background: none;
	}
.titleHomeText	h1	{
	color: white;
	font-size: 2.0em;
	line-height: 1.65em;
	margin: 0;
	padding: 20px 10px 15px 0px;
	font-weight: normal;
	}
.titleHomeText	h2	{
	color: white;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0 0 0;
	margin: 0;
	}
.titleHomeText	h3	{
	color: white;
	text-align: center;
	font-size: 1.2em;
	width: 200px;
	height: 35px;
	padding: 0;
	margin: 0 0 0 100px;
	background-color: #5A4099;
	}
.titleSub	{
	width: 100%;
	height: 190px;
	}	
.titleSub#products	{
	background: white url("images/bckTitle-products.jpg") no-repeat top left;
	}
.titleSub#tour	{
	background: white url("images/bckTitle-tour.jpg") no-repeat top left;
	}
.titleSub#why	{
	background: white url("images/bckTitle-turtleu.jpg") no-repeat top left;
	}
.titleSub#examples	{
	background: white url("images/bckTitle-examples.jpg") no-repeat top left;
	}
.titleSub#reviews	{
	background: white url("images/bckTitle-reviews.jpg") no-repeat top left;
	}
.titleSub#help	{
	background: white url("images/bckTitle-faq.jpg") no-repeat top left;
	}
.titleSub#pricing	{
	background: white url("images/bckTitle-demo.jpg") no-repeat top left;
	}
.titleSub#about {
	background: white url("images/bckTitle-about.jpg") no-repeat top left;
	}
.titleSub#contact	{
	background: white url("images/bckTitle-contact.jpg") no-repeat top left;
	}
.titleSub#thankyou	{
	background: white url("images/bckTitle-thankyou.jpg") no-repeat top left;
	}
.titleSub#login	{
	background: white url("images/bckTitle-login.jpg") no-repeat top left;
	height: 120px;
	}
.titleSub#blank	{
	background: white url("images/bckTitle-blank.jpg") no-repeat top left;

	}
.error	{
	display: block;
	background-color: #f90;
	color: black;
	margin: 5px 0 0 0;
	padding: 5px 15px;
	}
		
/*	CONTENT area */
.content	{
	clear: both;
	padding: 0 63px 50px 63px;
	}
.content img.pShadow	{
	 margin-left: -25px;
	 padding-top: 3px;
	}
.content h1	{
	font-size: 1.4em;
	padding: 15px 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #5A4099;
	}
.content h2	{
	font-size: 1.1em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	}
.content h3	{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0;
	color: #00703D;
	font-weight: bold;
	}
.content h4	{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0;
	color: black;
	line-height: 1.5em;
	font-weight: bold;
	}


/*	HOME PAGE CONTENT */
.content .homePageContent	{
	float: left;
	width: 865px;
	}
.content .homePageContent h1	{
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0;
	margin:0 0 3px 0;	
	clear: both;
	}
.content .homePageContent p	{
	margin-top: 5px;
	}
h1#tagLine {
	margin-top:87px;
	margin-bottom:-132px;
	margin-left:225px;
	font-size:20px;
	font-weight:normal;
	color: #FA9801;
}
	
/*	FEATURES  */	
.features	{
	float: left;
	width: 130px;
	height: 120px;
	margin-right: 13px;
	padding: 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #5A4099;
	background: url("images/bckFeatures.jpg") repeat-x left bottom;
	border: 5px solid #E8E3F0; /*light purple*/
	}
.testimonial	{
	float: left;
	width: 	315px;
	line-height: 1.5em;
	padding: 10px 0 10px 15px;
	background-color: #E8E3F0;/*light purple*/
	margin: 3px 0 0 0;
	}
.photo	{
	float: left;
	width: 75px; 
	height: 75px; 
	float: left;
	margin: 0 0 10px 0;
 	border: 3px solid white; 
	}
.comment	{
	width: 200px;
	float: right;
	padding:0 15px 0 0;
	line-height: 1.45em;
	}
.customer	{
	font-weight: bold;	
	color: #5A4099;	
	font-size: .9em;
	}
.packages	{
	float: left;
	width: 235px;
	height: 345px;
	margin-right:19px;
	padding: 10px;
	background: url("images/bckFeatures.jpg") repeat-x left bottom;
	border: 5px solid #E8E3F0; /*light purple*/
	}

/*	FOOTER */
.footer	{
	width: 100%;
	background: #8E7CBA url("images/bckFooter.jpg") no-repeat top left;	
	padding-bottom: 70px;
	clear: both;
	}
	
	
/*	COLUMNS */
.colFrame	{
	margin: 0;
	padding: 0;
	}
.twoColumn	{
	float: left;
	clear: both;
	width: 868px;
	padding: 0 0 25px 0;
	}
.twoColumn h1	{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	}
.twoColumn .leftCol	{
	float: left;
	width: 220px;
	text-align: center;
	padding-right: 30px;
	}
.twoColumn .leftColR	{
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 30px;
	}
.twoColumn .rightCol	{
	float: left;
	width: 590px;
	}
	
.rightCol ul li { list-style-image: url("images/square.gif"); }
.rightCol ul li ul { margin-left:15px; }
	
.twoColumn .rightCol h1.withPadding	{
	padding-bottom: 15px;
	}
.twoColumn .rightCol img	{
	padding-top: 12px;
	}
.twoColumn h1.green	{
	color: #72BE44;
	text-align: right;
	}
.twoColumn h1.normal	{
	font-weight: normal;
	}
.twoColumn p	{
	margin: 0;
	padding: 0 0 10px 0;
	}
a.reviewURL	{
	margin: 0;
	padding: 0 ;
	}
.backToTop	{
	float: right;
	font-size: .9em;
	padding: 0;
	margin: 0;
	}
.backToTop a {
	margin-left: 30px;
}

/*	======================
	  DEMO & QUOTE TABLE
	====================== */
table.quoteTable	{padding-top:20px;}
table.quoteTable td {padding:6px;text-align:left;vertical-align:top; }
table.quoteTable th {padding:10px;background-color:#5A4099;color:white;font-size:1.1em;}
table.quoteTable td.leftCol {width:30%;font-weight:bold;background-color: #D8D2E9; }
table.quoteTable td.rightCol	{background-color:#ECEAF5;}
table.quoteTable td.submit {text-align:center;background-color:#BEB5D9;}
/*	======================
	     LOGIN TABLE
	====================== */
table.loginTable	{width:100%;margin-top:20px;}
table.loginTable td {height:65px;padding:15px;font-size:1.1em;text-align:left;background-color:#ECEAF5;vertical-align:top;line-height:1.5em;}
table.loginTable td.label {width:275px;font-size:1.1em;font-weight:bold;background-color: #D8D2E9; }	
table.loginTableOuter	{width:100%}
table.loginTableOuter td {text-align:left;background-color:#ECEAF5;vertical-align:top}
table.loginTableOuter td.submit {text-align:center;background-color:#BEB5D9;height:40px;vertical-align:middle;}
	
/*	==========
	  HEADERS
	========== */

h1	{
	font-size: 1.5em;
	margin:0;
	padding-top: 20px;
	}
h2	{
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	clear: both;
	}
	
	
/*	==========
	NAVIGATION
	========== */

/* UTILITY NAVIGATION */
.masthead .utilityNav	{
	float: right;
	width: 670px;
	text-align: right;
	padding-top: 5px;
	}
.masthead .utilityNav ul	{
	float: right;
	list-style-type: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.masthead .utilityNav ul li	{
	float: left;
	height: 32px;
	padding: 9px 3px 0 3px;
	}
.masthead .utilityNav a	{
	float: left;
	text-decoration: none;
	}
.masthead .utilityNav a#uCurrent	{
	font-weight: bold;
	text-decoration: none;
	}
.masthead .utilityNav ul li.li-login	{
	background: #B8DEA1 url("images/bck-bLeft.gif") no-repeat left top;
	height: 41px;
	padding: 0;
	}
.masthead .utilityNav ul li a.login	{
	background: url("images/bck-bRight.gif") no-repeat right top;
	height: 18px;
	padding: 9px 15px 14px 15px;	
	}
	
/* MAIN NAVIGATION */
.masthead .mainNav	{
	margin: 0 auto;
	padding: 0;
	width: 725px;
	}
.masthead .mainNav ul	{
	float: right;
	list-style-type: none;
	width: 725px;
	padding: 99px 0 0 0;
	margin: 0;
	}
.masthead .mainNav ul li	{
	float: left;
	padding-left: 7px;
	}
.masthead .mainNav ul li a	{
	float: left;
	height: 45px;
	width: 98px;
	}
.masthead .mainNav ul li a.home	{
	background: white url("images/b-home.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.home#current	{
	background: white url("images/b-home-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.home:hover	{
	background: white url("images/b-home-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.faq	{
	background: white url("images/b-faq.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.faq#current	{
	background: white url("images/b-faq-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.faq:hover	{
	background: white url("images/b-faq-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products	{
	background: white url("images/b-products.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products#current	{
	background: white url("images/b-products-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products:hover	{
	background: white url("images/b-products-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.tour	{
	background: white url("images/b-tour.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.tour#current	{
	background: white url("images/b-tour-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.tour:hover	{
	background: white url("images/b-tour-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.why	{
	background: white url("images/b-turtleu.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.why#current		{
	background: white url("images/b-turtleu-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.why:hover		{
	background: white url("images/b-turtleu-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples	{
	background: white url("images/b-examples.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples#current		{
	background: white url("images/b-examples-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples:hover		{
	background: white url("images/b-examples-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews	{
	background: white url("images/b-reviews.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews#current		{
	background: white url("images/b-reviews-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews:hover		{
	background: white url("images/b-reviews-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start	{
	width: 156px;
	padding: 0;	
	background: white url("images/b-demo.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start#current		{
	height: 45px;
	width: 156px;/*133*/
	padding: 0;	
	background: white url("images/b-demo-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start:hover		{
	background: white url("images/b-demo-over.jpg") no-repeat top left;
	}

/* FOOTER NAVIGAITON */
.footerNav	{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	color: #49227A;
	}
.footer .footerNav ul	{
	margin: 0 auto;
	list-style-type: none;
	padding: 70px 0 15px 0;
	}
.footer .footerNav ul li	{
	display: inline;
	}
.footer .footerNav ul li a	{
	color: white;
	padding: 3px 10px;
	text-decoration: none;
	}
.footer .footerNav ul li a:hover	{
	color: #5A4099;
	color: white;
	}
.footer .footerNav ul li a.current	{
	text-decoration: underline;
	font-weight: bold;
	}

/*chart for pricing page */
table.productTable td {padding:6px;text-align: center;background-color:#D8D2E9; }
			table.productTable th {padding:10px;background-color:#5A4099;color:white;font-size:1.1em;}
			table.productTable td.itemHeading {font-size:1.1em;text-align: left; font-weight:bold;background-color: #BEB5D9; }
			table.productTable td.item {text-align: left;background-color:#ECEAF5;}
			td.item {width:475px;}
			td.itemcheck { width:109px; }
			td {padding:2px; }
			
			
h2#phoneNumber, #upperLeftLink {
	float:left;
	margin-left:-240px;
	margin-bottom:-40px;
	margin-top:4px;
	font-size:12px;
	font-weight:normal;
	color:#5B439B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a#upperLeftLink:hover {
	color: white;
}

#socialMediaButtons a img {
	padding-right: 5px;
}


/* Turtle U page */

.turtleU {
	width: 750px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
}
.titleHomeText2 {
	width: 921px;
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
}
#threeCols {
	background: url(images/mainBoxBg.png) no-repeat;
	height: 211px;
	width: 240px;
	display: inline;
	margin-top: 25px;
	position: relative;
}
#threeCols h1 {
	padding-left: 10px;
}
#threeCols h1 a, #threeCols h1 a:link, #threeCols h1 a:visited, #threeCols h1 a:hover, #threeCols h1 a:active {
	font-size: 16px;
	text-decoration: none;
}
#threeCols p, #threeCols li {
	font-size: 11px;
}
#threeCols p {
	padding-left: 10px;
}
#threeCols li {
	line-height: 15px;
}
#threeCols.rightBox {
	float: right;
}
#threeCols.leftBox {
	float: left;
}
#threeCols.centerBox {
	display: inline-block;
	margin-left: 15px;
}
.seeMoreFooter {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 200px;
	text-align: center;
}
.seeMoreFooter a {
	font-size: 14px;
}
#calendar {
	width: 750px;
	margin: 0 auto;
	font-size: 14px;
}


/* course Discriptions */
#courses h1 {
	font-size: 1.2em;
	color: #5A4099;
	margin-top: 30px;
}
.registerTime {
	color: #5A4099;
	font-size: 14px;
	font-weight: bold;
}
#courseDescription h4 {
	line-height: 1em;
}
#courseDescription p {
	padding: 0;
}
div.hr {
	background: #fff url(images/descriptionHR.jpg) repeat-x scroll center; 
	height: 50px;
}
div.hr hr {
	display: none;
}

/* calendar override */
.fc-grid .fc-day-number {
	float: none;
	text-align: center;
	padding: 2px;
	color: #5A4099;
	font-weight: bold;
	
}
table.fc-header  {
	background: transparent url(images/calendarHeaderBg.png) no-repeat center;
}
h2.fc-header-title {
	color: #FFF;
	margin-top: 10px;
}
.fc .fc-grid td {
	background-color: #dbdbee;
	border: 6px solid #FFF;
	border-right: 15px solid #FFF;
}
.fc-grid .fc-event-time, .fc-event-title {
	display: block;
	text-align: center;
	color: #000;
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a {
	background-color: #dbdbee;
	border: none;
}
.fc-event a:hover span {
	color: #5A4099;
}
.fc-grid table thead {
	background: transparent url(images/calendarSubHeaderBg.png) no-repeat center;
	height: 30px;
}
.fc .fc-grid th {
	padding-top: 5px;
}
.fc-widget-content, .fc .fc-grid th {
	border: none;
	color: #FFF;
}
.fc .fc-header-left {
	padding-top: 10px;
	padding-left: 10px;
}