body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background-image:url(/images/bg-gradient.jpg);
	background-repeat:repeat-x;
	background-color: #f185b0;
}

#container{
	width: 952px;
	
}

h1{
	font-size:32px;
	color:#ca477c;
	letter-spacing:1px;
	margin:45px 0 20px;
	text-align:left;
	padding: 0 40px;
}

span{
	color:#fff;
}

h2{
	color:#fff;
	font-size:19px;
	letter-spacing:1px;
	padding: 0 40px;
}

h3{
	font-size:32px;
	color:#ca477c;
	letter-spacing:1px;
	margin:45px 0;
	text-align:center;
}

/*HEADER-----------------------------------*/

#header{
	padding-top:20px;
	width:950px;
}

#logo{
	background-image:url(/images/logo.jpg);
	width:280px;
	height:85px;
	margin:15px 0 0 0;
	background-repeat: no-repeat;
	float: left;
}

#nav-strip{
	position:relative;
	width:860px;
	height:5px;
	background-color:#f185b0;
	top: 100px;
	left: 45px;
}


/*BANNER------------------------------------*/

#banner{ 
	background-image:url(/banner/pictures/banner-lg/banner-1-lg.jpg);
	width:950px;
	height:268px;
	clear:both;
	position:relative;
	top:42px;
}

#banner_sm{ 
	background-image:url(/banner/pictures/banner-sm/banner-1-sm.jpg);
	width:950px;
	height:134px;
	clear:both;
	position:relative;
	top:42px;
}

/*CONTENT------------------------------------*/

#content{
	width:950px;
	padding:25px 0;
	text-align:left;
}

p{
	color:#fff;
	line-height:22px;
	font-size:15px;
	margin-bottom:10px;
}

#col-33a{
	width: 300px;
	float: left;
	margin-right:25px;
}

#col-33b{
	width: 300px;
	float: left;
	margin-right:25px;
}

#col-33c{
	width: 300px;
	float: left;
}

#col-33c p#address-info{
	border-top: dashed 1px #fff;
	padding-top:10px;
	font-size:14px;
}

#col-33a img#icon, #col-33b img#icon, #col-33c img#icon{
	float:left;
	margin-right:10px;
	position:relative;
	bottom:15px;
}

#col-33a p, #col-33b p, #col-33c p {
	float:left;
	width:100%;
}

#col-60{
	width:575px;
	float:left;
}

#col-60 p{
	padding:0 0 0 70px;
}


#col-40{
	width:375px;
	float:right;
}

.testimonial-open-quote{
	vertical-align:text-bottom;
}

.testimonial-close-quote{
	vertical-align:text-top;
	
}
.testimonial-highlight{
	color:#fff;
	font-weight:600;
	font-size: 30px;
	line-height:35px;
	padding-left:65px;
}

.testimonial-author{
	color:#fff;
	font-weight:600;
	font-size: 15px;
	float:right;
}


/*GOOGLE MAP------------------------------------*/

#google-map{
	width:98%;
	float:left;
}

iframe{
	border: 1px solid #ca477c;
	}

a#google-link{
	color:#fdecf2;
	text-decoration:none;
}

a#google-link:hover{
	color:#fff;
}

#bus-stop{
	width:300px;
	float:left;
	border: 1px solid #8b9a99;
}

/*FOOTER------------------------------------*/

#footer p{
	color:#fdecf2;
	font-size:13px;
	text-align:center;
	clear:both;
	line-height: 14px;
}

#footer p span{
	color:#fdecf2;
	font-size:12px;
}

#footer{
	margin-bottom:25px;
}

#footer a{
	color:#fdecf2;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
}



