/* Date: 8/14/2005
   Author  : Mike Liston
   Comments: The tan hack is used for
   div box methods.  The classes 
   follow in alpha order.  All href 
   link info is at bottom of file.
--------------------------------------- */

/* RESET BROWSER SPECIFIC SETTINGS
--------------------------------------- */
*
{
  margin: 0;
  padding: 0;
  border: 0 solid;
}


/* SET ALL FONTS TO BE THE SAME
--------------------------------------- */
body, div, p, blockquote, li, td, span, .copyright, .error
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/* MAIN PAGE LAYOUT - ORDERED BY PAGE TOP TO BOTTOM
---------------------------------------------------------------------------- */
body
{
  background: #663300;
	margin: 10px 0 5px 0;
	text-align: center; /* This directs IE to center the container. */
}

.container
{
  width: 740px;
  margin: 0 auto; /* To center the box. */
  text-align: left; /* To revoke the body definition to please IE */
  background: url("../graphics/bg.jpg") repeat-y;
}

  
/* FORMATTING CLASSES - ORDER BY ALPHA
---------------------------------------------------------------------------- */
.bg
{
	background-color: #663300;
}

.c
{
	text-align: center;
}

.copyright
{
  font-size: 9px;
	color: #fff;
}

.eoa
{
	margin-right: 15px;
	text-align: right;
}

.error
{
  color: #ff0000;
}

.firecircle
{
	padding: 0;
}

h1
{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-right: 10px;
	color: #663300;
	border-bottom: 3px double #663300;
}

ul
{
	padding: 0 5px 15px 25px;
}

li
{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 7px 0;
	color: #000;
}

.navbar
{
	padding: 0 0 5px 0;
	color: #fff;
}

p
{
	font-size: 11px;
	line-height: 14px;
	padding: 0 5px 15px 0;
	color: #000;
}

.photo
{
	border: 1px solid #663300;
}
.r
{
	text-align: right;
}

strong,b
{
	font-weight: bold;
}

.subnav
{
	padding: 15px;
}

.wlink
{
	padding: 0 5px 5px 0;
}

.pdf				{ background:url(/graphics/pdf.gif) 0 50% no-repeat; display:block; font-size:11px; line-height:18px; margin:0 0 15px; padding:0 0 0 22px; }
.nob				{ margin-bottom:3px; }

/* HREF LINKS - ORDER BY ALPHA
---------------------------------------------------------------------------- */
a:link {color: #663300; text-decoration: underline;}
a:visited {color: #996633; text-decoration: underline;}
a:hover {color: #0000ff; text-decoration: none;}
a:active {color: #0000ff; text-decoration: none;}

a.nav:link {color: #ffffff; text-decoration: none;}
a.nav:visited {color: #ffffff; text-decoration: none;}
a.nav:hover {color: #ffffff; text-decoration: underline;}
a.nav:active {color: #ffffff; text-decoration: underline;}

.socialIcons {float:right; display:inline;}

.socialIcons a {margin-left:5px}

.socialIcons a span {color:#fff; font-size:11px; text-decoration:none}

.socialIcons a:hover span {color:#fff; font-size:11px; text-decoration:underline}
