/* TEMPLATE COLORS

Background - 13306C
Right Column - 83857B
	Location Background (hover/location) - 909188
	Nav Background (standard) - 9C9D95
	Nav Link Color (standard) - D7D8D5
	Nav Link Color (over) - FFF
	Generic Text Color - E6E7E5
	Logo Graphic - specific class of 'logo' for padding/margin info
Footer
	Text/Link Color - A5B4CF
	Link Hover Color - NA
Main Content
	Highlight Background - f0ede1
	Highlight Header Color - F30000
	Highlight Generic Text - 000

*/


body {background: url(images/dcmullins_bkgd.gif) repeat-x #070707; margin:0 0 25px 0; padding: 0px; }



/* Header Styles */

.head_text {  height: 73px;vertical-align: bottom; }
	.head_text p { font-size: 11px; text-transform: uppercase; font-family: arial; color: #9d9a9d;  text-align: right; margin-bottom: 3px; margin-right: 10px;}

/* Core Area */
.content { width: 826px; border: 2px solid #333; background: #FFF; margin-top: 3px; padding: 4px 0; }

		/* CONTENT LINKS */
		.content a:link, .content a:visited	{color: #000; }
		.content a:hover	{color: #000; text-decoration: none; }

		.home_table { padding: 4px 4px 0 0; }
				
		/* HOMEPAGE LOGO */
		.content .home_logo { background: #078a58; }
		
		
		/* CONTENT LINKS */
		.content .core_content { padding: 5px 25px; }
		.content .core_content p { font-size: 13px; font-family: arial, helvetica; line-height: 20px; text-align: left; }
		.content .core_content p.highlight { font-size:16px;font-weight: bold; background:#F0F0F0;padding:10px;line-height:28px;text-align:center;border: 1px solid #CCC; }
		.content .core_content p.highlight2 { background:#F0F0F0;padding:10px;line-height:18px;border: 1px solid #CCC; }
		.content .core_content p.highlight strong { color:#078a58; }
		
/* Footer */

.footer {width: 826px; padding: 15px 0px 20px 0px ; text-align: center; }
	.footer p { font-size: 12px; font-family: arial; color: #9d9a9d; }
	.footer p.webvantix { font-size: 11px; font-family: arial; color: #9d9a9d; }
	.footer a:link, .footer a:visited	{ font-size: 12px;  color: #9d9a9d; }
	.footer a:hover	{color: #088b59; text-decoration: none; }
	
