@charset "utf-8";
body {
	background-color: #7A3C16;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FEFAF8;
}
#header {
	margin-top: 0px;
	margin-bottom: 12px;
	height: 120px;
	width: 760px;
}
#leftside {
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#leftside p {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #B85A22;
}

#leftside h2 {
	font-family: "Tw Cen MT";
	font-size: 18px;
	font-weight: bold;
	color: #B85A22;
}
#leftside h3 {
	font-family: "Tw Cen MT";
	font-size: 20px;
	font-weight: bold;
	color: #393;
	padding-left: 5px;
	font-variant: normal;
}
.keywordshighlight {
	font-style: italic;
	font-weight: bold;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	clear: both;
}
#rightside {
	float: right;
	width: 190px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 10px;
}

#rightside p {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #B85A22;
	padding-right: 10px;
	padding-left: 10px;
}
.righsideemphasis {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #B85A22;
}

#rightside h2 {
	font-family: "Tw Cen MT";
	font-size: 18px;
	font-weight: bold;
	color: #B85A22;
	padding-left: 10px;
}
#maincontent {
	width: 400px;
	margin-right: 180px;
	margin-left: 180px;
	text-align: left;
	border: thin solid #7A3C16;
}
#maincontent h1 {
	font-family: "Tw Cen MT";
	font-size: 36px;
	font-weight: bold;
	color: #393;
	padding-left: 10px;
	text-align: left;
}


#maincontent p {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #B85A22;
	padding-right: 10px;
	padding-left: 10px;
}

#maincontent h2 {
	font-family: "High Tower Text";
	font-size: 18px;
	font-weight: bold;
	color: #393;
	padding-left: 10px;
}
#maincontent h3 {
	font-family: "Tw Cen MT";
	font-size: 24px;
	font-weight: bold;
	color: #393;
	padding-left: 10px;
	font-variant: small-caps;
}
.backgroundblockquote {
	background-color: #393;
}



#footercontent {
	float: left;
	width: 500px;
	clear: both;
}
#footercontent p {
	font-family: "High Tower Text";
	font-size: 14px;
	font-weight: bold;
	color: #B85A22;
	padding-left: 10px;
}
#footerupdate {
	float: right;
	width: 260px;
	font-family: "Tw Cen MT";
	font-size: 14px;
	font-weight: bold;
	color: #B85A22;
}
#links {
	clear: both;
	width: 790px;
	padding-right: 5px;
	padding-left: 5px;
}
#links a img {
	border-top-style: solid;
	border-top-color: #7A3C16;
	border-right-color: #7A3C16;
	border-left-color: #7A3C16;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.fltright {
	float: right;
}
.fltleft {
	float: left;
}
#line {
	background-color: #7A3C16;
	clear: both;
	height: 5px;
	width: 800px;
}
.bulletedlist {
	font-family: "High Tower Text";
	font-size: 16px;
	color: #B85A22;
	list-style-image: url(../Images/Symbol.jpg);
	padding-right: 10px;
	list-style-position: outside;
	margin-left: -16px;
}
.weblinks {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #7A3C16;
	text-decoration: underline;
}
#weblinks {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #7A3C16;
	text-decoration: underline;
}




/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	padding: 0;
	margin: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	margin-left: 5px;
	margin-bottom: 20px;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{

}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	font-size: 100%;
	cursor: default;
	margin-right: 0;
	margin-bottom: 20;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FEFAF8;
	color: #B85A22;
	text-decoration: none;
	font-family: "Tw Cen MT";
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	width: 130px;
	vertical-align: middle;
	padding: 10px;
	border: thin solid #7A3C16;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #B85A22;
	background-color: #7A3C16;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #7A3C16;
	color: #B85A22;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #B85A22;
	background-color: #7A3C16;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #B85A22;
	background-color: #7A3C16;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;

	filter:alpha(opacity:0.1);
	color: #B85A22;
	background-color: #7A3C16;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	color: #B85A22;
	background-color: #7A3C16;
	}
blockquote {
	border: thin solid #7A3C16;
	width: 380px;
	text-align: left;
	margin-left: 7px;
}
p em {
	color: #B85A22;
}
.subheading {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: bold;
	color: #7A3C16;
}
.portfolio {
	font-family: "High Tower Text";
	font-size: 24px;
	font-weight: bold;
	color: #B85A22;
	text-align: center;
}
.portfoliolinks {
	font-family: "High Tower Text";
	font-size: 24px;
	color: #00C;
	word-spacing: 1in;
}
.sidelinks {
	background-color: #7A3C16;
}
.portfoliolinks a {
	background-color: #FEFAF8;
}
#feeschedule tr td p {
	font-size: 24px;
}
table tr td #feeschedule {
	font-family: "High Tower Text";
	font-size: 18px;
	color: #B85A22;
}

table {
	width: 400px;
	border: thin solid #7A3C16;
	border-collapse: collapse;
	text-align: left;
}


th, td {
	border: thin solid #7A3C16;
}
#form1 fieldset p #contact {
	font-family: "High Tower Text";
	font-size: 14px;
	color: #B85A22;
	background-color: #FEFAF8;
}
.portfoliolinks a {
	font-family: "High Tower Text";
	font-size: 18px;
	font-weight: bold;
	color: #00C;
}
#rightside h3 {
	font-family: "Tw Cen MT";
	font-size: 20px;
	font-weight: bold;
	color: #393;
	padding-left: 10px;
}
.Centred {
	text-align: center;
}
table tr th h4 {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #B85A22;
	padding-left: 10px;
}
#maincontent h4 {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #B85A22;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -20px;
}
a:link {
	color: #7A3C16;
}
a:visited {
	color: #7A3C16;
}
a:active {
	color: #7A3C16;
}

a:hover {
	color: #7A3C16;
}



.Alignright {
	text-align: right;
}

/* Form Styles */
fieldset {
	margin: 20px 0px;
	padding: 0px 10px;
	border: none;
}
body h1 strong {
	font-family: "Tw Cen MT";
	font-size: 36px;
	font-weight: bold;
	color: #393;
}


legend {
	text-align: left;
	font-weight: bold;
	padding: 4px 6px;
}

label {
	font-size: medium;
}
#maincontent .Centred {
	text-align: center;
	padding-left: 70px;
}
.bloghighlight {
	font-family: "Tw Cen MT";
	color: #393;
}
#MenuBar1 {
	font-family: "Tw Cen MT";
	color: #393;
	font-size: 30px;
}

