/* 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/internal-pg-bg.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; }

/* HEADER */
#Header {
	position: relative;
	width: 864px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#HomePhoto {
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* PG STRUCTURE */
#WrapperBulb {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/page-head/bright-bulb-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#WrapperGold {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/page-head/goldfish-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#WrapperGolf {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/page-head/golf-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#WrapperMelon {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/page-head/melon-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#WrapperUmbrella {
	position: relative;
	width: 864px;
	padding: 0px;
	z-index: 2;
	background-image: url(../images/page-head/umbrella-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 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 */
#Nav {
	position: relative;
	width: 222px;
	height: 100%;
	margin: 0px;
	text-align: left;
	background-color: #1B429A;
	background-image: url(../images/navTopCorners3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: -70px;
}

#Nav 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;
}
#Nav 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;
}

#Nav li a, #Nav li a:link, #Nav li a:visited, #Nav 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: 18px;
}
#Nav 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: 150px;
}
#BottomBlue {
   background-color: #1B429A;
   height: 70px;
   width: 100%;
   position: relative;
   bottom: 70px;
   padding: 0px;
   margin: 0px;
}

#ColRight {
   float: right;
   width: 534px;
   text-align: left;
   margin-left: 0px;
   margin-right: 0px;
   height: auto;
   margin-top: 15px;
   margin-bottom: 0px;
   padding-left: 50px;
   padding-right: 30px;
}

#Content ul li {
   color: #587a9d;
   list-style-image:url(../images/bullet.gif);
}

/* SideBar Styles */

#ColLeft{
   float: left;
   width: 236px;
   text-align: left;
   height: auto;
   padding-left: 14px;
   margin-top: 15px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
}

#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;
}
#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: 100px;
   margin: 0px;
   height: auto;
   font-size: 13px;
}
#Nav #sidebarImg {
	margin-top: 20px;
	margin-bottom: 15px;
}
#ticker {
	margin-bottom: 30px;
	margin-top: 15px;
}
#Main #tagline {
	display: block;
	width: 225px;
	margin-left: 300px;
	margin-top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-style: oblique;
	font-weight: bold;
	color: #0042A0;
}
#footerL1 {
	background-color: #F2EDE9;
	height: 75px;
	width: 500px;
	vertical-align: top;
	padding-top: 13px;
	padding-right: 14px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #285F94;
	border-right-color: #285F94;
	border-bottom-color: #285F94;
	border-left-color: #285F94;
}
#footerL1 p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
	border: 2px solid #285F94;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#footerL1 H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1A497D;
	font-weight: bold;
	margin-bottom: 0px;
}


/* 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; }
.form-button {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1B429A;
	width: 150px;
}


.indent { padding-left: 25px; padding-right: 20px; }
.pageIntroBlue14pt {
	font-size: 14pt;
	font-weight: bold;
	color: #1B429A;
	font-family: Tahoma;
	font-style: oblique;
}
.standOutRedBold {
	font-weight: bold;
	color: #bf2e1a;
}
.standOutOrangeBold {
   font-weight: bold;
   color: #ea9a04;
}
.textBold { font-weight: bold; }
.textBoldDrkBlu {

	font-weight: bold;

	color: #285F94;

}


.firstListItem {margin-top: -15px;}
.lastListItem {margin-bottom: -15px;}
.closer {
	margin-top: -10px;
	margin-bottom: 0px;
}
.closeBlockquote {
	margin-bottom: -15px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #996600;
}
.border {  
	font-family: Arial; 
	font-size: 8pt; 
	border: 1px #000000 inset;
}
#Nav #BottomNav {
	height: 250px;
	background-image: url(../images/nav-bottom-gradient-bg.jpg);
	background-repeat: repeat-x;
	background-position: center -25px;
}
