/*--------------------> Global Selectors <--------------------*/

.center {
	text-align: center;
}

a img {
	border: none;
}

.imgRight {
	float: right;
	margin: 0 0 10px 35px;
}

.imgLeft {
	float: left;
	margin: 0 35px 10px 0;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	display: none;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	display: none;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	display: none;
}

/*--------------------> Column Container Selector <--------------------*/


/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	display: none;
}


/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 650px;
	height: auto;
	font-size: 14px;
	line-height: 24px;
}

#testimonials {
	width: 181px;
	height: auto;
	float: right;
	clear: right;
	margin: 10px 0 10px 35px;
}

#testimonials h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #d8e86d;
	text-align: center;
}

#testimonials h3 strong {
	font-weight: normal;
	color: #b5d91d;
}

.testimonial {
	width: 181px;
	height: auto;
	background-color: #b5d91d;
	color: #243501;
	font-size: 16px;
	line-height: 20px;
}

.testimonial-top {
	width: 181px;
	height: auto;
	background: url(../images/testimonial-top.gif) left top no-repeat;
}

.testimonial-bottom {
	width: 151px;
	height: auto;
	background: url(../images/testimonial-bottom.gif) bottom left no-repeat;
	padding: 29px 15px 13px 15px;
}

#right-column .testimonial p {
	padding: 0 0 16px 0 !important;
}

#right-column .testimonial p.quote {
	background: url(../images/close-quote.gif) bottom right no-repeat;
	padding: 0 !important;
}

#right-column .testimonial p.patient {
	padding: 16px 0 0 0 !important;
	text-align: right;
}

h1 {
	font-size: 24px;
	font-style: italic;
	color: #d8e86d;
}

h2 {
	font-size: 14px;
	color: #b5d91d;
}

#right-column h3 {
	font-size: 18px;
	font-weight: normal;
	color: #d8e86d;
	margin-top: 18px;
}

#right-column p {
	padding: 14px 0;
}

#right-column a {
	color: #b5d91d;
	text-decoration: underline;
}

#right-column a:hover {
	text-decoration: none;
}

#right-column ul {
	padding-left: 30px;
	list-style: none;
}

#right-column ul li {
	padding-left: 15px;
	background: url(../images/bullet.gif) left 9px no-repeat;
}

#right-column ol {
	padding-left: 30px;
}

#map {
	width: 580px;
	height: 400px;
	border: 5px solid #b5d91d;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}


/*--------------------> Call To Actions <--------------------*/

#cta {
	display: none;
}


/*--------------------> Footer Selectors <--------------------*/

#footer {
	display: none;
}

