/***************************************************  
	File Name:	fonts.css
	Desc.:		fonts
	Site:		Ezenia.com
	Version:	1.0 2010-02-25
	
	Author:		Nicolas Minacapelli
	Company:	Sequel Design Associations, Inc.
	Email:		webmaster@sequeldesign.com
***************************************************/

/***************************************************
	COLORS CODES:
	
	000f1e	bkgd - navigation			black-blue
	005897	bkgd - learn more			blue
	e3e3e3	bkgd - news/events/resc.	gray (lt)
	cbcbcb	bkgd - footer - logos		gray (dk)
	005897	bkgd - footer - links/@		blue
	
	006699	font - main link			blue
	003c7b	font - main link rollover	blue
	206496	font - menu color			blue
	005897	font - menu rollover		blue
	79a2c0	font - footer links			blue
***************************************************/

/**************************************************
	LAYOUT CSS/STYLES
***************************************************/

a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #003c7b;
}
a:active {
	text-decoration: none;
	color: #006699;
}


.headline { font-size:12px; line-height:15px; font-weight:bold; color:#005897!important; }
.heading { font-size:16px; line-height:20px; font-weight:bold; color:#000f1e!important; }

.bold { font-weight:bold }

.page_title { font-size:30px; line-height:36px; font-weight:normal; }
.sidebar_headline { font-size:18px; line-height:22px; font-weight:normal; }

h1,h2,h3,h4,h5,h6 { font-family:Arial, Helvetica, sans-serif; }

/*h1 { font-size:30px; line-height:38px; font-weight:normal; }
h2 { font-size:26px; line-height:32px; font-weight:normal; }
h3 { font-size:22px; line-height:28px; font-weight:bold; }
h4 { font-size:18px; line-height:22px; font-weight:bold; }
h5 { font-size:18px; line-height:22px; font-weight:bold; }
h6 { font-size:14px; line-height:18px; font-weight:bold; }*/

