html {
	overflow:-moz-scrollbars-vertical;
	}

html, body {
	margin:0;padding:0;
	color:#791500;
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	line-height:1.5em;
	font-size:small;
	}

h1 {
	font-size:150%;
	margin:1em 0 0 0;
	padding:0;
	font-family:"Times New Roman", "Times", serif;
	border-bottom:2px solid #fed105;
	font-weight:bold;
	}

h2 {
	font-size:120%;
	margin:1em 0 0 0;
	padding:0;
	font-family:"Times New Roman", "Times", serif;
	border-bottom:1px solid #fed105;
	font-weight:bold;
	}

h3 {
	font-size:120%;
	margin:1em 0 0 0;
	padding:0;
	font-family:"Times New Roman", "Times", serif;
	font-weight:bold;
	}

p {
	margin:0 0 0.5em 0;
	padding:0;
	}

p.center {
	text-align:center;
	}

p.center img {
	margin:1em 2em;
	border:none;
	}

ul {
	margin:0 0 0 60px;
	padding-top:0;
	}

dt {
	font-weight:bold;
	font-size:110%;
	}

dd {
	margin-bottom:2em;
	}

dd a {
	color:#fed105;
	text-decoration:underline;
	}

dd a:hover {
	color:#791500;
	text-decoration:none;
	}

select, textarea {
	font:inherit;
	}

.small {
	font-size:66%;
	font-weight:normal;
	}

.yellow {
	color:#fed105;
	font-weight:bold 150%;
	font-size:125%;
	}

.container {
	width:85%;
	margin:0 auto;
	background-color:#fff;
	text-align:left;
	}

.container p a {
	color:#fed105;
	text-decoration:underline;
	}

.container p a:hover {
	color:#791500;
	text-decoration:none;
	}

div.right {
	float:right;
	margin:0.5em 0 0.5em 1em;
	background-color:#fff;
	text-align:center;
	}

div.right p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:75%;
	}

div.right img {
	padding:3px 3px 3px 3px;
	}

.header {
	height:100px;
	margin:0 auto;
	border-bottom:3px solid #fed105;
	background-color:#fff;
	text-align:center;
	}

.header img {
	border:none;
	}

.nav table {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	color:#791500;
	background-color:#fed105;
	}

.nav a {
	display:block;
	padding:0.2em 0;
	background-color:#fff;
	color:#791500;
	text-decoration:none;
	font-size:125%;
	font-weight:bold;
	font-family:"Times New Roman", "Times", serif;
	}

.nav a:hover {
	display:block;
	padding:0.2em 0;
	background-color:#fed105;
	color:#791500;
	text-decoration:none;
	font-size:125%;
	font-weight:bold;
	font-family:"Times New Roman", "Times", serif;
	}

.nav a.active {
	display:block;
	padding:0.2em 0;
	background-color:#791500;
	color:#fed105;
	text-decoration:none;
	font-size:125%;
	font-weight:bold;
	font-family:"Times New Roman", "Times", serif;
	}

.inline_image {
	float:left;
	clear:left;
	margin:0 0.5em 0.5em 0;
	}

div.reno {
	display:inline;
	}

div.reno img {
	vertical-align:middle;
	}

.content_section {
	margin-bottom:2em;
	}

.form_alert {
	width:600px;
	margin:1em auto;
	text-align:center;
	padding:1em;
	border:2px solid #791500;
	background-color:#fed105;
	}

.form_alert p a {
	color:#791500;
	text-decoration:underline;
	}

.form_alert p a:hover {
	color:#fed105;
	background-color:#791500;
	}

.footer {
	width:85%;
	margin:2em auto 0;
	padding:0;
	background-color:#fff;
	border-top:3px solid #fed105;
	text-align:center;
	}

p.footer {
	font-size:75%;
	}

/************************************************
***
***         HIGHSLIDE JS IMAGE GALLERY
***
************************************************/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #791500;/*maroon*/
}
.highslide:hover img {
	border: 2px solid #fed105;/*gold*/
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align:center;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/************************************************
***
***        END HIGHSLIDE JS IMAGE GALLERY
***
************************************************/

