﻿body
{
    padding: 0;
    line-height: 1.25em;
    font-family: Georgia, Arial;
    color: #333333;
    margin-top: 0;
}


/* Sections */

/* Header */

#headersection
{
    height: 130px; /*Height of top section*/
    background: transparent url(/WebPages/images/topbar.jpg) no-repeat scroll left bottom;
}
#headersection h1
{
    margin: 0;
    color: Blue;
    font-size: 120%;
}
#headersection h2
{
    font-size: 110%;
    margin: 0;
}

#headersection .logo
{
	background-color:#1d487f;
    float: left;
}

#headersection .slogan
{
    float: right;
}


/* Content */
#contentwrapper
{
    float: left;
    width: 100%;
    background: transparent url(/WebPages/images/sidebar.jpg) repeat-y scroll left top;
}

#contentcolumn
{
    margin-left: 220px; /*Set left margin to LeftColumnWidth*/
    padding-bottom: 100px;
}

#sidebar
{
    background-position: left top;
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -100%;
}

#ie7 #sidebar
{
}

#footer
{
    clear: left;
	font-size:85%;
    width: 100%;
    padding-top: 10px; /* contentcolumn / innertube has a 10px border on the bottom, so we want to move this up 10px to remove that white space. */
    position: relative;
    background: transparent url(/WebPages/images/bottombar.jpg) no-repeat scroll left top;
}
#footer a
{
    color: #000080;
}
#footer .links
{
    float: right;
    margin-right: 15px;
}
#footer .copyright
{
    float: left;
    margin-left: 15px;
}

/* Other classes */
.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
.clearer /*clear floats */
{
    clear: both;
    line-height: 0;
    height: 0;
}

/* Font styling */
b
{
    font-size: 110%;
}
em
{
    color: red;
}

.steptitle
{
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.5em;
}

.steptitle img
{ 
    vertical-align: bottom;
}  
.stepdone
{
    font-size: 85%;
    color: #666666;
}

.stepseparator
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

#sidebar .standout
{
    font-size: 130%;
    color: #003399
}

#sidebar .spaced
{
    margin-top: 40px;
}

#sidebar a 
{
    text-decoration:none;
    font-weight: bold;
    font-size: 75%;
    color:#01467F;
}
#sidebar a:hover 
{
    color:#01467F;
}

#introheader
{
    margin-bottom: 15px;
}

.reset
{
    font-size: 75%;
}

.styled
{
	font-size:85%;
}

.FieldRowLabel
{
	font-size:85%;
}

.medterms2
{
	border: 3px solid #999999;
}

.physician_wrap
{
	margin-top:20px;
	padding-top: 0;
	border-top: 1px solid;
}

.physician_wrap h3
{
	margin-top:10px;
	padding-top: 7px;
}

#hospitaldetails h1
{
    padding: 7px 0pt; 
    background-color: #cccccc;
    text-align: center; 
    font-weight: bold;
    font-size: 110%;
}
#hospitaldetails h5
{
    margin: 0.2em 0;
    font-size: 85%;
}

.caption
{
    font-size: 75%;
}

.bordered
{
    border: 3px solid #E2E2E2; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    padding: 10px 0;
}