﻿body
{
	background: transparent url(/v2/images/bg-tan-stripe.png) repeat-x scroll;
}

h1
{
    font-size: 197%;
    font-weight: bold;
    color: #fff;
    margin: 5px 0px;
}

h2
{
	font-size: 123.1%;
	font-weight: bold;
	color: #99530d;
}

h3
{
	font-size: 123.1%;
	font-weight: bold;
	color: #99530d;
}

h3.divider
{
    margin-top: 5px;
}

h4
{
	font-size: 93%;
	font-weight: bold;
}

h5
{
	font-size: 93%;	
}

hr
{
	border: 0px;
	color: #cb9c70;	
	background-color: #cb9c70;
	height: 2px;
}

a
{
	color: #466eb8
}

a.noline
{
	text-decoration: none;		
}

a:hover
{
	color: #99530d;
	text-decoration: underline;
}

a.letter
{
	margin-right: 3px;	
}

span.letter
{
	margin-right: 3px;
}

select
{
	width: 150px;
	/*
	border: 1px solid #587bbb; 
	padding: 1px;
*/
}

p
{
	margin: 5px 0px 15px 0px;
}

ul, ol
{
	margin: 5px 0px 15px 25px;
}

li
{
	margin-bottom: 5px;
}

ul li
{
	list-style: square;
	color: #99530d;
}

ol li
{
	list-style: decimal;
}

label.error
{
	font-weight: bold;
	color: red;
}
/*
input
{
	width: 150px;
	border: 1px solid #587bbb;
	padding: 2px;
}
*/

td
{
	padding: 0px 5px 5px 0px;
}
/* Ids */

#page 
{
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 792px;	
	background: transparent url(/v2/images/bg-shadow.png) no-repeat;	
}

#header
{
	height: 68px;
}

#header #additional
{
	padding: 20px 10px 0px 0px;
}

#header #branding
{
	padding: 8px 0px 0px 15px;
}

#body
{
	margin-left: 6px;
	width: 780px;
	background: url(/v2/images/bg-blue-stripe.gif) repeat-x;
	float:left;
}

#body #houseImage
{
	width: 271px;
	height: 239px;
	float: right;
}

#banner
{
	width: 469px;
	min-height: 219px;
	padding: 10px 20px;
	float:left;
}

#bannerHeading
{
	min-height: 75px;
}

#bannerWide
{
	width: 740px;
	min-height: 219px;
	padding: 10px 20px;
}

#main
{
	width: 740px;
	min-height: 150px;
	padding: 0px 20px;
	float:left;
}

#footer
{
	padding: 5px;
	clear:both;
}

#suggestedCitiesAlt
{
	margin-top: 15px;
}

#letters
{
	margin-bottom: 15px;
}


/* Classes */
.boxHeading
{
	margin-left: 5px;
}

.boxHeading h2, h3, h4, h5, h6
{
	display: inline;	
}

.boxMain
{
	margin: 5px 10px 0px 30px;
	font-size: 93%;	
}

.boxMain .searchItem
{
	padding-top: 5px;
}

.boxMain .left
{
	float: left;
}

.boxMain .comment
{
	float: right; 
	width: 350px
}

.boxMain .comment label
{
	float: left;
	padding-right: 5px;
	margin-top: 2px;			
}

.boxMain .searchItem label
{
	float: left;
	min-width: 35px;	
	padding-right: 5px;
	margin-top: 1px;		
}

.boxMain .padsearchItem label
{
	float: left;
	min-width: 35px;	
	padding-right: 5px;
	margin-top: 2px;		
}

.boxMain .padsearchItem select
{
    margin-top: 5px;
}

.boxMain .searchItem label.wide
{
	min-width: 75px;
}

.boxMain .searchItem label.xWide
{
	min-width: 150px;
}

.boxMain .searchItem label.xxWide
{
	min-width: 250px;
}

.boxMain .searchItem label.middle
{
	float: none;
	padding: 0px 4px;	
}

.boxMain .searchItem label.right
{
	float: left;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;	
}

.boxMain .divider
{
	clear: left;
	padding: 5px 0px;
}

.stepImage
{
    vertical-align: -2px;
}

.submit
{
	padding: 10px 3px;
}

.right
{
	float: right;
	text-align: right;
}

.left
{
	float: left;
}

.blue
{
	color: #466eb8;
}

.default
{
	color: Black;
}

.error
{
	color: Red;
}

.errorSection
{
	margin: 5px 0px;
	color: Red;	
}

.bold
{
	font-weight: bold;
}

.larger
{
	font-size: 120%;
}

.territoryList input
{
	margin-right: 5px;	
}

.required
{
	visibility:hidden;
}
.error .required
{
	visibility:visible;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{     
    visibility: visible;
	margin : 0px!important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
    text-align : left;     
    line-height : 1em;
    text-indent: 2px;
    list-style-type : none;
}

.autocomeplete_element
{
    visibility: visible;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
    text-align : left;         
    text-indent: 2px;
}

#divCityAutoComp
{
	width: 180px!important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color : window;
	color: #99530D;
	font-weight: bold;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : Black;
	padding : 1px;
}

/* geography content */
#divGeographyContent
{
	clear:left;
	padding-top:30px;	
}

#geographyDetail 
{
	clear:left;
	padding-top:30px;
	width:740px;
}

div.contentTitle
{
	padding-left: 5px;
	font-weight:bold;
	text-decoration:underline;
} 

div.sectionBoxHeading
{
	margin-left: 5px;
	color:#99530D;
	font-size:123.1%;
	font-weight:bold;
}
div.contentList li
{
	color:Black;
}