/*
#728931
#ad9900
#a15000

#2b2b2b2
#d6c88a

#1e1e1e	dark text
#c2b57d	wheat bg
#602700 dark red
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */ 
	}
body {
	font:11px arial,sans-serif;
	line-height:13px;
	color:#1e1e1e;
	text-align:center;
	background-color:#0f0d0a;
	}
p {
	margin:0 18px 0 12px;
	}
.content {
	padding:10px;
	}
}
/* links */
	a {
		font-weight:bold;
		text-decoration:none;
		color:#000;
		}
	a:visited {
		text-decoration:none;
		}
	a:active {
		text-decoration:none;
		}
	a:hover {
		text-decoration:underline;
		}
	a.linkdark {
		font-weight:normal;
		text-decoration:underline;
		color:#1e1e1e;
		}
	a:visited.linkdark  {
		text-decoration:underline;
		}
	a:active.linkdark  {
		text-decoration:underline;
		}
	a:hover.linkdark  {
		text-decoration:none;
		}
	a.linkred {
		font-weight:normal;
		text-decoration:underline;
		color:#602700;
		}
	a:visited.linkred  {
		text-decoration:underline;
		}
	a:active.linkred  {
		text-decoration:underline;
		}
	a:hover.linkred  {
		text-decoration:none;
		}
	a.linkwhite {
		font-weight:normal;
		text-decoration:none;
		color:#fff;
		}
	a.linkfooter {
		font-weight:normal;
		text-decoration:underline;
		color:#8e7241;
		}
	a:hover.linkfooter  {
		text-decoration:none;
		}
	
/* layout */
	div #bg {
		background:url(../img/logo.jpg);
		background-repeat:no-repeat;
		height:100%; /* works only if parent container is assigned a height value */ 
		}
	div#container {
		text-align:left;
		width:785px;
		margin:0 auto;
		height:100%; /* works only if parent container is assigned a height value */ 
		background:url(../img/bg.jpg);
		background-repeat:repeat-y;
		}

	/* columns */
		div#div11wheat {
			background:#f4f4f4;
			float:left;
			width:727px;
			min-height:485px;
  			height:auto !important;
  			height:485px;
			margin:0 6px 0 37px;
			background:url(../img/box/bg/11_wheat.gif);
			background-repeat:no-repeat;
			}
		* html div#div11wheat {
			/* IE-conditional */
			margin-left:17px;
			} 
		div#div31green {
			background:#728931;
			float:left;
			width:236px;
			height:485px;
			margin:0 6px 0 38px;
			background:url(../img/box/bg/31_green.gif);
			background-repeat:no-repeat;
			}
		* html div#div31green {
			/* IE-conditional */
			margin-left:17px;
			} 
		div#div31red {
			background:#728931;
			float:left;
			width:236px;
			height:485px;
			margin:0 6px 0 38px;
			background:url(../img/box/bg/31_red.gif);
			background-repeat:no-repeat;
			}
		* html div#div31red {
			/* IE-conditional */
			margin-left:17px;
			} 
		div#div31wheat {
			background:#728931;
			float:left;
			width:236px;
			min-height:485px;
  			height:auto !important;
  			height:485px;
			margin:0 6px 0 38px;
			background:url(../img/box/bg/31_wheat.gif);
			background-repeat:no-repeat;

			}
		* html div#div31wheat {
			/* IE-conditional */
			margin-left:17px;
			} 
		div#div32yellow {
			background:#ad9900;
			float:left;
			width:236px;
		  	height:485px;
			margin-right:6px;
			background:url(../img/box/bg/31_yellow.gif);
			background-repeat:no-repeat;
			}
		div#div32red{
			background:#ad9900;
			float:left;
			width:236px;
		  	height:485px;
			margin-right:6px;
			background:url(../img/box/bg/31_red.gif);
			background-repeat:no-repeat;
			}
		div#div33red {
			background:#a15000;
			float:left;
			width:236px;
		  	height:485px;
		  	background:url(../img/box/bg/31_red.gif);
			background-repeat:no-repeat;
			}
		div#div22wheat {
			background:#f4f4f4;
			float:left;
			width:477px;
			min-height:485px;
  			height:auto !important;
  			height:485px;
			margin-right:6px;
			background:url(../img/box/bg/22_wheat.gif);
			background-repeat:no-repeat;
			
			}
	div#nav {
		clear:both;
		margin:0;
		padding:31px 0 25px 208px;
		font:10px arial,sans-serif;
		text-align:left;
		}
	div#footer {
		color:#714b22;
		clear:both;
		margin:0;
		padding:5px;
		font:10px arial,sans-serif;
		text-align:center;
		}
	div#detailfooter {
		color:#602700;
		font:10px arial,sans-serif;
		}
		
/* sIFR CSS */
	div#flashcontentnav {
		display:inline;
		text-align:right;
		}
	div#flashcontenttitle {
		font:22px, serif;
		font-weight:bold;
		color:#602700;
		}
		
/* type */
	h1 {
		font:11px arial,sans-serif;
		line-height:16px;
		color:#000;
		}
	.subhead {
		color:#d6c88a;
		font:12px arial,sans-serif;
		line-height:16px;
		display:inline;
		}
	.subheadred {
		color:#602700;
		font:12px arial,sans-serif;
		line-height:16px;
		display:inline;
		}	
/* Unordered list examples */
	ul {
	    list-style-type:none;
	    }
	ul li {
	    margin-left:-30px;
	    }
	/*  2 columns */
	ul.two {
		width:475px;
	    list-style-type:none;
	    }
	ul.two li.two {
		float:left;
	    width:250px;
	    margin-left:-30px;
	    }  
	/* 4 columns */
	ul.three {
		width:785px;
	    list-style-type:none;
	    }
	ul.three  li.three  {
		float:left;
	    width:220px;
	    margin-left:-30px;
	    }
	    
/*.......................................*/

.imgbordercol {
	margin:5px 0 10px 0;
	border-style:solid;
	border-width:6px;
	border-color:#d6c88a;
	}
.imgbordercolcommission {
	margin:5px 10px 10px 0;
	border-style:solid;
	border-width:6px;
	border-color:#d6c88a;
	}
.imgborder {
	border-style:solid;
	border-width:6px;
	border-color:#d6c88a;
	}
.imgbordervert {
	border-style:solid;
	border-width:6px;
	border-color:#d6c88a;
	margin:0 0 2px 2px;
}
.bottom {
	margin:0 0 0 -10px; 
	}
.navtemp {
	margin:25px 0 20px 0;
	text-align:right;
	}
.tablight {
	color:#d6c88a;
	font:10px arial,sans-serif;
	margin:4px 0 6px 0;
	display:block;
	}
.tabdark {
	color:#1e1e1e;
	font:10px arial,sans-serif;
	margin:4px 0 6px 0;
	display:block;
	}
.map {
	float:left;
	padding:0 5px 5px 0;
	}
.process {
	padding:15px 0 0 7px;
	}
.gallerylayout {
	padding:0 0 0 10px;
	}
.contactform {
	padding:0 0 0 10px;
	}
.toppadding {
	padding:5px 0 2px 0;
	}
.red {
	color:#853700;
	}
.hr {
	padding:5px 0 5px 0;
	}
.date {
	color:#602700;
	text-decoration:none;
	}
.calendar {
	padding:0 0 10px 0;
	}	
.unindent {
	margin:0 0 0 -10px;
	}
.indent {
	margin:0 0 0 10px;
	}
#imgcaption {
	width:440px;
	margin:-14px 0 0 12px;
	font:10px arial,sans-serif;
	line-height:10px;
	}
.signature {
	padding:0 0 0 120px;
	}
.sIFR-active h1 {
      visibility:hidden;
      font-family:serif;
      line-height:1em;
      padding:0 10px 0 10px;
      margin:0 0 -2px 0;
      font-size:20px;
    }
.sIFR-active h2 {
      visibility:hidden;
      font-family:serif;
      line-height:1em;
      padding:0 10px 0 10px;
      margin:0 0 -2px 0;
      font-size:12px;
    }