﻿:focus {
	outline:none;
}

body
{
    /*font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
    font-family:"Verdana", Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #40352d;
}

h1
{
	/*margin: 25px 0px -5px 0px;*/
	margin: 0 0;
	padding:0 0;
    font-size: 24px;
    /*color: #f86e2e;*/
    border-bottom: 2px solid #40352d;
	color: #595959;
	font-weight: bold;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

h1.bioHeader
{
	font-size: 36px;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
	text-align:center;
	border-bottom: 2px solid #40352d;
	padding-bottom: 5px;
}

h2
{
    font-size: 14px;
    margin-bottom: -10px;
    color: #40352d;
}

h3
{
	text-align:center;
    font-size: 24px;
    color: #f86e2e;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

h4
{
    font-size: 11px;
    color: #40352d;
}

h5
{
	/*margin: 25px 0px -5px 0px;*/
	margin: 0 0;
	padding:0 0;
    font-size: 24px;
    /*color: #f86e2e;*/
	color: #595959;
	font-weight: bold;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

p
{
	font-family:"Verdana", Helvetica, Arial, Verdana, sans-serif;
	color:#595959;
    font-size: 11px;
	line-height: 175%;
    text-align:justify;
}

p.indent
{
text-indent:20px;
}

/*Removes the outline around image links*/
a 
{
	outline: none;
}

a,  a.currentMenu:visited
{
    color:#321b09;
}

a:hover,  a:active
{
    color:#834040;
}

.pdffile
{ 
    background-image: url("/Images/pdf.gif");
    background-repeat:no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    height:15px;
    display:block;
    margin-bottom:-10px;
}

.webicon
{ 
    background-image: url("/Images/webicon.gif");
    background-repeat:no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    height:15px;
    display:block;
    margin-bottom:-10px;
}

.InlinePhoto
{
    float:right;
    padding:0px 0px 20px 20px;
}

#contactUsHeader
{
    font-size: 18px;
    /*margin-bottom: -10px;*/
    color: #ffffff;
    text-align:center;
	text-transform:uppercase;
	margin-top:0px;
}




