/*	
COMMON SITE STYLES
Defines base styles commonizes web site elements for consistency and simplification
2008 Michael B. Mitchell
*/

body
{
  margin: 0px;
  color: #000000;
  background-color: #FFFF4F;
}

body, td, input, select, textarea
{
  font-family: Tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
}

a
{
  color: blue;
  text-decoration: none;
}

a:visited
{
  color: blue;
}

/* Do some stuff when a mouse pointer passes over a hyperlink */
a:hover
{
  text-decoration: underline;
}

/* ============================================ */
/* AD BANNERS                                   */
/* ============================================ */
div.banners{
  border: 0px solid #FF0000;
  text-align: center;
  height: 58px;
}

div.banners img{
  border: 0px solid #000000;
}

/* ================================================================================ */
/* HEADER STYLES												*/
/* ================================================================================ */

/* Outer header div */
#Header {
	border: 0px solid #000000;
}

/* Main Company Logo Image Div*/
#HeaderLogo {
	border: 0px solid #000000;
	text-align: center;
}


/* ================================================================================ */

/* ================================================================================ */
/* FOOTER STYLES												*/
/* ================================================================================ */

/* Outer footer div */
#Footer {
	border: 0px solid #000000;
	/* width: 825px; */
	margin-left: auto;
	margin-right: auto;
}

/* Horizontal break line */
#Footer hr {
	width: 60%;
	margin: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: yellow;
}

/* Footer navigation links paragraph styles */
#FooterLinks {
	border: 0;
	margin-top: 0;
	text-align: center;
	white-space:  nowrap;
	line-height: 140%; /* Vertical space between lines in paragraph */
}

/* Footer navigation hyperlink styles */
#FooterLinks a {
	text-decoration: none;
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
}

#FooterLinks a:hover {
	text-decoration: underline;
}

/* Footer Splash div */
#FooterSplash {
	border: 0;
	margin: 0;
}

/* Footer Splash layout table */
#SplashTab {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#SplashTab td {
	text-align: center;
	padding: 0;
	padding-right: 15px;
	padding-left: 15px;
}

/* ARA Splash Logo */
img.ara {
	width: 50px;
	border: 0;
	padding: 0;
}

/* ARA Splash Text */
p.ara {
	line-height: 50%;
	margin-top: 0;
	margin-bottom: 4px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #00519C;
}

/* CVHBA graphic */
img.splash_cvhba {
	width: 75px;
	border: 0;
	padding: 0;
}

/* CF Chamber graphic */
img.cfmember {
	border: 0;
	padding: 0;
	width: 125px;
}

/* CF Chamber text */
p.cfmember {
  line-height: 50%;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #00519C;
}

/* Visa/MC graphic */
img.cc {
	width: 100px;
	border: 0;
	padding: 0;
}

/* We Deliver! graphic */
img.we_deliver {
	width: 60px;
}

/* We Deliver! text */
p.we_deliver {
  line-height: 50%;
  margin-top: 2px;
  margin-bottom: 4px;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

/* Copyright and address bottom block paragraph */
#Copy {
	color: #333333;
	font-size: 10px;
	text-align: center;
}

/* Bottom address line */
#Botad {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Spacer spans for bottom address */
#Botad span {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
}

/* ================================================================================ */

/* Common Page Body Content Div */
div.PageContent {
	border: 0px solid #000000;
	background-color: #ffffff;
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

ul.equipcats {
  list-style-image: url('../graphics/arrows/arrow_red_right.gif');
  list-style-type: disc;
  list-style-position: inside;
  marker-offset: 20px;
  padding-bottom: 10px;
}

/* ============================== */
/* NOTICES AND OTHER FREE TEXT */
/* ============================== */

p.notices {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

h1.notices {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-align: left;
}

h2.notices {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-align: left;
}

ul.notices {
  list-style-image: url('../graphics/arrows/arrow_red_right.gif');
  list-style-type: disc;
  list-style-position: outside;
  marker-offset: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: left;  
}

ol.notices {
  list-style-type: decimal;
  list-style-position: outside;
  marker-offset: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: left;
}
/* ============================== */


h4.dir {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000000;
	text-align: left;
}

p.dir {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-top: 0;
}

h1.locadd {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-align: left;
}

p.locadd {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

p.locadd:first-line {
  font-size: 16px;
  font-weight: 900;
}

div.omapdiv {
  width: 800px;
  height: 100%;
  border: 0px solid #000000;
  text-align: center;
  margin-top: 15px;
}

img.mapoverview {
  border: 0px solid #000000;
  margin: 0px;
}

img.mapinset {
  border: 0px solid #000000;
  margin: 0px;
}

div.imapdiv {
  width: 800px;
  height: 100%;
  border: 0px solid #000000;
  position: relative;
  text-align: center;
  margin-top: 15px;
}

p.maptext {
  line-height: 50%;
  margin-top: 5px;
  margin-bottom: 4px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

p.balloonaddress {
  line-height: 135%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #00519C;
  background-color: #FFFFFF;
  text-align: left;
}

p.balloonaddress:first-line {
  font-size: 14px;
  font-weight: 900;
}

/* ============================== */
/* NAVIGATION BAR */
/* ============================== */

table.mainnav {
	width: 825px;
	height: 100%;
	background-color: #FFFFFF;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

td.mainnav {
  background-image: url('../graphics/backgrounds/navbackground1.png');
  background-repeat: repeat-x;
  width: 100px;
  text-align: center;
  white-space: nowrap;
}

a.mainnav {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}

a.mainnav:hover {
  color: blue;
  text-decoration: underline;
}


/* ============================== */
/* MANUFACTURER LIST STYLES */
/* ============================== */

h2.alphahead {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-align: left;
}

ul.manus {
  list-style-image: url('../graphics/arrows/arrow_red_right.gif');
  list-style-type: disc;
  list-style-position: inside;
  marker-offset: 20px;
  padding-bottom: 10px;
  padding-top: 0px;
}

table.manus {
  width: 500px;
  height: 100%;
  background-color: #FFFFFF;
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
}

td.manus {
  background-image: url('../graphics/backgrounds/navbackground1.png');
  background-repeat: repeat-x;
  width: 25px;
  text-align: center;
}

a.manus {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
}

a.manus:hover {
  color: blue;
  text-decoration: underline;
}

/* ================================================================================ */
/* MAIN WELCOME SECTION 										*/
/* ================================================================================ */

/* Main Page Layout Table */
#MainPageLayout {
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}

/* Main Welcome Message div */
#MainWelcome {
	border: 0;
	padding: 10px;
}

#MainWelcome h1 {
	font-family: Bradley Hand ITC, Tahoma, Arial, helvetica, sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin: 0px;
	text-align: center;
}

#MainWelcome p {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* ================================================================================ */
/* MAIN PAGE ANNOUNCEMENTS										*/
/* ================================================================================ */

/* Announcements Div */
#Announcements {
	border: 0;
}

#Announcements h2 {
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

/* Announcement layout table */
table.AnItem {
}

table.AnItem td {
	vertical-align: top;
}

/* Individual Announcement Div */
div.AnItem {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	padding-left: 7px;
	background-color: #FAF8CC;
	/* background-color: #FFF380; */
}

/* Little graphics within an individual announcement */
div.AnItem img {
	width: 125px;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #ffffff;
}

/* Text in an announcement */
div.AnItem p {
	font-size: 13px;
	margin-top: 0;
}


/* ================================================================================ */


/* ============================== */
/* SITE MAP STYLES */
/* ============================== */

table.sitemap {
  background-color: #FFFFFF;
}

h1.sitemap {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 10px;
}

h2.sitemap {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin: 0px;
}

ul.sitemap {
  list-style-image: url('../graphics/arrows/arrow_red_right.gif');
  list-style-type: disc;
  list-style-position: inside;
  marker-offset: 20px;
  padding-bottom: 10px;
  padding-top: 0px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 14px;
  font-weight: normal;
}

a.sitemap {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

