/* CSS Document */
/*a:link { color: #000000; text-decoration: underline }
a:hover { color: #C78812; text-decoration: underline }
a:active { color: #C78812; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline }
a:visited:hover { color: #C78812; text-decoration: underline }*/

body {
	margin: 0px 0px 0px 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	/*background: url(/images/background.jpg) repeat-y;*/
}
p {
	margin: 0px 0px 10px 0px;
}
.bodyGray {
	color: #406678;
}
/*.bodyGray a:link { color: #406678; text-decoration: underline }
.bodyGray a:hover { color: #C78812; text-decoration: underline }
.bodyGray a:active { color: #C78812; text-decoration: underline }
.bodyGray a:visited { color: #406678; text-decoration: underline }
.bodyGray a:visited:hover { color: #C78812; text-decoration: underline }*/

.bodyGrayItalic {
	color: #406678;
	font-style: italic;
}
blockquote {
	margin: 10px 15px;
	font-style: italic; 
	color: #406678;
}
.quoteSubhead {
	font-size: 15px;
}
.quoteByline {
	font-size: 10px;
	font-weight: bold; 
}
#contact {
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}
.contactItem {
	padding:5px;
	border-bottom:solid 1px #000000;
}
.contactPhoto {
	margin-right:15px;
}
#content {
	width: 450px;
	margin-left:192px;
	padding-top:25px;
}
#footer {
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin-left: 198px; 
	padding-top: 40px; 
	padding-bottom: 40px; 
}
/*#footer a:link { color: #000000; text-decoration: none }
#footer a:hover { color: #C78812; text-decoration: none }
#footer a:active { color: #C78812; text-decoration: none }
#footer a:visited { color: #000000; text-decoration: none }
#footer a:visited:hover { color: #C78812; text-decoration: none }*/

#header {
	border-bottom: solid 1px #000000;
	height: 59px; 
	width: 100%; 
}
.headlineBlack {
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px;
}
.headlineGray {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #406678;
}
li {
	margin: 0 0 0 -14px;
}
#logo {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #406678;
	padding-top: 26px; 
}
.pageTitle {
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #406678;
}
.subhead {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #406678;
	margin-bottom: 0px; 
}
.subheadSuppliers {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: 0px; 
}
.subheadSuppliers a:link { color: #0000FF; text-decoration: underline }
.subheadSuppliers a:hover { color: #0000FF; text-decoration: underline }
.subheadSuppliers a:active { color: #0000FF; text-decoration: underline }
.subheadSuppliers a:visited { color: #0000FF; text-decoration: underline }
.subheadSuppliers a:visited:hover { color: #0000FF; text-decoration: underline }

ul {
	list-style: url(/images/bullet.gif) none;
	margin-top: 0px;
}
ul.suppliers {
	list-style: url(/images/bulletBlack.gif) none;
	margin-top: 0px;
}
/************ NAVIGATION *************/

#navdiv {
	width:135px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin: 26px 0px 0px 39px;
	padding:1px;
}

#nav {
	padding: 0px;	
	width: 134px; 
	height: 305px; 
	font: italic 10px/13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#nav a:link { color: #FFFFFF; text-decoration: none }
#nav a:hover { color: #FFFFFF; text-decoration: none }
#nav a:active { color: #FFFFFF; text-decoration: none }
#nav a:visited { color: #FFFFFF; text-decoration: none }
#nav a:visited:hover { color: #FFFFFF; text-decoration: none }

#nav * td {
	width: 61px;
	height: 61px;
	text-align:center;
	padding:0px;
	cursor:hand;
}
.navred {
	background-color:#BE311A; 
}
#nav * .navredover a:visited  {
	color:#BE311A; 
}
.navredover {
	border: solid 1px #BE311A;
}
.navyellow {
	background-color:#C78812;
}

#nav * .navyellowover a:visited {
	color:#C78812;
}

#nav * .navyellowover {
	border: solid 1px #C78812;
	width:59px;
	height:59px;
}

.navgreen {
	background-color:#00927E;
}
#nav * .navgreenover a:visited  {
	color:#00927E;
}
.navgreenover {
	border: solid 1px #00927E;
}
.navblue {
	background-color:#3E7898; 
}
#nav * .navblueover a:visited  {
	color:#3E7898; 
}
.navblueover {
	border: solid 1px #3E7898;
}

#nav2 {
	margin: 26px 0px 0px 39px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 120px;
	font-size: 10px;
	font-style: italic;
	padding: 11px 8px;
	background-color: #F2DFC4;
}
#nav2 * a.nav2over {
	text-decoration: none;
	color: #C78812;
}
