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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #d3c9b6;
}
.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:#97895D;
}
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: #333;
	font-weight: bold;
	text-decoration: none;
}
.txt a:visited{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.txt a:hover{
	color: #EBC427;
	font-weight: bold;
	text-decoration: none;
}
.txt a:active{
	color: #EBC427;
	font-weight: bold;
	text-decoration: none;
}
.goldtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}
.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: #FFF;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	}
.hometxt a:link{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:hover{
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
.hometxt a:active{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: "hel", "helvetica", "arial";
	font-size: 24px;
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 15px;
}
p {
	margin: 0px;
	padding: 0px;
}
.miniT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#navigation {
	width: 800px;
	float: right;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	margin-left: 15px;
	display: inline;
}
#navigation li a:link {
	color: #000;
	text-decoration: none;
	height: 30px;
	padding-top: 30px;
}
#navigation li a:visited {
	text-decoration: none;
	color: #000;
}
#navigation li a:hover {
	text-decoration: none;
	color: #97895D;
	background-image: url(../images/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
#navigation li a:active {
	text-decoration: none;
	color: #000;
}
.unlinkedtop {
	text-decoration: none;
	color: #97895D;
	background-image: url(../images/boxbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#sidebar {
	font-size: 14px;
	margin-top: 40px;
}
#sidebar ul {
	padding: 0px;
}
#sidebar li {
	list-style: none;
	margin-bottom: 10px;
}
#sidebar li a:link {
	color: #000;
	display: block;
	padding-left: 18px;
}
#sidebar li a:visited {
	color: #000;
	display: block;
	padding-left: 18px;
}
#sidebar li a:hover {
	color: #97895D;
	background-image: url(../images/boxbg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.unlinkedside {
	color: #97895D;
	background-image: url(../images/boxbg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#subnav {
	font-size: 11px;
}
#subnav  {
	margin-bottom: 5px;
	margin-top: -5px;
}
#subnav a:link {
	color: #000;
	display: block;
	padding-left: 30px;
}
#subnav  a:visited {
	color: #000;
	display: block;
	padding-left: 18px;
}
#subnav  a:hover {
	color: #97895D;
	background-repeat: no-repeat;
	background-position: left center;
}
.unlinkedsub {
	color: #97895D;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

@font-face {
 font-family: hel;
 src: url("hel.eot") /* EOT file for IE */
}
@font-face {
 font-family: hel;
 src: url("hel.ttf") /* TTF file for CSS3 browsers */
}

