﻿/*-----------------------------------Clinic Finder------------------------------------------------*/

.getdirections{

    float:right;
    width:200px;
    
}

.mapleft{
    float:left;
    width:350px;
}

/*-----------------------------------Side bar Controls----------------------------------------*/
.sidebarlabel
{
	font-size: .7em;
	font-family: Verdana;
	color: #696969;
}

.sidebartextbox
{
	margin: 3px 0px 3px 5px;
	border: 1px solid #00CCFF;
	font-family: Verdana;
	font-size: .7em;
	color: #00CCFF;
	width:170px;
}

.sidebarbutton
{
	padding: 1px;
	margin: 5px 15px 5px 5px;
	color: #00ccff;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: .7em;
	background-color: #FFFFFF;
	float: right;
}	

.sidebarbutton:hover
{
	padding: 1px;
	margin: 5px 15px 5px 5px;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: .7em;
	background-color: #00ccff;
	float: right;
}

/*---------------------------------Testimonials------------------------------------------*/


.testimoniallabel
{
	font-size: .7em;
	font-family: Verdana;
	color: #696969;
}

.patientName
{
	font-size: 1.2em;
	font-family: Verdana;
	color: #6699ff;
	font-weight:bold;
}

.boldlabel
{
	font-size: .8em;
	font-weight:bold;
	font-family: Verdana;
	color: #696969;
}

.bluelabel
{
	font-size: .8em;
	font-weight:bold;
	font-family: Verdana;
	color: #6699ff;
}

.testimonialcontainer
{
	width: 95%;
	display:block;
	line-height:1.4em;
	padding: 8px 0px 8px 0px
}

.navigation
{
	width:85%;
	margin:auto;
}

#leftnav
{
	float:right;
	padding: 0px 0px 0px 20px;
}

#rightnav
{
	float:right;
	padding: 0px 0px 0px 20px;
}

#numnav
{
	float:right;
	text-align:center;
	padding: 0px 0px 0px 20px;
}


.bluelink
{
	padding: 2px;
	color: #6699ff;
	font-family: Verdana;
	font-size: .8em;
	background-color: #FFFFFF;
	text-decoration:none;
}	

.bluelink:hover
{
	padding: 2px;
	color: #ffffff;
	font-family: Verdana;
	font-size: .8em;
	background-color: #6699ff;
	text-decoration:none;
}



.menulink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
}

.menulink a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
}


.biglink
{
	color: #000000;
	text-decoration: none;
	font-size:1.2em;
}

.biglink:hover
{
	font-size:1.2em;
	color: #00CC00;
	text-decoration: none;
	border-bottom: 1px dashed;
}

