/******** Default Font Styles ********/
	html, 
	body,
	h1,h2,h3,h4,h5,h6,
	div,span,td,th,
	ul,ol,li,
	dl,dd,dt,
	p,
	a,a:link,a:hover,a:visited,a:active
	{ 		
		font-family: Calibri, Arial, Tahoma, sans-serif; 
		font-size: 16px; 
		line-height: 25px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-align: left; 
		text-decoration: none;
		text-indent: 0;
		vertical-align: top;
	}

/******* Serif Fonts ********/
	h1, h2, h3,
    #testimonialsList p.quote { font-size: 14px; font-family: Georgia, "Times New Roman", serif; font-style: italic }

/******* Sans-Serif Fonts ********/
	#subtitle { font-family: Calibri, Arial, Tahoma, sans-serif; }

/******** Transformations - Lowercase ********/
	#subtitle,
	#topNav a { text-transform: lowercase; }	

/******** Alignment ********/
	
	/** Left Aligned **/
	#topNav>li>ul>li
	{ text-align: left; }
	
	/** Centered **/
	#topNav>li
	{ text-align: center; }
	
	/** Right-Aligned **/
	
	/** Justified **/
	
	
	/* == 2nd Tier TopNav - left aligned */
	#topNav>li>ul>li {text-align: left; }

	#sideBar1 a,
	#quickContactInfo a { text-decoration: underline; }
	
	a.current,
    li.current>a { text-decoration: none !important; }
	
/******** Size - Biggest to Smallest ********/
	
	#catchPhraseImages li h2
	{ font-size: 28px; line-height: 35px; }
	
	h1
	{ font-size: 24px; line-height: 32px; }
	
	h2,
	#subtitle,
	#catchPhraseImages li p
	{font-size: 20px; line-height: 24px; }
	
	h3{ font-size: 18px; line-height: 28px;}
	/* == Top-level nav links - line height 35px */
	#searchBox, #topNav>li>a { line-height: 35px; }

	p { font-size: 16px; line-height: 20px; }
	
	#sideBar1>p,
	#sideBar2>p
	{ font-size: 14px; line-height: 18px; }
	
    #testimonialsList p.source { font-size: 12px; }
/******** Lists ********/
	#mainContent li { list-style-type: disc; }

    #topNav>li { list-style-type: none;}

/******** "Hide" text with left-indent ********/
	#logo h1
	{ text-align: left; text-indent: -1000px; line-height: 1px; font-size: 1px; }
