/* GWC CSS Document */
body{
text-align: center;
margin: 0; 
padding: 0;
background-color: #e3e3e3;
font: 62.5%/1.8em Arial, Verdana, "Trebuchet MS", arial, sans-serif;}

img {
border: solid 0px black;
margin: 0;
padding: 0;}

#wrapper{
text-align: left;
margin: 0px auto;
padding: 0 2px 5px;
border: 0;
width: 800px;
background-color: white;
border-left: 1px solid #999;
border-right: 1px solid #999;}

#header{
margin: 0;
width: 800px;
height: 64px;}

/* NAVIGATION CSS */  

#navbar{
width: 800px;
height: 35px;
margin: 0;
padding: 0;
background: url("images/nav_back.gif");}
#navbar ul{
margin: 0px 0;
padding: 4px 0px 0px 10px;
list-style-type: square;
font-size: 150%;
color: #fff;}
#navbar li{ 
display: inline;
padding: 2px 10px 0 10px;
background: url("images/nav_divider.gif") no-repeat;
font-weight: bold;}
#navbar a:visited, a:link, a:active
{
  color: #555;
  text-decoration: none;
}
#navbar a:hover
{
  color: #eee;
  text-decoration: none;
}
#undernav
{
  width: 800px;
  height: 28px;
  background: url("images/diagback.gif");
}
#left
{
  float: left;
  width: 220px;
}

/* LEFT TOP CSS */
#left_top
{
  background-color: #EEE;
  width: 213px;
  border: 1px solid  #999;
  margin: 3px;
  padding: 3px;
  padding-left: 5px;
} 
#left_top h1
{
  background: url("images/get_started_hdr.gif") no-repeat;
  height: 30px;
  text-indent: -5000px;
  border-bottom: 1px solid #666;
  padding: 3px 0;
}
#left_top p
{
  color: #000;
  font-size: 1.2em;
}
#left_top em
{
  font-weight: bold;
  font-style: normal;
}
#left_top p.center
{
  text-align: center;
}
#left_top a:link
{
  color: #333;
  text-decoration: underline; 
}
#left_top a:visited
{
  color: #222;
}
#left_top a:hover
{
  color: #999;
}
#left_top a.search_btn
{
  display: block;
  height: 40px;
  text-indent: -5000px;
  background: url("images/search_btn.gif") no-repeat;
  margin-left: 5px;
}

/* LEFT BOTTOM CSS */
#left_bottom
{
  border: 1px solid #999;
  width: 213px;
  background-color: #EFA639;
  height: 400px;
  min-height: 400px;
  margin: 3px;
  padding: 3px;
  padding-left: 5px;
}
#left_bottom h1
{
  text-indent: -5000px;
  background: url("images/helpful_info_hdr.gif") no-repeat;
  height: 30px;
  border-bottom: #666 solid 1px;
  padding: 3px 0;
}
#left_bottom h2
{
  margin:0;
  color: #000;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-left:6px;
  border-bottom: 1px dotted #333;
}
#left_bottom p
{
  margin:0;
  font-size: 1.2em;
  color: #444; 
}
#left_bottom ul.upper
{
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}
#left_bottom ul.lower
{
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
#left_bottom li
{
  margin: 0;
  padding-left: 6px; 
}
#left_bottom a
{
  text-decoration: underline;
}

/* CONTENT CSS */
#content{
  color: #333;
  float: right;
  width: 569px;
  margin-top: 4px;
  padding-top: 4px;
}
#content img.logo
{
  margin-bottom: -2px;
  margin-right: 2px;
}
#content h1
{
  color: #333;
  font-size: 2em;
  font-weight: bold;
  margin-left: 30px;
}
#content h2
{
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 0;
  display: inline;  
}
#content p
{
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.2em;
}
#content p.gray_back
{
  background-color: #eee;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 85%;
}
#content em
{
  font-weight: bold;
  font-style: normal;
}
#content p.contact
{
  margin-top: -2px;
  margin-bottom: 10px;
}
#content div.page_links
{
  clear: both;
  padding: 3px 0;
  background-color: #EEE;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
#content div.prop_info
{
  padding: 0;
  margin: 0;
  width: 400px;
  /*background-color: red;*/
  float: left;
}
#content div.prop_photos
{
  padding: 0;
  margin: 0;
  padding-left: 20px;
  width: 90%;
  /*background-color: red;*/
  float: left;
  text-align: left;
  background-color: #eee;
  border: 1px solid #333;
}

#content div.prop_pic
{
  padding: 1px;
  margin: 1px;
  /*background-color: blue;*/
  width: 160px;
  float: left;
}
#content p.caption
{
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
}
#content img.main_pic
{
  border: 2px solid #333;
}
#content div.thumb
{
  padding: 2px;
  margin: 1px;
  float: left;
}
#content a.contact
{
  margin-left: 1em;
  
}
#content a:link
{
  color: #733B03;
  text-decoration: underline;
}
#content a:visited, a:active, a:hover
{
  color: #666;
  text-decoration: underline;
}  
#content a.view_cart_btn
{
  display: block;
  height: 40px;
  text-indent: -5000px;
  background: url("images/view_cart_btn.gif") no-repeat;
  margin-left: 350px;
}
#content a.new_search_btn
{
  display: block;
  height: 40px;
  text-indent: -5000px;
  background: url("images/new_search_btn.gif") no-repeat;
  margin-left: 350px;
}
#content a.print_results_btn
{
  display: block;
  height: 40px;
  text-indent: -5000px;
  background: url("images/print_results_btn.gif") no-repeat;
  margin-left: 350px;
}
#content table
{
  width: 500px;
  border: 0px;
  padding-left: 10px;
  margin-left: 30px;
}
#content tr
{
  height: 14px;
}
#content td
{
  font-size: 1.2em;
}
#content th
{
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}
#content th.left
{
  text-align: left;
}
#content th.center
{
  text-align: center;
}
#content table {border-collapse: collapse;}
#content table.specials td{border: 1px solid #999; background: url("images/special_table_back.png");}
#content p.specialID{font-weight: bold; }
#content h3{
  color: #505050;
  font-size: 200%;
  font-family : Arial, Verdana, sans-serif;
  padding: 0px 0px 3px;
  border-bottom: #666 dashed 1px;
}
#content p.index
{
  margin: 10px 0 5px;
  color: #333;
  font-size: 1.2em;
}
#content p.cart_link
{
  width: 82%;
  font-weight: normal;
  text-align: right;
  font-size: 1.8em;  
}
#content ul
{
  font-size: 1.1em;
}
#content h2.cart
{
  margin-top: 20px;
}
#content h3.curr_specials {background: url("images/current_specials_h1.png") no-repeat; 
                          height: 75px; text-indent: -5000px;}

/*  FORM CSS  */

form {margin-top: 20px;}

form.paypal
{
  text-align: left;
}

label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size: 1.1em;
}
label.paypal
{
width: 5em;
margin-right: .5em;
}
legend
{
color: #333;
font-size: 200%;
font-weight: bolder;
}
.undertext
{
color: red;
text-align: left;
margin: 0 2em 0 20em;
width: 200px;
}
input
{
margin-right: .5em;
}
input.submit 
{
margin-left: 3.5em;
margin-bottom: 20px;
}
.alert
{
color: red;
font-size: 1.5em;
margin-bottom: -.5em;
}
fieldset.checks
{
border: none;
display: inline;
margin-left: 25%;
}
fieldset.checks legend
{
color: #333;
font-size: 12px;
font-weight: normal;
}
input.terms
{
  margin-left: 33%; 
}
input.paypal
{
margin-left: 40px;
}

/*FOOTER CSS*/  
#footer
{
  clear: both;
  width: 800px;
  height: 28px;
  background: #999 url("images/nav_back.gif");
  padding-top:10px;
}
#footer div.footertext
{
  text-align: right;
  margin-right: 10px;
  font-size: 1.2em;
}


