@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b5a389;
}
.hometitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b5a389;
}
#container {
	width: 927px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	height: 820px;
	background-image: url(/images/bg2.jpg);
}

#header {
	height: 100px;
	margin-left: 34px;
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
}
#home {
	float: left;
	display: inline;
}
#nav {
	float: right;
	margin-top: 72px;
	width: 580px;
	margin-right: 50px;
	display: inline;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #b5a389;
	font-weight: bold;
	list-style-type: none;
}
.featurelist {
	font-weight: bold;
	left: 10px;
	top: 420px;
	width: 200px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
p.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	padding-right: 20px;
}


#tile1  {
	background-color: #000000;
	background-image: url(/inc/images/bgtile.jpg);
	background-repeat: repeat-y;
	position: static;
}
#container #undernav {
	background-image: url(/images/home_undernav.jpg);
	height: 69px;
	margin-left: 34px;
	background-repeat: no-repeat;
}
#container #leftcolumn {
	float: left;
	height: 631px;
	width: 156px;
	background-image: url(/images/indexleftbg.jpg);
	margin-left: 92px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: inline;
}
#container #textcolumn {
	float: left;
	width: 350px;
	height: 631px;
	background-image: url(/images/indextxtbg.jpg);
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
}

#container #rightcontent {
	float: right;
	height: 631px;
	width: 242px;
	margin-right: 72px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	background-image: url(/images/indexrightbg.jpg);
	display: inline;
}
#bottomtile {
	width: 927px;
	background-image: url(/images/bottomtile.jpg);
	background-repeat: repeat-y;
	margin: -16px auto auto auto;
	z-index:inherit
}
#bottomtile .osiinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b5a389;
}
#bottomtile .osilinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #b5a389;
}
#bottomtile a {
	color: #b5a389;
	text-decoration: none;
}
#bottomtile a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #b5a389;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
/* removes borders around fading rollover images */
a img {
	 border:none;
}