html, body {
	margin: 0;
	padding: 0;
	background-color: #dad4a4;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
}
#page-container {
	width: 1000px;
	margin: auto;
	background-image: url(../images/bg-2tone.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#top-left {
	position:relative;
	float: left;
	width: 234px;
	height: 359px;
	padding: 0px;
	background-image: url(../images/navbg.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index:10;
}
#top-right {
	height: 359px;
	padding: 0px;
	position:relative;
	z-index:5;
}
#bot-box {
	background-color: #807843;
}
#bot-left {
	float: left;
	width: 234px;
	padding: 0px;
	background-color: #807843;
	background-repeat: repeat-y;
}
#bot-left-text {
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff6dc;
	background-color: #807843;
}
#bot-right {
	float:right;
	width: 766px; /* right box needs to have a set width limit and float right*/
	height: 100%;
	background-color: #fff6dc;
	background-image: url(../images/otherimgs/understanding_dignity.png);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: circle;
}
#bot-right-text {
	padding: 10px 20px 10px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D6634;
	font-weight: normal;
}
#bot-divider {
	clear: both;
	height: 5px;
	border-width: 8px 0px 4px 0px;
	border-style: solid;
	border-color: #DAD4A4;
	border-collapse: separate;
	background-color: #807843;
}
#footer {
	height: 60px;
	background: gray;
	border-width: 0px 0px 8px 0px;
	border-style: solid;
	border-color: #DAD4A4;
	border-collapse: separate;
	background-color: #807843;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #002D55;
}

#page-container #top-left ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*color: #E9E7D8;
	text-decoration: none;*/
}
#bot-left-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E9E7D8;
	text-decoration: none;
}

/* main nav links */
#nav {
	width:100%;
	position:relative;
	z-index:15;
}
#nav ul {
	list-style-type: square;
	color: #fff6dc;
}
#nav li {
	padding: 5px;
	list-style-image: url(../images/bullet.png);
	position:relative;
}

#nav a:link {
	color: #FFF6DC; 
	text-decoration: none;
}
#nav a:hover {
	color:  #001e41;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF6DC;
	text-decoration: none;
}

#nav ul ul {
	position: absolute;
	background-repeat: repeat;
	background-position: top;
	top: 0;
	left:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/popnavbg.png);
}

div#nav ul ul {
	display: none;
}

div#nav ul li:hover ul {
	display: block;
}

div#nav ul ul li{
	display: block;
	list-style-type:none;
}

div#nav ul ul a:hover {
	display: block;
	list-style-type:none;
	text-decoration: none;
	color:#FFF6DC; 
}

/* main content links  */
a:link {  
	color: #001e41; 
	text-decoration: underline; 
	}
a:hover {  
	color: #001e41; 
	text-decoration: overline;
}
a:visited {  
	color: #001E41; 
	text-decoration: underline;
}

/* SIDEBAR links */
#bot-left-text a:link {  
	font-size: 13px;
	color:  #001e41; 
	text-decoration: none; 
	}
#bot-left-text a:hover {  
	font-size: 13px;
	color: #FFF6DC; 
	text-decoration: none;
}
#bot-left-text a:visited {  
	font-size: 13px;
	color:  #001e41; 
	text-decoration: none;
}

/* footer style */
#footer center a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
/* footer nav links */
#footer a:link {
	color:#FFF6DC; 
	text-decoration: none;
}
#footer a:hover {
	color: #001e41e;
	text-decoration: overline;
}
#footer a:visited {
	color: #FFF6DC;
	text-decoration: none;
}
.blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001E41;
}
.white {
	color: #FFF;
	font-weight: bold;
}
.team {
	clear:both;
	width:100%;
}
#teampix {
	width:155px;
	padding-right:5px;
	float:left;
}
.tmpix {
	border: 1px solid #001E41;
	vertical-align: middle;	
}
.obitpix {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;		
	
}

.linkpix {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#listing { 
	clear:both;
}
#listingtop {
	clear:both;
}
#listinglinks {
	clear:both;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame { padding: 5px; border: 1px solid #aaa; } 

.nickname {
    visibility: hidden;
}