@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	padding: 0px 0px 10px 0px;
	height : auto;
 !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}
#header {
	height: 103px;
}
.header_right {
	height: 103px;
	float: right;
	border: 0px;
	display:none;
}
.logo {
	width: 286px;
	float: left;
	border: 0px;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	height: 100%;
	font-size: 12px;
	height : 357px; /* IE treats as min-height */
	min-height : 357px; /* IE ignores this */
}
#content_sub {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
}

#float_left_h {
	float: left;
	width: 76px;
	margin: 0px;
	padding: 0px;
}
#float_right_h {
	float: right;
	width: 484px;
	margin: 0px;
	padding: 0px;
}
#float_right_h p {
	margin: 2px 0px 6px 0px;
	padding: 0px;
}
#featured_items {
	margin: 0px;
	padding: 0px;
	width: 296px;
	float: left;
}
.quote {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.quote a {
	color: #009ddc;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.quote a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.greenbullet {
	padding: 0px 0px 0px 18px;
}
.graybarpadding {
	margin: 0px 0px 0px 4px;
}
.graybar_bottom {
	margin: 0px 5px 5px 0px;
}
#body_sub {
}

#sub_content_area {
	float: left;
	height: 100%;
	color: #393939;
	font-size: 12px;
	line-height: 16px;
	
}


.sub_content_padding {
	padding: 0px 30px 0px 40px;
}
#sub_content_area h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #91c758;
	font-size: 15px;
}
#sub_content_area h3 {
	margin: 0px;
	padding: 0px;
	color: #91c758;
	font-size: 13px;
	font-weight: bold;
}
#sub_content_area h4 {
	margin: 0px;
	padding: 0px;
	color:  #4f4f4f;
	font-size: 12px;
	font-weight: bold;
}
#sub_content_area h5 {
	margin: 0px;
	padding: 0px;
	color:  #4f4f4f;
	font-size: 10px;
	font-weight: bold;
}
.small {
	color:  #4f4f4f;
	font-size: 10px;
	font-weight: bold;
}
.large {
	font-size: 30px;
}

#sub_nav_area {
	display:none;
}

#industry_image {
	display:none;
}

#footer_image {
	display:none;
}


#breadcrumb {
	width: 300px;
	float: left;
	font-size: 10px;
	color: #656565;
	padding: 0px 8px;
	display:none;
}
#breadcrumb a {
	color: #656565;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #009ddc;
	text-decoration: underline;
}
#breadcrumb h1 {
	display: inline;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#printerfriendly {
	float: right;
	width: 150px;
	font-size: 10px;
	color: #656565;
	text-align: right;
    display:none;
}
#printerfriendly a {
	color: #656565;
	text-decoration: none;
}
#printerfriendly a:hover {
	color: #009ddc;
	text-decoration: underline;
}
.sitemap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sitemap ul {
	margin: 0px 0px 0px 35px;
	padding: 0px
}
.sitemap li {
	list-style-type: circle;
	font-weight: bold;
	padding: 2px 0px;
	margin: 0px;
}
.sitemap li a {
	list-style-type: circle;
	font-weight: bold;
	padding: 2px 0px;
	margin: 0px;
	color: #009ddc;
	text-decoration: none;
}
.sitemap li a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	color: #838383;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
}

