@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d3c9b6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 

a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: none;
	border:none;
	color:#666;
}
a:active {
	text-decoration: none;
	border:none;
}

.menubar {
	text-align:left;
	padding-left:24px;
	padding-bottom:5px;
	margin-left:0px;
		}

.HomecontentText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	}

.HomecontentText1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	padding: 10px;
	padding-bottom:40px;
	color:#FFF;
		}

#imagebar {
	width:950px;
	height: 175px;
	margin-top:10px;
	margin-bottom:10px;
	border-color:#887356;
	border-width:thin;
	border-style:solid;
	padding-left:24px;
}

#Clear {
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:50px;
}


  
  #leftbar { 
  float: left;
  padding-left:24px;
  margin-right:20px;
  width:200px;
  padding-top:20px;
  padding-bottom:20px;
  } 
  
  
#right { float: right;
padding-right:24px;
}


#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left:24px;
	text-align: right;
} 




#topnav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 18px;
	text-align: right;
}

#topnav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#topnav-menu li a
{
float: none
}
/* End hide */

#topnav-menu
{
width:30em
} 

#lefttopicbar {
	float:left;
	padding-left:20px;
	margin-left:5px;
	width:600px;
	margin-top:5px;
}

#content {
	float:left;
	margin-right:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	width:700px;
	marging-left;10px;
	margin-bottom:10px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.txt a:link{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.txt a:visited{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.txt a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.txt a:active{
	color: #887356;
	font-weight: bold;
	text-decoration: none;
}
.goldtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #887356;
}
.greytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}


#contentsmall {
	float:left;
	margin-right:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	width:550px;
}

#photobox {
	float:right;
	margin-left:5px;
	border:none;
	margin-right:24px;
}

.hometxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	}
.hometxt a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:hover{
	color:#333;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
