﻿/* -- DevExpress Elements -- */
/* -- Hyperlink - Main Content - Bulleted -- */
.dxeHyperlink_MainContentBulleted
{
    font-size: 12pt;
    font-weight: normal;
    color:Black;  
    text-decoration:none;
    line-height:18pt;    
}
a:hover.dxeHyperlink_MainContentBulleted
{
    color:Black;
    text-decoration:underline;    
}
a:visited.dxeHyperlink_MainContentBulleted
{
    color:Black;    
}

/* -- Hyperlink - Main Content - In line -- */
.dxeHyperlink_MainContentInline
{
    font-weight: normal;
    color:Blue;  
    text-decoration:none;
}
a:hover.dxeHyperlink_MainContentInline
{
    color:Blue;
    text-decoration:underline;    
}
a:visited.dxeHyperlink_MainContentInline
{
        
}

/* -- Other Elements -- */
body
{
    font-family: Times New Roman;
    color: #494848;
    text-align: justify;
}
h1
{
	text-align: left;
    font-family: Minion Pro;
    font-size: 30pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
}
h2
{
	text-align: left;
    font-family: Minion Pro;
    font-size: 16pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
}
.h2
{
	text-align: left;
    font-family: Minion Pro;
    font-size: 16pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
}
h3
{
	text-align: left;
    font-family: Minion Pro;
    font-size: 14pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
}
h4
{
	text-align: left;
    font-family: Minion Pro;
    font-size: 13pt;
    color: #003366;
    font-weight: bold;
    font-variant: small-caps;
}
h5
{
	font-family: Times New Roman;
	font-size:medium;
	font-weight:bold;	
}
.BodyText
{
	font-size:medium;
    font-family: Times New Roman;
    color: #494848;
}
.SeegmillerJohnsonText
{
    font-weight: bold;
    font-variant: small-caps;
}
.PictureRight
{
	float:right;
    border: 4px solid #494848;
    margin-left: 20px;
    margin-bottom: 10px;
}
.PictureLeft
{
	float:left;
    border: 4px solid #494848;
    margin-right: 20px;
    margin-bottom: 10px;
}
.PictureCenter
{
    border: 4px solid #494848;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.TestimonialsButton
{
    font-size: medium;
    font-variant: small-caps;
    color: #E4E2D6;
    font-family: 'CG Times';
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.strongquotedtext
{
	font-size: x-large; 
	padding:0px 30px 0px 30px;
	font-weight:bold;
	font-style:italic;
}
.ContactUsButton
{
    font-size: medium;
    font-variant: small-caps;
    color: #E4E2D6;
    font-family: 'CG Times';
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
}
.LocationURL
{
	font-size:9pt;
	text-decoration:none;
	border-width: thin; 
	border-color: #A8A59E; 
	border-top-style: solid;
	padding: 10px 0px 0px 10px;
}
.Disclaimer
{
	font-size:10pt;
	margin: 0px 25px 0px 25px;
	padding: 10px 25px 10px 25px;
	text-align:center;
	border-width: thin; 
	border-color: #A8A59E; 
	border-top-style: solid;
}