/*General Layout Styles*/
*
			{
			margin: 0;
			padding: 0;
			}
p
			{
			margin: 10px 0 10px 0;
			}
body
			{
			background: #DFDFDF;
			font-family: "verdana";
			font-size: 12px;
			}


a:link, a:visited
			{
			color: #00053F;
			font-weight: bold;
			text-decoration: none;
			letter-spacing: 1px;
			}
a:hover
			{
			text-decoration: underline;
			}

.hidden
			{
			display: none;
			}

.clear
			{
			clear: both;
			}


#wrapper
			{
			position: relative;
			border-left: 1px solid #8F8F8F;
			border-right: 1px solid #BFBFBF;	
			width: 750px;
			margin: auto;
			background: #fff;
			-moz-border-radius: 30px;
			-webkit-border-radius: 30px;	
			-moz-box-shadow: -3px 3px 8px #3F3F3F;
			-webkit-box-shadow: -3px 3px 8px #3F3F3F;
			}


#header
			{
			height: 180px;
			width: 728px;
			background: url(../images/header.jpg) no-repeat;
			position: absolute;
			left: 10px;
			top: 50px;
			}


#leftbar 
			{
			margin-top: 200px;
			float: left;
			margin-left: 38px;
			width: 200px;
			}

#leftbar img
			{
			border: 1px solid #2C2C2C;
			border-top: 1px solid #CACACA;
			border-left: 1px solid #CACACA;
			}

#leftbar span
			{
			font-weight: bold;
			font-size: 13px;
			}

#caption
			{
			padding-top: 15px;
			font-size: 12px;
			text-align: center;
			}


		
#bodytext
			
			{
			margin: 193px 45px 0 270px;
			text-align: justify;
			}



ul#bullet li
			{
			list-style: none;
			padding-bottom: 3px;
			background: url(../images/ball.jpg) no-repeat 0 3px;
			padding-left: 20px;
			margin: 0 0 4px 20px;
			}




/*Heading and title Styles*/
h1, h2
			{
			font-family: candara, "trebuchet MS";
			font-size: 23px;
			letter-spacing: 4px;
			background: url(../images/h.jpg) no-repeat 0 27px;
			color: #4F4F4F;
			margin: 0 0 8px 15px;
			padding-top: 10px;
			padding-left: 0px;
			}


h2
			{
			font-size: 17px;
			margin-left: 0;
			background-position: -230px 22px;
			letter-spacing: 1px;
			}

h3
			{
			font-size: 14px;
			margin: 0 0 -7px 0;
			}

h1 span, h2 span
			{
			display: none;
			}


/*Grieiving Page styles*/

#griefbody
			{
			margin-left: 40px;
			padding-top: 180px;
			text-align: justify;
			width: 665px;
			}
#citation
			{
			margin: -10px 0 0 16px;
			color: #4F4F4F;
			font-size: 10px;
			font-weight: bold;
			font-style: italic;
			}


#griefbody li
			{
			margin: 0 0 9px 20px;
			}

ul.float
			{
			float: left;
			list-style: none;
			width: 265px;
			margin: 6px 30px 6px 30px;
			}


ul.float li
			{
			background: url(../images/ball.jpg) no-repeat 0 3px;
			padding: 0 0 1px 20px;
			text-align: left;
			margin-bottom: 0px;
			}



/*footer styles*/

#footer
			{
			background: url(../images/footer.jpg) no-repeat 10px 0;
			height: 45px;
			margin-top: 120px;
			text-align: center;
			padding-top: 6px;

			}

#footer a:link, #footer a:visited
			{
			color: #1f1f1f;
			}

/*Navigation bar styles*/

ul#navbar
			{
			position: absolute;
			top: 206px;
			left: 33px;
			list-style: none;
			width: 750px;
			}


ul#navbar li
			{
			float: left;
			margin-right: 32px;
			}

ul#navbar a:link, ul#navbar a:visited
			{
			text-align: center;
			background: url(../images/nav.jpg) no-repeat;
			display: block;
			padding-top: 3px;
			height: 16px;
			outline: none;
			width: 145px;
			text-transform: uppercase;
			font-weight: normal;
			color: #efefef;
			font-size: 10px;
	
			}		

ul#navbar a:hover
			{
			text-decoration: none;
			outline: none;
			background: url(../images/navb.jpg) no-repeat;
			color: #fff;
			font-weight: bold;
			letter-spacing: 1px;
			}
ul#navbar a:active
			{
			outline: none;
			}
body#home a#homelink:link, body#home a#homelink:visited, body#about a#aboutlink:link, body#about a#aboutlink:visited, body#services a#serviceslink:link, body#services a#serviceslink:visited, body#grief a#grievelink:link, body#grief a#grievelink:visited
			{
			background: url(../images/nav_b.jpg) no-repeat;
			color: #5F5F5F;
			font-size: 11px;
			margin-top: -3px;
			padding-top: 6px;
			font-weight: bold;
			}



