body { 
	margin-top: 0; margin-left: 14px; margin-right: 14px;	
	margin-bottom: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: Black;	
	font-size: 9pt;
	line-height: 1.2;
}
p { 	
	margin-bottom: 4px;	
	margin-top: 2px;	
	margin-right: 10px;	
	margin-left: 10px;
	text-align: left;
}

/* -----------------  divs ------------------------  */
.center {
	text-align: center;
	}		
.centerB {
	text-align: center;
	font-weight: bold;
	}		
.sm {
	font-size: 8pt;
	}	
.block {
	margin-left: 20px; 
	margin-right: 20px; 
	}
.blockWide {
	margin-left: 60px; 
	margin-right: 80px; 
	}
.ideaBox {
	border: 1px solid #7DBB53;
	font-size: 9pt;
	padding: 10px;
}
.imgRight {
	float: right;
	margin: 0 10px 10px 0; 
	}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0; 
	}	
.puff {
	padding: 20pt;
	}
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
	}			
.leftdiv {
	float: left;
	width: 28.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}
.rightdiv {
	float:right;
	width: 70%; /* see .leftdiv above */
	padding: 0;
	margin: 0;
	border-left: 1px solid #000000;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:400px;
}
/*  ------------------- IDs */
#nav {
	height: 16px;
	width: 775px;
	margin: 0;
	text-align: center
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	clear: both;
	padding-top: 4px;
}	

/*  --------------------- block containers ---------------------- */
.contentRtColumn {
	text-align: left;
	margin-left: 220px;
	padding-right: 20px;
	padding-left: 20px;		
	padding-top: 15px;
	padding-bottom: 8px;
}
.sidebar {
	float:left;
	font-size: 9pt;
	width:200px;
/*	margin: 0;*/
	padding:15px;
	text-align: left;
   border-right: 1px solid #000000;
}
.content {
	padding: 6px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
.pix img {
	border: 1px solid #000000;
}

.accentPix {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.accentPix img {
	margin: 0 2px;
}

/*  -------------- colors -------------------- */
.red {
	color: #ff4242; 
}	
.green {
	color: #168501;
}	
.blue {
	color: #2b7cd7;
}
/* h1.blue, h1.green, h1.red {
	padding-top: 4px;
} */
/*  ----------------- lists -------------------- */
ul {
	list-style: square outside;
	display: block;
	white-space: normal;
	margin: 4px 10px 4px 80px;
	line-height: 130%;
}	 
ul li ul {
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
	line-height: 130%;
}
/*  -----------------------links ------------------- */
a:link, a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: #ff4242;
	text-decoration: none;
}	
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus, a:active {
	color: #ff4242;
	text-decoration: none;
}
a img {  
	border: 0px;
}	
/* ---------- */
a.dev:link, a.dev:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: .95em; 
	color: White;
}	
a.dev:hover {
	color: #52a1f9;
}
a.dev:focus, a.dev:active {
	color: Black;
}
/*  ---------------- */
a.quick:link, a.quick:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: .85em; 
	color: Black;
}	
a.quick:hover {
	color: #52a1f9;
}
a.quick:focus, a.quick:active {
	color: Black;
}	
/*  ------------------------- headers ----------------- */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	margin-left: 40px;*/
	text-align: center;
}	
h1 { 
	margin-bottom: 0px;
	font-size: 165%;
	font-weight: lighter;
	letter-spacing: .08em;
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	}
h1 + p {
	margin-top: 0px;
}	
h2 {
	margin-bottom: 0px;
	font-size: 160%;
	font-weight: lighter;
	letter-spacing: .05em;
	}
h2 + p {
	margin-top: 0px;
}
h3 {
	margin-bottom: 0px;
	font-size: 130%;
	letter-spacing: .04em;
}
h3 + p {
	margin-top: 0px;
}
.sidebar h3 {
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-top: 4px;
}
/*  ------------------- banner div's  */
.banner {
	background-image: url(../images/bkgSmBanner8.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner1 {
	background-image: url(../images/bkgSmBanner.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner2 {
	background-image: url(../images/bkgSmBanner2.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner2a {
	background-image: url(../images/bkgFence.gif);
	background-repeat: repeat-x;
	height: 192px;
	text-align: left;
	width: 752px;
}
.banner3 {
	background-image: url(../images/bkgSmBanner3.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner4 {
	background-image: url(../images/bkgSmBanner4.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner6 {
	background-image: url(../images/bkgSmBanner6.jpg);
	background-repeat: repeat-x;
	height: 130px;
	text-align: center;
	width: 752px;
}
.banner9c {
	background-image: url(../images/bkgSmBanner9c.jpg);
	background-repeat: repeat-x;
	height: 194px;
	text-align: center;
	width: 752px;
}

.bkgHeader {
	background-image: url(../images/bkgHeader1.jpg);
	height: 43px;
	width: 775px;
	text-align: center;
}

.packages {
	background-color: #c0c0c0;
	text-align: left;
	margin: 10px auto;
	width: 550px;
}

.packages p {
	font-size: 1.2em;
}

.packages td {
	padding-left: 6px;
	text-align: right;
}

td.lft {
	text-align: left;
}
/* --------------------  these are the wraps ----------------------- */
#colorBox {
	height: 100%;
	border: 3px solid #000000;
	background-color: White;
	overflow: hidden;
	width: 775px;
}
#whiteBox {
	height: 100%;
	width: 760px;
	padding: 0;
	background-color: White;
	overflow: hidden;
	text-align: left;
	margin-left: 50px;
}
#theWrap {
	height: 100%;
	width: 775px;
	padding: 0;
	overflow: hidden;
	margin-left: 39px;
}
#dblChexWrap {
	height: 100%;
	width: 775px;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/bkgDoubleChex.jpg);
	background-repeat: repeat-y;
	border-bottom: 2px solid Black;
	border-top: 2px solid Black;
}

#pack {
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #000000;
}

/* start of php section items */
	
	.phpbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 2px solid #000000;
	color: #000000;
	background-color: #73a5de;
	padding: 2px;
	margin: 0 auto;
	}
	
	.phpbox ul {
	list-style-type: circle;
	padding:0px;
	margin:0px;
	}
	
	.phpbox li {
	display: inline; /* if regular box is desired, then comment out */
	padding:1px 5px 0px 8px;
	margin:0px;
	}
	
	.phpbox a:link, .phpbox a:visited {
	color: #000000;
	text-decoration: none;
	}
	
	.phpbox a:hover {
	color:#ffffff;
	text-decoration: none;
	}
	
	.phpbox a:focus, .phpbox a:active {
	color: #ffffff;
	text-decoration: none;
	}
	/* end of php section items */
