@import url(core.css);
@import url(navigation.css);

/*
Simple StyleSheet
Tom Beck
Copyright (c) 2008, MenuMill. All rights reserved.

Color Palette

dark gold: #605b4b
Red: #ab0000
Burgundy: #592700



*/


/*=============================
  Global Page Elements 
===============================*/

html{
  background: #797360 url(bg-html.gif) repeat;
}
body{
  font-family: verdana, arial, helvetica, sans-serif;
  color:#605b4b;
  line-height:1.5em;
}
p{
  padding:7px;
}
ul{
  /*====padding-left:60px;===*/
  
}
li{
  list-style-type: disc;
}
blockquote{
  padding:5px 30px;
  font-style: italic;
}
blockquote strong{
  font-size:90%;
  font-weight:bold;
  font-style: italic;
  display:block;
  text-align:right;
  padding:0px 20px;
  color:#AB0000;
}
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}
a, a:link, a:visited{
  color:#ab0000;
  text-decoration: none;
}
a:hover, a:active{
  color:#592700;
  text-decoration: underline;
}
hr{
  clear:both;
  border:none;
  border-bottom: 1px dashed #605b4b;
}
br{
  clear:both;
}
img{}
caption{}
/*=============================
  Heading Elements 
===============================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

h1{
  font-size:180%;
  letter-spacing: 0.2px;
  text-shadow: #999 5px 5px 5px;
  border-bottom: 1px solid #999;
  line-height:2em;
  padding-bottom:10px;
  margin-bottom:10px;
}
h2{
  font-size:140%;
  line-height:2em;
  text-indent:20px;
  background-color:#e1e1dc;
  /*====border-bottom: 1px solid #999;
  border-top: 1px solid #999;===*/
  
} 
h3{
  font-size:120%;
}
h4{
  font-size:100%;
}
h5{
  font-size:90%;
  font-weight:bold;
  font-style: italic;
  display:inline;
  padding:0px 20px;
  color:#AB0000;
}
h6{
  font-size:75%;
}

/*=============================
  Global Layout Elements 
===============================*/
#doc1{}
#doc2{}
#doc3{}
#doc_cust{
  min-width: 900px;
  width:69.2308em; /* 610/13 */
  margin:20px auto;
}
#hd{
  position:relative;
  width:100%;
  z-index:999;
}
#bd{
  position:relative;
  width:100%; 
}
#ft{
  position:relative;
  width:100%;
  font-size: 90%;
  text-align:center;  
}
/*=============================
  Content 
===============================*/
#logo{
  margin:0px;
  text-align:center;
  z-index:99;
  margin-bottom:15px;
}
#contact-info{
  width:100%;
  position:absolute;
  top:140px;
  color:#FFF;
}
#header{
  position:relative;
  padding-top:10px;
  background:#343126 url(bg-header.jpg) no-repeat left top;
}
#banner{
  position:relative;
  /*====height:150px;===*/
  
  
  overflow:hidden;
  background:transparent url(white-20.png) repeat;
  display:none;
}
#content{
  position:relative;
  padding:20px;
  /*====margin-top:25px;===*/
  background-color:#9d9e92;
  overflow:hidden;
}
#main {
  position:relative;
  overflow:hidden;
}
#footer{
  position:relative;
  /*====padding:2px;===*/
  
  padding:20px 0px;
  color:#FFF;
  background:transparent url(bg-header.jpg) no-repeat center left;
}
#footer p{
  padding:0px;
}
#column_1{
  color:#333;
  padding:20px;
  margin-bottom:10px;
  background-color:#eeede8;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow:hidden;
}
#column_1 img{
  margin:7px;
  padding:2px;
  border: 1px solid #999;
}

#column_2{
  color:#FFF;
  padding:12px;
  margin-bottom:10px;
  font-size:85%;
  line-height:1.75em;
  border: 1px solid #847d68;
  background:#1f1e19 url(gradient-dark.png) repeat-x left top;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#footertag{
  padding:10px;
  color:#FFF;
  font-style: italic;
  background: #1f1e19 url(gradient-dark.png) repeat-x left top;
}
#credit{
  position:relative;
  margin:20px 0px;
}
#credit a{
  color:#fff;
}

/*=============================
  Tables 
===============================*/
table {
  vertical-align: top;
}
td {
  vertical-align: middle;
  padding:5px;
}

/*=============================
  Menus 
===============================*/
#filters{
  position:absolute;
  top:0px;
  right:0px;
  background-color:#9d9e92;
  border: 1px solid #eeede8;
  -moz-border-radius: 0px 12px 0px 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  z-index:10;
}
#filters ul{
  padding:0px 30px;
  line-height:3.3em;
  text-align:right;
}
#filters li{
  display:inline;  
}
#filters a{
  padding:10px 30px;  
}
#filters a:link, #filters a:visited{
  color:#FFF;
  text-decoration:none;
}
#filters a:hover, #filters a:active{
  background-color:#797360;
}
#filters a.selected{
  background:transparent url(white-20.png) repeat;
  cursor: default;
}
.property{
  position:relative;
  padding:7px;
  padding-left:20px;
  padding-bottom:20px;
  border-bottom: 1px solid #999;
}
.property p{
  padding:10px;
}
.property ul{
  padding:0px;
  padding-left:30px;
}
.property ul li{
  list-style: none;
}
#column_1 div.gallery img{
  margin:0px;
}

li p{
  display:inline;
  padding:0;
  margin:0;
}


/*=============================
  Events 
===============================*/

/*=============================
  Galleries 
===============================*/

/*=============================
  Blog 
===============================*/
/*=============================
  Effects 
===============================*/
.shadow{
  padding:1px 2px 2px 1px;
  background: transparent url(black-05.png) repeat;
}
.hint{
  font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-style: italic;
}
/*=============================
  Global Class Styles 
===============================*/
.hidden{
  display:none;
}
.clear{
  clear:both;
}
.ar{
  text-align:right;
}
.al{
  text-align:left;
}
.right{
  float:right;
}
.left{
  float:left;
}
.top{
  z-index:999;
}