@charset "iso-8859-1";
/* main css for twoblueherons.net */
/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 07/04/06 */

html
	{
	margin: 0px;
	}
	
body
	{
	margin: 0px auto;
	padding: 0px;
	/* xfont-family:  "Bradley Hand ITC", Georgia, Verdana, "Lucida Fax",  "Times New Roman", Times, serif; */
	font-size: 16px;
	background: #fcfdfe;  /* backgound outside main content = pale blue white */
	}

img
	{
	display: block;
	border: 0;
	}  

#content_cell
	{
	background: #FFF6F0 url(images/pink_grad5.jpg) repeat-x;
	}
 
#header_cell
	{
	background: #fff;
	} 

#main_content
	{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 30px;
	}	

#footer
	{
	text-align: center;
	font-size: 70%;
	font-family: Arial, sans serif;
	}
	
/* this style controls the "return to top" link */
#return
	{
	font-family: Helvetica, Georgia, Calisto MT;
	font-size: 14px;
	text-align: right;
	color: #207334;
	}		

.home
	{
	font-size: 32px;
	font-family:  "Tempus Sans ITC", "Calisto MT", "Bradley Hand ITC";
	font-style: italic;
	font-weight: bold;
	}	

/* this style creates a colored drop cap */	
 .drop
 	{
	font-size: 1.25em;
	color: #1f3b3f;  /* dark grey blue */
	margin: 0;
	padding-right: 1px;
	line-height: 120%;
	}	
	
.ul_image 
	{
	xlist-style-image: url(heron_track_20a.gif);
	}

/*  styles list items on home page content area */
.main_li
	{
	/* border: 1px solid red; */
	color: #1f3b3f;
	font-size: 18px;
	font-family: Helvetica, Georgia, Calisto MT;
	padding-bottom: 6px;
	}		

	
a:link     { text-decoration: underline; color: #005B69; }
a:visited  { text-decoration: underline; color: #007F91; }
a:hover    { text-decoration: underline; color: #893221; }	
	
/* Set the styles for the main content links */	
/* styles the Echo-Light Radio active link */	
.mainlink a:link
	{
	color: #006473;
	}

/* styles the Echo-Light radio visited link */		
.mainlink a:visited 
	{
	color: #007F91;
	}		

/* styles the Echo-Light radio hovered link */		
.mainlink a:hover 
	{
	color: #893221;  /* brown */
	}
	
/* style the text on the main (home) page */
.maintext
	{
	font-size: 20px;
	color: #1f3b3f;
	margin-left: 30px;
	font-family: Helvetica, Georgia, "Calisto MT";
	}

/* style used on the mission page */	
.pagetext
	{
	font-size: 18px;
	color: #1f3b3f;
	margin-left: 20px;
	margin-right: 6px;
	font-family: Helvetica, Georgia, "Calisto MT";
	}

/* styles regular page text formatting */	
.reg_text
	{
	font-size: 15px;
	color: #1f3b3f;
	margin-left: 20px;
	margin-right: 6px;
	font-family: Helvetica, Georgia, Calisto MT;
	font-weight: bold;
	}

/* styles paragraph heading formatting */	
.p_heading
	{
	font-size: 17px;
	color: #1f3b3f;
	margin-left: 20px;
	margin-right: 6px;
	font-family: Helvetica, Georgia, Calisto MT;
	font-weight: bold;
	margin-bottom: -12px;
	}	
			

