@charset "utf-8";
#sidebar1 td, th{
	text-align: left;
	background-color: #CEE0F4;
}
#employeetable INPUT {
	BORDER-RIGHT: #ccc 1px inset;
	BORDER-TOP: #ccc 1px inset;
	BACKGROUND: #eee;
	FONT: 11px Verdana, Arial, sans-serif;
	BORDER-LEFT: #ccc 1px inset;
	COLOR: #777;
	BORDER-BOTTOM: #ccc 1px inset;
	HEIGHT: auto;
	padding: 1px;
}
#employeetable SELECT {
	BORDER-RIGHT: #ccc 1px inset; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px inset; PADDING-LEFT: 1px; BACKGROUND: #eee; PADDING-BOTTOM: 1px; FONT: 11px Verdana, Arial, sans-serif; BORDER-LEFT: #ccc 1px inset; COLOR: #777; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px inset; HEIGHT: auto
}
#employeetable TEXTAREA {
	BORDER-RIGHT: #ccc 1px inset; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px inset; PADDING-LEFT: 1px; BACKGROUND: #eee; PADDING-BOTTOM: 1px; FONT: 11px Verdana, Arial, sans-serif; BORDER-LEFT: #ccc 1px inset; COLOR: #777; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px inset; HEIGHT: auto
}
#quotetable INPUT {
	BORDER-RIGHT: #ccc 1px inset; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px inset; PADDING-LEFT: 1px; BACKGROUND: #eee; PADDING-BOTTOM: 1px; FONT: 11px Verdana, Arial, sans-serif; BORDER-LEFT: #ccc 1px inset; COLOR: #777; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px inset; HEIGHT: auto
}
#quotetable SELECT {
	BORDER-RIGHT: #ccc 1px inset; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px inset; PADDING-LEFT: 1px; BACKGROUND: #eee; PADDING-BOTTOM: 1px; FONT: 11px Verdana, Arial, sans-serif; BORDER-LEFT: #ccc 1px inset; COLOR: #777; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px inset; HEIGHT: auto
}
#quotetable TEXTAREA {
	BORDER-RIGHT: #ccc 1px inset; PADDING-RIGHT: 1px; BORDER-TOP: #ccc 1px inset; PADDING-LEFT: 1px; BACKGROUND: #eee; PADDING-BOTTOM: 1px; FONT: 11px Verdana, Arial, sans-serif; BORDER-LEFT: #ccc 1px inset; COLOR: #777; PADDING-TOP: 1px; BORDER-BOTTOM: #ccc 1px inset; HEIGHT: auto
}
#submit INPUT {
	BORDER-RIGHT: #fff 3px double;
	BORDER-TOP: #fff 3px double;
	DISPLAY: block;
	FONT: 11px Verdana;
	BORDER-LEFT: #fff 3px double;
	WIDTH: 80px;
	CURSOR: pointer;
	COLOR: #fff;
	BORDER-BOTTOM: #fff 3px double;
	background-color: #0033CC;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#submit INPUT:focus {
	BORDER-RIGHT: #fff 3px double; BORDER-TOP: #fff 3px double; BACKGROUND: #4d6d5d; BORDER-LEFT: #fff 3px double; CURSOR: pointer; COLOR: #fff; BORDER-BOTTOM: #fff 3px double
}
.textfield {
	WIDTH: 190px
}
.textfield-w {
	WIDTH: 320px
}
FIELDSET {
	BORDER-RIGHT: #888788 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #888788 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 10px 0px; BORDER-LEFT: #888788 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #888788 1px solid
}
LEGEND {
	BORDER-RIGHT: #94a4d2 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #94a4d2 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 2px; MARGIN: 10px 0px; BORDER-LEFT: #94a4d2 1px solid; PADDING-TOP: 2px
}
.req {
	FONT-SIZE: 9px; COLOR: #b00000
}
INPUT:focus {
	BORDER-RIGHT: #af351d 1px solid; BORDER-TOP: #af351d 1px solid; BACKGROUND: #d1eee0; BORDER-LEFT: #af351d 1px solid; BORDER-BOTTOM: #af351d 1px solid
}
TEXTAREA:focus {
	BORDER-RIGHT: #af351d 1px solid; BORDER-TOP: #af351d 1px solid; BACKGROUND: #d1eee0; BORDER-LEFT: #af351d 1px solid; BORDER-BOTTOM: #af351d 1px solid
}

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #logo {
}

.thrColFixHdr #nav {

}
.thrColFixHdr #mainContent {
	position: relative;
	margin-top: 10px;
	margin-bottom: 2px;
	width: 620px;
	float: right;
	padding-left: 10px;
} 

.thrColFixHdr #insidemain {
	background-color: #CEE0F4;

} 	
.thrColFixHdr #sidebar1 {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #CEE0F4;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 20px;
	color: #000000;
}
.thrColFixHdr #footer {
	padding-bottom: 10px;

} 
.thrColFixHdr #footernav {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;

} 
.thrColFixHdr #footercopy {
	background-color: #5E97DD;
	padding-left: 10px;
	padding-top: 5px;


} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
H2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
