﻿*{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #846834;
	}

body {}

h1{padding-bottom: 18px;}

img{border: 0;}

#home{}
#home p{
	padding: 5px 0px;	
	line-height: 22px;
	}

.leftcol {float: left;
          margin: 0;
          padding: 0;
          width: 295px;
          }
          
.rightcol {
	float: right;
    margin: 0;
    padding: 0;
	background-image:url("/images/rightcol_bkg.gif");
	background-repeat:no-repeat;
	background-position: bottom;
	width: 612px;
	background-color: #fff;
	min-height: 696px;
	}     
	
.rightcol .content{
	padding: 27px 0px 20px 42px;
	text-align: left;
	overflow: auto;
	}	  
	             
.rightcol .content p{
	margin-bottom: 20px;
	margin-right: 25px;
	}	

.greennav{padding-top: 6px; height: 374px;}

.greenbox{padding-top: 6px;
          vertical-align: bottom;
          }
	
.table1 {border-collapse: collapse;}
.table1 th	{
	padding: 8px;
    vertical-align: top;
    letter-spacing: 1px;
    font-size: 14px;}
	
.fields{
	border: solid 1px #aaa;
	background-image: url(/images/tile_form.gif);
	background-repeat:repeat-x;
	padding:3px;
	margin: 3px 0px;
	}	
	
.spacer{height: 15px;}
/*<----------- PAGE FRAME ----------------->*/

.rounded_01 {
	background-color:#dbdbdb;
	border-collapse:collapse;
	width: 950px;
}

.rounded_01 .content {}

.rounded_01 .corner_tl{
	width:17px;
	height:18px;
	background-image:url("/images/frame_tl.gif");
	background-repeat:no-repeat;	
}

.rounded_01 .corner_tr{
	background-image:url("/images/frame_tr.gif");
	background-repeat:no-repeat;
	width: 18px;	
}

.rounded_01 .corner_bl{
	background-image:url("/images/frame_bl.gif");
	background-repeat:no-repeat;	
}

.rounded_01 .corner_br{

	background-image:url("/images/frame_br.gif");
	background-repeat:no-repeat;	
}

.rounded_01 .edge_t {
	background-image:url("/images/frame_edge_top.gif"); 
	width: 915px;         
}

.rounded_01 .edge_b {
	background-image:url("/images/frame_edge_bottom.gif");  
	height: 18px; 
}

.rounded_01 .edge_l {
	background-image:url("/images/frame_edge_l.gif"); 
	background-repeat: repeat-y;
      
}

.rounded_01 .edge_r {
	background-image:url("/images/frame_edge_r.gif");
	height: 695px;
	background-repeat: repeat-y;
}  

.outer_right {
	background-image:url("/images/outer_right.jpg");
	background-repeat: repeat-y;
}  
.outer_left {
	background-image:url("/images/outer_left.jpg");
	background-repeat: repeat-y;
}  

/* Sub Pages */

.harmony{
	background-image:url("/images/harmony.jpg");
	width: 572px;
	height: 223px;	
	padding: 15px 0px 0px 40px; 
	text-align: left;
	}

.harmony p{
	margin-right: 40px;
	}
	
/* Gallery */

#gallery {
		padding: 5px 0px 5px 0px;
		width: 520px;
	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
		border: 1px solid #fcfbfa;

		width: 98px;
	}
	#gallery ul a:hover img {
		border: 1px solid #846834;

		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	#gallery a{text-decoration: none;}
	
/* Footer */

.bottom{
	background-image:url("/images/outer_bottom.jpg");	
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 10px;
	padding-right: 55px;
	text-align: right;
	}
	
.footer{font-size: 11px; }	
.footer	a{text-decoration: none;font-size: 11px;}
.footer	a:hover{text-decoration: underline;}

