body{
	background:#c0ae77;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	}
.container{
	background:#c0ae77;
	width:900px;
	height:500px;
	position:relative;
	margin:0pt auto;
	}
.header{
	background:#c0ae77;
	width:874px;
	height:233px;
	position:relative;
	margin:0pt auto;
	}
div#quote1{
	background:#c0ae77;
	padding: 1px 1px;
	font-weight:bold;
	font-size:16px;
	position:absolute;
	top: 183px;
	right: 537px;
	}
div#quote2{
	background:#c0ae77;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top: 203px;
	right: 570px;
	}	
div#flashholder{
	background:#c0ae77;
	width:300px;
	height:220px;
	position:absolute;
	margin: 8px 1px;
	padding: 0px 0px;
	right:66px;
	top:0px;
	}
div#flashcontent{
	background:#999999;
	width:293px;
	height:220px;
	position:absolute;
	margin: -5px 2px;
	right:7px;
	top:0px;
	}
div#flashgallery{
	width: 750px;
	height: 550px;
	position: relative;
	right: 2px;	
}
div#header1{
	background:url(../images/head-logo-left2.gif) no-repeat;
	position:absolute;
	margin:0pt 6pt;
	width:479px;
	height:233px;
	}
div#header2{
	background:url(../images/head-picbox-right2.gif) no-repeat;
	margin:0pt -10pt;
	width:400px;
	height:233px;
	position:absolute;
	right:0px;
	}

.contentbox{
	background:url(../images/tile.gif) repeat-y;
	width:auto;
	height:auto;
	min-height: 300px;
	position:relative;
	margin: 0px auto;
	z-index: 8;
	padding: 10px 80px;	
}
div#content{
	background:#c1b48d;
	width: auto;
	height:auto;
	min-height: 300px;
	position: relative;
	margin: 0px auto;
	padding: 5px 10px;
	z-index: 9;
	text-align: left;
}
div#content strong{
	color: #103775;
	font-size: 14px;
	
	
}
div#content strong2{
	color:#000000;
	font-size: 1.1em;
}	
div#content p{
	font-weight: normal;
	
}
div#content a{
	background:#b4a472;
	color:#103775;
	font-size: 16px;
	text-decoration:none;
	}
	
div#content a:hover{
	background:#9f9062;
	color:#103775;
	text-decoration:none;
	}
div#top{
	width: 100%;
	position: relative;
}
div#bottom{
	background:#b5a77e;
	width:100%;
	position: relative;
}

div#bottom img{
	border:#103775 solid 10px;
}

div#footer{
	background:url(../images/footer.gif) no-repeat;
	width:auto;
	height:40px;
	position:relative;
	padding: 6px 228px;
	margin:0px auto;
	}
div#footer h1{
	font-size:10px;
	color:#103775;
	}
.containerlink{
	font-size: 12px;
	
	background:#c1b48d;
}
.navbar
{
	width:900px;
	height:36px;
	background:url(../images/navbar.gif);
	position:relative;	
	font-weight:bold;
	z-index: 50;
	}

.menu {
	width:756px;
	height:36px;
	font-size: 14px;
	position:absolute;
	padding:0px;
	margin: 2px auto;
	list-style: none;
	right: 0px;
}
.menu ul{
list-style-type:none;
padding:0px;
margin:0px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
width: auto;
position: relative;
padding: 4px 4px;
margin:3px 18px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
left: -1px;
top: 25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
color:#103775;
text-decoration:none;
}

/* style the links hover */
.menu :hover{
color:#103775;
background:#b4a472;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position: absolute;
font-size: 10px;
width: 320px;
height: 105px;
margin: 4px -110px;
text-align: left;

}
menu.li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
.menu ul li:hover ul, li.over ul,
.menu ul a:hover ul{
visibility:visible;
background:#e8a61f;
filter:alpha(Opacity=95);
-moz-opacity:.95;
opacity:.95;
}
.bttn{
	background: #b4a472 none repeat scroll 0%;
	border: 1px solid #103775;
	color: #103775 !important;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 16px;
	cursor: pointer;

}

