body
{
    margin: 0px;
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 14px;
    color: #222222;
    background-color: #dbdbdb;
    background-image: url(../images/layout/page_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

td, ul, ol, p
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	color: #444444;
}

a img { border: 0; }

a {
	color: #b20838;
	text-decoration:none;
}
a:hover {
	color: #5c001a;
	text-decoration:underline;
}

h1 { margin: 0px 0px 20px 0px; padding: 0px; font-size: 28px; font-weight: bold; color: #b20838; font-style: italic; }
h2 { margin: 0px 0px 4px 0px; padding: 0px; font-size: 16px; color: #b20838; font-weight: bold; font-style: italic; }

ul li { list-style: none; }
ul li li { list-style: none; }

.Heading { color: #222222; font-size: 16px; }
.HeadingBar { font-size: 18px; border-bottom: 1px solid #CCCCCC; padding: 0px 0px 4px 0px; }

.icon { width: 90px; }
.listItems { list-style: none; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px; }
.listItems li { padding: 4px 0px 0px 0px; }
.listItemHeading { color: #0086cf; font-size: 18px; }
.listItemBullet { vertical-align: middle; margin-right: 4px; }

.SiteColor1 { color: #666666; }
.SiteColor2 { color: #333333; }

.textbox {
	background-color: #FFFFFF;
	background-image: url(../images/layout/textbox_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #666666;
	border:solid 1px #CCCCCC;
	padding: 3px 4px 3px 4px;
	width: 250px;
    font-family: Trebuchet MS, Tahoma, Arial;
}

.textboxL {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-size: 24px;
	color: #666666;
	width: 190px;
	border: solid 1px #CCCCCC;
	padding: 14px 14px 14px 14px;
    font-family: Trebuchet MS, Tahoma, Arial;
}

.textarea {
	background-color: #FFFFFF;
	background-image: url(../images/layout/textarea_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #666666;
	border:solid 1px #CCCCCC;
	padding: 3px 4px 3px 4px;
	width: 249px;
	height: 100px;
    font-family: Trebuchet MS, Tahoma, Arial;
}

.dropdown {
    font-family: Trebuchet MS, Arial;
    font-size: 16px;
    color: #666666;
    width: 129px;
}

.pageTitle { height: 24px; padding: 4px 0px 10px 0px; background-repeat: repeat-x; font-size: 16px; color: #999999; }

.border_left_silver { background-image: url('../images/layout/border/silver/left.gif'); background-repeat: repeat-y; width: 12px; }
.border_right_silver { background-image: url('../images/layout/border/silver/right.gif'); background-position: 0px 0px; background-repeat: repeat-y; width: 6px; }
.border_top_silver { background-image: url('../images/layout/border/silver/top.gif'); background-repeat: repeat-x; width: 100%; }
.border_bottom_silver { background-image: url('../images/layout/border/silver/bottom.gif'); width: 100%; }

.header_mid { height: 28px; border-bottom: 1px solid #CCCCCC; background-image: url(../images/layout/border/bg_header_mid.gif); background-repeat: repeat-x; padding: 0px 0px 0px 5px; }

.button { background-color: #FAFAFA; height: 24px; border: 1px solid #b20838; background-repeat: repeat-x; font-family: Trebuchet MS, Tahoma, Arial; font-size: 14px; color: #444444; font-weight: bold; }

.nav_item { font-size: 14px; color: #f2db9c; padding: 0px 0px 0px 0px; border-bottom: 5px solid transparent; }
.nav_item a:link, .nav_item a:visited { color: #f2db9c; text-decoration: none; }
.nav_item a:active, .nav_item a:hover { color: #FFFFFF; text-decoration: none; }
.nav_itemOn { font-size: 14px; font-weight: bold; color: #FFFFFF; padding: 0px 0px 0px 0px; border-bottom: 5px solid #FFFFFF; }
.nav_itemOn a:link, .nav_itemOn a:visited { color: #FFFFFF; text-decoration: none; }
.nav_itemOn a:active, .nav_itemOn a:hover { color: #FFFFFF; text-decoration: none; }

.top_nav_item { font-size: 18px; color: #f2db9c; padding: 0px 0px 0px 0px; border-bottom: 5px solid transparent; }
.top_nav_item a:link, .top_nav_item a:visited { color: #f2db9c; text-decoration: none; }
.top_nav_item a:active, .top_nav_item a:hover { color: #FFFFFF; text-decoration: none; }
.top_nav_itemOn { font-size: 18px; font-weight: bold; color: #FFFFFF; padding: 0px 0px 0px 0px; border-bottom: 5px solid #FFFFFF; }
.top_nav_itemOn a:link, .top_nav_itemOn a:visited { color: #FFFFFF; text-decoration: none; }
.top_nav_itemOn a:active, .top_nav_itemOn a:hover { color: #FFFFFF; text-decoration: none; }

.footer_nav_item { padding: 0px 0px 2px 0px; font-size: 12px; color: #eecd95; }
.footer_nav_item a:link, .footer_nav_item a:visited { color: #eecd95; text-decoration: none; }
.footer_nav_item a:active, .footer_nav_item a:hover { color: #FFFFFF; text-decoration: none; }

.breadcrumbs { font-size: 14px; color: #999999; }
.breadcrumbs a:link, .breadcrumbs a:visited { color: #999999; text-decoration: none; }
.breadcrumbs a:active, .breadcrumbs a:hover { color: #666666; text-decoration: underline; }

/* CSS Button style */
a.squarebutton{
background: transparent url('../images/layout/buttons/square-gray-left.png') no-repeat top left;
display: block;
float: left;
font: normal 16px Tahoma;
line-height: 32px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background as seen below... */
height: 40px; /* Height of button background height */
padding-left: 9px; /* Width of left button border image */
text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton { color: #b20838; font-weight: bold; font-family: Trebuchet MS; /*button text color*/ }
a.squarebutton span { background: transparent url('../images/layout/buttons/square-gray-right.png') no-repeat top right; display: block; padding: 4px 20px 4px 11px; /*Set 9px below to match value of 'padding-left' value above*/ }
a.squarebutton:hover{ background-position: bottom left; }
a.squarebutton:hover span { background-position: bottom right; color: #9c3e58; }
.buttonwrapper { overflow: hidden; width: 100%; }
/* END CSS Button */

.fieldTitle { padding: 3px 3px 3px 6px; font-weight: normal; }
.fieldTitleSub { font-size: 10px; color: #999999; font-weight: normal; }
.fieldValue { padding: 3px 3px 3px 6px; }

.parentPanel { width: 888px; margin-left: auto; margin-right: auto; padding: 22px 0px 0px 0px; }
.logoBack { width: 312px; height: 199px; background-image: url(../images/layout/top_logo_bg.jpg); background-repeat: no-repeat; }
.contentPanelParent { background-color: #FFFFFF; background-image: url(../images/layout/top_content_bg.jpg); background-repeat: no-repeat; }
.contentPanel { background-image: url(../images/layout/content_bg.gif); background-repeat: no-repeat; background-position: 0px 356px; padding: 20px 20px 20px 20px; min-height: 290px; height: auto; }
.footerContent { background-image: url(../images/layout/footer_mid.gif); background-repeat: repeat-x; padding: 5px 0px 0px 0px; }
.topCMS { font-size: 18px; font-weight: bold; font-style: italic; color: #FFFFFF; }
.topCMS a:link, .topCMS a:visited { color: #FFFFFF; text-decoration: none; }
.topCMS a:active, .topCMS a:hover { color: #DDDDDD; text-decoration: none; }


/* Industries */
#industries {
	width: 860px;
	height: 200px;
	padding-top: 0px;
}

#industries h2 {
	margin-top: 10px;
}

#industries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#industries ul li {
	line-height: 10pt;
	float: left;
	width: 125px;
	margin: 10px 18px 0 0;
	background: none;
	padding: 0;
}

#industries ul li a {
	border: none;
}

#industries ul li img {
	display: block;
}

#industries ul li a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	cursor: default;
}

#industries h3 {
	text-align: left;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	margin: 5px 0;
}

#industries h3 a {
	color: #5c5c5c;
	text-decoration: none;
}

.listStatus { padding: 0px 0px 10px 0px; border-bottom: 1px solid #CCCCCC; font-size: 14px; }
.listContent { }
.listPaging { padding: 20px 0px 0px 60px; }
.listPaging_Table { margin-left: auto; margin-right: auto; }
.ListHeader { background-image: url('../images/layout/list_header_bg.gif'); border-bottom: 1px solid #FFFFFF; color: #FFFFFF; padding: 5px 15px 5px 15px; font-weight: bold; }
.ListItem_1 { background-color: #FFFFFF; border-bottom: 1px solid #CCCCCC; padding: 5px 15px 5px 15px; font-size: 14px; }
.ListItem_2 { background-color: #EFEFEF; border-bottom: 1px solid #CCCCCC; padding: 5px 15px 5px 15px; font-size: 14px; }