/*
      Created by Mark Potampa of markpotampa.com
	  
	  E-Mail: markpotampa@att.net
	  
*/

* { padding: 0; margin: 0; }

html, body {
    height: 100%;
}


body {
 font-family: "Arial", san-serif;
 font-size: 13px;
 /* background: #0d3332; */
 background: url(../../images/bg_category.png) repeat-x;

}


/* Basic styles */

p {
    font: 12px "Arial", san-serif;
	color: #3e190f;
    font-weight: normal;
    line-height: 15px;
	padding-bottom: 5px;
    
}


a {
    color: #bf6a38;
    text-decoration:none;
}
a:hover {
    color:#ffffff;
    text-decoration:underline;
}

/* Basic styles */



h1 {
    font: 30px "Garamond", Georgia, serif;
    color: #0d3332;
    padding-top: 0px;
	font-weight: none;
	padding-bottom: 0px;
	line-height: 30px;
    
}

h2 {
    
    font: 18px "Arial", san-serif;
	
    color: #0d3332;
    padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 10px;
	line-height: 18px;
    
}

h3 {
    font: 14px "Arial", san-serif;
	font-weight: none;
    color: #f6e8c1;
    padding-top: 0px;
	padding-bottom: 5px;
    
   
}

h4 {
    
    font: 14px "Arial", san-serif;
	font-weight: bold;
    color: #0d3332;
    padding-top: 0px;
    line-height: 14px;
    padding-bottom: 5px;
}

h5 {
    
    font: 12px "Arial", san-serif;
	font-weight: bold;
    color: #0d3332;
    padding-top: 0px;
    line-height: 14px;
    padding-bottom: 5px;
}

h6 {
    
    font: 14px "Arial", san-serif;
	font-weight: bold;
    color: #0d3332;
    padding-top: 0px;
    line-height: 20px;
    padding-bottom: 5px;
}



/* Supplemental styles */

.linktext1 {
    text-transform: lowercase;
    font: 9px "Arial", san-serif;
	font-style: italic;
	font-weight: bold;
    color: #a3ba4e;
    padding-top: 0px;
    line-height: 16px;
    padding-bottom: 0px;
}

.linktext1 a {
    color: #666666;
    
}

.linktext1 a:hover {
    color:#FFFFFF;
    text-decoration:underline;    
}


ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	
	
}

li {
	padding-left: 0px;
    text-decoration: none;
	font-size: 11px;
	
}





/* page layout */


#wrapper { 
 margin: 0 auto;
 width: 920px;
 
}

/* home page */

#layout {
 width: 920px;
 
 margin: 0px 0px 0px 0px;
 position: absolute;
 
 
}

/* category pages... */

#header {
 width: 364px;
 height: 71px;
 margin: 20px 0px 0px 0px;
 position: absolute;
 background: url(../../images/logo_category.png) no-repeat;
 
}




#navigation {
 width: 920px;
 height: 21px;
 text-align: center;
 font: 13px "Georgia", Garamond, serif;
 padding-top: 6px;
 margin: 33px 0px 0px 0px;
 position: relative;
 background: #f6e8c1;

 
}

#navigation a {
    color: #0d2626;
    text-decoration:none;
}
#navigation a:hover {
    color:#0d2626;
    text-decoration:underline;
}

#subnav {
 float: right;
 width: 250px;
 height: 23px;
 text-align: right;
 font: 12px "Georgia", Garamond, serif;
 color: #ffffff;
 margin: 50px 0px 0px 0px;
 position: relative;
 /* border: solid 1px #000000; */
 
 
}

#subnav a {
    color: #cccccc;
    text-decoration:none;
}
#subnav a:hover {
    color:#ffffff;
    text-decoration:underline;
}

#subhead {
 width: 918px;
 height: 103px;
 margin: 15px 0px 0px 0px;
 position: relative;
 background: url(../../images/bg_subhead.png) repeat-x;
 border-left: solid 1px #f6e8c1;
 border-right: solid 1px #f6e8c1;
 border-top: solid 1px #f6e8c1;
 
}

#subhead h1{
  float: left;
  font: 36px "Garamond", Georgia, serif;
  color: #0d3332;
  padding-top: 30px;
  padding-left: 25px;
  font-weight: none;
  line-height: 36px;
}

#subhead h2{
  float: left;
  font: 36px "Garamond", Georgia, serif;
  color: #0d3332;
  padding-top: 15px;
  padding-left: 25px;
  font-weight: none;
  line-height: 36px;
}

.subhead_photo{
 float: right;
 width: 553px;
 height: 102px;
 margin: 0px 0px 0px 0px;
 border-left: solid 1px #f6e8c1;
 border-bottom: solid 1px #f6e8c1;
 position: relative;
}



#catnav {
 float: right;
 width: 540px;
 height: 23px;
 text-align: right;
 font: 9px "Arial", san-serif;
 text-transform: uppercase;
 color: #0d3332;
 margin: 10px 10px 0px 0px;
 position: relative;
 /* border: solid 1px #000000; */
 
 
}

#catnav a {
    color: #0d3332;
    text-decoration:none;
}
#catnav a:hover {
    color:#f6e8c1;
    text-decoration:underline;
}





#maincontent {
 width: 918px;
 min-height: 400px;
 
 margin: 0px 0px 0px 0px;
 position: relative;

 background: url(../../images/bg_maincontent.png) repeat-x;
 border-left: solid 1px #f6e8c1;
 border-right: solid 1px #f6e8c1;
 border-bottom: solid 1px #f6e8c1;
 
}


#content_left { 
 float: left;
 width: 400px;
 background: #a7b1a7;
 color: #333;
 margin: 5px 0px 0px 25px;
 padding: 0px;
 position: relative;
 /* border: solid 1px #000000; */
 
 
}

#content_left img{ 

 border: solid 1px #f6e8c1;
 
}


#content_right { 
 float: right;
 width: 425px;
 
 color: #333;
 margin: 5px 25px 0px 0px;
 padding: 0px;
 position: relative;
 /* border: solid 1px #ffffff; */
 
}


#content_left_alt { 
 float: left;
 width: 400px;
 background: #a7b1a7;
 color: #333;
 margin: 5px 0px 0px 25px;
 padding: 0px;
 position: relative;
 /* border: solid 1px #000000; */
 
 
}

#singlecolumn { 
 
 width: 800px;
 
 color: #f6e8c1;
 margin: 5px 0px 0px 50px;
 padding: 20px;
 position: relative;
 
 /* border: solid 1px #000000; */
 
}




#lotmap { 
 
 width: 555px;
 
 color: #f6e8c1;
 margin: 5px 0px 0px 150px;
 padding: 20px;
 position: relative;
 background: #59625a;
 /* border: solid 1px #000000; */
 
}

#lotmap h1{ 
 
 
 color: #f6e8c1;
 margin: 5px 0px 0px 150px;
 
 
}



.smallphoto{ 

 /* border: solid 1px #f6e8c1; */
 padding: 0px 0px 10px 10px;
 
}

.smallphoto_alt{ 

 /* border: solid 1px #f6e8c1; */
 padding: 0px 10px 0px 10px;
 
}

/* Photo Gallery - for Lightview thumbnails */

#gallery {

    width: 740px;

    margin: 0px auto;

    text-align: center;

}



#gallery a img {

    padding: 5px 10px;

}






#footer { 
 width: 916px;
 height: auto;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 text-align: center;
 font: 12px "Georgia", Garamond, serif;
 color: #ffffff;
 font-weight: normal;
 line-height: 19px;
 position: relative;
 
}



#catfooter a {
    color: #546a28;
    text-decoration:none;
}
#catfooter a:hover {
    color:#a3ba4e;
    text-decoration:underline;
}

.clearfloats {clear:both;}












