/* CSS Document */



body {
	background-color:#beaae4;
	background-image:url(images/bgBFlies.jpg);
	background-repeat:repeat-x;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 0 0;
	color:#000;
}
img, div, h1, h2, p, form, label, input, textarea, span {
	margin:0 auto;
	padding:0;
}

p a {
	color:#60345a;
	}
	
p a:hover {
	color:#cbaac9;
	text-decoration:none;
	}

h2 {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}
	
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
.centered {
	text-align:center;
}
.leftAligned {
	text-align:left;
}
.topAligned {
	vertical-align:top;
}
.bold {
	font-weight:bold;
}
.divider {
	height: 12px;
	clear: both;/*	background-image: url(images/divider.gif); 

	background-repeat: repeat-x;*/

    }
.indented {
	text-align:left;
	padding: 30px;
}
.descriptHead {
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}
.fancy {
	font-style:italic;
}
.fancyAndBig {
	font-size:24px;
	font-style:italic;
	font-weight:bolder;
}
.redColor {
	color:#990033;
}
.blackColor {
	color:#000000;
}
.smallPrint {
	font-size:10px;
	line-height:normal;
}
.mediumPrint {
	font-size:12px;
	line-height:normal;
}

.backToTop {
	text-decoration: none;
	color: #666666;
	font-size:10px;
	line-height:20px;
	padding-left:200px;
	}

/*------------------------------------------------body--------------------*/



/*------------------------------------------------header--------------------*/

#header {		/* Words in header section */
	width: 975px;
	height: 150px;
	color: #666666;
	background-image:url('images/header4.jpg');
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
}
#nameTitle {
	width:450px;
	float:left;
	position:relative;
	text-align:left;
	color:#ffffff;
	font:40px Arial, Helvetica, sans-serif;
	font-style:oblique;
}
#nameTitle img {
	vertical-align:middle;
}
#addressTitle {
	float:left;
	width:300px;
	text-align:center;
	position:relative;
	top:55px;
	left:12px;
	color:#ffffff;
	font:18px Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
}
.subTitle {
	margin-left:175px;
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.2em;
	line-height:20px;
}
.headerPic {
	display:block;
	float: right;
	width:478px;
	color:#333333;
	font:12px "Times New Roman", Times, serif;

}

#nav_top{
	width: 975px;
	height: 10px;
	background-color: #FFFF99;  /* color for space between header and main content */
	border-style:solid;
	border-width: 1px;
	border-color:#c5cfd9;
	}
	
#nav_top ul{
	font: 14px/24px Arial, Helvetica, sans-serif; 
	font-style:italic;
	padding:0 75px 0 35px;
}

#nav_top ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	float: left;
	color:#000;
	height:25px;
}


#nav_top ul li.last {
	background-image:none;
}


#nav_top ul li a {
	display:block;
	font: italic 14px/24px Arial, Helvetica, sans-serif;
	color:#60345a;  /*dark purple*/
	height:25px;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#nav_top ul li a:hover {
	color: #cbaac9;
}


#nav_top ul li a.activeItem {
	color: #333333;
	font-style:normal;
	font-weight:bold;
	cursor:text;
}

#nav_menu {
	width: 975px;
	height: 30px;
	color:#ffffff;
	background-color: #3c6099;  /* color for space between header and main content */
	background-image:url(images/navGrass.jpg); 
}
#nav_menu .dateFormat {
	font: 14px/30px Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	padding-left:10px;
}
#nav_menu ul {
	font: 14px/30px Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:0 0px 0 252px;
}
#nav_menu ul li {
	/*background:url(images/nav_div.gif) right center no-repeat; */
	float: right;
	color:#000;
	height:30px;
}
#nav_menu ul li.last {
	background-image:none;
}
#nav_menu ul li a {
	display:block;
	font: italic 14px/30px Arial, Helvetica, sans-serif;
	color:#560504;  
	width:100px;
	height:30px;
	padding:0 20px 0 20px;
	text-decoration:none;
}
#nav_menu ul li a:hover {
	color: #996666;
}
#nav_menu ul li a.activeItem {
	color: #666666;
	font-style:normal;
	cursor:text;
}
#hoursBanner {
	width:960px;
	height:40px;
}
#leftEmail {
	float:left;
	margin-left:20px;
	width:500px;
	font-size:12px;
}
#rightEmail {
	float:left;
	margin-left:20px;
	width:420px;
	font-size:12px;
	vertical-align:top;
}
#tenthFree p {
	font-weight:bold;
}
.dashedLine {
	width:975px;
	height:3px;
	background-color: #000;  /* color for space between header and main content */
	background-image: url('images/dashed_line.gif');
	background-repeat: repeat-x;
	border:none;
}
.whiteLine {
	width:975px;
	height:3px;
	background-color: #ffffff;  /* color for space between header and main content */
	border:none;
}
#headerDivider {
	width:975px;
	height:30px;
	background-color: #777777;  /* color for space between header and main content */
}
#mainSection {
	width: 975px;
	text-align:center;
	margin: 0 auto;
	background-color:#F5FBFC;
	color:#000000;
	border: none;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#mainSection p {
	text-align:center;
}



#mainSection .redColor {
	color:#990033;
}
#specSection {
	width:500px;
	float:left;
	color:#333333;
	font-size:14px;
	padding:0 20px 0 20px;
}
#welcomeSection {
	width:470px;
	float:left;
	color:#333333;
	font-size:14px;
	line-height:20px;
	padding:0 35px 0 35px;
}
#welcomeSection p {
	text-align:left;
	}
	
#welcomeSection a {
	color:#60345a;
	}
	
#welcomeSection a:hover {
	color:#cbaac9;
	text-decoration:none;
	}
	
#newsSection {
	width:230px;
	float:left;
	background-color:#CCFF99;
	background-image:url(images/dotBorderHome.jpg);
	background-repeat:repeat-y;
	color:#333333;
	font-size:14px;
	text-align:center;
	padding:0 20px 0 20px;
}
#newsSection h3 {
	color:#993300;
}


#aboutSection {
	width:500px;
	float:left;
	color:#333333;
	font-size:12px;
	padding:0 20px 0 20px;
}
#aboutSection td {
	text-align:left;
	vertical-align:top;
}
#aboutSection .heading {
	text-decoration:underline;
}
#aboutSection .padded{
	padding:0 20px 20px 20px;
	text-align:left;
}

#aboutRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ffac59;
	background-image:url(images/dotBdrAbout.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#formsSection {
	width:500px;
	float:left;
	text-align:left;
	color:#333333;
	font-size:18px;
	line-height:30px;
	padding:0 20px 0 20px;
}
#formsSection p {
	text-align:left;
	}	

#formsSection a {
	color:#60345a;
	}
	
#formsSection a:hover {
	color:#cbaac9;
	text-decoration:none;
	}


#formsRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ffff33;
	background-image:url(images/dotBorderForms.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#healthSection {
	width:515px;
	float:left;
	text-align:left;
	color:#333333;
	font-size:12px;
	padding:0 20px 0 20px;
}

#healthSection .healthTitle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
}
	
#healthSection p {
	text-align:left;
	}	

#healthSection a {
	color:#60345a;
	}
	
#healthSection a:hover {
	color:#cbaac9;
	text-decoration:none;
	}
	
#healthSection .AtoZText {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	}
	
#AtoZ {
	font-size:12px;
	font-weight:bold;
}
#AtoZ a{
	color:#60345a;
	text-decoration:underline;
}

#healthList {
	text-align:left;
}
#healthList p {
	line-height:20px;
	}
#healthList .subList {
	padding-left:20px;
	}

#healthRight {
	width:215px;
	float:left;
	font-size:14px;
	background-color:#99ccff;
	background-image:url(images/dotBorderHealth.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}

#officeSection {
	width:500px;
	float:left;
	text-align:left;
	color:#333333;
	font-size:14px;
	padding:0 20px 0 20px;
}

#officeSection p {
	text-align:left;
	}

#officeRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ff6600;
	background-image:url(images/dotBorderOffice.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#insuranceSection {
	width:500px;
	float:left;
	text-align:left;
	color:#333333;
	font-size:14px;
	padding:0 20px 0 20px;
}
#insuranceSection p {
	text-align:left;
	}
#insuranceSection .indented {
	padding: 0 0 0 30px;
	}
	
#insuranceRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ff6666;
	background-image:url(images/dotBdrInsurance.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#parentRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ffccff;
	background-image:url(images/dotBorderParent.jpg);
	background-repeat:repeat-y;
}
#dosageRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#66cc99;
	background-image:url(images/dotBorderDosage.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#contactSection {
	width:500px;
	float:left;
	color:#333333;
	font-size:18px;
	padding:0 20px 0 20px;
}

#contactRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#ccccff;
	background-image:url(images/dotBorderContact.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}
#directionsRight {
	width:230px;
	float:left;
	font-size:12px;
	background-color:#e8d657;
	background-image:url(images/dotBorderDir.jpg);
	background-repeat:repeat-y;
	padding:0 20px 0 20px;
}

#divJavascriptDisabled {
}
#divJavascriptDisabled p{
text-align:left;
}
	
#refSection {
	float:left;
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#999;
	text-align:left;
	padding-left:20px;
}

#refSection h2 {
    padding-left:150px;
	color:#333333;
}


.refHeader {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:27px;
	font-weight:bold;
	}


#refMenu{
	float:left;
	width:220px;
	color: #993300;
	list-style:none;
	text-decoration:none;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:medium;
}

#refMenu th{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
#refMenu td{
	text-align:left;
	text-decoration:underline;
	color:#666666;
	padding-left:10px;
	}
	
#refMenu .rowHover {
	color: #5C743D;
	background-color:#99CCCC; 
	color:#666666;
	cursor: pointer;
}
	
		
#refMenu .selected {
	cursor:text;
	color:#666666;
	text-decoration:none;
	background:url('images/arrowSelect.gif') left no-repeat;    
	}
	
	
#refList{
	float:left;
	width:300px;
	padding-left:20px;
	}
	
#refList ul {
	list-style-type:square;
	}


#leftSection {
	width:300px;
	background-image:url('images/fullMenu.jpg');
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}
#leftSection p {
	padding-left:30px;
	padding-right:10px;
}
#leftSection .padded {
	padding-left:30px;
	padding-bottom:10px;
}
#imageSection {
	width:180px;
	float:right;
}
#leftmenu {
	float:left;
	width:165px;
	position:relative;
	padding:0 0 0 0;
	color:#000;/* border-top:6px solid #FFFFFF; /* color above Home menu block */
	}
	
#leftmenu .home {
	border-left-color:#99FF00;
	border-left-style:solid;
	border-left:5px;
}

#leftmenu ul {
	font: 17px/27px Arial, Helvetica, sans-serif;
	font-style:italic;
}
#leftmenu ul li {
	text-align:left;
	padding:0 0 0 0;
}
#leftmenu ul li a {
	display:block;
	width:150px;
	height:29px;
	text-decoration:none;
	color:#3b5973;				/* color of the word on the menu items of non-active pages originally*/
	border-bottom:4px solid #999999;   /*color in between menu blocks */
	padding-left:15px;
}
#leftmenu ul li a:hover {
	color:#3b5973;  /* color of word on the menu items when cursor is over it */
}
#leftmenu ul li a.redItem:hover {
	background-color:#ff6600;
}
#leftmenu ul li a.activeRed {
	background-color:#ff6600;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.blueItem:hover {
	background-color:#99ccff;
}
#leftmenu ul li a.activeBlue {
	background-color:#99ccff;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.greenItem:hover {
	background-color:#ccff99;
}
#leftmenu ul li a.activeGreen {
	background-color:#ccff99;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.yellowItem:hover {
	background-color:#ffff33;
}
#leftmenu ul li a.activeYellow {
	background-color:#ffff33;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.orangeItem:hover {
	background-color:#ffac59;
}
#leftmenu ul li a.activeOrange {
	background-color:#ffac59;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.purpleItem:hover {
	background-color:#ccccff;
}
#leftmenu ul li a.activePurple {
	background-color:#ccccff;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.pinkItem:hover {
	background-color:#ffccff;
}
#leftmenu ul li a.activePink {
	background-color:#ffccff;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.fusiaItem:hover {
	background-color:#ff6666;
}
#leftmenu ul li a.activeFusia {
	background-color:#ff6666;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.green1Item:hover {
	background-color:#66cc99;
}

#leftmenu ul li a.activeGreen1 {
	background-color:#66cc99;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.goldItem:hover {
	background-color:#e8d657;
}
#leftmenu ul li a.activeGold {
	background-color:#e8d657;
	color:#444444;   /* color of word on menu item of the currently active page */
	font-style:normal;
	cursor:text;
	background-image:url(images/markGr.gif);
	background-repeat:no-repeat;
}
#leftmenu ul li a.activeItem {
	color:#444444;   /* color of word on menu item of the currently active page */
	cursor:text;
}
#leftmenu img {
	border-bottom:4px solid #999999;
	display:block;
}

#parentBorder {
    float:left;
	width:5px;
	background-color:#ffccff;
	}
/*------------------------------------------------header--------------------*/



/*------------------------------------------------body--------------------*/

#mainContMenu {
	width:975px;
	background-color:#FFFFFF;
}
#mainContent {
	width: 975px;
	margin: 0 auto;
	text-align:center;
	background-color:#fffff3;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:22px;
	letter-spacing:.1em;
}
#mainContent a {
	color: #FF0000;		/* color of words in main content with a reference (or link) attached to them */
}
#mainContent h2 {
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
#mainContent h3 {
	font-size:18px;
	font-weight:normal;
}
#mainContent ul {
	list-style-type:disc;
	list-style-image:url('images/circle.gif');
	text-align: left;
	/*	line-height:12px; */

	margin-left:10px;
}
#mainContent ul li {
	display:block;
}
#hourDays {
	font-family:"Myriad Pro";
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
#hourDays .hours {
	font-style:normal;
	font-weight:normal;
}


#welcome {
	width:250px;
	float:left;
	padding:0 5px 0 5px;
}
#welcomePhotos {
	width:340px;
	float:left;
	text-align:center;
}
#mapCanvas {
	width:458px;
	float:left;
	color:#0033CC;
	font:12px Arial, Helvetica, sans-serif;
	border:3px ridge #000000;
	text-align:center;
	padding:0 0 0 30px;
}

#storeTable {
	text-align:left;
	padding:10px;
}
#storeTable td {
	text-align:left;
}
#copyRight {
	color: #999999;  /* color of words in bottom copyRight section */
	width: 975px;
	font-size:11px;
	line-height:12px;
	text-align:center;
	vertical-align:bottom;
	clear:both;
	border-top:medium #000000;
}
#copyRight p {
	text-align: center;
	margin: 0 50px 0 50px;
}
#copyRight a {
	color:#666666;
	text-decoration:none;
}
#copyRight a:hover {
	color:#333333;
}
