/* Base CSS Set up base styles base colors fonts etc */

/* COLOR REFERENCE
   Body Background:       #fff
   Main Text:             #191919
   Links:                 #497FBF
   Link hover:          #294B74
   Dark Brown Border:     #222019
   Green Header dark:        #6a9d38
   Green Header light:        #98CB66
   Blue Logo: 			#497FBF
   blue logo light:		#63B3E4
   box background		#F7F7F7
*/



small {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

a, a:visited  {
	text-decoration: none;
	color: #497FBF
}

a:hover, a:active  {
	text-decoration: none;
	color: #294B74;
	}

h2 {
	font-family:'Arial';
	letter-spacing: -2px;
	font-size: 48px;
	line-height:38px;
	font-weight: bold;
	color: #666; 
	}
	
h3 {
	font-weight: bold;
	}
	
.sidebox h3 {
	 margin-bottom: 0;
	 color: #191919;
	
	}
	

strong {
	font-weight: bold;
}

.content-cont p, #work-description, .about {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	}
	
.content-cont h23 {
	font-size: 38px;
	margin-bottom: 36px;
	color: #3C3C3C; 
	}
	
.content-cont h3 {
	margin-top: 32px;
	color:#76A944; 
	}

