@charset "UTF-8";
body  {
	background: FFFFFF;
	behavior: url(csshover.htc); /* WinIE behavior call */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
.frm_id {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013467;
}
#links {
	font-size:12px;
	margin:0px;
	text-align: left;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.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. */
	margin: 18px 0 0px 0;
} 

.thrColFixHdr #navholder {
	background:#BDBDBD;
	height: 2.25em;
}
.thrColFixHdr #data {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.thrColFixHdr #flash {
	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. */
	margin: 18px 0 18px 0;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	margin: 15px 4px 15px 0px;
	height: 300px;
	border: 1px solid #CCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	margin: 15px 4px 15px 6px;
	height: 300px;
	border: 1px solid #CCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	margin: 15px 4px 15px 6px;
	height: 300px;
	border: 1px solid #CCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
 .thrColFixHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	margin: 15px 0 15px 4px;
	height: 300px;
	border: 1px solid #CCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.thrColFixHdr #graphic_container {
	background: #FFF;
	padding: 1em 1em 0 1em;  /* 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. */
	height: 420px;
}
#subheader {
	padding: .5em 0 .5em 0;
}
#phone {
	text-align: right;
	float: right;
	vertical-align: baseline;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #013467;
	margin-bottom: -.80em;
	white-space: normal;
}
h4 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #013467;
	width: 100%;
	margin: 0 0 .3em 0;
	text-align: center;
	padding: .2em 0 .3em 0;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr .h3 {
background:#FF6600;
width:auto;
font-size:14px;
}
#links a:link{
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	color: #003466;
	font-size: 12px;
}
#links a:hover{
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FF0000;
}
#links a:visited{
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}
.image {
	float:right;
	padding: .5em .5em .5em .5em;
	border:  1px solid #FF6600;
	margin-left: 2em;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.column_text {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.frm_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
