@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #E1DFB2 url('images/bg1.gif') repeat-x top left;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background: url('images/cont-bg.gif') repeat-y top left;
	width: 979px;
	margin: 0 auto -80px auto;
}

div#push
{
	clear: both;
	height: 80px;
}

div#footer
{
	background: url('images/cont-bg.gif') repeat-y top left;
	height: 80px;
	margin: 0 auto;
	width: 979px;
}

div#footer #footer-copyright
{
	border-top: 1px solid #7C7C72;
	_display: inline;
	float: left;
	margin: 10px 18px 30px 18px;
	padding-top: 5px;
	width: 702px;
}

div#footer #footer-sidebar
{
	color: white;
	float: left;
	padding: 10px 19px 10px 19px;
	width: 192px;
}

div#footer #footer-sidebar p,
div#footer #footer-sidebar td,
div#footer #footer-sidebar span,
div#footer #footer-sidebar a,
{
	color: white;
}

div#top
{
	background: url('images/bg1.gif') repeat-x top left;
	height: 109px;
	position: relative;
}

div#top #add-listing
{
	position: absolute;
	right: 0px;
}

div#main-content
{
	float: left;
	padding: 54px 18px 30px 18px;
	width: 702px;
}

div#main-content p
{
	line-height: 1.7em;
}

div#sidebar
{
	float: left;
	width: 230px;
}

div#sidebar-content p
{
	line-height: 1.7em;
}

div#sidebar p, div#sidebar a, div#sidebar td, div#sidebar span
{
	color: white;
}

div#sidebar #sidebar-content
{
	background: url('images/side-content-bg.gif') no-repeat top left;
	padding: 27px 19px 100px 19px;
}

div#sidebar #search
{
	background: #1F3D5A url('images/sidebar-bg.gif') no-repeat top left;
	border-bottom: 2px solid white;
	padding: 20px 19px;
	color: white;
}

div#sidebar form
{
	margin: 0;
	padding: 0;
}

#search #query,
#search .gsc-input
{
	border: 1px solid #CBCBCB !important;
	color: #9F9F9F !important;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 10px !important;
	font-style: normal !important;
	font-weight: normal  !important;
	text-decoration: none  !important;
	height: 15px  !important;
	margin: 0  !important;
	padding: 6px 4px 4px 4px  !important;
	width: 128px !important;
}


#search #submit-query
{
	margin-left: 5px;
}

ul#navigation
{
	background: url('images/nav-edge-left.gif') no-repeat bottom left !important;
	display: block;
	float: left;
	height: 53px;
	list-style: none;
	margin: 0;
	padding: 56px 0 0 0;
}

ul#navigation li
{
	background: url('images/nav-edge.gif') no-repeat bottom right;
	display: block;
	float: left;
	padding: 0 11px 0 11px;
	position: relative;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	/*color: #A07575;*/
	color: white;
	display: block;
	_float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 27px;
	padding: 25px 0 0 0; /* 37px 0 37px; */
	text-decoration: none;
}

ul#navigation a:hover.top
{
	color: white;
}

ul#navigation li.first
{
	background: url('images/nav-edge-left.gif') no-repeat bottom left !important;
}

ul#navigation li.last
{
	background: url('images/nav-edge-left.gif') no-repeat bottom right !important;
}

ul.flyout
{
	_clear: both;
	border-bottom: 1px solid #500909;
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 150px;
}

ul#navigation ul.flyout li
{
	background: none;
	display:  inline;
	float: none;
	padding: 0;
	position: static;
	margin: 0;
}

ul.flyout li ul.flyout
{
	margin-left: 149px;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	background: white;
	border: 1px solid #500909;
	border-bottom: none;
	color: #500909;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 7px;
	text-decoration: none;
	_height: 1%;
}

ul.flyout a:hover.flyout
{
	background: #500909;
	color: white;
}

.form-header
{
	border-bottom: 1px solid #4F0808;
	color: #4F0808;
	font-family: Trebuchet, 'Trebuchet MS', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em !important;
	padding: 5px 10px;
	margin: 5px 0;
}

.form-header.no-border
{
	border: none;
}

.form-label
{
	color: #4F0808;
	font-family: Trebuchet, 'Trebuchet MS', sans-serif;
	font-size: 12px;
}

.form-input, .form-input-phone
{
	border: 1px solid #4F0808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px 10px;
	margin: 0;
}

.form-button
{
	background: black;
	border: 1px solid black;
	color: white;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: visible;
	padding: 7px 30px;
}

.form-table 
{
	padding: 10px 0 0 10px;
}

.form-table td
{
	color: #4F0808;
	font-family: Trebuchet, 'Trebuchet MS', sans-serif;
	font-size: 14px;
	padding: 5px 10px 0 0;
}

.listing-table th
{
	border-bottom: 1px solid #4F0808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

.listing-table a:visited,
.listing-table a:link,
.listing-table a
{
	color: #4F0808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.input-row .form-input
{
	width: 300px;
}

.input-row td
{
	padding-bottom: 10px;
}

.listing-item td
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	padding: 5px 15px;
	vertical-align: top;
}

.listing-item td.title
{
	border-top: 1px solid #4F0808;
	color: #D00101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
}

.listing-item td span.phone-num
{
	font-size: 14px;
}

.listing-item a:visited,
.listing-item a:link,
.listing-item a
{
	color: #4F0808;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

div#browse-alpha
{
	text-align: justify;
}

a:visited.alpha,
a:link.alpha,
a.alpha
{
	color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	text-decoration: none;
}

div#email_box
{
	display: none;
	margin-top: 2px;
	padding: 10px;
	position: absolute;
	width: 300px;
	background: white;
	border: 1px solid #93CFE6;
}

div#email_box input.textbox
{
	padding: 2px;
	width: 112px;
	border: 1px solid #D2D2D2;
	background-color:white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#email_box input.button
{
	padding: 2px;
	background-color: #E9F7FB;
	border: 1px solid #93CFE6;
}

div#page-title .WhiteHeader
{
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

a.normal-font-size,
a:hover.normal-font-size
{
	font-size: 12px;
}

a.bigger-font-size,
a:hover.bigger-font-size
{
	font-size: 14px;
}

a.biggest-font-size,
a:hover.biggest-font-size
{
	font-size: 16px;
}

div#cse-search-results iframe
{
	width: 702px !important;
}




