@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file styles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{
   	font-size:14px;
	font-weight:100;
	line-height:1.5;
    color:#0b0b0b;
	font-family:Arial, Helvetica, sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight:100; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin:0; }

h1
	{
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	line-height:0;
	color:#fff;
	text-indent:-7000px;
	}

h1 a, h1 a:link
	{
	background: url(../img/newsurg.gif) no-repeat 0 0;
	position:relative;
	float:left;
	display:block;
	margin:0; 
	padding:0; 
	width:280px;
	height:70px;
	border:0;
	}

h2
	{
	font-size:24px;
	line-height:1.2;
	margin:0 0 8px 0;
	padding:0;
	color:#004172;
	}
	
.feature_desc h2 
	{
	font-size:18px;
	line-height:1.2;
	width:350px;
	}
	

#column_right { color:#f5f9fa; }
#column_right h3  /* Right column titles replaced by images/Flash */
	{ 
	margin:0; 
	padding:0; 
	line-height:0;
	text-indent:-7000px; 
	}  

h4
	{
	margin:36px 0 8px 0;
	padding:0;
	width:460px;
	font-size:18px;
	color:#5999aa;
	font-weight:bold;
	}
	
h5 {
   	font-size:14px;
	font-weight:bold;
	line-height:1.5;
    color:#0b0b0b;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
h4 a:link, h4 a:visited { color:#5999aa; text-decoration:underline; }
h4 a:hover, h4 a:active { color:#6e9138; text-decoration:none; }

#contact_info a:link, #contact_info a:visited { color:#ebf2b1; text-decoration:none; }
#contact_info a:hover, #contact_info a:active { color:#ebf2b1; text-decoration:underline; }


/* Text elements
-------------------------------------------------------------- */

p           { margin:0 0 1.5em; padding:0;}
p img.left, #column_left p img.left  { float:left; margin:0 1.5em 1em 0; padding:0; }
p img.right, #column_left p img.right { float:right; margin:1.5em 0 1.0em 1.5em;}
p.skip 		{ display:none; }

a:focus     { color:#f5f9fa;  }
a img 		{ border:none; }

a:link, a:visited { color:#258beb; text-decoration:underline; }	
a:hover, a:active { color:#258beb; text-decoration:none; }

blockquote  { margin:1.5em; color:#666; font-style:italic; }
strong      { font-weight:bold; }
em,dfn      { font-style:italic; }
dfn         { font-weight:bold; }
sup, sub    { line-height:0; }

abbr, 
acronym     { border-bottom:1px dotted #666; }
address     { margin:0 0 1.5em; font-style:italic; }
del         { color:#666; }

pre 		{ margin:1.5em 0; white-space:pre; }
pre,code,tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }




/* Lists
-------------------------------------------------------------- */

/*

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }

*/

ul          { list-style: none; }
ol          { list-style-type: decimal; }

ul   /*  styles all bulleted lists  */
	{
	list-style:outside disc;
	padding:0;
	margin:0 0 1.5em 1.5em;
	}

li	  /*  styles all bulleted lists  */
	{
	background:none;
	padding:0 0 0 5px;
	margin:3px 0 4px 0;
	}
	
dl          { margin:0 0 1.5em 0; }
dl dt       { font-weight:bold; }
dd          { margin-left:1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }






