#wrapper {
	padding: 0px;
	width: 960px;
	background-color: #B2A774;
	height: auto;
	float: left;
	margin: 0px;
}
#outter {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9BE85;
	text-align: center;
}
#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#left_column {
	margin: 0px;
	padding: 0px;
	width: 325px;
	height: auto;
	float: left;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1A15;
}
.emphasis {
	font-weight: bold;
}
#right_column {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 630px;
}
#content {
	float: right;
	width: 630px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
h3 {
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: -5px;
	font-size: 14px;
	color: #4B4938;
}
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
}
.rbroundbox {
	width: 95%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.menu_address {
	font-size: 16px;
	font-variant: small-caps;
	color: #4F4D3D;
	margin-top: 20px;
	margin-left: 15px;
	letter-spacing: 0.3em;
}
.padtop {
	margin-top: 10px;
}
.page_title {
	font-size: 18px;
	font-variant: small-caps;
	color: #38372A;
	margin-top: 30px;
	margin-left: 15px;
	letter-spacing: 0.3em;
	font-weight: bold;
}
#menu_out {
	margin-bottom: 10px;
	float: right;
	margin-left: 6px;
	
}
ul#red { margin:0; padding:0; list-style-type:none; }

ul#red li {
	position:relative;
	float:left;
	border-top:4px solid #edcbcb;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 5px;
	list-style-image: none;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#d4d8bd;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}


.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}


.menu ul li ul a, .menu ul li ul a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}




/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
p {
	font-size: 12px;
	line-height: 1.3em;
}
.pageContent ul {
	font-size: 12px;
	line-height: 1.3em;
	list-style-type: disc;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.rbcontent ol {
	font-size: 12px;
	line-height: 1.3em;
}
h1 {
	color: #650100;
	letter-spacing: 0.3em;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}
hr {
	border: 1px dashed #90885F;
}
.photoCaption {
	font-size: 9px;
	font-weight: bold;
}
.picTable {
	color: #4B4938;
	letter-spacing: 0.3em;
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: -10px;
}
h2 {
	color: #4B4938;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: -3px;
}
h4 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
	color: #4B4938;
	margin-bottom: -3px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.TableText {
	font-size: 9px;
	color: #000000;
	background-color: #FFF4BB;
	border: 1px solid #4B4938;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
.photoleft {
	padding-right: 10px;
	float: left;
}
.photoright {
	float: right;
	padding-left: 10px;
}
a {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
.bggraphic {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
