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

/*--css reset--*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {line-height:1;}
ol, ul {list-style:none;}
/*--end css reset--*/


/*=======================================================
	Body
=======================================================*/

body {
	/*font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Lucida Grande, Trebuchet MS, Verdana,sans-serif;
	background-color:#ebeaea;
	font-size:12px;
	line-height:16px;
	color:#636363;
	/*background:url(images/bg_body.jpg) top center repeat-x;*/
}

.wrap {
	width:920px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.bodyTop {
	width:100%;
	height:60px;
	background:#64d5fa;
	float:left;
}

.bodyMid {
	width:100%;
	height:auto;
	background:#ffffff;
	float:left;
	padding-bottom:50px;
}

.bodyBtm {
	width:100%;
	height:290px;
	background:#ebeaea;
	float:left;
}

.wrap a {
	color:#636363;
	text-decoration:none;
}

	.wrap a:hover {
		text-decoration:underline;
	}

/*=======================================================
	Cufon
=======================================================*/

h1 {
	font-size:64px;
	line-height:38px;
	color:#64d5fa;
	letter-spacing:-4px;
	font-weight:normal;
}

h2 {
	font-size:34px;
	line-height:16px;
	color:#333333;
	font-weight:normal;
}

h3 {
	font-size:24px;
	line-height:28px;
	color:#333333;
	font-weight:normal;
}

strong, b {
	font-weight: bold;
}

/*=======================================================
	Navigation
=======================================================*/

.nav {
	width:920px;
	height:60px;
	margin:0;
	float:left;
}

.nav li {
	float:left;
}

.nav-01 {
	width:68px;
	background:url(images/navBtns/nav01.jpg) no-repeat;
}

.nav-02 {
	width:94px;
	background:url(images/navBtns/nav02.jpg) no-repeat;
}

.nav-03 {
	width:76px;
	background:url(images/navBtns/nav03.jpg) no-repeat;
}

.nav-04 {
	width:87px;
	background:url(images/navBtns/nav04.jpg) no-repeat;
}

.nav-05 {
	width:112px;
	background:url(images/navBtns/nav05.jpg) no-repeat;
}

.nav-06 {
	width:86px;
	background:url(images/navBtns/nav06.jpg) no-repeat;
}

.nav-07 {
	width:119px;
	background:url(images/navBtns/nav07.jpg) no-repeat;
}

.nav-08 {
	width:190px;
	background:url(images/navBtns/nav-logo.jpg) no-repeat;
	margin-left:33px;
}

a.nav-01, a.nav-02, a.nav-03, a.nav-04, a.nav-05, a.nav-06, a.nav-07, a.nav-08 {
	height:60px;
	display:block;
}

a.nav-01:hover, a.nav-02:hover, a.nav-03:hover, a.nav-04:hover, a.nav-05:hover, a.nav-06:hover, a.nav-07:hover {
	background-position: 0 -60px;
}

.navActive {
	background-position: 0 -60px;
}

/*=======================================================
	More Buttons
=======================================================*/

.readMore {
	width:80px;
	height:9px;
	background:url(images/btn_readmore.jpg) no-repeat;
	display:block;
}

	a.readMore:hover {
		background-position: 0 -9px;
	}
	
.viewWork {
	width:102px;
	height:9px;
	background:url(images/btn_viewWork.jpg) no-repeat;
	display:block;
}

	a.viewWork:hover {
		background-position: 0 -9px;
	}
	
.readNews {
	width:102px;
	height:9px;
	background:url(images/btn_readnews.jpg) no-repeat;
	display:block;
}

	a.readNews:hover {
		background-position: 0 -9px;
	}
	
.visitSite {
	width:92px;
	height:9px;
	background:url(images/btn_visitSite.jpg) no-repeat;
	display:block;
}

	a.visitSite:hover {
		background-position: 0 -9px;
	}
	
.showcaseBtn, .customBtn, .realestateBtn {
	width:140px;
	height:11px;
	background:url(images/btn_visitSite.jpg) no-repeat;
	display:block;
	margin:5px 0 0 11px;
}

.showcaseBtn { background:url(images/btn_showcase.jpg) no-repeat; }
.customBtn { background:url(images/btn_custom.jpg) no-repeat; }
.realestateBtn { background:url(images/btn_realestate.jpg) no-repeat; }

	a.showcaseBtn:hover, a.customBtn:hover, a.realestateBtn:hover {
		background-position: 0 -11px;
	}

/*=======================================================
	Banner Slideshow
=======================================================*/

.slideshow img {
	margin:0;
}

.cycleNav {
	
	float:right;
}

.cycleNav a {
	width:13px;
	height:13px;
	background:url(images/dot.jpg) no-repeat;
	display:block;
	cursor:pointer;
	margin:8px 2px;
	float:left;
	line-height:60px;
	border-bottom:none;
}

.cycleNav a:hover { background-position:0 -13px;
	border-bottom:none; }

.cycleNav a.activeSlide { background-position:0 -13px; }

/* Cover the numbers for the slideshow */
.cycleCover {
	width:920px;
	height:20px;
	background:#FFF;
	margin-top:30px;
	position:relative;
}

/*=======================================================
	About Slideshow
=======================================================*/

.slideshow img {
	margin:0;
}

.about-banner {
	width:255px;
	margin-top:45px;
}

.cycleNav2 {
	float:right;
}

.cycleNav2 a {
	width:13px;
	height:13px;
	background:url(images/dot.jpg) no-repeat;
	display:block;
	cursor:pointer;
	margin:8px 2px;
	float:left;
	line-height:60px;
	border-bottom:none;
}

.cycleNav2 a:hover { background-position:0 -13px;
	border-bottom:none; }

.cycleNav2 a.activeSlide { background-position:0 -13px; }

/* Cover the numbers for the slideshow */
.cycleCover2 {
	width:255px;
	height:20px;
	background:#FFF;
	margin-top:30px;
	position:relative;
}

/*=======================================================
	Front Page
=======================================================*/

.welcome {
	width:920px;
	height:110px;
	border-bottom:1px solid #e1e1e1;
	margin:-21px 0 0 0;
	position:relative;
}

	.welcome-left {
		width:220px;
		height:110px;
		float:left;
	}
	
		.welcome-left h2 {
			font-size:44px;
			margin:18px 0 0 9px;
		}
	
	.welcome-right {
		width:700px;
		height:110px;
		float:left;
	}
	
		.welcome-right h3 {
			margin:4px 0px 0 25px;
		}
		
		.welcome-right h1 {
			margin:4px 100px 0 25px;
			color:#333333;
			font-size:24px;
			line-height:28px;
			letter-spacing:0px;
			font-weight:normal;
		}
		
		.welcome-right .readMore {
			position:absolute;
			top:93px;
			left:838px;
		}

.front-recent {
	width:920px;
	height:240px;
	border-bottom:1px solid #e1e1e1;
}

	.front-recent-left {
		width:240px;
		height:240px;
		float:left;
	}
	
		.front-recent-left h2 {
			margin:46px 0 0 9px;
		}
		
		.front-recent-left p {
			margin:10px 0 0 12px;
		}
		
		.front-recent-left .viewWork {
			margin:60px 0 0 12px;
		}
		
	.front-recent-right {
		width:680px;
		height:240px;
		float:left;
	}
	
		.front-recent-work, .front-latest-thoughts {
			width:215px;
			height:240px;
			float:left;
			margin:40px 0 0 0px;
			float:left;
		}
		
			.front-recent-work img, .front-latest-thoughts img {
				margin:0 0 17px 0;
			}

.front-latest {
	width:935px;
	height:280px;
}

	.front-latest-left {
		width:240px;
		height:280px;
		float:left;
	}
	
		.front-latest-left h2 {
			margin:46px 0 0 9px;
			font-size:32px;
		}
		
		.front-latest-left p {
			margin:10px 0 0 12px;
		}
		
		.front-latest-left .readNews {
			margin:60px 0 0 12px;
		}
	
	.front-latest-right {
		width:695px;
		height:280px;
		float:left;
	}
	
		.front-latest-thoughts {
			margin:40px 15px 0 0;
		}

.littleblogpic img {
	width:215px;
	height:120px;
}

/*=======================================================
	Our Work Page
=======================================================*/

.content-ourwork {
	width:920px;
	height:auto;
	float:left;
}

.content-ourwork h1 {
	width:920px;
	height:auto;
	padding-top:90px;
}

.folio {
	width:920px;
	height:auto;
	border-bottom:1px solid #e1e1e1;
	position:relative;
	float:left;
	margin-top:40px;
}

	.folio-left {
		width:220px;
		height:220px;
		float:left;
	}
	
		.folio-left h2 {
			margin:6px 0 0 9px;
		}
		
		.folio-left p {
			margin:10px 0 0 12px;
		}
		
	.folio-right {
		width:690px;
		height:auto;
		float:left;
		margin-left:10px;
	}
	
		.folio-work {
			width:215px;
			height:220px;
			float:left;
			margin:0px 0 0 15px;
			float:left;
		}
		
			.folio-work img {
				margin:0 0 17px 0;
			}

/*=======================================================
	About Page
=======================================================*/

.about {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

.about-left {
	width:280px;
	height:auto;
	float:left;
}

	.about-left h3 {
		line-height:34px;
		font-size:24px;
	}

.about-middle {
	width:380px;
	height:auto;
	float:left;
}

	.about-middle-text {
		margin:0 30px 0 20px;
	}
	
		.about-middle-text p {
			margin:0 0 20px 0;
		}

.about-right {
	width:260px;
	height:auto;
	float:left;
}

	.about-right ul {
		margin:10px 0 0 0;
		float:left;
	}
	
	.about-right ul.marL25 {
		margin-left:25px;
	}

/*=======================================================
	Services Page
=======================================================*/

.services {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

.services-left {
	width:220px;
	height:auto;
	float:left;
}

.services-middle {
	width:440px;
	height:auto;
	float:left;
}

	.services-middle-text {
		margin:0 50px 0 10px;
	}
	
		.services-middle-text p {
			margin:0 0 35px 0;
		}
		
			.services-middle-text p b a:hover {
				text-decoration:none;
			}

.services-right {
	width:260px;
	height:auto;
	float:left;
}

	.services-right ul {
		margin:10px 0 0 0;
		float:left;
	}
	
	.services-right ul.marL25 {
		margin-left:25px;
	}
	
/*=======================================================
	Pricing Page
=======================================================*/

.pricing {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

.pricing-left {
	width:230px;
	height:auto;
	float:left;
	color:#333333;
}

.pricing-right {
	width:690px;
	height:auto;
	float:left;
}

	.pricing-right .col-1 {
		width:210px;
		height:auto;
		float:left;
		margin:0 0 0 20px;
	}
	
	.pricing-right .col-2 {
		width:190px;
		height:auto;
		float:left;
		padding:0 20px;
		background:#f3f3f3;
	}
	
	.pricing-right .col-3 {
		width:210px;
		height:auto;
		float:left;
		margin:0 0 0 20px;
	}
	
		.pricing-right .col-3 h1 {
			width:64px;
			height:auto;
			float:left;
			margin:0 0 0 0px;
		}
		
		.pricing-right .col-3 h2 {
			width:210px;
			height:auto;
			float:left;
			margin:10px 0 0 0px;
		}
		
		.pricing-right .col-3 h3.perMonth {
			width:75px;
			height:auto;
			float:left;
			margin:7px 0 0 0px;
			font-style:normal;
			line-height:10px;
		}
		
		.pricing-right .col-3 h3 {
			width:210px;
			height:auto;
			float:left;
			margin:0;
			line-height:20px;
		}
	
.pricing-right h3.col-head {
	font-size:14px;
	color:#64d5fa;
	text-transform:uppercase;
	font-weight:normal;
	width:210px;
	height:20px;
	margin:0 0 10px 20px;
	float:left;
}

.priceBox {
	margin-bottom:30px;
	color:#333333;
	float:left;
}

	.priceBox h1 {
		font-size:44px;
		font-weight:bold;
		color:#333333;
		padding:0;
		width:210px;
	}
	
		.priceBox sup {
			font-size:26px;
			margin-top:4px;
			float:left;
		}
	
	.priceBox h2 {
		font-size:24px;
		font-weight:normal;
		color:#333333;
	}
	
	.priceBox h3 {
		font-size:16px;
		font-weight:normal;
		font-style:italic;
		color:#333333;
		line-height:20px;
	}
	
	.priceBox ul {
		color:#333333;
		margin:10px 0 0 0;
	}
	
	.priceBox li {
		/*list-style:url(images/price-dot.jpg);
		list-style-position:outside;
		margin-left:15px;*/
		margin:0;
		padding:0 0 0 12px;
		list-style-type:none;
		background:url(images/price-dot.jpg) 0px 5px no-repeat;
	}
	
	/*ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	li{
	background:url(myBullet.gif) left top no-repeat;
	padding:10px;
	} */
	
	.priceBox p {
		margin:20px 0;
	}
	
.col-2 .priceBox {
	width:190px;
}

/*=======================================================
	Contact Page
=======================================================*/

.contact {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

	.contact-left {
		width:220px;
		height:auto;
		float:left;
		margin-top:40px;
	}
	
		.contact-left p {
			margin:0 15px 20px 10px;
		}
		
	.contact-middle {
		width:240px;
		height:auto;
		float:left;
		margin-top:40px;
	}
	
		.contact-middle h2 {
			font-size:24px;
			font-weight:normal;
			margin:0 0 0 50px;
		}
		
		.contact-middle p {
			margin:0 15px 20px 50px;
		}
		
		.contact-middle a {
			font-weight:bold;
			color:#ff0027;
		}
		
	.contact-right {
		width:460px;
		height:auto;
		float:left;
		margin-top:40px;
	}
	
/*=======================================================
	Case Studies Page
=======================================================*/

.caseStudy {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

.caseStudy-left {
		width:220px;
		height:auto;
		float:left;
	}
		
		.caseStudy-left p {
			padding:15px 9px 20px 9px;
			border:1px solid #e1e1e1;
			border-left:none;
			border-right:none;
		}
		
		.caseStudy-left a {
			margin:11px 0 0 11px;
		}
		
	.caseStudy-right {
		width:700px;
		height:384px;
		float:left;
	}
		
/*=======================================================
	Case Study Slideshows
=======================================================*/

/*.slideshow01, .slideshow02, .slideshow03, .slideshow04, .slideshow05 {
	margin-left:25px;
	width:675px;
	height:330px;
}*/
.slideshow {
	margin-left:25px;
	width:675px;
	height:330px;
}

/*.slideImg01, .slideImg02, .slideImg03, .slideImg04, .slideImg05 { 
	cursor:pointer; 
	position:relative; 
}*/
.slideCover { 
	cursor:pointer; 
	position:relative; 
}

.imgCover {
	position:absolute;
}

/*.cycleNav02, .cycleNav03, .cycleNav04, .cycleNav05 { display:none; }*/


/*.slideshow01 img, .slideshow02 img, .slideshow03 img, .slideshow04 img, .slideshow05 img {
	margin:0;
}*/
.slideshow img {
	margin:0;
}

/*.cycleNav01, .cycleNav02, .cycleNav03, .cycleNav04, .cycleNav05 {
	float:right;
}*/
.cycleNav {
	float:right;
}

/*.cycleNav01 a, .cycleNav02 a, .cycleNav03 a, .cycleNav04 a, .cycleNav05 a {
	width:13px;
	height:13px;
	background:url(images/dot.jpg) no-repeat;
	display:block;
	cursor:pointer;
	margin:8px 2px;
	float:left;
	line-height:60px;
	border-bottom:none;
}*/
.cycleNav a {
	width:13px;
	height:13px;
	background:url(images/dot.jpg) no-repeat;
	display:block;
	cursor:pointer;
	margin:8px 2px;
	float:left;
	line-height:60px;
	border-bottom:none;
}

/*.cycleNav01 a:hover, .cycleNav02 a:hover, .cycleNav03 a:hover, .cycleNav04 a:hover, .cycleNav05 a:hover { 
	background-position:0 -13px;
	border-bottom:none;
}*/
.cycleNav a:hover { 
	background-position:0 -13px;
	border-bottom:none;
}

/*.cycleNav01 a.activeSlide, .cycleNav02 a.activeSlide, .cycleNav03 a.activeSlide, .cycleNav04 a.activeSlide, .cycleNav05 a.activeSlide { 
	background-position:0 -13px;
}*/
.cycleNav a.activeSlide { 
	background-position:0 -13px;
}

/* Cover the numbers for the slideshow */
/*.cycleCover01, .cycleCover02, .cycleCover03, .cycleCover04, .cycleCover05 {
	width:700px;
	height:20px;
	background:#FFF;
	margin-top:30px;
	position:relative;
}*/
.cycleCover3 {
	width:700px;
	height:20px;
	background:#FFF;
	margin-top:30px;
	position:relative;
}

/*=======================================================
	Blog Page
=======================================================*/

.blog {
	width:920px;
	height:auto;
	float:left;
	margin-top:40px;
}

	.blog-left {
		width:220px;
		height:auto;
		float:left;
	}
	
		.blog-left h2 {
			font-size:24px;
			font-weight:normal;
			margin:5px 0 80px 10px;
		}
		
			.blog-left h2 a:hover {
				text-decoration:none;
			}
		
		.blog-left img {
			float:left;
		}
		
		.blog-left p {
			margin:0 0 0 10px;
			float:left;
		}
	
	.blog-middle {
		width:480px;
		height:auto;
		float:left;
	}
	
		.blog-middle img {
			float:left;
		}
		
		.blog-middle a {
			text-decoration:underline;
			color:#ED1A3B;
		}
		
			.blog-middle a:hover {
				text-decoration:none;
			}
		
		.blog-image {
			width:410px;
			height:auto;
		}
	
		.blog-date {
			width:70px;
			height:55px;
			background:#64d5fa;
			float:left;
			color:#FFF;
		}
		
			p.month, p.day {
				width:70px;
				text-align:center;
				font-weight:bold;
			}
			
			p.month {
				font-size:11px;
				margin-top:8px;
				text-transform:uppercase;
			}
		
			p.day {
				font-size:18px;
			}
			
		.blog-text {
			margin:30px 0;
			float:left;
		}
		
			.blog-text p {
				margin:0 80px 20px 18px;
			}
			
			.blog-text ol {
				margin:0 80px 20px 18px;
			}
			
				.blog-text ol li {
					margin:0 0 10px 18px;
					list-style-type:decimal;
					list-style-position:outside;
				}
	
	.blog-right {
		width:220px;
		height:auto;
		float:left;
		margin-top:40px;
	}
	
		.blog-right h2 {
			font-size:32px;
			font-weight:normal;
			margin:0 0 20px 20px;
		}
		
		.blog-right a {
			width:200px;
			color:#636363;
			border-top:1px solid #ebeaea;
			margin:0 0 6px 20px;
			padding:6px 0 0 0;
			font-weight:bold;
			text-decoration:none;
			float:left;
		}
		
			.blog-right a:hover {
				color:#000000;
				text-decoration:none;
			}
	
/*=======================================================
	Content
=======================================================*/

/*.content {
	width:960px;
	height:auto;
	color:#747474;
	background:#FFF;
	float:left;
}

.content-left {
	width:641px;
	height:auto;
	float:left;
}*/

/*=======================================================
	Content-right
=======================================================*/

/*.content-right {
	width:299px;
	height:513px;
	background:#FFF;
	margin-left:10px;
	margin-bottom:10px;
	background:url(images/bg_right.jpg) no-repeat;
	float:left;
}

.content-right-picHolder {
	margin:42px 0 0 63px;
}

.emailImage {
	width:223px;
	height:21px;
	background:url(images/img_right-email.jpg) no-repeat;
	display:block;
}

a.emailImage:hover {
	background-position: 0 -21px;
}*/

/*=======================================================
	Front Page Banner
=======================================================*/

/*.frontBanner1 { display:block; }
.frontBanner2 { display:none; }
.frontBanner3 { display:none; }
.frontBanner4 { display:none; }


.frontBanner {
	width:631px;
	height:277px;
	background:url(images/bg_frontbanner.jpg) no-repeat top left;
	margin:0 0 0 10px;
}

.frontBanner-content {
	width:631px;
	height:237px;
	margin:0;
	float:left;
	color:#FFF;
	position:relative;
}

.frontBanner-content h1 {
	margin:30px 0 15px 30px;
}

.frontBanner-content p {
	margin:5px 0 10px 30px;
	width:380px;
	font-size:12px;
}

.readMore {
	background:#009ab4;
	width:170px;
	height:34px;
	text-decoration:none;
	display:block;
	position:absolute;
	top:30px;
	left:430px;
}

a.readMore:hover {
	background:#00ccef;
}

.readMore span {
	margin-top:8px;
	float:left;
	text-align:center;
	width:170px;
	color:#FFF;
	font-weight:bold;
}

.frontBanner-options li {
	float:left;
}

.divider {
	width:1px;
	height:40px;
	background:#00abc8;
}

.option1, .option2, .option3, .option4 {
	width:157px;
	height:40px;
	display:block;
}

.option1 {
	background:url(images/bg_frontbanner-btmL.jpg) no-repeat;
}

a.option2, a.option3 {
	background:#00ccef;
}

	a.option2:hover, a.option3:hover {
		background:#00abc8;
	}

.option4 {
	background:url(images/bg_frontbanner-btmR.jpg) no-repeat;
}

	a.option1:hover, a.option4:hover {
		background-position: 0 -40px;
	}
	
.active {
	background-position: 0 -40px;
}

a.active2 {
	background:#00abc8;
}

.frontBanner-options a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:14px;
}

.frontBanner-options a span {
	margin-top:5px;
	float:left;
	text-align:center;
	width:157px;
}
*/
/*=======================================================
	Front Page Bottom
=======================================================*/

/*.frontBtm {
	width:631px;
	height:221px;
	margin:16px 0 0 10px;
}

.frontBtm h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#00abc8;
	margin-left:10px;
}

.frontBtm p {
	padding:9px 40px 7px 10px;
	border-bottom:1px solid #dbdbdb;
	font-size:12px;
}

.frontBtm-left {
	width:50%;
	float:left;
	margin:0;
}

.frontBtm-right {
	width:50%;
	float:left;
	margin:0;
}
*/



/*=======================================================
	Inner Pages
=======================================================*/

/*.innerHead {
	width:630px;
	height:87px;
	background:url(images/bg_innerHead.jpg) no-repeat;
	margin-left:10px;
}

.innerHead h1 {
	margin:30px 0 0 30px;
	float:left;
}

.innerBody {
	width:630px;
	height:auto;
	background:url(images/bg_innerBody.jpg) no-repeat;
	margin:13px 0 0 10px;
	float:left;
}

.innerBody p {
	margin:0 30px 15px 30px;
}

.innerBody ul {
	margin:0 30px 15px 30px;
}

.innerBody li {
	list-style:url(images/arrow.jpg);
	list-style-position:outside;
	margin:2px 0 0 10px;
}


.innerBodyBtm {
	width:630px;
	height:187px;
	background:url(images/bg_innerBodyBtm.jpg) no-repeat;
	margin:15px 0 20px 10px;
	float:left;
}

.innerBodyBtm ul {
	float:left;
	width:auto;
	line-height:14px;
}

.innerBodyBtm ul li {
	float:left;
	width:180px;
	margin:20px 0 0 20px;
}

.innerBodyBtm li ul {
	float:left;
	line-height:14px;
}

.innerBodyBtm li ul li {
	list-style:url(images/arrow.jpg);
	list-style-position:outside;
	margin:2px 0 0 10px;
}

.innerBody2 {
	width:630px;
	margin:13px 0 0 10px;
}

.innerBody2 p {
	margin:0 30px 30px 30px;
	float:left;
}*/

/*=======================================================
	Footer
=======================================================*/

.footer {
	width:920px;
	height:370px;
}
	
	.footer h1 {
		margin:0 0 0 19px;
		color:#EBEAEA;
		font-size:10px;
		letter-spacing:0px;
		line-height:16px;
	}
	
		.footer h1 a {
			color:#EBEAEA;
			cursor:auto;
		}
		
			.footer h1 a:hover {
				text-decoration:none;
			}
	
	.footer h2 {
		margin:0 0 0 19px;
		color:#EBEAEA;
		font-size:10px;
		letter-spacing:0px;
		line-height:16px;
	}

.footer-left {
	width:220px;
	height:260px;
	float:left;
}

	.footer-left img {
		margin:50px 0 0 13px;
	}
	
	.footer-left p {
		margin:150px 0 0 19px;
	}

.footer-mid {
	width:240px;
	height:260px;
	float:left;
}

	.footer-mid p {
		margin:50px 0 0 13px;
		float:left;
	}
	
	.footer-mid a, .footer-mid b {
		color:#ed1a3b;
		text-decoration:none;
	}
	
	.footer-mid a:hover {
		text-decoration:underline;
	}
	
.footer-right {
	width:460px;
	height:260px;
	float:left;
}

	.footer-right p {
		margin:30px 0 0 27px;
	}
	
.footer-btm {
	width:920px;
	height:110px;
	float:left;
}

	.footer-btm-box {
		width:880px;
		height:80px;
		float:left;
		background:#f5f5f5;
		margin:0 0 0 18px;
	}
	
		.footer-btm-box img {
			float:left;
		}
	
/*=======================================================
	Footer Contact Form
=======================================================*/	

.contactTable {
	margin:5px 0 0 25px;
}

.contactTable td {
	padding:0px;
	margin:0 4px 0 0;
	float:left;
}

.contactTable input, .contactTable textarea {
	border:none;
	padding:0px;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Lucida Grande, Trebuchet MS, Verdana,sans-serif;
	background-color:#ebeaea;
	font-size:12px;
	line-height:16px;
	color:#636363;
	overflow:hidden;
}

.contactTable input {
	width:201px;
	height:25px;
	background:url(images/contact-input.jpg) no-repeat;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
}

.contactTable textarea {
	width:411px;
	height:95px;
	background:url(images/contact-textarea.jpg) no-repeat;
}

input.verifyBox {
	width:211px;
	height:25px;
	background:url(images/contact-verify.jpg) no-repeat;
	margin-left:3px;
}

input.submitBtn {
	width:101px;
	height:25px;
	background:url(images/btn_submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

	input.submitBtn:hover {
		background-position: 0 -25px;
	}
	


.testSlide {
	width:920px;
	height:390px;
	float:left;
	display:block;
	background:url(images/frontSlides/act4kids2.jpg) no-repeat;
	position:relative;
}

h1.testSlideH1 {
	width:300px;
	color:#636363;
	font-size:32px;
	line-height:26px;
	letter-spacing:-1px;
	font-weight:bold;
	float:left;
	margin:100px 0 0 55px;
}

h2.testSlideH2 {
	width:300px;
	color:#636363;
	font-size:20px;
	line-height:22px;
	letter-spacing:-0.5px;
	font-weight:normal;
	margin:0px 0 0 55px;
}
	
	.testSlide-cover {
		width:920px;
		height:390px;
		display:block;
		position:absolute;
		top:0px;
		left:0px;
	}




/*=======================================================
	Floats, Margins and Hidden
=======================================================*/

.float-l { float:left; }
.float-r { float:right; }

.marL0 { margin-left:0; }
.marL25 { margin-left:25px; }

.hidden { display:none; }

/* ------------------------------------------------------------
		TEXT SELECTION
------------------------------------------------------------ */


	::-moz-selection{
		background: #ed1a3b;
		color: #FFFFFF;
	} 
	
	: selection {
		background: #ed1a3b;
		color: #FFFFFF;
	} 

a {
   outline: none;
}


 /*============================================================  Fixes ============================================================*/  .clearfix:after {     content: ".";      display: block;      height: 0;      clear: both;      visibility: hidden; 	}  .clearfix {display: inline-block;}  /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */