﻿*{
    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 {
    width: 547px;
    height: 300px;
    border: 1px solid #006;}

#rightCol {
	height: 200px;
	font-size: 12px; 
	background:URL('../images/app-bg.png');
	width: 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;}

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;
}
hr.dot {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #666;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-bottom: 15px;
}
p.small {font-size: .85em;}

/* FORMS */
div.form
{
}
div.form label
{
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    margin: 0 5px 0 0;
}
div.form input,
div.form select,
div.form textarea
{
    float: left;
    width: 390px;
    border: 1px solid #006;
    margin: 0 0 5px 0;
}
div.form textarea
{
    height: 200px;
}
div.form div.clr
{
    height: 5px;
}
div.form .buttons
{
    width: 100%;
    text-align: right;
}
.buttons input.button
{
    width: auto;
    float: right;
    background: #C4CCAA;
}
/* Tables */
table
{
    width: 100%;
    border: 1px solid #006;
    border-collapse: collapse;
}
table tr
{
}
table thead tr,
table thead tr th
{
    background: #fff;
}
table tr td, table tr th
{
    padding: 2px 5px;
    border: 1px solid #006;
    text-align: left;
    vertical-align: top;
}
/* OVERRIDE CSS RULES FOR PRINT LAYOUT */
@media print 
{
    *
    {
        color: #000;
        width: auto;
        background: #fff;
        font-size: 1.1em;
    }
	#leftCol, #rightCol, .buttons input.button, .ad
	{
		display: none;
	}
	#mainCol
	{
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}
	p
	{
	 line-height: 1em;
	 }
}
/* INPUT STYLES */

input.projectSubmit {
	padding: 10px;
	border: 0px;
	background-color: #3984c1;
	font: normal 10pt verdana;
	color: #fff;
}
input.projectInput {
	border: solid 1px #333;
	background-color: #fff;
	height: 20px;
	vertical-align: middle;
	font: normal 10pt verdana;
	color: #666;
	padding-top: 3px;
	padding-left: 8px;
}
select.projectSelect {
	border: solid 1px #333;
	background-color: #ff;
	height: 20px;
	width: 200px;
	vertical-align: middle;
	font: normal 10pt verdana;
	color: #666;
}
table.register, td.register {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	padding: 0;
	margin: 0px;
}
.right { text-align: right; }
