﻿a:link {
	color: #958845;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ce981e;
}
a:hover {
	text-decoration: underline;
	color: #ce981e;
}
a:active {
	text-decoration: none;
	color: #ce981e;
}
.watermarked 
{ 
	font-size: 10px;
	color:Gray;
} 

.alignTop
{
    vertical-align:top;
    }

.nonwatermarked 
{ 
   border: solid 1px #808080; 
   padding: 2px; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/BackGround_Interior.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #696969;
	}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #696969;
}
.bullets {color: #958845}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #696969;
}
.bold {
	font-weight: bold;	
}
.border {
    border: 1px solid black;
}
.italic 
{
    font-style:italic    
}
.underline {
	text-decoration:underline;	
}
.copyUnderline{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	line-height: 19px;
	color: #696969;
}
.5pxLeftMargin {
	padding-left: 5px;
	}
.smallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #958845;
}
.smallCopyHyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #958845;
	white-space:nowrap;
	
}		
.bullets {
	color: #958845;
	list-style-type: square;
	}

.imageCopy {
	border:	1px solid #696969
}

.redFont {
	color: #FF3300;
	}

.imageNoBorder {
	border:	0px
}

.imageAlignCenter {
	vertical-align: middle;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #958845;
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #958845;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #958845;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #ce981e;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #b3aa7a;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #b5ac82;
}
.inputLeftAlign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
	text-align:left;
	color: #b5ac82;
}
.inputRightAlign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right;
	text-align:left;
	color: #b5ac82;
	margin-right:15px;
}
.formTable { 
	width:100%; 
} 
.masterTopTable{
	width:929px;
	}
.masterMiddleTable{
	width:829px;
	text-align:left;
	margin-left: 50px;
	}
.cell5 { 
	width:5%; 
} 
.cell20 { 
	width:20%; 
} 
.cell75 { 
width:75%; 
} 
.cell80 { 
width:80%; 
}
.cell153 {
width:153px;
}
.cell152 {
width:152px;
}
.cell287 {
width:287px;
}
.cell166 {
width:166px;
}
.cell171 {
width:171px;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #b6ae84;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #696969;
    color: white;
    background-color: #fcfcfa;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: #fcfcfa;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #fcfcfc;
    color: #696969;
    border: 1px dashed LightGray;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.collapsePanel {
      width: 99%;
      height:0px;
      background-color: #fcfcfc;
      overflow:hidden;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      margin-left: 3px;
      border: 1px dashed LightGray;
}
 
.collapsePanelHeader{   
      width:100%;  
	  border: 1px solid #696969;          
      height:20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: white;
      background-color: #b6ae84;
      font-weight:bold;
      padding:3px;
      cursor: pointer; 
      float:none;
      vertical-align:middle;
}

.collapsePanelHeaderInactive{   
      width:100%;            
      height:20px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #D3D3D3;
      background-color: #f3f1ea;
      font-weight:bold;
      padding:3px;
      cursor: pointer; 
      float:none;
      vertical-align:middle;
}

.xxSmallText {
	margin-left: 10px;
	font-size: xx-small;
}

