﻿*{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;}

htmlb {overflow-y: scroll;}

body {
	font-size: .85em;
	background-color: #ccc}

body #container {
    width: 990px;
    margin: auto;
    background: url('../images/kitten.jpg') 0 100px no-repeat;}

body.dragon #container {
	background: url('../images/dragon.jpg') 0 100px no-repeat;
	background-color: #ffffff;
	border: 1px solid #666}

body.dog #container {
	background: url('../images/dog.jpg') 0 100px no-repeat;
	background-color: #ffffff;
	border: 1px solid #666}

body.dictionary #container {
	background: url('../images/medical_dictionary.jpg') 0 100px no-repeat;
	background-color: #ffffff;
	border: 1px solid #666}

body.medicine #container {
	background: url('../images/medicine_bottle.jpg') 0 100px no-repeat;
	background-color: #ffffff;
	border: 1px solid #666}

div#container{
	background-color: #ffffff;
	border: 1px solid #666}

#header {
	width: 990px;
	background-color: #ffffff;}

#header h1 {
    font-size: 3em;
    margin: 30px 0;}

#header h1 img {
    vertical-align: middle;
    width: 97px;
    height: 38px;}

#header address {
    display: block;
    margin: 5px 0 20px 0;}

#leftCol, #mainCol, #rightCol {
    float: left;
    width: 200px;}

#mainCol {
    width: 549px;
    padding: 0 10px;
    margin: 0 10px 20px 10px;
    border-left: 1px solid #fff;
    min-height: 470px;
    _height: 470px;}

#map_canvas {
    width: 547px;
    height: 300px;
    border: 1px solid #006;}

#rightCol {
	font-size: 12px; 
	background:URL('../images/app-bg.png');
	width: 200px;
	height: 200px;
	text-align: center;
	}

#footer {
	height: 45px;
	text-align: center;
	padding-top: 5px;
	background:URL('../images/footer_bg.jpg');
	background-repeat: norepeat;
	clear: both;}

.fl {float: left;}

.fr {float: right;}

.clr {clear: both;}

.appointment {
    width: 254px;
    height: 154px;
    border: none;
    font-size: 0.9em;
    position: relative;}

a.imgLink {border: 0px; }
a.imgLink:hover {border: 0px}
a.imgLink:visited {border: 0px}

h1, h2, h3, h4, h5, h6 {
    color: #006;
    margin: 10px 0;
    text-transform: capitalize;}

h1 {
    font-size: 1.6em;
    border-bottom: 1px solid #006;}

h2 {font-size: 1.5em;}
h2.appointment {font-size: 1.5em; font-color: #FF0000}

h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

p {
    margin: 15px 0;
    line-height: 1.3em;}

.prescription {
	border: 1px solid #006;
	width: 400px;}

.submit {
	border: 1px solid #006;
	width: 200px;}

.aright {text-align: right}


a {text-decoration: underline; color: #006;}
a:hover {text-decoration: none;}

ul, ol {margin: 10px 0;}

li {margin: 0 0 0 30px;}

ul li {list-style-type: square;}

quote, blockquote {margin: 0 25px;}

hr {
	clear: both;
	color: #006;
	height: 1px;
	margin: 7px 0;}

p.small {font-size: .85em;}

/* OVERRIDE CSS RULES FOR PRINT LAYOUT */
@media print 
{
    *
    {
        color: #000;
        width: auto;
        background: #fff;
        font-size: 1.1em;
    }
	#leftCol, #rightCol, .ad
	{
		display: none;
	}
	#mainCol
	{
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}
	p
	{
	 line-height: 1em;
	 }
}
