/*
// $Id: wrapper.css,v 1.4 2009/08/12 15:24:08 zachb Exp $
// $Revision: 1.4 $
// $Author: zachb $
//
// $Log: wrapper.css,v $
// Revision 1.4  2009/08/12 15:24:08  zachb
// Updated font style for body copy to Verdana
//
// Revision 1.3  2009/07/27 20:50:48  zachb
// *** empty log message ***
//
// Revision 1.2  2009/07/27 15:09:59  zachb
// *** empty log message ***
//
// Revision 1.1  2009/07/24 22:30:59  zachb
// new application name - initial revision
//
// Revision 1.1  2009/02/19 19:30:29  scottl
// Initial check-in.
//
// Revision 1.2  2008/02/22 19:01:54  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/
body 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 11px;
  color: #6b757d;
  background: url(../images/body.bkg.jpg) repeat-x #21303a;
  text-align: center;
}

body, td, a, p 
{
	/*font-family: "Lucida Grande", sans-serif;*/
	font-family: Verdana;
}

select,input 
{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	color: #6b757d;
}

img 
{
	border: 0;
	padding: 0;
	margin: 0;
}

#boxContainerMain
{
	width: 965px;
	margin: auto;
}

#boxHeaderLogo
{
	position: absolute;
	z-index: 3;
}

#boxHeaderPhoneNumber
{
	position: relative;
	width: 926px;
	height: 60px;
	margin: auto;
	margin-bottom: 26px;
}

.white6606 
{
	border-top: solid 6px #ffffff;
	border-right: solid 6px #ffffff;
	border-left: solid 6px #ffffff;
}

#sidebar td
{
	border-bottom: solid 6px #ffffff;
}

#sidebar_nav ul {
	padding: 0;
	margin: 0;
	color: #414f59;
	font-size: 12px;
	text-transform: uppercase;
}

#sidebar_nav ul li 
{
	list-style-type: none;
	padding-bottom: 6px;
}

#sidebar_nav a:link,a:visited 
{
	color: #414f59;
	text-decoration: none;
}

#sidebar_nav a:hover
{
	color: #000b15;
	border-bottom: dotted 1px #000b15; 
}

li.listlink a 
{
	color: #000b15;
	border-bottom: dotted 1px #000b15; 
}

#startContent
{
	margin: 0 120px 0 78px;
	text-align: left;
	font-size: 12px;
	color: #38454f;
}

#startContent ul
{
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#startContent p 
{
	padding-top: 0;
	margin-top: 0;
}

#startContent a:link, #startContent a:visited 
{
	text-decoration: none;
	color: #000b15;
	border-bottom: dotted 1px #000b15;
	font-weight: bold;
}

#startContent .noborders a 
{
	border:0;
} 

#startContent h1 
{
	font: 20px normal;
}

#startContent h2 
{
	color: #000b15;
	font-weight: bold;
}

#standard_tblbtm
{
	position: relative;
	background-image: url(../images/bottom.bkg.jpg);
	left: -4px;
	width: 976px;
	height: 113px;
}

#ftr_addr
{
	font-size: 11px;
	color: #828c92;
	text-align: left;
	line-height: 13px;
}

#ftr_addr A
{
	font-size: 11px;
	color: #828c92;
	text-align: left;
	line-height: 13px;
	text-decoration: underline;
}

#ftr_addr A:hover
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	line-height: 13px;
}

#ftr_links 
{
	top: 0;
	right: 25px;
	margin-top: -5px;
}

#ftr_links a 
{
	font-size: 11px;
	text-align: left;
	color: #828c92;
	line-height: 13px;
	text-decoration: none;
	font-family: Times New Roman;
	text-transform: uppercase;
	padding: 0px 15px 0px 2px;
}