
/* The Layout is split into five sections
 * 1 - Global style
 * 2 - Header
 * 3 - Body Content
 * 4 - Floating Bios
 * 5 - Sidebar
 * 6 - Footer
 */
 
/* Global style
********************************************/
html, body	
	{
	margin: 0;
	padding: 0;
}

body	{
	background-color: #003333;
	color: #999999;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {}


a:link	
	{color:#ffffff; background:transparent;}
a:visited	
	{color:#009999; background:transparent;}
a:hover	
	{color:#cccccc; background:transparent;}
a img	
	{border: 1px;}

dt 	{font-weight: 800;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	}

dd 	{margin-bottom: 8px;
	}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

.underline
	{text-decoration: underline;}

/* Header
********************************************/

/* Content Body
********************************************/

.phone
	{padding: 0px 0px 0px 10px;
	background: transparent url(/images/aphone.gif) left center no-repeat;
	color: #dd2222; margin: 2px 0px 12px 0px;}

a.email:link, a.email:visited, a.email.hover, a.email:active
	{padding: 0px 0px 0px 10px;
	background: transparent url(/images/aemail.gif) left center no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}

a.outsidelink:link, a.outsidelink:visited, a.outsidelink.hover, a.outsidelink:active
	{padding: 0px 10px 0px 0px;
	background: transparent url(/images/aoutside.gif) right center no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}

a.tip:link, a.tip:visited, a.tip.hover, a.tip:active
	{padding: 0px 10px 0px 0px;
	background: transparent url(/images/alightbulb.gif) right center no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}
	
a.pdf:link, a.pdf:visited, a.pdf.hover, a.pdf:active
	{padding: 0 2px 0px 16px;
	background: transparent url(/images/apdf.gif) left center no-repeat;
	color: #ffffff; margin: 2px 0px 16px 0px;}

a.word:link, a.word:visited, a.word.hover, a.word:active
	{padding: 0 2px 0px 15px;
	background: transparent url(/images/aword.gif) left top no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}

a.excel:link, a.excel:visited, a.excel.hover, a.excel:active
	{padding: 0 2px 0px 13px;
	background: transparent url(/images/aexcel.gif) left center no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}

a.powerpoint:link, a.powerpoint:visited, a.powerpoint.hover, a.powerpoint:active
	{padding: 0 2px 0px 13px;
	background: transparent url(/images/apowerpoint.gif) left center no-repeat;
	color: #ffffff; margin: 2px 0px 12px 0px;}


div.spacer 
	{clear: both;
	height: 1px;
	}

/* Floating Bios
********************************************/
div.float {
  clear: both;
  padding: 10px 0px;
  float: left;
  width: auto;
  height: auto;
  border-bottom: 1px solid #ccc;
  }

div.float img {
  float: left;
  margin-right: 5px;
  border: 1px solid #000;
  vertical-align:text-top;
  }
  
div.float img.noborder {
  float: left;
  margin-right: 5px;
  border: 0px solid #000;
  vertical-align:text-top;
  }  

div.float p {
  font-size: 12px;
  text-align: left;
  }

  
/* Sidebar
********************************************/


/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0;
	padding: 2em 1em 1em 0;
	text-align: right;
	
}

#footer a {
	text-decoration: none;
	color: #999;
	background: transparent;
}

