Table   { color: #7F7F7F; font-size: 12px; font-family: arial }

.loginbutton {vertical-align:bottom}

.arialblack   { color: #0c2d8e; font-size: 12px; font-family: "Arial Black"; text-decoration: none; }
.black  { color: black; font-size: 12px; font-family: arial; text-decoration: none; }

.body  { color: black; font-size: 12px; font-family: arial; text-decoration: none  }
.body a:link  { color: blue; font-size: 12px; font-family: arial; text-decoration: none; }
.body a:visited  { color: blue; font-size: 12px; font-family: arial; text-decoration: none; }
.body a:hover  { color: #0c2d8e; font-size: 12px; font-family: arial; text-decoration: underline; }

a:link  { color: blue; font-size: 12px; font-family: arial; text-decoration: none; }
a:visited  { color: blue; font-size: 12px; font-family: arial; text-decoration: none; }
a:hover  { color: #0c2d8e; font-size: 12px; font-family: arial; text-decoration: underline; }

p { color: black; font-size: 12px; font-family: arial; text-decoration: none; line-height: 155% }

body {
	margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */ }

.bodyblue  { color: #3D3EEE; font-size: 12px; font-family: arial; text-decoration: none }
.bodyblue a:link  { color: blue; font-size: 12px; font-family: arial; text-decoration: none }
.bodyblue a:visited { color: #3D3EEE; font-size: 12px; font-family: arial; text-decoration: none }
.bodyblue a:hover { color: #7700CB; font-size: 12px; font-family: arial; text-decoration: none }

.bodygreen  { color: #009833; font-size: 14px; font-family: arial; text-decoration: none }

.bodypurp  { color: #7700CB; font-size: 12px; font-family: arial; text-decoration: none }

.bodyred  { color: red; font-size: 12px; font-family: arial; text-decoration: none }

.green		{ color: green; font-size: 12px; font-family: arial; text-decoration: none }

.header   { color: white; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.header a:link   { color: white; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.header a:visited   { color: white; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.header a:hover   { color: #FEFE00; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }

.headeron   { color: #3D3EEE; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.headeron a:link  { color: #3D3EEE; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.headeron a:visited  { color: #3D3EEE; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }
.headeron a:hover  { color: #3D3EEE; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: none }

.footer { color: black; font-size: 10px; font-family: arial; text-decoration: none }
.footer a:link { color: black; font-size: 10px; font-family: arial; text-decoration: none }
.footer a:visited { color: black; font-size: 10px; font-family: arial; text-decoration: none }
.footer a:hover { color: #7700CB; font-size: 10px; font-family: arial; text-decoration: none }

input.login  { color: #7f7f7f; font-size: 10px; font-family: arial; text-decoration: none }

.breakroom  { color: #009833; font-size: 14px; font-family: arial; text-decoration: none }

h1					{ color: purple; font-size: 15px; font-family: arial; letter-spacing: .03em; line-height: 130% }
h2					{ color: #009833; font-size: 14px; font-family: arial; font-weight: bold; line-height: 150% }
h3					{ color: #009833; font-size: 14px; font-family: arial; line-height: 150% }

h2.promoitem { color: #009833; font-size: 24px; font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); font-weight: normal; margin: 0 }
p.promoitem { padding-bottom: 2px; }

#greenlist {list-style: disc url(/Images/recyclesmall1.gif); }

ul { color: black; font-size: 12px; font-family: arial; text-decoration: none; text-align: justify; }
ul li { margin-left: 1em; padding-left: 5px; padding-right: 4em; padding-bottom: 1em }

.hilite img { border: 1px solid #FFF }
.hilite:hover img { border: 1px solid #0c2d8e }
.hilite:hover { color: red; /* Dummy definition to overcome IE bug */ }

a .alt { display: none; }

a#button1 {
    display: block;
    width: 100px;
    height: 80px;
		overflow:hidden;
    background-image: url(../Images/greenbuttonstext.jpg);
		background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
		padding: 0;
}
a#button1:hover {
		overflow:hidden;
    background-position: -110px 0px;
		background-repeat: no-repeat;
}

#farrightcolumn {
						 position: relative;
						 float: right;
						 width: 175px;
						 margin-top: 50px;
						 text-align: center;
						 background-color: transparent;
						 border: solid;
						 border-width: 3px;
						 border-color: #019733 }
						 
#titlebox { position: relative;
						width: 100%;
					  float: right;
						height: 20px;
						text-align: center;
						background-color: #019733;
						font-size: 17px; 
						font-family: arial; 
						letter-spacing: .1em; 
						color: white; 
						font-weight: bold; }
						 
#greenbar {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 19px;
					background-color: #019733 }
					
#page {
			text-align: left;
			visibility: visible;
			margin-right: auto;
			margin-left: auto;
			padding-top: 19px;
			position: relative;
			width: 863px }

#rightcolumn {
							text-align: left;
							visibility: visible;
							padding: 0px;
							margin: 0 0 0 15px;
							position: relative;
							float: left;
							width: 650px;
							z-index: 0 }

#leftcolumn {
						z-index: 1;
						position: relative;
						float: left;
						padding: 0px;
						background-color: transparent;
						text-align: left;
						visibility: visible;
						margin-left: 0px;
						margin-right: 0px;
						width: 111px;
						height: 570px }

#greencolumn {
						 text-align: justify;
						 visibility: visible;
						 margin-top: 5px;
						 margin-right: auto;
						 margin-left: 0px;
						 position: relative;
						 float: left;
						 width: 450px;
						 background-image: url('/Images/green_background.jpg');
						 background-repeat: no-repeat }
						 
#centercolumn {
						 text-align: justify;
						 visibility: visible;
						 margin-top: 5px;
						 margin-right: auto;
						 margin-left: 0px;
						 position: relative;
						 float: left;
						 width: 450px;
						 background-repeat: no-repeat }
						 
.iconbox{
				 position:relative;
				 opacity:0.3;
				 filter:alpha(opacity=30);
				 float: right;
				 margin-top: 4em; }
				 
.iconboxmiddle{
				 position:relative;
				 opacity:0.3;
				 filter:alpha(opacity=30);
				 width: 450px;
				 margin: 0 auto 0 auto; }	
				 
.clearancefurnbox{
				 position:relative;
				 float:left;
				 text-align:center;
				 height: 185px; }											 
						 
#footerbox { 
					 text-align: center; 
					 position: relative; 
					 clear: left;
					 margin: 0 0; 
					 padding: 0px;  }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

/*Style for the whole menu */
.menu5 {
text-align:left; font-family: arial, sans-serif; position:relative; font-size:0.9em; height:2.5em; margin: 0; padding: 0; list-style-type:none; z-index: 2; 
}
/*Style for the first level*/
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
/*Style for items in the first level*/
.menu5 li {
float:left; position:relative; list-style: none; text-align: left; 
}
/*First level links*/
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:6em; color:blue; float:left; padding-right: .5em; height: 3em; line-height:1.3em;  
}

* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
/*2nd level list*/
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden; z-index: 4; 
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:none; border:0; color: purple;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:9em; background:#fff; border:1px solid #ddd; left:6.75em; top:0em; overflow:hidden;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:5em; color:blue;
}
* html .menu5 li a:hover ul li a {
width:6em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:none; color: purple;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:7em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:none; color: purple;
}
/*******************************************************************************************
Form CSS
******************************************************************************************/

.form1 form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

.form1 form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.form1 form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.form1 form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 145px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.form1 form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.form1 form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.form1 form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.form1 textarea { overflow: auto; }

.form1 form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.form1 form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.form1 form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}