﻿body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana;
	background-color: #290e01;
	background-image: url('images/framework/gradient_bg.jpg');
	background-repeat: repeat-x;
}

hr
{
	color: #efe9c7;
	height: 1px;
}

.mission
{
	background-color: #e9e1db;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	color: #563b2e;	
}

.footerText
{
	font-size: 11px;
	color: #dbd7cc;
}

.defaultFont
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #563b2e;
}

.pageTitleBg
{
	background-image: url('images/framework/page_title_bg.jpg');
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #002e5f;
}

.pageTitle
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2c1104;
}

/*** modal popup box ***/
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.container
{
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.modalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.footer
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 
.header
{ 
	background-color: #ffffff;
    /* background: url(img/sprite.png) repeat-x 0px -200px;	 */
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
}
/*** end of modal popup box ***/

a.secondTierNav:link { font-size: 10px; color: #9a3420; font-weight: bold; text-decoration: none; }
a.secondTierNav:active { font-size: 10px; color: #9a3420; font-weight: bold; text-decoration: none; }
a.secondTierNav:visited { font-size: 10px; color: #9a3420; font-weight: bold; text-decoration: none; }
a.secondTierNav:hover { font-size: 10px; color: #263d37; font-weight: bold; text-decoration: none; }

a.defaultLink:link { font-size: 11px; color: #9a3420; font-weight: normal; text-decoration: none; }
a.defaultLink:active { font-size: 11px; color: #9a3420; font-weight: normal; text-decoration: none; }
a.defaultLink:visited { font-size: 11px; color: #9a3420; font-weight: normal; text-decoration: none; }
a.defaultLink:hover { font-size: 11px; color: #263d37; font-weight: normal; text-decoration: none; }

a.footerLink:link { font-size: 11px; color: #dbd7cc; font-weight: normal; text-decoration: none; }
a.footerLink:active { font-size: 11px; color: #dbd7cc; font-weight: normal; text-decoration: none; }
a.footerLink:visited { font-size: 11px; color: #dbd7cc; font-weight: normal; text-decoration: none; }
a.footerLink:hover { font-size: 11px; color: #ffffff; font-weight: normal; text-decoration: none; }

a.footerLinkDark:link { font-size: 11px; color: #2c1104; font-weight: normal; text-decoration: none; }
a.footerLinkDark:active { font-size: 11px; color: #2c1104; font-weight: normal; text-decoration: none; }
a.footerLinkDark:visited { font-size: 11px; color: #2c1104; font-weight: normal; text-decoration: none; }
a.footerLinkDark:hover { font-size: 11px; color: #ffffff; font-weight: normal; text-decoration: none; }

a.doctorLink:link { font-size: 11px; color: #563b2e; font-weight: bold; text-decoration: underline; }
a.doctorLink:active { font-size: 11px; color: #563b2e; font-weight: bold; text-decoration: underline; }
a.doctorLink:visited { font-size: 11px; color: #563b2e; font-weight: bold; text-decoration: underline; }
a.doctorLink:hover { font-size: 11px; color: #263d37; font-weight: bold; text-decoration: none; }