/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html, body { height: 100%; }

body { 
	background-color:#c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	margin: 0;
	padding: 0;	
	text-align:left;
	position:relative;
    min-height: 100%;
    height: 100%;
}

img{ border: none; }

a{
	color: #000;
	text-decoration: underline;
}

a:hover{ text-decoration: none; }

h1{ }

h2{
	margin: 0;
	padding:0;
	color:#746953;
	font-weight: bold;
	font-size:1.1em;
	margin-bottom: 5px;
}

.clear{
	clear: both;
}

#container{
	position:relative; 
	margin: 0 auto;
	height:auto !important;
	height:100%; 
	min-height:100%; 
	background: #ffffff url("../images/columndevider.gif") left repeat-y ;
	width: 970px;
}

* html #container{
	height: 100%;
}

#content{
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 50px;
}

.contenttbl {
	width:100%;
	height:100%;
}

#left{
	width: 164px;
	float: left;
	background-color: #e5e0d6;
	height: 100%;
}

#right{
	width: 806px;
	float: left;
}

/* MAIN AREA TEXT */
#center{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: 100%;
}
#center p { margin:0 0 7px 0; }
#center h1, h2, h3 { margin:0 0 7px 0; }

#imgs { 
	text-align:right;
	float:right;
	width:235px;
	margin:0 0 0 10px;
}
#imgs img { margin:0 0 10px 0; }
#imgs .lastimg { margin:0; }

/* MAIN MENU */
.navholder {
	margin: 0;
	text-align: left;
	padding: 0;
	width: 149px;
	height: 272px;
	background-color: #938163;
	padding-top: 10px;
	padding-left: 15px;
}

.navholder ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px;
}

.navholder li{

}

.navholder li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
}

.navholder li a:hover {
	
}

.navholder ul li ul li a {
	font-weight:bold;
}

/* image rotation */
.pics {
    width:806px;
	height:282px;
    padding:0;
    margin:0;
    position: relative;
    
}
*:lang(en) .pics{
	z-index: 1;
}  

.pics{
	z-index: -1;
}

	
.pics img {
	width:806px;
	height:282px;
	margin:0;
	padding:0;
}

/* LEFT SUBMENU */

.submenu{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.submenu li{
	background-image: url(../images/submenu_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.submenu li span{
	font-size: 12px;
	color: #3d473d;
}

.submenu li a{
	display: block;
	color: #948365;
	font-size: 15px;
	text-decoration: none;
}

.submenu li a:hover{
	text-decoration: underline;
}

.submenu li.phone{
	background-image: none;
	font-size: 15px;
	color: #6a5e46;
	padding-bottom: 5px;	
	padding-top: 0px;
}
.submenu_bottom { background-color: #e5e0d6; }


/* FONT SIZE CHANGER */
.font_size_changer{
	color: #332f2f;
	padding-left: 15px;
}
.font_size_changer a{
	text-decoration: none;
}

.font_size_changer a:hover{
	text-decoration: underline;
}



.small{
	font-size: 13px;
}

.medium{
	font-size: 15px;
}

.large{
	font-size: 18px;
}


.addthis_button {
	display:block;
	margin:17px 0 0 15px;
}


/* FOOTER */
#footer {
	position: relative;
	bottom: 0px;
	margin: -50px auto 0 auto;
	padding: 0;
	height: 50px;
	width: 970px;
	text-align:left;
}

#footer_left{
	height: 50px;
	width: 164px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #c3b8a4;
}

#footer_right{
	height: 50px;
	width: 806px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #d9d2c4;
}

#footer_text{
	margin-top: 10px;
	margin-left: 15px;
	color: #504c49;
	font-size: 11px;
	line-height: 150%;
	float: left;
}
#footer_text a{
	color: #504c49;
	text-decoration: none;
}

#footer_text a:hover{
	text-decoration: underline;
}

#footer_menu{
	text-align: right;
	position: relative;
	margin-top: 10px;
	margin-right: 15px;
	color: #a29277;
}

#footer_menu a{
	color: #a29277;
	text-decoration: none;
}

#footer_menu a:hover{
	text-decoration: underline;
}