@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #5b3611;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
	position: relative;
}
#navbar {
	background-color: #af6e2d;
	width: 190px;
	float: left;
	height: 333px;
}


/*NAVBAR*/
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 188 px;
	/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	padding-left: 2px;
	display: block;
	height: 333px;
}

.nav li img {
	padding: 0px;
	margin: 0px;
}


ul.nav>li{
	margin: 0;
	padding: 0;
}

ul.nav li>ul{
	/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 188px;
	left: 190px;
	margin-top: -25px;
	margin-left: 0px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
}

/*** Menu styles (customizable) ***/
ul.nav,
.nav ul,
.nav ul li a{
	background-color: #AF6E2E;
}
.nav a{
	text-decoration: none;
}
#centerContent {
	margin: 0px;
	padding: 0px;
	background-color: #AF6E2E;
}
#mainContent {
	height: 338px;
	width: 417px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/vert-divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
	overflow: auto;
}

#footer {
	clear: both;
}
.clrBOTH {
	clear: both;
	height: 5px;
	width: 900px;
	background-image: url(../images/bkg.gif);
}
#mainContent2 img {
	padding: 5px;
	border: 1px solid #5B3611;
	margin-left: 5px;
	margin-top: 10px;
}
.center {
	text-align: center;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	margin-left: 10px;
	color: #714D0F;
	font-variant: small-caps;
	letter-spacing: .25em;
	margin-top: 10px;
}



#rightImage {
	width: 262px;
	height: 333px;
	float: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 10px;
	font-size: 18px;
	margin-top: 10px;
	color: #5b3611;
	font-weight: bold;
}
#navbar2 {
	background-color: #af6e2d;
	width: 211px;
	float: left;
	height: 338px;
}
h3 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
	margin-top: 5px;
	color: #571702;
	letter-spacing: .2em;
}
a {
	color: #B14C15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #B14C15;
}
h4 {
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: .125em;
}

#mainContent2 {
	width: 679px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/vert-divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
	height: 338px;
	overflow: auto;
}
#mainContentLOCATION {
	height: 338px;
	width: 351px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/vert-divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
p.largerTXT {
	font-size: 13px;
}
ul.feature {
	font-size: 11px;
	font-family: verdana;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 5px;
}
li.sub {
	margin-left: 20px;
	list-style-type: none;
	font-weight: normal;
}
#mainContent3 {
	width: 679px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/vert-divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
}
