@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #BCBEA3;
	font-family: Arial, Helvetica, sans-serif;

}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header  {
	background-color: #BCBEA3;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 88px;
	width: auto;
} 
.twoColFixLtHdr #homeTitle  {
	background-color: #013300;
	font-size: 22px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 8px;
	padding-left: 20px;
	height: 32px;
	margin-top: 4px;
	margin-bottom: 0px;
	background-image: url(../images/backgrounds/bg_green.jpg);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-top: 8px;
} 
.twoColFixLtHdr #login_stripe{
	background-color: #000000;
	font-size: 0.8em;
	padding-top: 6;
	padding-right: 20px;
	padding-bottom: 6;
	padding-left: 10px;
	height: 20px;
	text-align: right;
	color: #FFFFFF;
} 

.twoColFixLtHdr #login_stripe a{
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #login_stripe a:hover{
	color: #999999;
	text-decoration: underline;
}

.twoColFixLtHdr #login{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	
	
} 

.twoColFixLtHdr #navmenu {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	width: 780px;
	background-color: #808760;
} 
#menustripe {
	background-image: url(../images/backgrounds/red_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1, .twoColFixLtHdr #sidebar1_details {
	float: left; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent, .twoColFixLtHdr #mainContent_details {
	float: none;
	margin-top: 0;
	margin-right: 0;
	vertical-align: top;
	font-size: 12px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
}
.twoColFixLtHdr #mainContent {
	margin-left: 10px;
	width: 750px;
	
}
 h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
	
} 
 h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
	
} 
.twoColFixLtHdr #sidebar1_details {
	height: auto;
	padding-bottom: 30px;
	width: 220px;
	
}
.twoColFixLtHdr #mainContent_details {
	margin-left: 260px;
	width: 510px;
	
} 

.twoColFixLtHdr #mainContent_singleCol {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	width: 750px;
	vertical-align: top;
	padding-left: 15px;
} 
#footer {
	background-color: #BCBEA3;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 80%;
	color: #666666;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo  , #largest_display {
	float: left;
	
}
#largest_display {
	padding-top: 18px;

	
	
}
#dwd {float: right;}

#by_price_title, #full_search_title, #by_style_title, #on_display_title {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	clear: none;
}
#full_search_title {
	background-image: url(../images/backgrounds/search_title_orange.jpg);
	margin-top: 10px;
	
}
#by_price_title {
	
	background-image: url(../images/backgrounds/search_title_green_bg.jpg);
	
}
#by_style_title
{
	background-color: #000000;
	background-image: url(../images/backgrounds/bg_black.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 2px;
	}
#style_table {
	background-color: #333333;
	width: 550px;
}
#style_table td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	border: 1px double #CCCCCC;
	background-color: #FFFFFF;
}
#style_table td h4 {
	font-size: 16px;
	color: #000000;
	line-height: 1em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;

}

#by_price_content
{
	background-color: #DFE6DF;
	padding: 4px;
}

#full_search_content
{
	background-color: #F2D9C8;
	padding: 4px;
}
#on_display_content
{
	background-color: #FFF0B7;
	padding: 4px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
}
#on_display_title {
	background-image: url(../images/backgrounds/yellow_bg.gif);
	background-repeat: repeat-x;
	color: #000000;
}
.twoColFixLtHdr #middle, #middle {
	padding-bottom: 30px;
	padding-top: 10px;
	clear: both;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.small_link {
	font-size: 90%;
}
#lower_links {
	font-size: 12px;
	color: #333333;
	background-color: #BCBEA3;
	text-align: center;
	
}
#lower_links ul{
	list-style-type: none;
	background-image: none;
	float: none;
}




#lower_links li {
	padding-left: 1em;
	text-align: center;
	display: inline;
}
.centerbutton {
	text-align: center;
}
#mailing_address , #phone_contact , #email_contact {
	border: thin dotted #999999;
	background-color: #DDDDDD;
	padding: 0.4em;
	margin-bottom: 1em;
}

#mailing_address  {
	
	background-color: #DDDDDD;
	
}
#phone_contact  {
	background-color: #FFFF99;
	
}
#email_contact  {
	background-color: #D2F0E1;
	
}
#city_drop, #custom_directions {
	
	border: thin dotted #666666;
	padding: 4px;
}
#city_drop {
	background-color: #FFFF66;
	
}
#custom_directions {
	background-color: #A7CC95;
	
}
#style_table .homepic {
	border: 2px solid #333333;
	margin-top: 12px;
	margin-bottom: 4px;
}
#logout {
	display: inline;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 1em;
}
#photorow {
	background-color: #BCBEA3;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#photorow table{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #BCBEA3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photorow table td {
	text-align: center;
}
.imgborder{
	border: thin solid #000000;
	padding: 2px;
}
