@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	
}


/*general*/

p{
line-height:20px;
margin-top:5px;
margin-bottom:10px;
}
a:active, a:link, a:visited{

color:#660000;
text-decoration:none;
}
body{
background-color:#000000;

}
hr {
color:#785f4b;
background-color: #785f4b;
height:1px;
width:40px;
}
h1{
font-size:1em;
margin-left:20px;
padding-top:20px;
}
/*divs*/

#page{
width:100%;

}
#container{
margin-left: auto;
margin-right: auto;
margin-top: 50px;
width:857px;
height:651px;
background:url(images/bg.jpg) #c2af6a no-repeat top;
}
#banner{
display:none;
}


 
#navbar{
background:#5a5720;
margin-left:auto;
margin-right:auto;
/*fixed position from top of screen*/
margin-top:80px;
width:710px;
height:28px;
font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
font-size:14px;
line-height:28px;
color:#7f796b;
text-align:center;

}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	  
}
/*.nav ul li a:hover{
border:none;
}*/

.nav {
  font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
  z-index: 100;
  position: relative;

}
.nav li {
  /*border-left: 1px solid #000;*/
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  /*border-left: 2px solid #fff;*/
  /* border-left: 2px solid green;*/
}
.topm{
 height:140px;
 

}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
 font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
 font-size:14px;
  background: #5a5720;
  color: #fff;
  display: block;
 /* padding: 0 9px;*/
  width:140px;
/*border: 1px solid red;*/
  text-decoration: none;
  /*border-left: 1px solid purple;*/
  border-left:2px solid #fff;
}


.nav li a:hover {
  background: #5a5720;
  color: #000;
  

}

/*this is the top menu item*/
#nav-one li:hover a, 
#nav-one li.sfHover a {

   background: #5a5720;
    /*background: #ccc;*/
  color: #c2af6a;
    width:140px;
/*border: 1px solid red;*/
/*height:250px;*/
/*border-left: 1px solid red;*/
/*border-left: 2px solid #fff;*/
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
 /* background: #565656;*/
    /*background: #ccc;*/
	
  color: #fff;
border-bottom: 1px solid #fff;
/*border-left:2px solid #fff;*/
/*border-bottom: 1px solid orange;
border-left:2px solid orange;*/
 
}
/*.imgserv{
border:0px;
}*/
/*this is the lower menu item*/
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
 /* background: #565656;*/
   /* background: #ccc;*/
  color: #c2af6a;	
border-bottom: 1px solid #fff;
/*border-left:2px solid #fff;*/
  
}
.nav-one-img{
 color: #fff;	
/*border-bottom: 1px solid #fff;*/
height:76px;
width:140px;
/*border-left:2px solid #fff;*/
/*border-bottom: 1px solid grey;
border-left:2px solid grey;*/
border:none;
}

.nav ul {
 /* background: #565656;*/
    /*background: #ccc;*/
/*  border-bottom: 1px solid #000;*/
  list-style: none;
  margin: 0;
 /* width: 100px;*/
  position: absolute;
  top: -100em;
/* top:146px;*/
  /*left: 0px;*/
  
  
  
}
.nav li:hover ul,
.nav li.sfHover ul {

    /*top:146px;*/
	top:104px;
	
}
.nav ul li {

  float: none;
/* border: 1px solid red;*/


}
.nav ul a {

  white-space: nowrap;
 border-bottom: 1px solid #fff;

}
.nav ul a:hover {

    border-bottom: 1px solid #fff;
}


#Content{
/*margin-top:150px;*/
margin-top:30px;
clear:both;
margin-left:auto;
margin-right:auto;;
width:700px;
height:400px;
font-family:'Helvetica Neue', Arial, Verdana, sans-serif;
font-size:14px;
color:#666633;

}


#imgHome{
margin-right:20px;
border:1px solid #000;
padding:2px;
display:block;
width:185;
float:right;margin-top:20px;
}

#ContentH{
margin-left:23px;
/*margin-top:20px;*/
margin-left:23px;
width:400px;
float:left;
text-align:left;
line-height:20px;
}



#cmaintop{
/*background:url(images/image_mainwslices_01.jpg) no-repeat center;*/
height:315px;
}
#cmainbottom{
	background:#fff url(images/image_mainwslices_02.jpg) no-repeat top;
	height:215px;
	
	/*background-image: url(images/image_mainwslices_02.jpg);*/
}

#cmainbottom p, #lev2Content ul,#cmainbottom ul{
margin-left:40px;
margin-right:20px;
padding-top:15px;
padding-bottom:15px;
list-style:none;

}
#lev2{

background:#fff;
height:530px;
/*overflow:scroll;*/

}
#lev2Content p{
padding-top:10px;
padding-left:20px;
padding-right:10px;
}


#footer{
margin:20px;
color:#fff;
text-align:center;
font-size:.80em;
}

#footer a{
color:#ccc;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}


/*#logoBottom{
	margin-bottom: 0px;
}*/

/*classes*/
.sub{
text-align:center;

}
.FadeImage{
border:0px;
display:none;
}

.formbutton{
margin-bottom:7px;
/*border:1px solid #ffffff;*/
border:1px solid #666;
cursor:pointer;
color:#666;
height:20px;
background:#f0e8d6;
}
a.formbutton:hover{
background:#785f4b;
}

