@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E5E5E5;
}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D7DB8}
textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D7DB8}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	background-image: url(../fireworks/body2.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background-color: #E5E5E5;
	background-image: url(../fireworks/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 103px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: transparent;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: transparent;
}
.thrColFixHdr #footer {
	background-color: #E5E5E5;
	background-image: url(../images/shared/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 77px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 33px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.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;
}
.thrColFixHdr #menu {
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: center top;
	height: 29px;
	width: 761px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-top: 0px;
	margin-left: 11px;
	text-align: right;
	padding-left: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
}
.thrColFixHdr #billboard {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 560px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
a {
	color: #4D7DB8;
	text-decoration: none;
	width: 222px;
}
a:hover {
	color: #AFCD0F;
	text-decoration: underline;
}
.thrColFixHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 11px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	width: 761px;
	padding-top: 0px;
}
.thrColFixHdr #mainContent p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #9CB90C;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar1 p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 9px;
	font-family: "Times New Roman", Times, serif;
}td img {display: block;}
.thrColFixHdr #mainContent h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent li {
	margin-top: 0;
	margin-bottom: 2;
	padding-top: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 6px;
	list-style-image: url(../images/shared/bullet.jpg);
	font-weight: normal;
	padding-right: 14px;
}td img {display: block;}td img {display: block;}td img {display: block;}
.thrColFixHdr #mainContent ul {
	margin-top: 0;
	margin-bottom: 2;
	padding-top: 31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 6px;
	list-style-image: url(../images/shared/bullet.jpg);
	padding-right: 12px;
}td img {display: block;}
.thrColFixHdr #billboardAbout {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 570px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
}
.thrColFixHdr #billboardResources {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 570px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
}
.thrColFixHdr #billboardCommunity {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 570px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
}
.thrColFixHdr #billboardCareers {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 570px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
}
.thrColFixHdr #billboardContact {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	padding-top: 0;
	padding-bottom: 0;
	width: 570px;
	text-align: left;
	background-image: url(../images/headers/services.jpg);
	margin-left: 11px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.thrColFixHdr #mainContent h3 {
	margin-bottom: 0;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent h3 {
	margin-bottom: 0;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	font-style: italic;
	font-weight: bold;
}
form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
