/* general layout */

body {
	background-color: #cc6600;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}
a:link, a:visited, a:active, a:hover {
	color: #666666;
	text-decoration: none;
}
a:active, a:hover {
	color: #cc6600;
}
td {
	vertical-align: top;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#main {
	width: 797px;
	margin-left: auto;
	margin-right: auto;
}
a.menu {
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	color: #ffffff;
}
a.rmenu {
	color: #cc6600;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
}
a.rmenu:hover, a.rmenu:active {
	color: #ffffff;
}
a.pdf {
	color: #cc6600;
	font-size: 8pt;
	text-decoration: none;
}
.greyline {
	background: #999999;
	height: 30px;
}
td.menu {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
td.content {
	background: #ffffff;
	color: #666666;
}
.footer {
	background: #999999;
	height: 60px;
	padding: 0px;
	vertical-align: middle;
	color: #666666;
	font-size: 8pt;
}
.footer-bottom {
	background: #dbdbdb;
	height: 75px;
	vertical-align: middle;
	text-align: right;
}
.text {
	padding-right: 100px;
	line-height: 1.5em;
}
.logo {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.sidebar {
	width: 300px;
	text-align: center;
	padding-top: 20px;
}
.reviews-sidebar {
	width: 255px;
	text-align: center;
	vertical-align: top;
	padding-top: 100px;
	background: #dbdbdb;
}
td.rmenu {
	width: 255px;
	background: #dbdbdb;
	text-align: right;
	padding-top: 25px;
	padding-right: 45px;
}
td.rmenu-gallery {
	width: 215px;
	background: #dbdbdb;
	text-align: right;
	padding-top: 25px;
	padding-right: 45px;
}
.rmenu-image {
	padding: 50px;
}
hr {
	width: 50%;
	text-align: right;
	margin: 0 0 0 auto;
	border-top: 1px solid #ffffff;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}




/* image styles */

img.center {
        border: 0px;
        margin: 0px;
        padding: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}
img.border {
        border: 1px solid #8b0907;
        margin: 0px;
        padding: 0px;
        display: block;
}
img.float-right {
        float: right;
        padding-top: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
}
img.inline {
	display: inline;
}

/* font styles */

.title {
        font-weight: bold;
	font-size: 12pt;
	color: #9f9f9f;
}
.subtitle {
        font-weight: bold;
        font-size: 10pt;
        color: #cc6600;
}
.orange-title {
        font-weight: bold;
	font-size: 10pt;
	color: #cc6600;
}
.title-reviews {
        font-weight: bold;
	font-size: 12pt;
	color: #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	width: 100%;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.orangehours {
	color: #cc6600;
}

a.link-stephen {
	width: 91px;
	height: 92px;
	background: url('../images/stephen-sm.jpg');
	display: block;
}
a:hover.link-stephen, a:active.link-stephen {
	background: url('../images/stephen-sm-over.jpg');
}
a.link-james {
	width: 91px;
	height: 92px;
	background: url('../images/james-sm.jpg');
	display: block;
}
a:hover.link-james, a:active.link-james {
	background: url('../images/james-sm-over.jpg');
}
a.link-robert {
	width: 91px;
	height: 92px;
	background: url('../images/robert-sm.jpg');
	display: block;
}
a:hover.link-robert, a:active.link-robert {
	background: url('../images/robert-sm-over.jpg');
}
a.link-jason {
	width: 91px;
	height: 92px;
	background: url('../images/jason-sm.jpg');
	display: block;
}
a:hover.link-jason, a:active.link-jason {
	background: url('../images/jason-sm-over.jpg');
}

/* dhtml tooltip */

#dhtmltooltip {
	position: absolute;
	border: 1px solid #cccccc;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	font-size: 7pt;
}
