/* -------------------------------------
    Element Classes
------------------------------------- */
*
{
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    box-sizing: border-box;
    moz-box-sizing: border-box;
}
BODY
{
/*    margin: 0px; */
    background-color: #CEB771;
}
IMG
{
    border: 0px;
}
FORM
{
    margin: 0px;
    padding: 0px;
}
A 
{
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
}
A:hover 
{
	color: #707070;
	text-decoration: underline;
}

/* -------------------------------------
    Custom Classes
------------------------------------- */
.Header
{
    font-weight: bold;
    color: #707070;
}
.Header, .Header A
{
    font-size: 14px;
}
.FeatureBox {
	margin: 10px 10px 10px 0px;
	border: 1px solid #707070;
	background-color: #f9f4e5;
	padding: 12px;
}
.PawList, .PawListTight
{
    list-style-image: url(/lib/images/global_infopaw.gif);
}
.PawList LI 
{
    padding: 0px 0px 15px 15px;
}
.PawListTight 
{
    margin-left: 15px;
}
.PawListTight LI
{
    padding: 0px 0px 5px 5px;
}

.DGHeaderStyle
{
 Font-Weight: Bold;
 background-color: #e7dcba; 
 color: White; 
 Font-Size: 16px;
}

.DGItemStyle
{
	padding:5px 10px;
}

.DGAlternateItemStyle
{
	background-color:White;
}

/* -------------------------------------
    Header
------------------------------------- */
.HeaderTable
{
    width: 780px;
    height: 136px;
    margin-top: 15px;
    margin-bottom: 5px;
	background-image: url(/lib/images/global_headerbg.gif);
}

/* -------------------------------------
    Body
------------------------------------- */
.BodyTable
{
    width: 780px;
}
.BodyCopy
{
/*  Do we need this? KH 20060405
    margin: 10px 20px 0px 20px;*/
}

TD.bodycopy
{
	vertical-align:					baseline;
}
TD.bodycopybold
{
	vertical-align:					baseline;
}


/* -------------------------------------
    Footer
------------------------------------- */
.Footer
{
    margin-top: 10px;
    margin-bottom: 20px;
}

/* -------------------------------------
    Radius Boxes
------------------------------------- */
.RadiusBox 
{
    width: 100%;
    height: 100%;
    vertical-align: top;    
}
.RadiusBoxOuter 
{
    width: 100%;
    height: 100%;
    background-color: #E7DCBA;
    vertical-align: top;
}
.RadiusBoxInner 
{
    width: 100%;
    height: 100%;
    background-color: #F5EDD4;
    vertical-align: top;
}
.RadiusBoxOptionsOuter
{
    width: 186px;
    height: auto;
    margin-left: 15px;
    background-color: #E7DCBA;
    vertical-align: top;
}

.RadiusBoxOptionsInner 
{
    width: 100%;
    height: auto;
    background-color: #F5EDD4;
    vertical-align: top;
}
.RadiusBoxSimple
{
    width: 610px;
    height: 400px;
}

/* -------------------------------------
    Pop-up Menus
------------------------------------- */
.PUMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.PUMenuTopCenter {
	border-top: 1px solid #CC3300;
	background-color: #ffffff;
	width: 100%;
}
.PUMenuBottomCenter {
	border-bottom: 1px solid #CC3300;
	background-color: #ffffff;
	width: 100%;
}
.PUMenuLeft {
	border-left: 1px solid #CC3300;
	background-color: #ffffff;
	height: 100%;
}
.PUMenuCenter {
	background-color: #ffffff;
}
.PUMenuRight {
	border-right: 1px solid #CC3300;
	background-color: #ffffff;
	height: 100%;
}

/* -------------------------------------
    Home Page
------------------------------------- */
TABLE.HomeTable 
{
    width: 780px;
    margin-top: 15px;
}

TD.HomeTessSaves
{
	background-image: url(/lib/images/home_headersaved.gif);
	padding-top: 35px;
}

DIV.HomeTessSaves
{
	color: #000000;
	font-size: 22px; 
	font-weight: bold; 
	text-align: center;
}

.HomeNews
{
    background-color: #F5EDD4;
}      
.HomeSearch 
{
    margin: 20px 25px 0px 20px;
}
.HomeWho 
{
    margin: 20px 130px 0px 20px;
}
.HomeAdvantage
{
    margin: 10px 0px 0px 0px;
}
.HomeTessPhoto {
	position: absolute; 
	z-index: 1; 
	left: -28px; 
	top: -206px;
}

/* -------------------------------------
    Contact an Agent
------------------------------------- */
.AgentTitle
{
    font-size: 18px;
    color: #707070;
}

/* -------------------------------------
    Savings Calculator
------------------------------------- */
.textBoxes, .highlightTextBox
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px
}
.highlightTextBox
{ 
    background-color: #99D27E;
}

/* -------------------------------------
    Testimonial
------------------------------------- */
.Testimonial
{
    margin: 20px 5px 0px 20px;
    width: 180px;
}
.Testimonial TD
{
    font-size: 14px;
    font-style: italic;
    color: #707070;    
}

/* -------------------------------------
    News
------------------------------------- */
.NewsViewTitle
{
   font-weight: bold;
}
.NewsViewSummary {}
.NewsViewNoNews {}
.NewsViewRule HR
{
    width: 100%;
    height: 1px;    
    color: #ffffff;
}
.NewsTitle
{
    font-weight: bold;
    font-size: 13px;
}
.NewsDate
{
    margin-bottom: 15px;
}
.NewsBody
{
}
.NewsMore
{
    margin-top: 10px;
    font-style: italic;
}

/* -------------------------------------
    List Your Home Now
------------------------------------- */
.ListNowList LI
{
    font-weight: bold;
    color: #707070;
    list-style-type: none;
    padding-bottom: 10px;
}
.ListNowList IMG
{
    margin: 0px 10px 0px 0px;
}  
.SignupChecklist
{
    margin: 0px 5px 20px 20px;
    width: 180px;
}
.SignupChecklistBox
{
	padding: 3px 6px 0px 4px;    
}    
.SignupChecklistItem
{
	padding-bottom: 6px;
	font-weight: bold;
	color: #707070;	
}
.SignupChecklistChecked
{
	color: #CEB771;
}

.DetailsTable TD
{
    vertical-align: top;
}
.DetailsHeader
{
	font-weight: bold;
}
.form_content {
	border: 1px solid #707070;
	background: #f9f4e5;
	padding: 20px;
}
/* -------------------------------------
    Forms
------------------------------------- */
.FormBox
{
    width: 100%;
	border: 1px solid #707070;
	background-color: #f9f4e5;
	padding: 12px;
    box-sizing: border-box;  
    -moz-box-sizing: border-box; 
}
.FormTable, .FormTableDisclosure
{
    width: 490px;
}
.FormTableActivate, .FormTableAdmin
{
    width: auto;
}
.FormTable TD, .FormTableAdmin TD
{
    vertical-align: top;
    padding-bottom: 5px;
}
.FormTableDisclosure TD
{
    border-bottom: 1px solid #aaaaaa;    
}
.FormButtonTable
{
    margin-top: 15px;
    width: 516px;
} 
.FormTextbox 
{
    width: 200px;
}
.FormTextboxNarrow 
{
    width: 100px;
}
.FormSection
{
    font-weight: bold;
}
.FormLabel, .FormLabelWide
{
    padding-right: 10px;
}
.FormLabel
{
    width: 150px;
}
.FormLabelWide
{
    width: 165px;
}
.FormLabelDisclosure
{
    width: 300px;
    padding: 5px 10px 0px 5px;      
}
.FormUnit 
{
    width: 15px;       
    padding-right: 2px;
}
.FormField
{
    position: relative;
    width: 325px;    
}

.FormTextArea
{
    position: relative;
    width: 400px;
}

.FormFieldDisclosure
{
    position: relative;    
    width: 190px; 
    padding: 5px 0px 0px 5px;
}
.FormFieldActivate
{
    border: 1px solid #cdcdcd;
    padding: 1px;
    background-color: #f5f5f5;
}
.Required
{
    color: blue;
}
.Indented25px
{
    padding-left: 25px;
}
.ErrorBox,.SuccessBox
{   
    margin-bottom: 15px;   
}
.ErrorBox UL 
{
    margin-top: 3px;
}
.ErrorBox
{
    font-weight: bold;         
    color: #ff0000;
}
.SuccessBox
{
    font-weight: bold;
    color: #CEB771;  
}
/* Note this is needed for Firefox validation summary */
.ErrorBox TD, .SuccessBox TD
{
    font-size: 11px;
}
.FormSpacer
{
    height: 15px;
}
.ToolTip, .ToolTipDimensions, .ToolTipFeatures, .ToolTipFeaturesRight
{
    position: absolute;
	z-index: 1000;
    top: 0px;
    left: 330px;
    width: 200px;
	border: 1px solid #707070;
	background-color: #ffffff;
	padding: 12px;
}
.ToolTipDimensions 
{
    left: 430px;
}
.ToolTipFeatures 
{
    left: 510px;
}
.ToolTipFeaturesRight 
{
    left: 265px;
}
.FormFloor 
{
    width: 90px;
    margin-right: 5px;
}
.FormDimensions 
{
    width: 90px;
    margin-right: 5px;    
}
.FormDescription
{
    width: 135px;
}
.FormFeaturesLabel
{
    width: 120px;    
    vertical-align: top;
}
.Indented5px
{
    padding-left: 5px;
}
.FormFeaturesList
{
    width: 125px;
    height: 80px;  
}
.FormFeaturesTextbox
{
    width: 370px;
    height: 50px;   
}
.FormGrid 
{
    width: 100%;
    border-collapse: collapse;
	background-color: #e6dcb9;    
}
.FormGridHeader, .FormGridHeader A
{
    font-weight: bold;
    background-color: #A55129;
    color: #ffffff;
}
.FormGridHeader A:hover
{
    color: #efefef;
}
.FormGrid TD
{
	border: 2px solid #ffffff;
    padding: 3px;
}
.FormCentered TD
{
    text-align: center;
}