@charset "utf-8";

body {
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 120%;
	padding-top: 15px;
	color: #252527;
	background: url(images/bg-rev.jpg) no-repeat;
	background-color: #3b3b7d;
	}
	
a:link {
	color: #00007f;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
	color: #00007f;
}

a:active {
	color: #000;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:visited {
	text-decoration: underline;	
	color: #FFFFFF;
}

a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.regtext {
	font: normal 14px/135% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}

p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	margin-top:0;
	}

img {
	border: none;
	}
	
hr {
	border-top: 1px solid #d8d8de;
	}

.titles {
	padding-left: 20px;
	}

.boldregtext {
	font: bold 14px/135% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.bullettext {
	font: normal 14px/135% Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

.bulletemphtext {
	color: #00007f;
	font-weight: bold;
}

.whitehead {
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 7px;
}

h1 {
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color: #00007f;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 10px;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #63886f;
	text-decoration: capitalize;
	text-align: left;
	padding-bottom: 2px;
}

.mainhead {
	color: #00007f;
	font: normal 27px "Trebuchet MS";
	padding-top: 30px;
	padding-left: 20px;
	letter-spacing: 1pt;
	}

.mainindenthead {
	color: #00007f;
	font: normal 27px "Trebuchet MS";
	padding-top: 30px;
	padding-left: 40px;
	letter-spacing: 1pt;
	}

.imgright {
	border: 1px solid #484860;
	float: right;
    margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
}

.imgrightnobord {
	float: right;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	border-style: none;
}

.getquoteimgright {
	border: 1px solid #459ced;
	float: right;
    margin-left: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.imglinks {
	border: 1px solid #484860;
}


/* Lists of Links with Green Arrow */

td li.lists {
	background-image: url(images/arrow-gold.gif);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 1.5em;
	margin-bottom: .4em;
	list-style-type: none;
	line-height: 100%;

}

a.listlink:link {
	color: #00007f;
	text-decoration: underline;
}
a.listlink:visited {
	color: #00007f;
	text-decoration: underline;
}
a.listlink:hover {
	color: #000;
	text-decoration: underline;
}
a.listlink:active {
	color: #000;
	text-decoration: underline;} 

/* Lists of Text & Links with Blue Bullet */

td li.blbullists {
	padding-left: 1.5em;
	margin-bottom: .4em;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0.2em top;
}

/* Drop-down Navigation Menu */

 div.multi_drop_menus * {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.multi_drop_menus {
	behavior:url(csshover.htc); /* size of menu's type relative to parent element */
	margin:0;
	letter-spacing: .04em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
 }
div.multi_drop_menus ul {
 	border-left:1px solid #abafaa;   /* creates dividing line to left of level 1's first menu item, revealing div color to left of menu */
	display:inline;						/* fixes margin-doubling bug in IE6 */
 	}
div.multi_drop_menus li {
	border-right:1px solid #abafaa;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
	background: #696988;
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li a.current { /* background to let visitors know which page they are on */
	text-decoration: none;
	background: #efc968;
	color: #13107d;
	}

div.multi_drop_menus li:hover {
 background-color:#efc968;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
	color:#ffffff;                     		/* sets the color of all menu type */
	padding:.6em 7Px .5em;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
   div.multi_drop_menus a:visited {
	color:#ffffff;        
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
 div.multi_drop_menus a:hover {
	color:#13107d;        				 /* type color of a hovered menu choice */
	text-decoration: none;

 }

  div.multi_drop_menus a:active {
 color:#13107d;         				 /* type color of a hovered menu choice */
 text-decoration: none;

 }

div.multi_drop_menus ul li ul {
 width:13em;   						/* sets the width of menu levels 2 - 4 */
 }
div.multi_drop_menus li li { 
 background-color:#818198;        /* background color of the level 2 menu */
 border-bottom:1px solid #abafaa; /* lines between menu choices - set to 0px if not wanted */
 }
div.multi_drop_menus ul li ul li ul  {
 border-top:1px solid #abafaa;     /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
 top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
 } 
div.multi_drop_menus li li li { 
 background-color:#818198;          /* background color of the level 3 menu */
 }
div.multi_drop_menus li li li li { 
 background-color:#818198;         /* background color of the level 4 menu */
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
 border-top:1px solid #CCB;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div.multi_drop_menus.vertical li {
 border-bottom:1px solid #CCB;  /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 }
div.multi_drop_menus.vertical ul ul  {
 border-top:1px solid #CCB;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
	float:left;
 	width:100%;
	}
div.multi_drop_menus ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div.multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div.multi_drop_menus a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.multi_drop_menus ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:-1px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.multi_drop_menus.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
 top:-1px; /* aligns the level 2 pop-out */
 }
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
}
div.multi_drop_menus.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 /* END OF LIST-BASED MENU */
 
 .boxborder {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid #a7a6a4;
	list-style: circle;
	height: 33px;
	width: 756px;
	text-align: center;
	vertical-align:middle;
	letter-spacing: 1px;
	background-color: #696988;
}
 .bullet {
    color: #efc968;
 } 
 
.quote {
	font: italic bold 12px/145% Verdana, Arial, Helvetica, sans-serif;
	color: #00007f;
	text-decoration: none;
}

 
div#navbar2 {
    height: 30px;
    width: 100%;
    border-top: solid #999 1px;
    border-bottom: solid #999 1px;
    background-color: #FFFFFF;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #666;
}
div#navbar2 li a:link {
    color: #FFF:
}
div#navbar2 li a:visited {
    color: #666;
}
div#navbar2 li a:hover {
    color: #0055a5;
}

div#navbar2 li a.current {
    color: #13107d;
}
ul {
list-style-type: none;
padding-left: 20px;
margin: 0;
}

