/* HTML Standards */
body	{
	width:100%;
	height:100%;
	margin:0;
	padding:0px;
	line-height:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/home-bkg.jpg);
	background-repeat: repeat-x;
}

p		{ margin:5px 0px 10px 0px; }

b		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }

li		{ padding:0px 0px 3px 0px;  }
ul, ol	{ padding: 5px 20px 5px 20px; margin: 0px 0px 0px 20px;  }

blockquote { padding: 5px 20px 5px 20px; }

img		{ border:0px; border-style:none; }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #bf2e1a; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h1 a:link, h1 a:visited { color: #bf2e1a; }
h1 a:hover { color: #bf2e1a;}

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #002d56; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h2 a:link, h2 a:visited { color: #002d56;  }
h2 a:hover { color: #002d56;  }

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #587a9d; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h3 a:link, h3 a:visited { color: #587a9d;  }
h3 a:hover { color: #587a9d;  }

h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #bf2e1a; padding-top: 5px; padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px; }
h4 a:link, h4 a:visited { color: #bf2e1a;  }
h4 a:hover { color: #bf2e1a;  }

/* Link Colors */
a:link, a:visited			{ color: #4a85c1; }
a:hover, a:visited:hover	{ color: #4a85c1; }

/* PG STRUCTURE */
#WrapperHome {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/home/home-bodybg-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: 1b429a;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* HEADER */
#Header {
	position: relative;
	width: 864px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: 1B429A;
	background-image: url(../images/home/1b429a-blueBg.gif);
}

#HomePhoto {
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* TOP NAVIGATION */
#TopNav {
   position: absolute;
   right: 10px;
   top: 8px;
   width: 400px;
   text-align:right;
   z-index: 10;
   white-space: nowrap;
   font-size: 11px;
   color: #FFFFFF;
   visibility: visible;
}
#TopNav a:link, #TopNav a:visited { color: #FFFFFF; padding: 0px 10px; text-decoration: none; }
#TopNav a:hover { color: #ffb093; }

/* NAVIGATION */
#NavHome {
	position: relative;
	width: 222px;
	height: 100%;
	margin: 0px;
	text-align: left;
	background-color: #1B429A;
	background-image: url(../images/navTopCorners.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#NavHome ul {
	z-index:10;
	margin: 0px;
	list-style: none;
	width: 214px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#NavHome li {
	z-index:10;
	margin: 0px;
	list-style: none;
	width: 214px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #768ec2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#NavHome li a, #NavHome li a:link, #NavHome li a:visited, #NavHome li a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#NavHome li a:hover { color: #FAC22C; 
}

/* Feature images */
#Montage {
   position: relative;
   width: 900px;
   height: 85px;
   margin: 0px;
}

/* MAIN BODY */
#Main {
   position: relative;
   width: 864px;
   padding: 0px;
   text-align: left;
   margin: 0px;
   height: 99px;
}

#ColRightHome {
	float: left;
	width: 565px;
	text-align: left;
	margin-left: 15px;
	margin-right: 0px;
	height: auto;
	margin-top: 255px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
}

#Content ul li {
   color: #587a9d;
   list-style-image:url(../images/bullet.gif);
}

/* SideBar Styles */
#ColLeftHome {
   float: left;
   width: 236px;
   margin: 0px;
   text-align: left;
   height: auto;
   padding-left: 14px;
}
#SidebarRightHome {
	float: right;
	width: 175px;
	text-align: left;
	margin-left: 25px;
	margin-right: -30px;
	height: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 7px;
	padding-right: 5px;
	clear: none;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left center;
}

#SideBar p {
	padding-bottom: 5px;
	line-height: 18px;
}

#SideBar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		font-weight: bold;
	color: #bf2e1a;
	padding-top: 5px; padding-bottom: 5px;
	margin-top: 0px; margin-bottom: 0px;
}
#SideBar h1 a:link, #SideBar h1 a:visited { color: #bf2e1a; text-decoration: none; }
#SideBar h1 a:hover { color: #bf2e1a;}

#SideBar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002d56;
	border-top: 1px solid #b4b4b4;
	padding-top: 10px; padding-bottom: 5px;
	margin-top: 10px; margin-bottom: 0px;
}
#SideBar h2 a:link, #SideBar h2 a:visited { color: #002d56;  }
#SideBar h2 a:hover { color: #002d56;  }

#SideBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #587a9d;
	border-top: 1px solid #b4b4b4;
	padding-top: 10px; padding-bottom: 5px;
	margin-top: 10px; margin-bottom: 0px;
}
#SideBar h3 a:link, #SideBar h3 a:visited { color: #587a9d;  }
#SideBar h3 a:hover { color: #587a9d;  }

/* Footer Styles */

#Footer {
   clear: both;
   text-align: left;
   margin: 0px;
   background-color: #1B429A;
   line-height: normal;
   padding-top: 10px;
   padding-right: 0px;
   padding-bottom: 10px;
   padding-left: 20px;
   color: #FFFFFF;
   font-weight: bold;
   height: 50px;
   width: auto;
}

/* Banana */

.Banana {
	height: 70px;
	margin: 0px;
	padding: 30px 150px 0px 60px;
	
	background-image: url(../images/bkg-banana.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	color: #002d55;
	line-height: 20px;
}
.Banana a:link, .Banana a:visited, .Banana a:active { color: ##bf2e1a; }
.Banana a:hover { color: #002d56; }

/* Photo Styles */

.Photo {
	margin: 2px 0px;
	border: 1px solid #194267;
}
.PhotoRight {
	float:right;
	margin-left: 10px;
	border: 1px solid #194267;
}
.PhotoLeft {
	float:left;
	margin-right: 10px;
	border: 1px solid #194267;
}
.PhotoRightNB {
	float: right;
	margin-left: 10px;
}
.PhotoLeftNB {
	float: left;
	margin-right: 10px;
}

/* Text Styles */

.LargeText { font-size: 16px; }
.MedText { font-size: 14px; }
.SmallText { font-size: 10px; }

.Color1 {  color: #bf2e1a; }

.Color2 {  color: #002d56; }

.Color3 { color: #587a9d; }

.error { color: #bf2e1a; }

.indent { padding-left: 25px; padding-right: 20px; }
.pageIntroBlue14pt {
	font-size: 14pt;
	font-weight: bold;
	color: #1B429A;
	font-family: Tahoma;
	font-style: oblique;
}
/* entry to increase file size beyond 8192 due to Dreamweaver crash */
.pageHeadlineRed12pt {
	font-size: 12pt;
	font-weight: bold;
	color: #bf2e1a;
	font-family: Tahoma;
	font-style: normal;
}
.standOutRedBold {
	font-weight: bold;
	color: #bf2e1a;
}
.textBold { font-weight: bold; }
.textBoldDrkBlu {

	font-weight: bold;

	color: #285F94;

}

#Footer #Copyright {
   height: auto;
   width: 300px;
   display: block;
   float: right;
   font-weight: normal;
   font-size: 11px;
   padding-left: 2px;
}
#Footer #Sitemap {
	float: left;
	display: block;
	padding: 0px;
	width: 200px;
	margin: 0px;
	height: auto;
	font-size: 13px;
}
#specialOffer {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}
#BottomBlue {
   background-color: #1B429A;
   height: 70px;
   width: 100%;
   position: relative;
   padding: 0px;
   margin: 0px;
   bottom: 70px;
}

#NavHome #BottomNav {
	height: 250px;
	background-image: url(../images/nav-bottom-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: center -25px;
}
