/*************** Layout ******************/

body {
	background-color: #000000;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #838383;
	margin-top: 0px;
}

#logo {
	position: relative;
	display: inline;
	top: 0px;
	margin: 5px;
	width: 743px;
	z-index: 2;
	visibility: visible;
	text-align: center;
}

/* Grey Logo for printing */
#printlogo {
	display: none;
}

/*page container */
#border {
	position: absolute;
	margin-top: 15px;
	left:50%;
	margin-left: -390px;
	margin-bottom: 15px;
	width: 743px;
	float: left;
	z-index: 1;
	visibility: visible;
	border-style: solid;
	border-width: 10px;
	border-color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}

/*Association logos container*/
.orgs {
	position: relative;
	left: 50%;
	margin-left: -390px;
	margin-bottom: 15px;
	width: 743px;
	float: left;
	z-index: 1;
	visibility: visible;

}

.watercolor {
	position: relative;
	float: left;
	display: inline;
	z-index: 0;
	width: 763px;
	height: 324px;
	margin: 0px -10px -10px -10px;
}


/*************** menu ******************/

#menu {
	position: relative;
	float: left;
	z-index: 3;
	width: 150px;
	text-align: left;
	line-height: 30px;
	
}

.page {
	text-indent: 10px;
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana;
	letter-spacing: .1mm;
}

#line {
	position: relative;
	float: left;
	top: -10px;
	z-index: 3;
	width: 150px;
	margin-left: 40px;
	border-left: solid;
	border-width: 1px;
	color: #CCCCCC;	
}

.hshadow {
	position: relative;
	display: inline;
	float: right;
	z-index: 1;
	width: 134px;
	height: 121px;
}


/*************** links ******************/

a:link, a:visited {
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
font-family: verdana;
text-decoration: none;
letter-spacing: 0.1mm;
}

a:hover { color: #009900;
}

/*************** Content ******************/

.title {
	position: relative;
	top: -50px;
	clear: both;
	margin: 10px;
	visibility: visible;
	text-align: center;
	color: #009900;
	z-index: 2;
	font-family: Verdana;
	font-size: 2em;
	line-height: 1.2em;
}

.content {
	position: relative;
	top: -30px;
	width: 500px;
	margin-left: 20px;
	float: left;
	visibility: visible;
	text-align: justify;
	color: #FFFFFF;
	z-index: 2;
	font-family: verdana;
	font-size: 1.3em;
	letter-spacing: .1mm;
	line-height: 2em;
}

	.content p em{
		color: #FFFFFF;
		font-size: 1.1em;
		font-weight: bold;
}

	.content li em{
		color: #009900;
		font-weight: bold;
}

	.embeddedimages {
		position: inherit;
		margin: 50px 0 0 0;
		text-align: center;	
}

/*************** Contact Form ******************/

#form {
	position: relative;
	width: 440px;
	visibility: visible;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
}


/*************** Obituaries ******************/

.obits {
	position: relative;
	visibility: visible;
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 30px;
	width: 425px;
}

.obitname {
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
	text-align: center;
	padding: 0 0 25px 0;
}

.obitbody {
	position: relative;
	font-weight: normal;
	text-align: justify;
}
