/*
$Date:2009-05-28 11:35:37 -0400 (Thu, 28 May 2009) $
$Rev:1761 $
$Id:type.css 1761 2009-05-28 15:35:37Z doug $
Author:Doug Fraize
****************************************************************/
body								{background-color:#FFF; color:#333; font-family:helvetica, arial, sans-serif; font-size:.75em; height:100%; line-height:1.5em;}

/*----- HEADERS ------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6				{font-weight:normal; font-family:"Lucida Grande", lucida sans, arial; position:relative; line-height:1.2em;}
h1, h2								{line-height:36px; margin-bottom:12px;}
h2, h3, h4							{margin-top:1.5em;}
h3, h4, h5, h6						{line-height:1.5em;}
h4, h5, h6							{}
h1									{font-size:2.167em; top:5px;} /* =26px */
h2									{font-size:1.833em; top:6px; _line-height:0;} /* =22px */
h3									{font-size:1.667em; top:1px;} /* =20px */
h4									{font-size:1.500em; top:2px;} /* =18px */
h5									{font-size:1.333em; top:4px;} /* =16px */
h6									{font-size:1.167em; top:5px;} /* =14px */

h1:first-child, h2:first-child,
h3:first-child, h4:first-child		{margin-top:0;}

b, strong, th, thead, dt, legend	{font-weight:bold;}

/*----- PARAGRAPH ---------------------------------------------------------------------*/
p									{line-height:1.6em; margin-bottom:15px; position:relative; top:5px;}
/*
p+p									{text-indent:1.5em;}
p+p.no_indent						{text-indent:0;}
*/

/*----- LIST ITEMS --------------------------------------------------------------------*/
ul									{list-style:disc outside; margin-left:1.0em; *margin-left:1.25em;}
ol									{list-style:decimal outside; margin-left:1.5em; *margin-left:1.9em;}

ul, ol, dl, dialog					{line-height:1.5em; position:relative; top:5px; margin-bottom:18px;}

li ul, li ol						{top:0; margin-top:0; margin-bottom:0;}

li h1, li h2, li h3, li h4,
li h5, li h6, li p					{top:0;}

/*----- FORM ELEMENTS -----------------------------------------------------------------*/
form, legend, label					{color:#333; font-weight:bold; line-height:1.3em;}
legend								{position:relative; top:5px;}

input, select, button				{color:#666; cursor:pointer;}

/*----- HR ELEMENTS -----------------------------------------------------------------*/
hr									{clear:both; border:0; border-top:1px solid #ccc; color:#fff; background-color:#fff; height:2px; margin:20px 0 15px 0; *margin:5px 0 10px 0;}

/*----- BLOCKQUOTE ------------------------------------------------------------------*/
blockquote							{padding:1.5em;}

/*----- TABLE -----------------------------------------------------------------------*/
table								{font:inherit;}

/*----- LINKS ----------------------------------------------------------------------*/
a, a:link, a:visited				{color:#0072BC; text-decoration:underline;}
a:hover, a:focus, a:active			{color:#4C9CD0; cursor:pointer; text-decoration:none;}

/*----- WYMEDITOR STYLES------------------------------------------------------------*/

/* WYMeditor */
	/* PARA: Disclaimer */
	p.disclaimer {color:#666; font-style:italic;}
/* /WYMeditor */


/*--- TEST
h1, h2, h3, h4, h5, h6, ul, ol		{outline:1px dotted red;}
p, blockquote						{outline:1px dotted blue;}
---*/