﻿/* GENERAL */
body { background-image: url('images/bg-fullpage.gif'); background-position:top center; background-repeat:repeat-x; color:#09507e; font-family:Arial; font-size:14px; }
.asptextbox { border:solid #09507e 1px; }
table, div { margin:0 auto; }
.container1 { text-align:center; width:1000px; }
a { text-decoration:none; color:#09507e; }
a:hover { text-decoration:underline; color:#09507e; }
h1, h2, h3, h4, h5, h6 { padding:0px; margin:0px; }

/* HOME NAV */
.homeNav { background-image: url('images/navBg.gif'); }
.homeNavLinkBtnA { color:White; text-decoration:none; background-image: url('images/home-navA.gif'); width:126px; height:36px; line-height:35px; font-weight:bold; }
.homeNavLinkBtnB { color:#1e4b68; text-decoration:none; background-image: url('images/home-navB.gif'); width:126px; height:36px; line-height:35px; font-weight:bold; }
.homeNavLinkBtnC { color:#155985; text-decoration:none; Background-image: url('images/home-navC.gif'); width:126px; height:36px; line-height:35px; font-weight:bold; }
.homeNavLinkBtnD { color:#266790; text-decoration:none; background-image: url('images/home-navD.gif'); width:126px; height:36px; line-height:35px; font-weight:bold; }
.navTD { width:126px; height:36px; padding-right:1px; padding-top:1px; padding-bottom:1px; }
.navTD a:hover { text-decoration:none; color:White; }


/* HOME CONTENT */
.bulletTD { text-align:left; padding:7px; color:#347db4; font-size:18px; }

/* ABOUT US ACCORDION */
.accordionHeader { color:white; background-color:#2e4d7b; cursor:pointer; padding:10px; font-weight:bold; font-family:Verdana;
				border-bottom:solid #0e2d4b 1px; border-right:solid #1e3d6b 1px; border-left:solid #1e3d6b 1px; border-top:solid #6e8dEb 1px; }
.accordionHeaderSelected { color:White; background-color:#5078b3; cursor:pointer; padding:10px; font-weight:bold; font-family:Verdana;
                           border-bottom:solid #0e2d4b 1px; border-right:solid #1e3d6b 1px; border-left:solid #1e3d6b 1px; border-top:solid #6e8dEb 1px; }
.accordionContent { background-color:#d3deef; padding:10px; border-left:solid #5e7d8b 1px; border-right:solid #5e7d8b 1px; border-bottom:solid #5e7d8b 1px; font-family:Verdana; font-size:12px; }


.modalBackground { background-image:url('images/transBG.png'); background-repeat:repeat; }

.hidden { color:White; border:none; background-color:White; }