/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  September 2007
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
.nolist {list-style-type: none}	


h1 {
	padding: 0 0 10px 0;
	margin: 0px;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 13px;
  	line-height: 15px;
  	font-weight: bold;
  	color: #000;
  	}
	
	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #0771ca;
    text-decoration: underline;
	}    
a:visited {
	color: #0771ca;
    text-decoration: underline;
	} 
a:hover {
	color: #0771ca;
    text-decoration: none;
	}  
a:active {
	color: #0771ca;
    text-decoration: underline;
	}   
	
/* Header 
----------------------------------------------- */	

	
/* Navigation
----------------------------------------------- */
#cNav {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 10px;
  	line-height: 15px;
  	color: #006c64;
  	text-align: right;
	}
	
#cNav a:link,#cNav a:visited,#cNav a:active  {
  	color: #006c64;
  	text-decoration: none;
	}	

#cNav a:hover {
  	color: #006c64;
  	text-decoration: underline;
	}	
	
#mNav {
	background-color: #006c64;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	font-weight: bold;
  	color: #fff;
  	text-align: center;
  	padding-left: 12px;
  	text-transform: uppercase;
	}
	
#mNav a:link,#mNav a:visited,#mNav a:active  {
  	color: #fff;
  	text-decoration: none;
	}	

#mNav a:hover {
  	color: #fff;
  	text-decoration: none;
	}
	
* BEGIN DROPDOWN NAVAGATION */


.nav-wrapper  {
	width: 375px; 
	height: inherit; 
	margin: auto;
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;

	}

.nav-wrapper li.sub {
	border-top: 1px solid #fff;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 5px; 
	}

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 125px;	
	padding: 5px 10px;
	background: #006c64;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #d9160a;
	cursor: arrow;
	}
	
		
.navSep {
	padding: 0 15px 0 15px;
	}
		
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #efefef;
  	font-family: verdana, helvetica, arial, sans-serif;
  	background-image: url("../media/bg.gif");
  	font-size: 11px;
  	line-height: 15px;
  	color: #000;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 800px;
	}
	
#hHeader {
	margin: 0px;
  	padding: 35px 10px 10px 15px;
  	background-color: white;
  	background-image: url("../media/home-header.jpg");
  	background-position: top; 
  	background-repeat: no-repeat;
  	text-align: left;
  	font-size: 11px;
	border-left: solid 5px #006c64;
	border-right: solid 5px #006c64; 	
	}
	
#sHeader {
	margin: 0px;
  	padding: 0px;
  	background-color: white;
	background-image: url("../media/header.gif");
  	background-position: top; 
  	background-repeat: no-repeat;  	text-align: left;
  	font-size: 11px;
	border-left: solid 5px #006c64;
	border-right: solid 5px #006c64; 	
	}		
	
	
	
#sMain {
	margin: 0px;
  	padding: 10px 10px 10px 15px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	border-left: solid 5px #006c64; 
	border-right: solid 5px #006c64; 	
	border-bottom: solid 5px #006c64; 
	}
	
#hMain {
	margin: 0px;
  	padding: 10px 10px 10px 15px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	border-left: solid 5px #006c64; 
	border-right: solid 5px #006c64; 
	border-bottom: solid 5px #006c64; 
	}		
	
#homeMission {
	vertical-align: top;
	}
	
	
/* Misc.
----------------------------------------------- */	
#xmas img {
	padding:4px;
	margin: 0 0 10px 0;
	}

.thumb {
	border:1px solid #D0D0D0;
	}
.thumb:hover {
	background-color: #df0005;
	}

.testimonial {
	color: #006c64
	}
	
#mHeading {	
    font-family: "Trebuchet MS", verdana, arial, helvitica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	color: #006c64;
	}
	
.subHead {	
    font-family: "Trebuchet MS", verdana, arial, helvitica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #006c64;
	}	
	
.imgleft {
	position:relative;
	float:left;
	margin: 0 10px 10px 0;
	}
  
.imgright {
	position:relative;
	float:right;
	margin: 0 10px 10px 20px;
	}
		
.callout {color: #006c64}		

#communityList {
	list-style-image: url("../media/bullet-heart.gif"); 
	}
	
.emergency a, .emergency a:hover, .emergency a:active {color: #dc0000;}

#ourCommitment {
	padding: 10px;
	width: 350px;
	float: right;
	border: solid 2px #006c64;
	}
	
.required {color: red}


#memorial strong {
	font-family: "Trebuchet MS", verdana, arial, helvitica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #006c64;
	}
	
#memorial a:link {
	background-image: url("../media/bullet-heart.gif"); 
	background-repeat: no-repeat;
	padding-left: 15px;

	}

.mememorialBG {
	background-color: #f1f1eb;
	border: solid 1px #046e66;
	}
	
#memorialDetail {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 12px;
  	line-height: 15px;
  	text-align: center;
  	}
  	
 #memorialDetail strong {
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 18px;
  	font-weight: bold
  	line-height: 18px;
  	text-align: center;
  	} 
  	
  	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #006c64;
	}	

#foot-a {
	color: #fff;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #fff;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #fff;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #fff;
    text-decoration: none;
	}
	
.formfont {
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
}