/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2008									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */

/* wrapper  and generic code*/

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BAC9FF;
	;
}

p {text-align:justify}

.centerparagraph {text-align:center;}

h1 {
	text-align:left;
	font-size: 160%;
	margin: 0;
	padding: 10px 0 10px 20px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 130%;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3B466E;
	}
a:hover {
	color: #586E40;
	text-decoration: underline;
}
	
	
ul li, ol li {padding-bottom:5px}

.Section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}



.navbacking {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}
.unnamed1 {
	font-size: 10px;
	color: #CCCCCC;

}

.imgleft { margin-right:20px}
.imageright { margin-left:20px}
.imagecenter { text-align:center}
.imagecenterframe {
	text-align:center;
	border:solid #7685BB 1px;
	padding:5px;
	margin-bottom: 40px;
}

.quotetext { font-style:italic; font-weight:bold; color:#6666FF}

/*MainContent*/
#maincontent {
	padding:15px 25px 15px 20px;
	position: relative;
}

.flashbox {
	width: 150px;
	height:225px;
	float:right;
	margin-left: 20px;
	border: solid #7685BB 1px;
	padding: 3px;
}

.red {color:#FF0000}

/*Left Nav page Code*/

	body#home a#homenav ,
	body#wedceremony a#wedceremonynav,
	body#legal a#legalnav,
	body#relationship a#relationshipnav,
	body#namegiving a#namegivingnav,
	body#reaffirm a#reaffirmnav,
	body#naming a#namingnav,
	body#commit a#commitnav,	
	body#funeral a#funeralnav,
	body#other a#othernav,
	body#contact a#contactnav,
	body#resources a#resoucesnav {
	color: #FFFFFF;
	font-weight: bold;

	}	

.contact {
	font-size:11px;
	text-align:left;
	color:#FFFFFF;
	width: 142px;
	border: dashed #3E50A2 2px;
	padding: 6px;
	margin: 15px 0 0 9px;
}

	#menu{	}

	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	}

	#leftcontent ul {
	list-style: none;
	width: 160px;
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 15px;
	}

	#leftcontent ul#nav li {
	position: relative;
	font-weight: bold;
	padding-bottom:0;
	}

/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #000000; /* IE6 Bug */
	padding: 5px 2px 5px 5px;
	border-bottom: solid #ccc 1px;
	font-size: 12px;
	}

/* Fix IE. Hide from IE Mac \*/
	*  html #leftcontent ul li {
	float: left;
	height: 1%;
	display: block;
	}
	*  html #leftcontent ul li a {
	height: 1%;
	}
/* End */

	#leftcontent  ul#nav li a:hover {
	color: #27D092;

	} 
	
	.assocbox{
	text-align:center;
	padding: 10px;
}
	

/* Footer Section */

.Footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 5px;
	height: 10px;
}

