@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.unitland #container {
	width: 900px;
	margin: 0 auto;
	border: 0px;
	text-align: left;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
.unitland #top {
	background-image: url(images/top.gif);
	height: 51px;
} 
.unitland #header {
	background-image: url(images/header.gif);
	height: 131px;
} 
.unitland #menu {
	background-image: url(images/menubg.jpg);
	height: 35px;
	margin: 0px;
} 
.unitland #menuholder {
	height: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	margin-left: 19px;
} 
.unitland #titleholder {
	background-image: url(images/titlebg.jpg);
	height: 105px;
} 

.unitland #submenu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.unitland #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.unitland #abovefooter {
	width: 900px;
	border: 0px;
	text-align: left;
	background-image: url(images/abovefooter.jpg);
	height: 108px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.unitland #footer {
	height: 108px;
	background-image: url(images/footer.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
.titlewrap {
	float: left;
	margin-top: 70px;
	padding-left: 250px;
	font-size: 20px;
	letter-spacing: 4px;
}
.copy {
	padding-right: 10px;
}
.boldlink {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b32017;
	color: #000000;
}
.blklink {
	color: #000000;
	text-decoration: underline;
}
.footercopy {
	font-size: 12px;
	padding-left: 30px;
}
#slideshowholder {
	float: right;
}
.lillink {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.lhplaceholder {
	padding-left: 100px;
	padding-top: 25px;
}

#navcontainer {
	width: 210px;
	padding-top: 5px;
	padding-left: 28px;
}

#navlist {
padding-left: 0;
margin-left: 0;
width: 210px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e6dcc4;

}

#navlist li {
list-style: none;
margin: 0;
padding: 0.5em;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e6dcc4;

}

#navlist li a { 
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
color:#000;
 
}

#navlist  a:link, .navlist2 a:visited {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;

}

#navlist a:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF0000;
font-weight: bold;
text-decoration: none;

}
.sidepics1 {
	padding-left: 25px;
}
.linki {
	color: #000000;
	text-decoration: underline;
}form {
	margin: 0px;
}
label, input {
display : block;
float : left;
margin-bottom : 10px;

}
label {
    text-align : left;
    width : 120px;
    padding-right : 1px;
    padding-left : 20px;
    font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #000;
}
textarea {
    float : left;
    margin-bottom : 10px;
    width : 250px;
   font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.inbg {
	background-color : #fff;
	border : 1px solid #999999;
	color : #000;
	width : 150px;
	height: 20px;
	width: 250px;
}
.inbg2 {
	background-color : #fff;
	border : 1px solid #999999;
	color : #000;
	width: 250px;
}
#buttonpush {
	padding-left: 142px;
}
.button {
	width : 100px;
	height : 30px;
	color : #000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight : bold;
	float: left;
	cursor: pointer;
} 
form {
	margin: 0px;
	padding: 0px;
}

