﻿html, body, form 
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    font-size: 9.25pt;
    height: 100%;
}
textarea
{
    font-family: Arial, Helvetica;    
}
img
{
    border: 0px;    
}
hr
{
	border: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #EBEBEB;
	height: 1px;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	padding: 0;
}
#Header a:hover
{
    text-decoration: underline;    
}
#Header h1
{
    background: #04213F url(/images/logo.gif) no-repeat 30px 50%;
    border-top: 2px solid #F8B542;
    height: 100px;
    margin: 0px;
    padding: 0px;
}
#Header h1 span
{
    display: none;    
}
#Header .Main
{
	position: absolute;
	margin-left: 500px;	
	margin-top: -80px;
}
#Header ul 
{
	color: White;
	font-size: 10pt;
}
#Header ul ul
{
	font-size: 8pt;
}
#Header ul li a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#Header ul li li a
{
	font-weight: normal;
	text-decoration: underline;
}
#Header ul li em
{
	font-style: normal;
	color: Yellow;
	
}
#Header ul, #Header li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#Header ul li
{
	float: left;	
	margin-right: 20px;
}
#Header ul li ul li
{
	float: none;
}
/*
#Header ul
{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #ffffff;
    background: #6492BA;
    height: 50px;
    vertical-align: top;
    
    padding-left: 20px;
}
#Header ul li
{
    float: left;
    display:block;
    list-style: none;
    padding-right: 8px;
    padding-left: 8px;
    background: url(/images/menu-sep.gif) 100% 0px no-repeat;
    height: 50px;
}
#Header ul li a
{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 9.25pt;
    text-decoration: none;
    font-weight: bold;
    line-height:150%;
}
#Header ul li:hover, #Header ul .Current
{
     background: url(/images/menu-hov.gif) 100% 100% repeat-x;
}
#Header ul li ul li:hover
{
    background: transparent none;    
}
#Header ul li ul
{
    border-top: 0px none;
    display:block;
    padding: 0px;
    height:auto;
}

#Header ul li ul li
{
    display: inline;
    padding: 0px;
    margin-right: 8px;
    margin-left: 0px;
    background-image: none;
    height: auto;
}

#Header ul li ul li a
{
    color: #04213F;
    text-transform:none;
    font-weight: normal;
}*/

#Header .Sub
{
	 background: #6492BA;
	/*float: right;
	border: none;	
	margin-top: -20px;
	margin-right: 20px;*/
	text-align: right;
	border-top: 1px solid white;
	padding: 5px;
}
#Header .Sub, #Header .Sub a
{
	color: white;
	font-size: 11px;	
}
#Foot
{
    height: 203px;
    background: #E8F6F9 url(/images/foot-bg.gif) repeat-x;    
    padding-left: 20px;
    
}
#Foot ul
{
    width: 200px;
    float: left;
    background: url(/images/foot-sep.gif) no-repeat 100% 10px;
    list-style: none;
    margin: 5px 5px 5px 5px;
    padding: 0px;
}
#Foot ul li
{
    background: url(/images/foot-bull.gif) no-repeat 0px 65%;
    padding-left: 8px;
    margin: 0px;    
}
#Foot ul a
{
    font-size: 8.25pt;
    color: #04213F;
    text-decoration: none;    
}
#Content
{
  min-height: 600px;
}
.Copy
{
     font-size: 9.25pt;    
     vertical-align: top;
}
.HomeBg
{
    background: #6492BA url(/images/home-bg2.gif) repeat-x 0px 0px;
}
.HomeBgInner
{
    background: url(/images/home-bg.gif) no-repeat;
    height: 560px;
}
.FeedbackSuccess
{
        background: #E8F9E9;
        color: #333333;
        padding: 10px;
        font-size: 9.25pt;
        margin: 5px auto 10px auto;
        width: 60%;
}
.FeedbackError
{
        background: #FFE1E1;
        color: #333333;
        padding: 10px;
        font-size: 9.25pt;    
        margin: 5px auto 10px auto;
        width: 60%;
}
.FeedbackInfo
{
        background: #FCFCE5;
        color: #333333;
        padding: 10px;
        font-size: 9.25pt;    
        margin: 5px auto 10px auto;
        width: 60%;
        border: 1px solid #8E8E8E;
}

.InputTextMed, .InputSearchMed, .InputTextSmall, .InputSearchSmall, .InputTextAreaLarge, .InputTextAreaMed, .InputMoneySmall, .InputTextAreaSmall
{
    background: url(/images/input-text-med.gif) no-repeat;
    width: 234px;
    height: 22px;
    color:#333333;
    padding:3px 6px 0px 6px;
    vertical-align: middle;
    font-size: 11px;    
    border: 0px;
}
.InputTextAreaSmall
{
    background: url(/images/input-text-area-small.gif) no-repeat;
    height: 50px;
    width: 132px;
}
.InputTextAreaMed
{
    background: url(/images/input-text-area-med.gif) no-repeat;
    height: 80px;
}
.InputTextAreaLarge
{
    background: url(/images/input-text-area-large.gif) no-repeat;
    width: 400px;
    height: 150px;
}
.InputTextSmall
{
    background: url(/images/input-text-small.gif) no-repeat;
    width: 132px;
}
.InputSearchSmall, .InputSearchMed, .InputMoneySmall
{
    padding-left: 20px;    
    margin-right:-20px;
}
.InputSearchSmall
{
    background: url(/images/input-text-small-search.gif) no-repeat;
    width: 144px;
}
.InputMoneySmall
{
    background: url(/images/input-text-small-money.gif) no-repeat;
    width: 144px;
}
.InputSearchMed
{
    background: url(/images/input-text-med-search.gif) no-repeat;
    width: 234px;
}
.InputSubmitMed
{
    background: url(/images/input-submit-med.gif) no-repeat;
    width: 120px;
    height: 22px;
    color:#ffffff;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    font-size: 11px;    
    border: 0px;    
}

.GeneralGrid
{
    border-spacing: 0px;
}
.Sortable
{
    cursor: pointer;    
}
.GeneralGrid 
{
    width: 100%;   
    border-collapse: collapse;
}
.GeneralGrid td, .GeneralGrid th
{
    padding-left: 4px;
    padding-right: 4px;
    /*font-size: 0.8em;    */
}
.GeneralGrid th
{
    background: url(/images/grid-head.gif) repeat-x 0 0;
    height: 27px;
    text-align: left;
}

.GeneralGrid .Sortable
{
    background: url(/images/grid-head-sortable.gif) repeat-x 0 0;
    padding-left: 16px;
    margin-right: -16px;
}
.GeneralGrid .SortAsc
{
    background: url(/images/grid-head-sort-asc.gif) repeat-x 0 0;
     padding-left: 16px;
    margin-right: -16px;
}
.GeneralGrid .SortDesc
{
    background: url(/images/grid-head-sort-desc.gif) repeat-x 0 0;
     padding-left: 16px;
    margin-right: -16px;
}
.GrayRoundBorder { border: 1px solid #999999; }
.GrayRoundBorder div { background: url(/images/box-g-tl.gif) no-repeat left top;  margin-top:-1px; margin-left:-1px;   }
.GrayRoundBorder div div { background: url(/images/box-g-tr.gif) no-repeat right top; margin-right:-1px; margin-top:-1px; }
.GrayRoundBorder div div div { background: url(/images/box-g-bl.gif) no-repeat bottom left; margin-left: 1px;}
.GrayRoundBorder div div div div { background: url(/images/box-g-br.gif) no-repeat bottom right; padding: 5px; margin-right:1px;margin-bottom:-1px;}
.GrayRoundBorder div div div div div {background: none; border: 0px;}

.Gapper
{
    background: url(/images/gapper-dots.gif) repeat-x 0 50% !important;
    border: 0px !important;
    height: 20px;    
    margin: 5px auto 10px auto;
}

h1 span, h2 span, h3 span, h4 span
{
    display: none;    
}

.Copy h1, .Copy h2, .Copy h3, .Copy h4
{
    margin: 10px 0px 5px 0px;    
}
.ValidationError
{
    display: block;   
    background: #FBE1E0;
    color: #000000 !important;
    padding: 3px; 
    font-size: 0.7em;    
    margin-bottom:5px;
}
.ListingDetailsTable td, .ListingDetailsTable th
{
    font-size: 12pt;    
    color: #333333;    
    font-weight: bold;
    text-align: justify;
    padding-right: 10px;
}
.ListingDetailsTable th
{
    color: #5C5C5C;  
    text-align: right;  
    white-space: nowrap;
    
    font-weight: normal;
}
.Crumbs, .Crumbs a
{
    color: #333333;    
}
.DansBigUglyButton
{
    border: 0px;
    background: url(/images/dans-big-ugly-butt-on.gif) no-repeat;
    width: 202px;
    height: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}
.Popup
{
    background: #ffffff;
    border: 3px solid #9CDEF9;    
    padding: 8px;
}
.Required
{
	color: #CC0000;	
}
.AdResults p
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #eeeeee;
	padding-bottom: 10px;
}

.AdResults a:visited
{
	color: #666666;
}