/* CSS Document */

/* This code is copyright of Kelly Dolan of Blue Maple Design. No part may be copied with out permission */
/* For more information contact Kelly at http://www.bluemapledesign.com */

body {
	background: url(images/condolances_bg.jpg) fixed repeat;
	text-align: center;
}

#everthingWrapper {
	width: 800px;
	margin: auto;
}

#header {
	margin: 0px 0 15px 0;
}

#bodyWrapper {
	margin: 0;
	padding: 15px 0 0 0;
	background: #FCFBDC url(images/body_tullips_06.gif) top no-repeat;
	text-align: left;
}

#bottomCorners {
	margin-top: -25px;
	height: 13px;
	background: url(images/body_bottom_08.gif) bottom no-repeat;
}

#navBar {
	height: 45px;
	width: 799px;
	margin: 10px 0 0 0;
	background: url(images/nav-bar.gif) center no-repeat;
}

ul.navLinks {
	padding: 12px 0 0 60px;
}

* html ul.navLinks {
	padding: 27px 0 0 25px;
}

ul.navLinks li {
	display: inline;
	list-style-type: none;
	position: relative;
	float: left;
}

li.mainLink {
	padding: 0px 20px 7px 20px;
}

ul.navLinks a {
	font: 14px verdana, arial;
	color: #000;
	text-decoration: none;
	word-spacing: 4px;
	padding: 0 0 2px 0;
}

ul.drop {
	width: 130px;
	padding: 0;
	margin: 0;
	list-style: none;
}

li ul {
	display: none;
	position: absolute;
	padding: 0;
	top: 26px;
	left: 0;
	background: url(images/dropback.gif) bottom left no-repeat;
	border-right: solid 1px #665032;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { 
	display: block; 
	}

ul.navLinks a:hover {
	font: 14px verdana, arial;
	border-bottom: solid 2px #BAB658;
}

ul.drop a,  ul.drop a:hover {
	font: 12px verdana, arial;
	margin: 15px 25px 15px 25px;
}

ul.drop li {
	padding: 10px 0 10px 0;
}

#leftColumn {
	width: 390px;
	float: left;
	margin: 30px 0px 55px 30px;
}

* html #leftColumn {
	float: left;
	margin: 30px 0px 55px 20px;
}

#rightColumn {
	width: 360px;
	float: right;
	text-align: left;
}

h1 {
	font: Times;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #0C0C0B;
	margin: 0 20px 35px 0;
	padding: 50px 0px 0px 0px;
	border-bottom: solid 2px #A8A536;
	overflow: hidden;
}

h2 {
	width: 350px;
	font: 20px;
	color: #0C0C0B;
	border-bottom: solid 2px #A8A536;
	overflow: hidden;
	clear: left;
}

p {
	font: 14px arial;
	color: #0C0C0B;
	text-align: left;
}

table.thumbTable {
	border: 0;
	margin: 20px 0 0 0;
}

table.thumbTable td {
	padding: 15px 15px 20px 10px;
	vertical-align: top;
}

.thumbTable a {
	font: 14px arial;
	color: #0C0C0B;
}

.thumbTable a:hover {
	font: italic;
}

#mats {
	padding: 20px 0 0 60px;
	clear: both;
}

#mats h2 {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 5px 15px;
}

h1.thumbPage {
	width: 400px;
	padding: 0;
	margin: 30px 0 0 25px;
}

table.matTable {
	clear: both;
}

table.matTable td {
	padding: 10px;
}

table.matTable p {
	font: 12px arial;
	color: #6D593C;
}

hr {
	color: #A8A536;
	background-color: #A8A536;
	border: 0;
	height: 2px;
	width: 300px;
}

#copyright {
	padding: 35px 0 0px 25px;
	margin: 0 0 18px 0;
	clear: both;
}

#copyright p, #copyright a {
	color: #4A2401;
	font: 12px arial;
}

a.matLink {
	font: 10px arial;
}

#plainContent {
	 margin: 0 40px 20px 40px;
	 text-align: left;
}

#thumDiv {
	margin: 0 0 0 55px;
}

.imgBorder {
	border: #ece8be 10px solid;
}