/*-----------------------------------------------------------------------------
Primary Gator Tough Wooden Buildings Style Sheet

version:   1.0
author:    Brit Mansell - with inspiration from Paul Boag (http://www.boagworld.com)
email:     brit@isoaxis.com
website:   http://www.isoaxis.com
-----------------------------------------------------------------------------*/


/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font: 0.6251em/1 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

td
{
    padding: 4px 6px;
}

strong
{
    font-weight: bold;
}

/* =General  */

body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	background-color: White;
}

*
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
    text-align: justify;
}

h1, h2, h3
{
    margin: 10px 0 10px 0;
    padding: 0;
	line-height: 30px;
	font-weight: bold;
}

h1
{
    font-size: 200%;
}

h2
{
    font-size: 150%;
}

h3
{
    font-size: 130%;
}

input[type=submit]
{
    padding: 2px 10px 0px 10px;
    margin: 0 0 4px 0;
    *margin: 0 0 2px 0;
    overflow: visible;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
}

.button
{
    padding: 2px 10px 0px 10px;
    margin: 0 0 4px 0;
    *margin: 0 0 2px 0;
    overflow: visible;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
}

textarea
{
    font-size: 92%;
}

ol
{
    margin-left: 20px;
}


/* Form Box */
.buttonBox
{
    margin: 20px 0 20px 0 !important;
    text-align: right;
    width: 510px;
}

.formBox
{
    background-color: #F4F4F4;
    border: 1px solid #E7E7E7;
    padding: 10px;
}

.formBox div
{
    clear: both;
    margin-top: 10px;
}

.formBox label
{
    float: left;
    font-weight: bold;
    width: 150px;
    text-align: right;
    margin: 5px 5px 0 0;
}

.formBox input[type=checkbox]
{
    float: left;
    margin-top: 7px;
}

.formBox .inputText
{
    width: 350px;
    margin-top: 3px;
    font-size: 110%;
}

.imgBox
{
    padding: 5px;
    border: 1px solid black;
    float: left;
    margin: 0 10px 5px 0;
    background-color: White;
}



body.doctorPage
{
    background-color: #226399;
    background-image: none;
}

.doctorPage #doctorList
{
    list-style: none;
}

.doctorPage h1
{
    margin-bottom: 20px;
}

.doctorPage #doctorList li
{
    margin-bottom: 40px;
    border-bottom: 1px solid white;
}

.doctorPage #doctorList li .imgBox
{
    margin: 0 10px 0 0;
}
