@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: 12px;
	font-weight: normal;
	line-height: 1.5;
    color: #3d4b57;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 
	{ 
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal; 
	color: #4a6e7a;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

h1, h1 a
	{
	background:url(../img/logo.gif) no-repeat 0 0;
	position:absolute;
	float:none;
	display:block;
	top:0px;
	left:0px;
	width:480px;
	height:234px;
	margin:0; 
	padding:0; 
	border:0;
	text-indent:-7000px;
	line-height:0;
	z-index:100;
	}
	
h1 a
	{ 
	position:static;
	width:100px;
	height:170px; 
	}
	

h2
	{
	font-size:18px;
	font-weight:normal;
	margin:0 0 9px 0;
	padding:0;
	}

h3
	{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0;
	clear:left;
	}
	
h3.color { background:#ecf2d5; }

h4
	{
	font-size: 14px;
	color: #1e1e1e;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#footer a:link,
#footer a:visited { color: #5a8fbc; text-decoration: underline; }
	
#footer a:hover,
#footer a:active { color: #5a8fbc; text-decoration: none; }



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.skip { display: none; }

a:focus     { color: #000; }
a img 		{ border: none; }

a:link, a:visited { color: #af3f64; text-decoration: underline; }	
a:hover, a:active { color: #af3f64; 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; }

.list ul
	{
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
	}
	
.list ul li	  /*  styles all non-bulleted lists  */
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
ul.bulleted   /*  styles all bulleted lists  */
	{
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0;
	}

ul.bulleted li	  /*  styles all bulleted lists  */
	{
	background: url(../img/bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
	margin: 0 0 7px 14px;
	}

/* HOME PAGE BULLETS  */	
ul.bulleted_2 li	  /*  styles SPECIAL bulleted lists  */
	{
	background: url(../img/bullet-2.gif) no-repeat 0 4px;
	padding: 0 0 0 28px;
	margin: 0 0 7px 0;
	}

ul.bulleted_2 li:hover	  /*  styles SPECIAL bulleted lists  */
	{
	background: url(../img/bullet-2-hover.gif) no-repeat 0 4px;
	}

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; }






