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

body {
background-color: white;
line-height: 20px;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
min-height: 100%;
_height: 100%;
}

p {
font-size: 0.6em;
line-height: 150%;
margin: 0;
}

#container {
width: 736px;
margin-left: auto;
margin-right: auto;
min-height: 100%;
_height: 100%;
}

#header {
background: url('images/header.gif') no-repeat;
width: 736px;
height: 84px;
float: left;
}

/*menu*/

.menu {
width:736px; 
font-size:0.58em;
position:relative;
z-index:100;
font-weight:bold;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:92px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:92px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff; 
width:86px; 
height:20px; 
border:1px solid white; 
border-width:1px 1px 0 0; 
background:#cc0000; 
padding-left:5px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:92px;
w\idth:86px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:92px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:92px; 
top:0;
width:92px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:81px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:92px;
w\idth:86px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#a29470;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#a29470;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/*main content*/

.banner {
margin-top: -10px;
_margin-top: -15px;
}

#content-wrap {
width: 508px;
min-height: 100%;
}

#thumb-wrap {
float: left;
width: 508px;
height: 406px;
}

.thumb-left {
float: left;
width: 253px;
height: 203px;
}

.thumb-right {
float: right;
width: 253px;
height: 203px;
}

#welcomebox {
width: 508px;
min-height: 100%;
_height: 100%;
}

#bob {
	float: left;
	width: 2px;
	height: 175px;
	margin-top: 9px;
}

#content {
	line-height: 150%;
	margin: 7px 0 0 13px;
	float: left;
	width: 350px;
	min-height: 100%;
	_height: 100%;
}

.paragraph {
margin-top: 10px;
}

/*right bar*/

#right-bar {
float: right;
margin-left: 5px;
width: 213px;
min-height: 100%;
}

.side-paragraph1 {
margin: 10px 0 0 5px;
}

.side-paragraph {
margin: 0 0 0 5px;
}

.side-last {
margin: 0 0 10px 5px;
}

.morelink {
text-align: right;
font-weight: bold;
margin: 10px 5px 10px 0;
}

.line {
font-size: 0;
height: 2px;
width: 212px;
background: url(images/dotted.gif) repeat-x;
}

a.service-links {
color: black;
}

a:hover.service-links {
color: #cc0000;
}

a.moreabout{
color: #a29470;
}

a:hover.moreabout{
color: #cc0000;
}

/*sub page*/

h2 {
font-size: 1em;
color: #cc0000;
}

h5 {
text-decoration: underline;
margin: 0;
}

.list {
font-size: 0.6em;
line-height: 150%;
}

#contentbox {
width: 492px;
margin-left: auto;
margin-right: auto;
min-height: 100%;
}

.backtotop {
font-weight: bold;
text-align: right;
}

/*history long*/

#jubilee {
border: 1px solid #333333;
padding: 2px;
}

/*community*/

.contact-table {
font-size: 0.6em;
}

.contact-name {
width: 200px;
}

/*who's who*/
.vestry-name {
font-weight: bold;
width: 150px;
}

/*footer*/

#footer-bar {
width: 736px;
height: 10px;
font-size: 0;
background: #cc0000;
margin-top: 25px;
float: left;
}

#footer-copy {
float: right;
text-align: right;
}

.copyright {
color: #877b5e;
}
