/* SET BASE FONT ATTRUBUTES */

html, body
{
	color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a,
textarea, fieldset, pre
{margin: 0;  padding: 0; border: none;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}
h1 {font-size: 140%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #00f;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse; margin: 10px 0px 10px 0px;}
table th, table td {vertical-align: top; padding: 2px 5px; text-align: left;}
table th {font-weight: bold;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl {list-style-type: disc;}

/* STANDARD UL */
ul, ol
{	margin: 0px; padding: 0px 10px 10px 25px; }

ul li, ol li { margin: 5px 0px 0px 0px; padding: 0px; }

/*************************************************************/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #efe8ce url(../images/bg_body.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 780px;
	text-align: center;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
	position: relative;
}

#main p
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 140%;
	font-size: 110%;
}

h1, h2, h3, h4
{
	color: #7f3434;
	text-align: left;
	padding: 0px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 180%;
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #6d933d;
	color: #6d933d;
}

h2
{
	font-size: 130%;
	letter-spacing: 0px;
	line-height: 120%;
	margin: 20px 0px 0px 0px;
	color: #b64410;
}

h2 a, h2 a:link, h2 a:visited
{
	color: #b64410;
	padding-bottom: 20px;
}	

h2 a:hover, h2 a:active
{
	color: #000;
}	

h3
{
	font-size: 110%;
	margin: 15px 0px 0px 0px;
	color: #000;
	letter-spacing: 0px;
}

h2 + h3
{
	margin-top: 0px;
}

h4
{
	font-size: 100%;
	margin: 5px 0px 0px 0px;
}

a, a:link
{
	color: #224422;
}

a:visited
{
	color: #446644;
}

a:hover, a:active
{	color: #000;
}

#banner
{
	font-size: 0px;						/* Need to get rid of extra space in Netscape 6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 780px;
	height: 150px;
	background: #fff;
	position: relative;
}

#navbar
{
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	background: #b64410 repeat-x url(../images/bg_navbar.jpg) center;
}

#navbar ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
	letter-spacing: 1px;
	width: 780px;
/*	line-height: 20px; */
	line-height: 18px;
}

#navbar ul li
{
	margin: 0px;
	display: inline;
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#navbar li a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	margin: 0px;
	padding: 5px 7px;
	color: #fff;
	font-size: 100%;
}

#navbar li a:hover, #navbar li a:active
{
	background: #c78223;
	color: #000;
}

#footer
{
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding: 5px 0px 5px 0px;
	background: #9a3306;
}

#footer ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding: 10px 0px;
	letter-spacing: 1px;
	width: 780px;

	line-height: 20px;
}

#footer ul li
{
	margin: 0px;
	display: inline;
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#footer li a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 3px 5px;
	font-size: 100%;
	color: #fff;
	font-size: 110%;
}

#footer li a:hover, #footer li a:active
{
/*	background: #f8f8f8; */
	color: #000;
}

#footer p
{
	color: #fff;
	margin-bottom: 10px;
}

#footer p span
{
	margin: 0px 10px;
}

#footer p a, #footer p a:visited
{
	color: #fff;
}

#footer p a:hover, #footer p a:active
{
	color: #000;
}

#footer #credit a, #footer #credit a:visited
{
	font-size: 80%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
}

#footer #credit a:hover, #footer #credit a:active
{
	color: #000;
}

#big-img
{
	margin-top: 0px;
	width: 780px;
	height: 275px;
}

#container
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 2px 0px;		/* Need bottom padding for space at bottom of page? */
	text-align: left;
	width: 780px;
	vertical-align: top;
/*	background: #fff url(../images/border_container.jpg) no-repeat top; */
	float: left;
}

#container-content
{
	background: url(../images/bg_container.jpg);
	float: left;
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	width: 370px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	float: right;
}

#main-content, #main-content-services
{
	vertical-align: top;
	margin: 0px 0px;
	padding: 20px 20px 10px 20px;
}

#main-content ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-content-services p, #main-content-services ul
{
	display: none;
}

#sidebar
{
	float: left;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar-content
{
	vertical-align: top;
	padding: 0px;
	margin: 30px 15px 20px 15px;
}

#sidebar h2
{
	color: #000;
	font-size: 120%;
	margin-top: 0px;
}

#sidebar h3
{
	color: #000;
	font-size: 100%;
	margin-top: 20px;
}

#sidebar p
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 5px 0px;
}

#sidebar p.link a:hover, #sidebar p.link a:active
{
	background: #eabf7b;
	padding: 2px 0px;
}


#sidebar-right
{
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#sidebar-right-content
{
	vertical-align: top;
	padding: 0px;
	margin: 20px 10px 20px 10px;
}

#freefind
{
	margin: 0px 0px 20px 0px;
}

#freefind h3
{
	margin: 0px;
	padding: 0px;
}

#freefind form
{
	margin: 0px;
	padding: 0px;
}

.sidebar-box
{
	width: 180px;
	margin: 10px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	background: url(../images/bg_sidebar_box_bottom.gif) no-repeat bottom left;
	text-align: left;
}

.sidebar-box h2
{
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 110%;
	color: #000;
	border-bottom: 1px solid #E0CFAB;
	background: url(../images/bg_sidebar_box_top.gif) no-repeat top left;
}

.sidebar-box h3
{
	margin: 15px 10px 0px 10px;
	padding: 0px;
	font-size: 100%;
	color: #000;
}

.sidebar-box p
{
	font-size: 85%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
}

.affiliations
{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.affiliations img
{
	margin: 10px 10px 10px 10px;
}

fieldset.video-tour
{
	border: 1px solid #000;
	display: block;
	margin: 15px auto;
	padding: 7px;
/*	width: 85%; */
}

fieldset.video-tour legend
{
	color: #9d0810;
	font-weight: bold;
}

img.video-icon
{
	float: right;
	padding: 0px;
	margin: 0px 5px 5px 15px;
}

.contact-table
{
	margin: 10px 0px 20px 0px;
	background: #fff;
	border: 1px solid #eee;
}

.contact-table th, .contact-table td
{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
}

#nav-table
{
	margin: 0px;
}

#nav-table th
{
	padding: 2px 5px 2px 0px;
}

#nav-table td
{
	padding: 2px 0px 2px 5px;
}

#services-table
{
	margin-top: 0px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
}

#services-table ul
{
	border: none;
}

.google-form
{
	margin: 10px 0px 20px 20px;
}

.google-form label
{
	font-size: 90%;
	font-weight: bold;
}

.about-img-box
{
	width: 330px;
	padding: 10px 0px 3px 0px;
	margin: 20px 0px;
	background: #446f80;
	text-align: center;
}

.about-img-box p
{
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

p.quote
{
	font-style: italic;
	color: #000;
}
