/* MainWebSite */
/* HTML TAGS */
body {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #8B95AF;
	margin: 0px;
}
a {
	color: #002441;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}
h1 {
	color: #A27903;
	font-size: 18px;
}
h2 {
	color: #D59E11;
	font-size: 18px;
}
h3 {
	color: #536082;
	font-size: 11px;
}
h4 {
	color: #003B6D;
	font-size: 14px;
}
h5 {
	color: #D59E11;
	font-size: 14px;
}
h6 {
	color: #990000;
	font-size: 14px;
}
blockquote {
	margin: 0px 0px 0px 30px;
}
ol {
	margin-left: 30px;
}
.olListing {
	list-style: upper-alpha;
}
.olListing li li li {
	list-style: lower-alpha;
}

ul {
	line-height: 16px;
}
ul li li {
	line-height: 16px;
	list-style: disc;
}

hr {
	border-top: 1px solid #A27903;/*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
}
form {
	/*background: #F9F9F0;
	border: 1px solid #ACACAC;*/
}

fieldset{
	margin:20px 0px 30px;
	position:relative;
	display:block;
	padding: 0px 10px 10px;
	background: #FCF0D1;
	border: 1px solid #CCCCCC;
}

legend{
	color:#333333;
	padding:10px;
	margin:0px 0px 10px;
	position:relative;
	top: -18px;
	background: #FFCC00;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
input {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
	border: 1px solid #999999;
}
select {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	border: 1px solid #999999;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 3px;
}
textarea {
	background: #FFFFFF url(../images/pagelayout/bg_formfields.jpg) no-repeat;
	border: 1px solid #999999;
	font: 11px Tahoma, Arial;
	color: #000000;
	padding: 5px;
}

/* CSS DIV CONTROLS */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatLeftHalf {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.floatRightHalf {
	float: right;
	width: 48%;
}
.clearBoth {
	clear: both;
}

/* PAGE LAYOUTS */
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#mastheadContainer {
	background: #202D3E;
}
#mastheadLogo {
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 375px;
	background: url(../images/masthead/mh_top_left.jpg) no-repeat;
	float: left;
}
#siteArea {
	float: right;
	height: 100px;
	width: 375px;
}
#mastheadDate {
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	clear: both;
	height: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#mastheadDate a {
	color: #FFFFFF;
}

#mastheadDate a:hover {
	text-decoration: none;
}


#mastheadNavigation {
	clear: both;
	font: bold 10px Arial, Verdana, sans-serif;
	background: #536082;
	height: 25px;
}
#mastheadNavigation a {
	color: #FFFFFF;
	font: normal 11px Arial, Verdana, sans-serif;
	text-decoration: underline;
	padding-right: 10px;
}
#mastheadNavigation  a.area {
	color: #FFCC00;
}
#mastheadNavigation  a:hover {
	color: #FFCC00;
}

#topNavigation {
	float: left;
	height: 20px;
	width: 740px;
	padding-top: 5px;
	padding-left: 10px;
}
#quicklinks {
	float: left;
	height: 20px;
	width: 190px;
	padding-top: 2px;
	text-align: right;
	padding-right: 10px;
}
#mastheadPhotoHome {
	background: url(../images/masthead/mh_bottom_home.jpg) no-repeat;
	height: 60px;
	padding-top: 50px;
	padding-left: 10px;
	font: italic bold 20px Arial, Verdana, sans-serif;
	color: #000000;
	border-bottom: 2px solid #536082;
}
#subNavigation {
	clear: both;
	background: #363E54;
	height: 20px;
	font: 11px Arial, Verdana, sans-serif;
}
#subNavigation a {
	color: #FFFFFF;
	font: normal 11px Arial, Verdana, sans-serif;
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
#subNavigation a:hover {
	color: #FFCC00;
}
#bodyContent {
	clear: both;
	/*visibility: visible;*/
}
#pageHeader1212 {
	margin: 0px;
	padding-right: 5px;
}

#bodyContent1Col {
	padding: 20px;

}
#bodyContentLeft12 {
	float: left;
	width: 435px;
	padding: 20px;
}

#bodyContentLeft13 {
	width: 200px;
	left: 0px;
	float: left;
	padding: 20px;
}
#bodyContentRight12 {
	float: left;
	width: 435px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bodyContentRight23 {
	padding-left: 20px;
	float: left;
	width: 670px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bodyContentMiddle13 {
	width: 430px;
	float: left;
	padding: 20px;
}
#bodyContentRight13 {
	padding-left: 20px;
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bodyLeftContainer {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bodyRightContainer {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	width: 150px;
	float: right;
}
#bodyContent2Column {
	background-color: #FFFFFF;
	padding: 0px 10px 10px;
	float: left;
	width: 585px;
}
#bodyContent3Column {
	background-color: #FFFFFF;
	padding: 0px 10px 10px;
	float: left;
	width: 420px;
	display: inline;
	border-right: 1px dashed #404F80;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background: url(../images/masthead/bg_footer.gif) repeat-x;
	padding: 5px;
	height: 65px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	padding-right: 15px;
}

#footer a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#footerCopyright {
	float: left;
	width: 455px;
	padding-top: 10px;
}
#footerAddress {
	float: left;
	width: 475px;
	padding-top: 10px;
	text-align: right;
}


/* NAVIGATION MENUS */
#MainNavScheme {
	width: 100%;
}
#MainNavScheme ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
	font: bold 10px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#MainNavScheme li {
	list-style: none;
}
#MainNavScheme li a {
	margin: 0;
	padding: 2px 5px 2px 15px;
	color: #4B4340;
	text-decoration: none;
	display: block;
}
#MainNavScheme li a:hover {
	color: #990000;
	text-decoration: none;
	background: url(../images/icons/icon_menu_over.gif) no-repeat 2px 3px;
}

#MainNavScheme li li a {
	margin: 0;
	display: block;
	padding: 4px 2px 3px 30px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;

}
#MainNavScheme li li a:hover {
	color: #990000;
	text-decoration: none;
	background: url(../images/icons/icon_pagelink_over.gif) no-repeat 15px;
}

#MainExtra {
	clear: both;
	width: 170px;
}
#SubNavScheme {
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-bottom: 10px;
}
#SubNavScheme ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	font: bold 10px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#MainNavScheme li {
	list-style: none;
}
#SubNavScheme li a {
	margin: 0;
	display: block;
	padding: 8px 5px;
	background: #2E5882;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}
#SubNavScheme li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #C29301;
}

#SubNavScheme li li a {
	margin: 0;
	display: block;
	padding: 4px 2px 3px 15px;
	background: #E8D8A5;
	color: #013161;
	text-decoration: none;
	font-weight: normal;
}
#SubNavScheme li li a:hover {
	background: #C29301;
	color: #FFFFFF;
	text-decoration: none;
}
#PrinterFriendly {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 15px;
}
#Notice {
	height: auto;
	width: 500px;
	background: #FFFFFF;
	margin: 15px;
	padding: 5px;
}


/* OBJECTS */
.navnugMain {
	margin: 0px 0px 10px;
	background: #FFECBF;
	clear: both;
	padding-bottom: 25px;
}
.navnugMain h1 {
	color: #023668;
	font: bold 12px Arial, Verdana, sans-serif;
	text-transform: capitalize;
	background: url(../images/menudropdown/bg_menubar.jpg) repeat-x;
	padding: 12px;
}
.navnugMain h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #023668;
	font: bold 12px "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 12px;
}

.navnugMain p {
	border-style: none;
	padding: 12px;
	margin: 0px;
}
.buttonLink {
	padding: 3px 10px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/menudropdown/bg_menubar.jpg) repeat-x;
	font-size: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.buttonLink:hover {
	text-decoration: none;
	background: url(../images/pagelayout/bg_footer.jpg) repeat-x;
	color: #FFFFFF;
}
.buttonForms {
	font: 11px Arial, Verdana, sans-serif;
	background: url(../images/pagelayout/bg_footer.jpg) repeat-x;
	color: #FFFFFF;
	padding: 2px 0px;
	margin: 0px;
	border: 1px outset #54755F;
}

.imageLB {
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageRB {
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageFrame {
	border: 1px solid #A27903;
}
.imageFrameLB {
	margin-bottom: 10px;
	border: 1px solid #A27903;
	margin-left: 10px;
}
.imageFrameRB {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #A27903;
}
.mhHome {
	background: url(../images/masthead/mh_top_right_home.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhCorporate {
	background: url(../images/masthead/mh_top_right_corpprofile.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhManufacturing {
	background: url(../images/masthead/mh_top_right_manufacturing.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhNews {
	background: url(../images/masthead/mh_top_right_news.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhSuppliers {
	background: url(../images/masthead/mh_top_right_suppliers.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhContactus {
	background: url(../images/masthead/mh_top_right_contactus.jpg) no-repeat;
	height: 100px;
	width: 375px;
}
.mhSiteInformation {
	background: url(../images/masthead/mh_top_right_siteinformation.jpg) no-repeat;
	height: 100px;
	width: 375px;
}

.table {
	color: #928847;
	font: 1em Arial, Verdana, sans-serif;
	width: 100%;
}
.table td {
	border-bottom: 1px solid #827940;
	vertical-align: top;
}
.table td h1 {
	color: #CCCCCC;
	font: bold 1em Arial, Verdana, sans-serif;
	background: #666699;
	padding: 2px;
}

/* FONT STYLES */
.captions {
	font: 11px Arial, Verdana, sans-serif;
	color: #536082;
}
.disclaimer {
	color: #666633;
}
.message {
	color: #990000;
}
.pullquote {
	font: italic bold 14px/18px "Times New Roman", Times, serif;
	color: #404E80;
	padding-left: 25px;
	padding-right: 25px;
}
.quicklinks {
	color: #00376A;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: 11px Arial, Verdana, sans-serif;
}
.titles {
	font: 11px Arial, Verdana, sans-serif;
	color: #003366;
}
