@charset "UTF-8";
/* CSS Document */



 /*** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Temporary test code
 
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ***/	


 /* blue bar with bold white text header */
.sidebarheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006FA1;
	background-image: url('images/bgbar.gif');
	text-indent: 25px;
	border: solid 0px #000000;
	margin: 10px 8px 0px 8px;
}

/* Grey bar with black text subhead */
.sidebarSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #D3D9E5;
	text-indent: 0px;
	border: solid 1px #999;
	margin: 0px 8px 3px 8px;
	padding: 0px 0px 3px 25px;
}
/* blue Bar with white text */
.sidebar {
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #000000;
    margin: 10px 8px 3px 8px;
	text-align: center;
	line-height: 18px;
	font-size: 15px;
	padding: 2px;
}

.main .sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}

.main .sidebar a:hover { 
	color: #FFF;
	font-weight: bold; 
	text-decoration: underline;
}


/* paragraph text */
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	padding: 0px 5px 0px 5px;
}
/* large paragraph text bold */
pbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 5px;

}

/* Blue Bold 13px text with GREEN underline */
h2
{
	font-size: 13px;
	text-align: right;
	line-height: 17px;
	color: #006699;
	border-bottom: 1px solid #339933;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0pt 0 0pt 0;


}


/* Black Bold paragraph with GREEN underline */
h3
{
	font-size: 12px;
	text-align: left;
	line-height: 12px;
	color: black;
	padding: 5pt 0 3pt 0;
	border-bottom: 1px solid #339933;
	margin: 0 0 5px 0;
}
/* Larger Black Bold paragraph with GREEN underline */

h4
{
	font-size: 14px;
	text-align: left;
	line-height: 12px;
	color: black;
	padding: 5pt 0 3pt 0;
	border-bottom: 1px solid #339933;
	margin: 0 0 5px 0;
}



/* links */
.main a {
	text-decoration: none;
	color: #003366;
}

.main a:hover { 
	color:#FF0000; 
	text-decoration: underline;
}


div.contact
{
	height: 300px;
}
.contact div.image
{
	float: left;
	width: 190px;
	height: 275px;
	margin: 0;
	border: 0;
}
.contact div.imagewide
{
	float: left;
	width: 250px;
	height: 250px;
	margin: 0;
	border: 0;
}

.contact div.imagetemplates
{
	float: left;
	width: 305px;
	height: 250px;
	margin: 0;
	border: 0;
}

div.sheets
{
	height: 500px;
}

.sheets div.sheettemplates
{
	float: left;
	width: 305px;
	height: 100%;
	margin: 0;
	border: 0;
}


.style1 {
	color: #FFFF00;
	font-weight: bold;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
}

.arrowbox { list-style-image: url(images/arrowbox.png); }

.main li 
{ 
	line-height: 2.5em; 
	margin-left: 160px
	}

/********************************************************
Links Page
 ********************************************************/


.linksleftside
{
	float: left;
	background: transparent;
	padding: 10px;
	border: 0;
	width: 225px;
	margin-left: 0px;
	font-size: .85em;
	text-align: center;
}

.linksrightside
{
	background: transparent;
	padding: 10px;
	border: 0;
	margin-left: 275px;
	width: 225px;
	font-size: .85em;
	text-align: center;
}

.linky p
{
	text-align: center;
	line-height: 2em;
	margin: 0;
}

.linky img
{
	text-align: center;
	padding: 0;
	border: 0;
	margin: 20px 0 0 0;
}

.linky ul
{
	text-align: left;
	line-height: 2em;
	list-style-image: url(images/diamondbullet.png);
}

.linky li 
{ 
	margin-left: 0px
	}

/********************************************************
Green Initiatives Page
 ********************************************************/


.green {

background-color: #FFFFCC;
border: 1px dotted #339900;

}

.green ul{
list-style: disc;
list-style-position:inside;
margin: 0px;
padding: 0px;

}

.green ul li{

margin: 0px;
margin-left: 10px;
}


/* Blue Bold 13px text with green underline - left align*/
.green h2
{
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	color: #006699;
	border-bottom: 1px solid #339900;
	margin: 0;
	margin-top:10px;
	padding: 0pt 0 0pt 0;

}

.green .sidebarheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #339900;
	background-color: #FFF;
	background-image: url(http://app.formassembly.com/wForms/3.0/css/abstract-green/images/bg-2.png);
	background-position: 0px 50px;
	text-indent: 10px;
	border: solid #66CC66;
	border-width: 1px;
	margin: 10px 8px 3px 0px;

}

.green p {
	margin-bottom: 5px;
	text-indent: 10px;
	line-height: 1.5;
	}

.green a{

color: #339900;

}


/********************************************************
Printers Page
 ********************************************************/
 
 
 .printers {

background-color: #FFF;
border: 0px dotted #CCC;

}

.printers ul{
list-style: disc;
list-style-position:inside;
margin: 0px;
padding: 0px;

}

.printers ul li{

margin: 0px;
margin-left: 10px;
line-height: 2.0em;
 

}


/* Blue Bold 13px text with green underline - left align*/
.printers h2
{
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	color: #006699;
	border-bottom: 1px solid #339900;
	margin: 0;
	margin-top:10px;
	padding: 0pt 0 0pt 0;

}

.printers .sidebarheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #FFF;
	background-image:
	url('images/bgbar.gif');
	background-position: 0px 0px;
	text-indent: 10px;
	border: none;
	margin: 10px 8px 3px 0px;

}

.printers p {
	margin-bottom: 5px;
	text-indent: 0px;
	line-height: 1.5;
	}

.printers a{

color: #339900;

}

.printers a.nav4Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


.printers img {
border: 0px solid #CCC;

}


.printer .arrowbox { 
list-style-image: url(images/arrowbox.png);
list-style-position:outside;
 }


