"utf-8";
/* colors in this file
body	ECE2CD
center	ECE2CD
frame	9D8357
menu	ECECE2
borders	B39B80
text	000000

brands.css has 1 color used inside of it for borders on that page.
*/
/* Body */
a {
	color: #000000;
	font-size: 0.75em;
	display: inline;
}
html {
	overflow: scroll;
}
body {
	background: #ECE2CD url(../img/bg.jpg) repeat-x;
	text-align: center;
}
#master0 {
	background-image: url(img/slideShow/image00.jpg);
}
#frame {
	background-color: #9D8357;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	width: 702px;
}
#contentleft {
	width: 200px;
	padding: 0px;
	float: left;
	background: #fff;
}
#contentcenter {
	background: #ECE2CD;
	border: 1px solid #B39B80;
	float: right;
	min-height: 500px;
	width: 500px;
}
#contentcenter a {
	font: 1em Arial, sans-serif;
}
#contentheader {
	background: #fff;
}
#contentfooter {
	background: #ECE2CD;
	float: right;
	width: 100%;
}
p,pre {
	color: #000000;
	font: .8em Arial, sans-serif;
	margin: 0px 10px 10px 10px;
	text-align: justify;
}
b {
	color: #000000;
	font: bold .8em Arial, sans-serif;
	margin: 0px 10px 10px 10px;
	/* Change preceeding to em */
}
h1 {
	margin: 0;
	padding: 1em 0.25em 0;
	font: bold 1em Arial, sans-serif;
	line-height: 0.8em;
	border-bottom: 1px dashed #879187;
	text-align: right;
	color: #000000;
	letter-spacing: .1em;
}
h2 {
	margin: 0;
	padding: 1em 0.25em 1px;
	font: bold 1em Arial, sans-serif;
	line-height: 0.8em;
	text-align: Left;
	color: #000000;
}
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}
#contentright p {
	font-size:10px
}
a#logo img {
	border: 0px;
}
img.seal {
	float: left;
	clear: left;
	padding: 5px;
}
img.landLeft {
	float: left;
	clear: left;
}
img.landRight {
	float: right;
	clear: right;
}
/* Body End */

/* Menu */
ul#topmenu  {
	border-bottom: 1px solid #B39B80;
	padding: 0;
	margin: 0;
	font: 1em sans-serif;
}
ul#topmenu li {
	border-top: 1px solid #B39B80;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	top: 283px;

}
ul#topmenu ul {display: none;}
ul#topmenu li:hover > ul {
	display: inline;
	position: absolute;
	top: -1px;
	left: 100%;
}
ul#topmenu li a {
	border: 1px solid #9D8357;
	border-width: 0 0 0 10px;
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background-color: #ECECE2;
}
ul#topmenu li a:hover {background: #fff; border-left-color:#ECE2CD}
ul#topmenu li.sub > a {
	font-weight: bold;
	background: #728296;
}
ul#topmenu {width: 200px;}
ul#topmenu > li:hover > ul {width: 10em; top: 1.5em; left: -3px;}
ul#topmenu ul {width: 10em;}
/* Menu End */

/* Bottom Menu */
#contentfooter ul {
	float: right;
	clear: right;
}
#bottommenu {
	border-bottom: 1px solid #B39B80;
	border-left: 1px solid #B39B80;
	border-right: 1px solid #B39B80;
	background-color: #9D8357;
	padding: 0;
	margin: 0 auto;
}
ul#bottommenu li {
	list-style-type: none;
	display: inline;
}
ul#bottommenu li a {
	padding: 0.25em;
	white-space: nowrap;
	text-decoration: none;
	margin: 0 auto;
	/* Optimize Later */
	color: #ECECE2;
	font: 0.75em Arial, sans-serif;
	display: inline;
	/* Optimize Later End */
}
ul#bottommenu li a:hover {
	color: #000;
}
#copyright {
	display: inline;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
}
/* Bottom Menu End */

/* Whitespace Fix */
#topmenu a { display: inline-block; }
#topmenu a { display: block; }
/* Whitespace Fix End */
