@charset "utf-8";
/* CSS Document */

/* RESET ALL */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	text-align:justify;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	text-align:justify;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
`
}
/***Global fonts...don't edit*/
body {
	font:13px/1.22 Verdana, Arial, Helvetica, sans-serif;
*font-size:small;
*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:99%;
}
/* LAYOUT */
#content {
	width:770px;
}
/* STYLE */
:focus {
}
hr {
	color:#CCCCCC;
	font-size:9px;
	line-height:4px;
}
#header ul li {
	display:inline;
}
#footer ul li {
	display:inline;
	margin:0px 10px;
}
i {
	font-size:85%;
}
.nav i{color:#336666; 
}
.floatL {
	float:left
}
.floatR {
	float:right
}
.clear {
	clear:both
}
body {
	background: #fff;
	line-height:1.7em;
	color:#555;
	text-align:justify;
}
#header {
	height:185px;
	background:url(../images/menufill.gif) repeat-x ;
	background-position:top;
	margin:0 0em;
	padding:0px 20px;
	text-align:left;
}
#banner {
	position:absolute;
	top:0px;
	left:400px;

}
#content {
	padding:24px 20px 0px 20px;
}

.thumbnail {
	position:relative;
	float: left;
	width:252px;
	margin: 0 0px 0px 0;
	padding: 2px;
		
}
.imageoverlay {
	position:absolute;
	top:145px;
	left:5px;
	font-style:italic;
	padding:0 15px 0 5px;
	background:url(../images/overlaybg.png) no-repeat right;

}
.thumbnail img {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #fcfcfc;
	padding: 2px;
}
.clearboth {
	clear: both;
}
div#footer {
	clear:left;
	width:100%;
	padding: 1em 20px;
	text-align:center;
	font-size:85%;
	width:770px;
	line-height:1.5em;
}
div#footer ul {
	padding-top:1em;
}
a {
	text-decoration:none;
	color:#336666;
}
a:hover {
	color:#000;
}
p {
	margin:0 0em 1em 0px;
}
.thumbnail p{ padding:0px .5em}
.thumbnail h3{ padding:0px .5em}

strong {
	font-weight:bold
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	color:#a4987a;
	padding-bottom:0em;
	margin:0 0px 0px;
}
h1 {
	font-size:120%;
	position:absolute;
	left:20px;
	top:20px;
	padding:.5em 1em 0 0;
	white-space:nowrap
}
h2 {
	font-size:110%;
	padding-top:0em;
	padding-bottom:.5em;
}
h3 {
	font-size:85%;
	color:#333333;
}
ul.IR li {
	position: relative;
	/*overflow: hidden;
  commented out for this example */
  font-size: 0.9em;
}
.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* For IE5.x mac only */
* html>body .IR {
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .IR em {
	position: static;
}
.nav {

	list-style: none;
	padding-left:10px;
	white-space:nowrap;
	width:780px;
	padding-top:64px;
	
}
.nav li {
	float: left;
	padding-bottom: 0px;z-index:50;
}
.nav li, .nav li em {
	width: 87px;
	height: 109px;
}
.link1 em, .link2 em, .link3 em, .link4 em, .link5 em, .link6 em {
	background: url(../images/menu.gif) no-repeat;
	cursor: pointer;
}
.link1 em {
	left: 0px;
}
.link1 em {
	background-position: 0px 0;
}
.link1:hover em {
	background-position: 0px -109px;
}
.link2 {
	left: 45px;
}
.link2 em {
	background-position: -108px 0;
}
.link2:hover em {
	background-position: -108px -109px;
}
.link3 {
	left: 90px;
}
.link3 em {
	background-position: -217px 0;
}
.link3:hover em {
	background-position: -217px -109px;
}
.link4 {
	left: 135px;
}
.link4 em {
	background-position: -326px 0;
}
.link4:hover em {
	background-position: -326px -109px;
}
.link5 {
	left: 180px;
}
.link5 em {
	background-position: -433px 0;
}
.link5:hover em {
	background-position: -433px -109px;
}
.link6 {
	left: 225px;
}
.link6 em {
	background-position: -542px 0;
}
.link6:hover em {
	background-position: -542px -109px;
}
body {
	behavior: url(hover.htc);
}
.nav a {
	display: block;
}
/* The Holly Hack */
* html .nav a {
	height: 1%;
}
.nav li ul {
	position: absolute;
	z-index: 10; /* show the
  dropdowns above the images */
	top: 109px; /* position the dropdowns a set distance from the top of the image */
	left: -999em;
	list-style: none;
	border: 1px solid #CCCCCC;
	border-bottom:0px;
}
.nav li:hover ul {
	left: auto;
}
.nav li li {
	height: auto;
	padding-bottom: 0; /* reset the height
  set on the IR list items */
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
	width:17em;
	color:#FFFFFF;
}
.nav li ul a {
line-height:1.3em;
font-size:1em;
	padding: 0 0.25em;
	color: #a4987a;
	background: #fff;
}
.nav li ul a:hover {
	color: #fff;
	background:#d4c8aa;

}
