* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}

body {
	height:100%;
	background: #858c85;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Verdana;
	font-size: 11px;
    line-height:16px;
	
}

ul {
	padding-left:25px;
}

li {
	padding-bottom:5px;
	line-height:16px;
}
h1 {
	font-size: 16px;	
	font-weight: bold;	
	display:none;
}
h2 {
    font-size: 14px;
	font-weight: bold;
	
}
h3 {
	font-size: 12px;	
	font-weight: bold;
	
}
.text_hi {
	
	color: #644028;
}
.text_up {
	line-height: 15px;
}
.right_flt {
	float:right;	
	margin:0;
	padding:5px 0 3px 15px;
}

.left_flt {
	float:left;
	padding-right: 25px;
}


hr.line {
	width:100%;
	height:1px;
	border: none 0;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd8d0;
}
hr.line1 {
	width:70%;
	height:1px;
	border: none 0;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd8d0;
	text-align:left;
}

table.fees {
	margin-left: 7px;	
}

table.fees td {
	padding-left:3px;
}
div.headLine {
	background-color:#dcd8d0;
	height: 1px;
	margin-top:1px;
	margin-bottom:7px;
}
div.headLine hr {    /* for CSS1 browsers */
	display: none;
}
div.headLine * {     /* for CSS2 browsers */
	display: none;
}
div.headLine1 {
	width:70%;
	background-color:#dcd8d0;
	height: 1px;
	margin-top:7px;
	margin-bottom:7px;
}
div.headLine1 hr {    /* for CSS1 browsers */
	display: none;
}
div.headLine1 * {     /* for CSS2 browsers */
	display: none;
}

#wrapper {
	width: 840px;
	margin: 0 auto -47px;
	text-align: left;
	background-image: url(images/layout/containerbg.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    
    
}
#header {
	width:760px;
	height:305px;
	margin:0 auto;
    padding-bottom:20px;
}
#header .menu {
	width:760px;
	height:84px;
	margin:0 auto;
	background-color: #6f3e20;
}
#header .logo {
	width:760px;
	height:80px;
	margin:0 auto;
	background-image: url(images/layout/logobg.jpg);
	background-repeat: repeat-x;
}
#header .swf {
	width:760px;
	height:141px;
	margin:0 auto;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header img {
	border:0;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding-left:55px;
    padding-right:15px;
    padding-top:5px;
}



#sidebar p {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	padding-bottom:25px;
}

#sidebar h2 {
	font-size: 14px;
    font-weight:bold;
	color: #644028;
	padding-bottom:5px;
}

#sidebar .text_hi {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #644028;
	margin:0;
	padding:0 0 5px 0;
}

#sidebar .text_em {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #644028;
	margin:0;
	padding:0 0 5px 0;
}

#sidebar .text_em a {
	color: #644028;
	text-decoration:underline;
}

#sidebar .text_em a:link{
	color: #644028;
	text-decoration:underline;
}

#sidebar .text_em a:hover{
	color: #644028;
	text-decoration:underline;
}

#sidebar .text_em a:visited{
	color: #644028;
	text-decoration:underline;
}

#sidebar ul{
    list-style-type:none;
    margin:0;padding:0;

}

#sidebar li{
   font-size:11px;
   font-weight:bold;
   
   

}

#sidebar ul li ul{
  margin:10px 0 10px 0;
   

}

#sidebar li a:link{
  color:#6f3e20;
  text-decoration:none;
  
  
}

#sidebar li a:visited{
  color:#6f3e20;
  text-decoration:none;
  
}

#sidebar li a:hover{
  color:#6f3e20;
  text-decoration:underline;
  
}

#sidebar li a:active{
  color:#6f3e20;
  text-decoration:none;
 
}

#mainContent {
    float: left;	
    width:500px;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    
	
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dcd8d0;
	
	
}
#mainContent p {
	padding-bottom:5px;
}
#mainContent h2 {
	
}
#footer {

	width:758px;
	margin:0 auto;
	height:67px;
	background-image: url(images/layout/footerbg.jpg);
	background-repeat: repeat-x;
	background-color:#e6e2df;
	text-align:left;
    
}
.push {
	height:67px;
	width: 840px;
	margin:0 auto;
	padding-top:20px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 245px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.nav {
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top:10px;
	padding-left:242px;
}
.nav a {
	color: #372302;
	text-decoration: none;
}
.nav a:link {
	color: #372302;
	text-decoration: none;
}
.nav a:hover {
	color: #996600;
	text-decoration: none;
}

.nav li {
	display: inline;
	margin-left:3px;
}
.img_border {
	border: 1px solid #DACFBA;
}

/************************************** galleries **************************************/

#gal 
{
	margin:3px 3px 3px 3px;
	text-align :center;
	vertical-align:middle;	
}

.copyright {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;	
	color: #644028;	
}

.copyright a{
		font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;	
	color: #1a1a1c;	
}

.copyright a:link {
	color: #1a1a1c;
	text-decoration:none;
}

.copyright a:hover {
	color: #1a1a1c;
	text-decoration:none;
}

.copyright a:visited {
	color: #1a1a1c;
	text-decoration:none;
}


.noborder {
border:0;
}
